Preferences/ConfigurationDialog.py

changeset 2907
108abcc64724
parent 2824
858412c29c34
child 2964
84b65fb9e780
child 3056
9986ec0e559a
equal deleted inserted replaced
2906:b14b7c320327 2907:108abcc64724
146 [self.trUtf8("Plugin Manager"), "preferences-pluginmanager.png", 146 [self.trUtf8("Plugin Manager"), "preferences-pluginmanager.png",
147 "PluginManagerPage", None, None], 147 "PluginManagerPage", None, None],
148 "printerPage": \ 148 "printerPage": \
149 [self.trUtf8("Printer"), "preferences-printer.png", 149 [self.trUtf8("Printer"), "preferences-printer.png",
150 "PrinterPage", None, None], 150 "PrinterPage", None, None],
151 "py3flakesPage": \
152 [self.trUtf8("PyFlakes"), "warning.png",
153 "Py3FlakesPage", None, None],
154 "pythonPage": \ 151 "pythonPage": \
155 [self.trUtf8("Python"), "preferences-python.png", 152 [self.trUtf8("Python"), "preferences-python.png",
156 "PythonPage", None, None], 153 "PythonPage", None, None],
157 "qtPage": \ 154 "qtPage": \
158 [self.trUtf8("Qt"), "preferences-qtlogo.png", 155 [self.trUtf8("Qt"), "preferences-qtlogo.png",
225 "EditorSpellCheckingPage", "0editorPage", None], 222 "EditorSpellCheckingPage", "0editorPage", None],
226 "editorStylesPage": \ 223 "editorStylesPage": \
227 [self.trUtf8("Style"), "preferences-styles.png", 224 [self.trUtf8("Style"), "preferences-styles.png",
228 "EditorStylesPage", "0editorPage", None], 225 "EditorStylesPage", "0editorPage", None],
229 "editorSyntaxPage": \ 226 "editorSyntaxPage": \
230 [self.trUtf8("Syntax Checker"), "preferences-debugger.png", 227 [self.trUtf8("Code Checkers"), "preferences-debugger.png",
231 "EditorSyntaxPage", "0editorPage", None], 228 "EditorSyntaxPage", "0editorPage", None],
232 "editorTypingPage": \ 229 "editorTypingPage": \
233 [self.trUtf8("Typing"), "preferences-typing.png", 230 [self.trUtf8("Typing"), "preferences-typing.png",
234 "EditorTypingPage", "0editorPage", None], 231 "EditorTypingPage", "0editorPage", None],
235 "editorExportersPage": \ 232 "editorExportersPage": \

eric ide

mercurial