SF.net SVN: geany: [1212] trunk/tagmanager/python.c

eht16 at users.sourceforge.net eht16 at xxxxx
Sat Jan 20 15:16:27 UTC 2007


Revision: 1212
          http://svn.sourceforge.net/geany/?rev=1212&view=rev
Author:   eht16
Date:     2007-01-20 07:16:26 -0800 (Sat, 20 Jan 2007)

Log Message:
-----------
Just changed a comment.

Modified Paths:
--------------
    trunk/tagmanager/python.c

Modified: trunk/tagmanager/python.c
===================================================================
--- trunk/tagmanager/python.c	2007-01-20 15:07:46 UTC (rev 1211)
+++ trunk/tagmanager/python.c	2007-01-20 15:16:26 UTC (rev 1212)
@@ -103,9 +103,9 @@
 		{
 			cp++;
 			// count indentation amount of current line
+			// the indentation has to be made with tabs only _or_ spaces only, if they are mixed
+			// the code below gets confused
 			indent++;
-			/// TODO should be improved by separating between tabs and spaces but to do this we
-			/// have to know the tabulator width which is set in geany and not available here
 		}
 	    else if (*cp == '#')
 		break;


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