Preferences/__init__.py

changeset 6424
5e74c4e22e9a
parent 6420
4dd44f42a24f
child 6455
22a6fc33ab6d
child 6522
20c9a023b6c1
equal deleted inserted replaced
6423:a9e6ae68170b 6424:5e74c4e22e9a
165 "TabViewManagerFilenameLength": 40, 165 "TabViewManagerFilenameLength": 40,
166 "TabViewManagerFilenameOnly": True, 166 "TabViewManagerFilenameOnly": True,
167 "ShowFilePreview": True, 167 "ShowFilePreview": True,
168 "ShowFilePreviewJS": True, 168 "ShowFilePreviewJS": True,
169 "ShowFilePreviewSSI": True, 169 "ShowFilePreviewSSI": True,
170 "ShowCodeDocumentationViewer": True, 170 "ShowTemplateViewer": True, # left side
171 "ShowCooperation": True, 171 "ShowFileBrowser": True, # left side
172 "ShowIrc": True, 172 "ShowSymbolsViewer": True, # left side
173 "ShowCodeDocumentationViewer": True, # right side
174 "ShowCooperation": True, # right side
175 "ShowIrc": True, # right side
176 "ShowNumbersViewer": True, # bottom side
173 "ViewProfiles2": { 177 "ViewProfiles2": {
174 "edit": [ 178 "edit": [
175 # saved state main window with toolbox windows (0) 179 # saved state main window with toolbox windows (0)
176 QByteArray(), 180 QByteArray(),
177 # visibility of the toolboxes/sidebars (1) 181 # visibility of the toolboxes/sidebars (1)
1963 "RequestDownloadFilename", 1967 "RequestDownloadFilename",
1964 "LayoutShellEmbedded", "LayoutFileBrowserEmbedded", 1968 "LayoutShellEmbedded", "LayoutFileBrowserEmbedded",
1965 "CheckErrorLog", "NotificationsEnabled", "DynamicOnlineCheck", 1969 "CheckErrorLog", "NotificationsEnabled", "DynamicOnlineCheck",
1966 "OpenCrashSessionOnStartup", "CrashSessionEnabled", 1970 "OpenCrashSessionOnStartup", "CrashSessionEnabled",
1967 "ShowCodeDocumentationViewer", "ShowCooperation", "ShowIrc", 1971 "ShowCodeDocumentationViewer", "ShowCooperation", "ShowIrc",
1968 "UseNativeMenuBar"]: 1972 "ShowTemplateViewer", "ShowFileBrowser", "ShowSymbolsViewer",
1973 "ShowNumbersViewer", "UseNativeMenuBar"]:
1969 return toBool(prefClass.settings.value( 1974 return toBool(prefClass.settings.value(
1970 "UI/" + key, prefClass.uiDefaults[key])) 1975 "UI/" + key, prefClass.uiDefaults[key]))
1971 elif key in ["TabViewManagerFilenameLength", "CaptionFilenameLength", 1976 elif key in ["TabViewManagerFilenameLength", "CaptionFilenameLength",
1972 "ProxyPort/Http", "ProxyPort/Https", "ProxyPort/Ftp", 1977 "ProxyPort/Http", "ProxyPort/Https", "ProxyPort/Ftp",
1973 "ProxyType/Ftp", "OpenOnStartup", 1978 "ProxyType/Ftp", "OpenOnStartup",

eric ide

mercurial