forked from qt-creator/qt-creator
Generic highlighter: Prevent overlapping in the mime type registration.
Also add a progress bar for the registration process.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user