eric7.Preferences.ConfigurationPages.EditorTypingPage
Module implementing the Editor Typing configuration page.
Global Attributes
Classes
Functions
create |
Module function to create the configuration page. |
EditorTypingPage
Class implementing the Editor Typing configuration page.
Derived from
ConfigurationPageBase, Ui_EditorTypingPage
Class Attributes
Class Methods
Methods
Static Methods
EditorTypingPage (Constructor)
EditorTypingPage()
Constructor
EditorTypingPage.on_languageCombo_activated
on_languageCombo_activated(index)
Private slot to select the page related to the selected language.
- index (int)
-
index of the selected entry
EditorTypingPage.save
save()
Public slot to save the Editor Typing configuration.
create
create(_dlg)
Module function to create the configuration page.
- _dlg (ConfigurationDialog)
-
reference to the configuration dialog (unused)
- Return:
-
reference to the instantiated page
- Return Type:
-
ConfigurationPageBase