Public Member Functions | |
| def | __init__ (self, settings, *args, **kwargs) |
| def | create_colors_sizer (self) |
| def | OnReset (self, event) |
| def | OnSaveLoadSettings (self, event) |
Public Member Functions inherited from robotide.ui.preferences_dialogs.PreferencesPanel | |
| def | GetTitle (self) |
| def | Separator (self, parent, title) |
| Creates a simple horizontal separator with title. More... | |
Static Public Attributes | |
| tuple | location = ("Text Editor",) |
| string | name = "Text Edit" |
| string | title = "Text Editor Settings" |
Static Public Attributes inherited from robotide.ui.preferences_dialogs.PreferencesPanel | |
| tuple | location = ("Preferences",) |
| string | title = "Preferences" |
Additional Inherited Members | |
Public Attributes inherited from robotide.ui.preferences_dialogs.PreferencesPanel | |
| tree_item | |
Definition at line 154 of file editors.py.
| def robotide.preferences.editors.TextEditorPreferences.__init__ | ( | self, | |
| settings, | |||
| * | args, | ||
| ** | kwargs | ||
| ) |
Reimplemented from robotide.preferences.editors.EditorPreferences.
Definition at line 159 of file editors.py.
| def robotide.preferences.editors.TextEditorPreferences.create_colors_sizer | ( | self | ) |
Reimplemented from robotide.preferences.editors.EditorPreferences.
Definition at line 163 of file editors.py.
| def robotide.preferences.editors.TextEditorPreferences.OnReset | ( | self, | |
| event | |||
| ) |
Reimplemented from robotide.preferences.editors.EditorPreferences.
Definition at line 222 of file editors.py.
| def robotide.preferences.editors.TextEditorPreferences.OnSaveLoadSettings | ( | self, | |
| event | |||
| ) |
Reimplemented from robotide.preferences.editors.EditorPreferences.
Definition at line 211 of file editors.py.
|
static |
Definition at line 155 of file editors.py.
|
static |
Definition at line 157 of file editors.py.
|
static |
Definition at line 156 of file editors.py.