SF.net SVN: geany-plugins:[1745] trunk/geanylatex/src/geanylatex.c

frlan at users.sourceforge.net frlan at xxxxx
Sat Nov 13 11:38:07 UTC 2010


Revision: 1745
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1745&view=rev
Author:   frlan
Date:     2010-11-13 11:38:06 +0000 (Sat, 13 Nov 2010)

Log Message:
-----------
GeanyLaTeX: Don't insert braces on newline in case of command in front contains a quot

Modified Paths:
--------------
    trunk/geanylatex/src/geanylatex.c

Modified: trunk/geanylatex/src/geanylatex.c
===================================================================
--- trunk/geanylatex/src/geanylatex.c	2010-11-13 11:37:47 UTC (rev 1744)
+++ trunk/geanylatex/src/geanylatex.c	2010-11-13 11:38:06 UTC (rev 1745)
@@ -653,7 +653,8 @@
 							 * would cause a bigger mass. */
 							else if (buf[i] == ' ' ||
 									 buf[i] == '}' ||
-									 buf[i] == '{')
+									 buf[i] == '{' ||
+									 buf[i] == '"')
 							{
 								break;
 							}


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list