eric6.Preferences.ConfigurationPages.EditorGeneralPage
Module implementing the Editor General configuration page.
Global Attributes
Classes
Functions
| create | Module function to create the configuration page. | 
EditorGeneralPage
    Class implementing the Editor General configuration page.
Derived from
ConfigurationPageBase, Ui_EditorGeneralPage
Class Attributes
Class Methods
Methods
Static Methods
EditorGeneralPage (Constructor)
EditorGeneralPage()
        Constructor
EditorGeneralPage.on_tabforindentationCheckBox_toggled
on_tabforindentationCheckBox_toggled(checked)
        Private slot used to set the tab conversion check box.
- checked
- 
flag received from the signal (boolean)
EditorGeneralPage.save
save()
        Public slot to save the Editor General configuration.
create
create(dlg)
    Module function to create the configuration page.
- dlg
- 
reference to the configuration dialog
- Returns:
- 
reference to the instantiated page (ConfigurationPageBase)