Text editor: Progress bar for large files

Reviewed-by: mae
This commit is contained in:
Leandro Melo
2011-02-04 14:55:50 +01:00
parent a9f6dbd89a
commit 66e894478e
2 changed files with 15 additions and 3 deletions

View File

@@ -98,6 +98,7 @@ const char * const C_TEXTEDITOR_MIMETYPE_TEXT = "text/plain";
const char * const INFO_SYNTAX_DEFINITION = "TextEditor.InfoSyntaxDefinition";
const char * const TASK_DOWNLOAD_DEFINITIONS = "TextEditor.Task.Download";
const char * const TASK_REGISTER_DEFINITIONS = "TextEditor.Task.Register";
const char * const TASK_OPEN_FILE = "TextEditor.Task.OpenFile";
// Text color and style categories
const char * const C_TEXT = "Text";