forked from qt-creator/qt-creator
MIME types: Introduce user extensions feature
Creates a new page in the options dialog which allows the user to modify MIME type's globl patterns and rule-based magic matchers. As a side-effect of this feature our MIME database (and related components) got some improvements. Reviewed-by: Friedemann Kleint
This commit is contained in:
@@ -253,7 +253,9 @@ const char * const SETTINGS_CATEGORY_CORE = "A.Core";
|
||||
const char * const SETTINGS_CATEGORY_CORE_ICON = ":/core/images/category_core.png";
|
||||
const char * const SETTINGS_TR_CATEGORY_CORE = QT_TRANSLATE_NOOP("Core", "Environment");
|
||||
const char * const SETTINGS_ID_ENVIRONMENT = "A.General";
|
||||
const char * const SETTINGS_ID_TOOLS = "G.ExternalTools";
|
||||
const char * const SETTINGS_ID_SHORTCUTS = "B.Keyboard";
|
||||
const char * const SETTINGS_ID_TOOLS = "C.ExternalTools";
|
||||
const char * const SETTINGS_ID_MIMETYPES = "D.MimeTypes";
|
||||
|
||||
const char * const SETTINGS_DEFAULTTEXTENCODING = "General/DefaultFileEncoding";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user