[Github-comments] [geany/geany] Fix the current scope shown in the statusbar (#1280)

Colomban Wendling notifications at xxxxx
Thu Oct 27 15:48:36 UTC 2016


Since the Scintilla C++ lexer started to fold on `()` [1], the code
looking up the current scope is confused whenever the function
signature spans multiple lines.  Fix this by resolving matching
parentheses on the candidate line before checking the fold level that
follows actually contains the current line.

Fixes #1279.

[1] https://sourceforge.net/p/scintilla/feature-requests/1138/
    imported in 24f91981c057a7e212c09da66fb974c3ccc85bd6
You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany/pull/1280

-- Commit Summary --

  * Fix the current scope shown in the statusbar

-- File Changes --

    M src/symbols.c (36)

-- Patch Links --

https://github.com/geany/geany/pull/1280.patch
https://github.com/geany/geany/pull/1280.diff

-- 
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/pull/1280
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20161027/9b96f99b/attachment.html>


More information about the Github-comments mailing list