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

Matthew Brush notifications at xxxxx
Sat Oct 29 11:20:49 UTC 2016


codebrainz commented on this pull request.



> @@ -2289,6 +2290,32 @@ static gint get_fold_header_after(ScintillaObject *sci, gint line)
 }
 
 
+/* returns the line after following all brace match for @brace on @line */
+static gint resolve_matching_braces(ScintillaObject *sci, gint line, gint brace)
+{
+	gint pos = sci_get_position_from_line(sci, line);
+	gint line_end = sci_get_line_end_position(sci, line);
+	gint lexer = sci_get_lexer(sci);

I can, I just wanted to see what you guys thought before making a PR that will have to be changed a bunch of times, and put it here with the current discussion (which is available in the comments mailing list for posterity and emailed to anyone interested as well) rather than spreading it all over.

-- 
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/20161029/b11447ba/attachment.html>


More information about the Github-comments mailing list