SF.net SVN: geany: [2504] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Sat Apr 19 07:56:57 UTC 2008


Revision: 2504
          http://geany.svn.sourceforge.net/geany/?rev=2504&view=rev
Author:   eht16
Date:     2008-04-19 00:56:56 -0700 (Sat, 19 Apr 2008)

Log Message:
-----------
Make property tags be recognised in the symbol list.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tagmanager/js.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-04-19 07:40:18 UTC (rev 2503)
+++ trunk/ChangeLog	2008-04-19 07:56:56 UTC (rev 2504)
@@ -1,3 +1,9 @@
+2008-04-19  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
+
+ * tagmanager/js.c:
+   Make property tags be recognised in the symbol list.
+
+
 2008-04-18  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>
 
  * doc/geany.txt, doc/geany.html:

Modified: trunk/tagmanager/js.c
===================================================================
--- trunk/tagmanager/js.c	2008-04-19 07:40:18 UTC (rev 2503)
+++ trunk/tagmanager/js.c	2008-04-19 07:56:56 UTC (rev 2504)
@@ -133,7 +133,7 @@
 	{ TRUE,  'f', "function",	  "functions"		   },
 	{ TRUE,  'c', "class",		  "classes"			   },
 	{ TRUE,  'm', "method",		  "methods"			   },
-	{ TRUE,  'p', "property",	  "properties"		   },
+	{ TRUE,  'p', "member",		  "properties"		   },
 	{ TRUE,  'v', "variable",	  "global variables"   }
 };
 


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