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:
con
2010-10-08 16:46:39 +02:00
parent b78c1ef6da
commit 4e7c07d97a
5 changed files with 17 additions and 8 deletions

View File

@@ -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;