forked from qt-creator/qt-creator
Add method for default text encoding to editor manager.
Moving the logic out of BaseTextDocument for use at other places.
This commit is contained in:
@@ -249,6 +249,8 @@ const char * const SETTINGS_CATEGORY_CORE_ICON = ":/core/images/category_core.pn
|
||||
const char * const SETTINGS_TR_CATEGORY_CORE = QT_TRANSLATE_NOOP("Core", "Environment");
|
||||
const char * const SETTINGS_ID_ENVIRONMENT = "A.General";
|
||||
|
||||
const char * const SETTINGS_DEFAULTTEXTENCODING = "General/DefaultFileEncoding";
|
||||
|
||||
const char * const ALL_FILES_FILTER = QT_TRANSLATE_NOOP("Core", "All Files (*)");
|
||||
|
||||
const int TARGET_ICON_SIZE = 32;
|
||||
|
||||
Reference in New Issue
Block a user