SF.net SVN: geany:[5816] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Sun May 22 11:08:07 UTC 2011


Revision: 5816
          http://geany.svn.sourceforge.net/geany/?rev=5816&view=rev
Author:   eht16
Date:     2011-05-22 11:08:06 +0000 (Sun, 22 May 2011)

Log Message:
-----------
Add 'enum' to secondary keywords (closes #3305737, patch by Matthew Brush, thanks).

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/data/filetypes.java

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2011-05-22 10:32:31 UTC (rev 5815)
+++ trunk/ChangeLog	2011-05-22 11:08:06 UTC (rev 5816)
@@ -7,6 +7,9 @@
  * src/ui_utils.c, doc/geany.txt, doc/geany.html:
    Do not allow 'Save All' even if 'allow_always_save' is set
    (patch by Dimitar Zhekov, thanks).
+ * data/filetypes.java:
+   Add 'enum' to secondary keywords
+   (closes #3305737, patch by Matthew Brush, thanks).
 
 
 2011-05-12  Colomban Wendling  <colomban(at)geany(dot)org>

Modified: trunk/data/filetypes.java
===================================================================
--- trunk/data/filetypes.java	2011-05-22 10:32:31 UTC (rev 5815)
+++ trunk/data/filetypes.java	2011-05-22 11:08:06 UTC (rev 5816)
@@ -26,7 +26,7 @@
 
 [keywords]
 primary=abstract assert break case catch class const continue default do else extends final finally for future generic goto if implements import inner instanceof interface native new outer package private protected public rest return static super switch synchronized this throw throws transient try var volatile while true false null
-secondary=boolean byte char double float int long short void
+secondary=boolean byte char double enum float int long short void
 # documentation keywords for javadoc
 doccomment=author deprecated exception param return see serial serialData serialField since throws todo version
 typedefs=


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