This happens really rare because mostly is some comment above some symbol, like copyright notice or shebang, so this bug was noticed while coding a new parser type, plaint-text-parser
Details
- Reviewers
sars - Group Reviewers
Kate - Commits
- R40:240833b8523c: SymbolView Fix: Find current item when symbol is in first line
Open some source file and delete all above some function, so they starts in line 1 -> The selection in the symbol view disapears
Click from somewhere below these first function back into the first, the item is not selected.
With this patch it is.
Diff Detail
- Repository
- R40 Kate
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
How do you prepare your diffs?
When I use the web-page (most of the time) I usually feed it a file that I create with just "git diff > path/to/file.diff" This gives a file that has the whole path in git and some git history hashes. This in combination with setting the right repository adds context information in the phabricator web-interface.
How do you prepare your diffs?
"git show <commit>|xclip" The web interface did not grumble, but did also not extract all already available information. No I idea why that isn't implemented.
So, you have trouble with my stuff? If so, I will remove the the commit message the next time.