SF.net SVN: geany:[5556] trunk/src/document.c

colombanw at users.sourceforge.net colombanw at xxxxx
Sat Mar 5 22:44:23 UTC 2011


Revision: 5556
          http://geany.svn.sourceforge.net/geany/?rev=5556&view=rev
Author:   colombanw
Date:     2011-03-05 22:44:22 +0000 (Sat, 05 Mar 2011)

Log Message:
-----------
Enable in-memory tag parsing

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

Modified: trunk/src/document.c
===================================================================
--- trunk/src/document.c	2011-03-05 22:40:50 UTC (rev 5555)
+++ trunk/src/document.c	2011-03-05 22:44:22 UTC (rev 5556)
@@ -2359,7 +2359,7 @@
 static gboolean update_tags_from_buffer(GeanyDocument *doc)
 {
 	gboolean result;
-#if 1
+#if 0
 		/* old code */
 		result = tm_source_file_update(doc->tm_file, TRUE, FALSE, TRUE);
 #else


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