Generic highlighter: Interface for automatic download of available definitions. Refactorings and changes in related parts of the code.

This commit is contained in:
Leandro Melo
2010-06-11 12:13:52 +02:00
parent 90cb7df5be
commit ce80ee4f5e
16 changed files with 948 additions and 145 deletions

View File

@@ -88,7 +88,7 @@ const char * const GOTO_PREVIOUS_WORD_WITH_SELECTION = "TextEditor.GotoPreviousW
const char * const GOTO_NEXT_WORD_WITH_SELECTION = "TextEditor.GotoNextWordWithSelection";
const char * const C_TEXTEDITOR_MIMETYPE_TEXT = "text/plain";
const char * const INFO_SYNTAX_DEFINITION = "TextEditor.InfoSyntaxDefinition";
const char * const TASK_DOWNLOAD = "TextEditor.Task.Download";
// Text color and style categories
const char * const C_TEXT = "Text";