Kaydet (Commit) d789c4d5 authored tarafından Matthew Brush's avatar Matthew Brush

Queue colourise of the Scintilla widget after (re)setting type keywords

üst 8942bc81
......@@ -2302,6 +2302,7 @@ void document_update_tags(GeanyDocument *doc)
keywords = g_string_free(keywords_str, FALSE);
sci_set_keywords(doc->editor->sci, keyword_idx, keywords);
g_free(keywords);
queue_colourise(doc); /* force re-highlighting the entire document */
}
}
......
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