eric7.Preferences.ConfigurationPages.EditorAutocompletionPage

Module implementing the Editor Autocompletion configuration page.

Global Attributes

None

Classes

EditorAutocompletionPage Class implementing the Editor Autocompletion configuration page.

Functions

create Module function to create the configuration page.


EditorAutocompletionPage

Class implementing the Editor Autocompletion configuration page.

Derived from

ConfigurationPageBase, Ui_EditorAutocompletionPage

Class Attributes

None

Class Methods

None

Methods

EditorAutocompletionPage Constructor
save Public slot to save the Editor Autocompletion configuration.
setMode Public method to perform mode dependent setups.

Static Methods

None

EditorAutocompletionPage (Constructor)

EditorAutocompletionPage()

Constructor

EditorAutocompletionPage.save

save()

Public slot to save the Editor Autocompletion configuration.

EditorAutocompletionPage.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 (unused)
Return:
reference to the instantiated page
Return Type:
ConfigurationPageBase
Up