[Github-comments] [geany/geany] Relation between current function in symbols list and in status bar (#1685)

Colomban Wendling notifications at xxxxx
Sun Nov 12 05:53:11 UTC 2017


* The highlighting in the symbols list doesn't follow the editor, it's merely the one you selected last.
* When you click on a name in the symbols list, it tries to go to the definition of that name (e.g. the line at which the function name is defined)
* The statusbar is trying to show the function your are *in* (e.g. the scope at the cursor), and the line `def foo()` isn't really inside `foo`, as it declares it.

So yeah, maybe it could be changed somehow to match what you expect, but I think that from my POV it's doing something sensible.  And yeah, it feels very close to #1325.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1685#issuecomment-343715462
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20171112/2b56f32a/attachment.html>


More information about the Github-comments mailing list