379 }) |
379 }) |
380 |
380 |
381 self.configItems.update( |
381 self.configItems.update( |
382 ericApp().getObject("PluginManager").getPluginConfigData()) |
382 ericApp().getObject("PluginManager").getPluginConfigData()) |
383 |
383 |
384 # TODO: add mode for Mini Editor (?) |
|
385 elif displayMode == ConfigurationMode.EDITORMODE: |
384 elif displayMode == ConfigurationMode.EDITORMODE: |
386 self.configItems = { |
385 self.configItems = { |
387 # key : [display string, pixmap name, dialog module name or |
386 # key : [display string, pixmap name, dialog module name or |
388 # page creation function, parent key, |
387 # page creation function, parent key, |
389 # reference to configuration page (must always be last)] |
388 # reference to configuration page (must always be last)] |