SF.net SVN: geany:[4785] trunk/data/snippets.conf
ntrel at users.sourceforge.net
ntrel at xxxxx
Thu Mar 25 13:51:07 UTC 2010
Revision: 4785
http://geany.svn.sourceforge.net/geany/?rev=4785&view=rev
Author: ntrel
Date: 2010-03-25 13:51:07 +0000 (Thu, 25 Mar 2010)
Log Message:
-----------
Add a space after 'while' for do...while statement.
Modified Paths:
--------------
trunk/data/snippets.conf
Modified: trunk/data/snippets.conf
===================================================================
--- trunk/data/snippets.conf 2010-03-25 13:43:37 UTC (rev 4784)
+++ trunk/data/snippets.conf 2010-03-25 13:51:07 UTC (rev 4785)
@@ -23,7 +23,7 @@
else=else%block_cursor%
for=for (i = 0; i < %cursor%; i++)%block_cursor%
while=while (%cursor%)%block_cursor%
-do=do\n{\n\t%cursor%\n} while(%cursor%)\n%cursor%
+do=do\n{\n\t%cursor%\n} while (%cursor%)\n%cursor%
switch=switch (%cursor%)%brace_open%case %cursor%:\n\t\t%cursor%\n\t\tbreak;\n\tdefault:\n\t\t%cursor%\n%brace_close%%cursor%
try=try%block%\ncatch (%cursor%)%block_cursor%
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