Preferences/ConfigurationDialog.py

branch
Py2 comp.
changeset 3056
9986ec0e559a
parent 2847
1843ef6e2656
parent 2907
108abcc64724
child 3057
10516539f238
equal deleted inserted replaced
2911:ce77f0b1ee67 3056:9986ec0e559a
148 [self.trUtf8("Plugin Manager"), "preferences-pluginmanager.png", 148 [self.trUtf8("Plugin Manager"), "preferences-pluginmanager.png",
149 "PluginManagerPage", None, None], 149 "PluginManagerPage", None, None],
150 "printerPage": \ 150 "printerPage": \
151 [self.trUtf8("Printer"), "preferences-printer.png", 151 [self.trUtf8("Printer"), "preferences-printer.png",
152 "PrinterPage", None, None], 152 "PrinterPage", None, None],
153 "py3flakesPage": \
154 [self.trUtf8("PyFlakes"), "warning.png",
155 "Py3FlakesPage", None, None],
156 "pythonPage": \ 153 "pythonPage": \
157 [self.trUtf8("Python"), "preferences-python.png", 154 [self.trUtf8("Python"), "preferences-python.png",
158 "PythonPage", None, None], 155 "PythonPage", None, None],
159 "qtPage": \ 156 "qtPage": \
160 [self.trUtf8("Qt"), "preferences-qtlogo.png", 157 [self.trUtf8("Qt"), "preferences-qtlogo.png",
227 "EditorSpellCheckingPage", "0editorPage", None], 224 "EditorSpellCheckingPage", "0editorPage", None],
228 "editorStylesPage": \ 225 "editorStylesPage": \
229 [self.trUtf8("Style"), "preferences-styles.png", 226 [self.trUtf8("Style"), "preferences-styles.png",
230 "EditorStylesPage", "0editorPage", None], 227 "EditorStylesPage", "0editorPage", None],
231 "editorSyntaxPage": \ 228 "editorSyntaxPage": \
232 [self.trUtf8("Syntax Checker"), "preferences-debugger.png", 229 [self.trUtf8("Code Checkers"), "preferences-debugger.png",
233 "EditorSyntaxPage", "0editorPage", None], 230 "EditorSyntaxPage", "0editorPage", None],
234 "editorTypingPage": \ 231 "editorTypingPage": \
235 [self.trUtf8("Typing"), "preferences-typing.png", 232 [self.trUtf8("Typing"), "preferences-typing.png",
236 "EditorTypingPage", "0editorPage", None], 233 "EditorTypingPage", "0editorPage", None],
237 "editorExportersPage": \ 234 "editorExportersPage": \

eric ide

mercurial