Generic highlighter: Prevent overlapping in the mime type registration.

Also add a progress bar for the registration process.
This commit is contained in:
Leandro Melo
2010-08-18 15:13:39 +02:00
parent d82acb2c31
commit 368d982691
3 changed files with 36 additions and 7 deletions

View File

@@ -88,7 +88,8 @@ 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";
const char * const TASK_DOWNLOAD_DEFINITIONS = "TextEditor.Task.Download";
const char * const TASK_REGISTER_DEFINITIONS = "TextEditor.Task.Register";
// Text color and style categories
const char * const C_TEXT = "Text";