eric7.Preferences.ConfigurationPages.EditorPropertiesPage

Module implementing the Editor Properties configuration page.

Global Attributes

None

Classes

EditorPropertiesPage Class implementing the Editor Properties configuration page.

Functions

create Module function to create the configuration page.


EditorPropertiesPage

Class implementing the Editor Properties configuration page.

Derived from

ConfigurationPageBase, Ui_EditorPropertiesPage

Class Attributes

None

Class Methods

None

Methods

EditorPropertiesPage Constructor
save Public slot to save the Editor Properties (1) configuration.
setMode Public method to perform mode dependent setups.

Static Methods

None

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
Up


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
Up