SF.net SVN: geany:[5818] branches/0.20.1

eht16 at users.sourceforge.net eht16 at xxxxx
Sun May 22 15:25:09 UTC 2011


Revision: 5818
          http://geany.svn.sourceforge.net/geany/?rev=5818&view=rev
Author:   eht16
Date:     2011-05-22 15:25:09 +0000 (Sun, 22 May 2011)

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

Modified Paths:
--------------
    branches/0.20.1/ChangeLog
    branches/0.20.1/data/filetypes.java

Modified: branches/0.20.1/ChangeLog
===================================================================
--- branches/0.20.1/ChangeLog	2011-05-22 15:22:50 UTC (rev 5817)
+++ branches/0.20.1/ChangeLog	2011-05-22 15:25:09 UTC (rev 5818)
@@ -3,6 +3,9 @@
  * tagmanager/makefile.win32:
    Replace escape character '\' by slash '/' in paths in the
    Windows Makefiles (patch by Matthew Brush, thanks).
+ * data/filetypes.java:
+   Add 'enum' to secondary keywords
+   (closes #3305737, patch by Matthew Brush, thanks).
 
 
 2011-05-09  Colomban Wendling  <colomban(at)geany(dot)org>

Modified: branches/0.20.1/data/filetypes.java
===================================================================
--- branches/0.20.1/data/filetypes.java	2011-05-22 15:22:50 UTC (rev 5817)
+++ branches/0.20.1/data/filetypes.java	2011-05-22 15:25:09 UTC (rev 5818)
@@ -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