eric7.Preferences.ConfigurationPages.EditorPropertiesPage
Module implementing the Editor Properties configuration page.
Global Attributes
Classes
Functions
create |
Module function to create the configuration page. |
EditorPropertiesPage
Class implementing the Editor Properties configuration page.
Derived from
ConfigurationPageBase, Ui_EditorPropertiesPage
Class Attributes
Class Methods
Methods
Static Methods
EditorPropertiesPage (Constructor)
EditorPropertiesPage(lexers)
Constructor
- lexers (dict)
-
reference to the lexers dictionary
EditorPropertiesPage.save
save()
Public slot to save the Editor Properties (1) configuration.
EditorPropertiesPage.setMode
setMode(displayMode)
Public method to perform mode dependent setups.
- displayMode (ConfigurationMode)
-
mode of the configuration dialog
create
create(dlg)
Module function to create the configuration page.
- dlg (ConfigurationDialog)
-
reference to the configuration dialog
- Return:
-
reference to the instantiated page
- Return Type:
-
ConfigurationPageBase