SF.net SVN: geany: [1508] trunk
ntrel at users.sourceforge.net
ntrel at xxxxx
Sat May 5 16:51:41 UTC 2007
Revision: 1508
http://svn.sourceforge.net/geany/?rev=1508&view=rev
Author: ntrel
Date: 2007-05-05 09:51:41 -0700 (Sat, 05 May 2007)
Log Message:
-----------
Add brace indenting support for Perl and TCL.
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/sci_cb.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-05-05 16:35:59 UTC (rev 1507)
+++ trunk/ChangeLog 2007-05-05 16:51:41 UTC (rev 1508)
@@ -3,6 +3,8 @@
* src/keybindings.c:
Make marker and matching brace keybindings global.
(Also indent some case statement bodies).
+ * src/sci_cb.c:
+ Add brace indenting support for Perl and TCL.
2007-05-05 Enrico Tröger <enrico.troeger at uvena.de>
Modified: trunk/src/sci_cb.c
===================================================================
--- trunk/src/sci_cb.c 2007-05-05 16:35:59 UTC (rev 1507)
+++ trunk/src/sci_cb.c 2007-05-05 16:51:41 UTC (rev 1508)
@@ -407,6 +407,8 @@
case SCLEX_HTML: // for PHP & JS
case SCLEX_PASCAL: // for multiline comments?
case SCLEX_BASH:
+ case SCLEX_PERL:
+ case SCLEX_TCL:
return TRUE;
default:
return FALSE;
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