[Github-comments] [geany/geany] symbol-function window could reflect the cursor position -- feature request (#1325)

Colomban Wendling notifications at xxxxx
Wed Dec 21 22:07:40 UTC 2016


@frederik-labbe currently the "scope" information on the status bar is computed with `symbols_get_current_scope()`.  It's kind of tricky/hacky because no, currently there is no information as to where the tag ends in the CTags side.  Universal-CTags is improving this, but we don't use it yet, and it's not supported for every languages at all either.
What we currently do is a mix of "between 2 tags starts" and looking at Scintilla's fold points to see if we're inside the right thing.

It would probably be possible, or maybe even fairly easy, to slightly alter this code so it properly gives out a tag structure if it can find one.

As to the feature, I think it sounds nice.  I didn't investigate if it would have downsides yet though, but well it can always be an option.

-- 
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/1325#issuecomment-268654711
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20161221/6676c368/attachment.html>


More information about the Github-comments mailing list