SF.net SVN: geany:[3555] trunk/data/snippets.conf

eht16 at users.sourceforge.net eht16 at xxxxx
Thu Feb 5 20:16:36 UTC 2009


Revision: 3555
          http://geany.svn.sourceforge.net/geany/?rev=3555&view=rev
Author:   eht16
Date:     2009-02-05 20:16:35 +0000 (Thu, 05 Feb 2009)

Log Message:
-----------
Replace the last occurrences of %n% with \n\t. Sorry.

Modified Paths:
--------------
    trunk/data/snippets.conf

Modified: trunk/data/snippets.conf
===================================================================
--- trunk/data/snippets.conf	2009-02-05 20:05:07 UTC (rev 3554)
+++ trunk/data/snippets.conf	2009-02-05 20:16:35 UTC (rev 3555)
@@ -25,7 +25,7 @@
 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%
-switch=switch (%cursor%)%brace_open%case %cursor%:%n%\t%cursor%%n%break;\n%ws%default:%n%\t%cursor%\n%brace_close%%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%
 
 # special keys to be used in other snippets, cannot be used "standalone"


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