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.