[Github-comments] [geany/geany] [wip]add 'folding margin width setting' (#2140)

Matthew Brush notifications at xxxxx
Thu May 16 23:34:35 UTC 2019


codebrainz commented on this pull request.



> @@ -96,7 +96,8 @@ enum	/* Geany common styling */
 	GCS_LINE_HEIGHT,
 	GCS_CALLTIPS,
 	GCS_INDICATOR_ERROR,
-	GCS_MAX
+	GCS_MAX,
+	SCI_SYMBOL_FOLDING_MARGIN_WIDTH

`GCS_MAX` needs to be last since it tells the length on the enumeration. New enumerator should be named something like `GCS_FOLDING_MARGIN_WIDTH` or whatever is appropriate.

-- 
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/2140#pullrequestreview-238684466
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190516/9069ac70/attachment.html>


More information about the Github-comments mailing list