SF.net SVN: geany:[3292] trunk
eht16 at users.sourceforge.net
eht16 at xxxxx
Sat Nov 29 12:52:26 UTC 2008
Revision: 3292
http://geany.svn.sourceforge.net/geany/?rev=3292&view=rev
Author: eht16
Date: 2008-11-29 12:52:26 +0000 (Sat, 29 Nov 2008)
Log Message:
-----------
Sort the keyword list and remove C++ keywords.
Modified Paths:
--------------
trunk/ChangeLog
trunk/data/filetypes.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-11-29 12:52:09 UTC (rev 3291)
+++ trunk/ChangeLog 2008-11-29 12:52:26 UTC (rev 3292)
@@ -17,6 +17,8 @@
* src/notebook.c:
Another attempt to handle tab close button size properly (based on
code from Colomban Wendling, thanks).
+ * data/filetypes.c:
+ Sort the keyword list and remove C++ keywords.
2008-11-28 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
Modified: trunk/data/filetypes.c
===================================================================
--- trunk/data/filetypes.c 2008-11-29 12:52:09 UTC (rev 3291)
+++ trunk/data/filetypes.c 2008-11-29 12:52:26 UTC (rev 3292)
@@ -27,7 +27,7 @@
[keywords]
# all items must be in one line
-primary=volatile default export goto sizeof typename asm enum bool union NULL FALSE TRUE typedef struct char int float double void unsigned signed long short extern static register auto const if else switch for while do break continue return class new delete inline case
+primary=asm auto break case char const continue default do double else enum extern float for goto if inline int long register return short signed sizeof static struct switch typedef union unsigned void volatile while FALSE NULL TRUE
secondary=
# these are some doxygen keywords (incomplete)
docComment=attention author brief bug class code date def enum example exception file fn namespace note param remarks return see since struct throw todo typedef var version warning union
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