Kaydet (Commit) 676f8e6d authored tarafından Colomban Wendling's avatar Colomban Wendling

Enable in-memory tag parsing

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5556 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 569670b7
......@@ -2359,7 +2359,7 @@ gint document_replace_all(GeanyDocument *doc, const gchar *find_text, const gcha
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment