SF.net SVN: geany:[5135] branches/Geany-0_19_1

ntrel at users.sourceforge.net ntrel at xxxxx
Wed Aug 11 14:18:35 UTC 2010


Revision: 5135
          http://geany.svn.sourceforge.net/geany/?rev=5135&view=rev
Author:   ntrel
Date:     2010-08-11 14:18:34 +0000 (Wed, 11 Aug 2010)

Log Message:
-----------
r5073

Modified Paths:
--------------
    branches/Geany-0_19_1/ChangeLog
    branches/Geany-0_19_1/src/highlighting.c

Modified: branches/Geany-0_19_1/ChangeLog
===================================================================
--- branches/Geany-0_19_1/ChangeLog	2010-08-11 14:16:42 UTC (rev 5134)
+++ branches/Geany-0_19_1/ChangeLog	2010-08-11 14:18:34 UTC (rev 5135)
@@ -1,3 +1,10 @@
+2010-06-30  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>
+
+ * src/highlighting.c:
+   Re-enable fold.comment for the C lexer - it was disabled to prevent
+   //{ explicit folding, but that also disables stream comments /* */.
+
+
 2010-06-18  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>
 
  * src/plugindata.h, src/plugins.c, doc/plugins.dox:

Modified: branches/Geany-0_19_1/src/highlighting.c
===================================================================
--- branches/Geany-0_19_1/src/highlighting.c	2010-08-11 14:16:42 UTC (rev 5134)
+++ branches/Geany-0_19_1/src/highlighting.c	2010-08-11 14:18:34 UTC (rev 5135)
@@ -781,7 +781,7 @@
 
 	sci_set_property(sci, "fold", "1");
 	sci_set_property(sci, "fold.compact", "0");
-	sci_set_property(sci, "fold.comment", "0");
+	sci_set_property(sci, "fold.comment", "1");
 	sci_set_property(sci, "fold.preprocessor", "1");
 	sci_set_property(sci, "fold.at.else", "1");
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list