Revision: 5827 http://geany.svn.sourceforge.net/geany/?rev=5827&view=rev Author: eht16 Date: 2011-05-30 18:37:07 +0000 (Mon, 30 May 2011)
Log Message: ----------- Move keyword 'enum' to primary keywords (closes #3305737).
Modified Paths: -------------- trunk/ChangeLog trunk/data/filetypes.java
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2011-05-29 20:42:12 UTC (rev 5826) +++ trunk/ChangeLog 2011-05-30 18:37:07 UTC (rev 5827) @@ -1,3 +1,9 @@ +2011-05-30 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de> + + * data/filetypes.java: + Move keyword 'enum' to primary keywords (closes #3305737). + + 2011-05-29 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* tagmanager/python.c:
Modified: trunk/data/filetypes.java =================================================================== --- trunk/data/filetypes.java 2011-05-29 20:42:12 UTC (rev 5826) +++ trunk/data/filetypes.java 2011-05-30 18:37:07 UTC (rev 5827) @@ -25,8 +25,8 @@ globalclass=type
[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 enum float int long short void +primary=abstract assert break case catch class const continue default do else enum 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 # 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.