SF.net SVN: geany: [938] trunk/ChangeLog
ntrel at users.sourceforge.net
ntrel at xxxxx
Fri Oct 27 14:22:43 UTC 2006
Revision: 938
http://svn.sourceforge.net/geany/?rev=938&view=rev
Author: ntrel
Date: 2006-10-27 07:22:39 -0700 (Fri, 27 Oct 2006)
Log Message:
-----------
Find last unmatched open bracket for Show Calltip so nested matched
brackets are ignored (except LaTeX).
Modified Paths:
--------------
trunk/ChangeLog
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2006-10-27 14:21:48 UTC (rev 937)
+++ trunk/ChangeLog 2006-10-27 14:22:39 UTC (rev 938)
@@ -9,6 +9,11 @@
Make C-like comment colour darker; make globalclass brighter to
distinguish it from word colour.
Make Java use same default syntax highlighting colours as C.
+ * src/utils.c:
+ Limit parse depth to 500 chars when parsing C-like function name.
+ * src/sci_cb.c:
+ Find last unmatched open bracket for Show Calltip so nested matched
+ brackets are ignored (except LaTeX).
2006-10-26 Nick Treleaven <nick.treleaven at btinternet.com>
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