Robot Framework Integrated Development Environment (RIDE)
robotide.preferences.editors.TextEditorPreferences Class Reference
Inheritance diagram for robotide.preferences.editors.TextEditorPreferences:
robotide.preferences.editors.EditorPreferences robotide.ui.preferences_dialogs.PreferencesPanel

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
 

Detailed Description

Definition at line 154 of file editors.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.preferences.editors.TextEditorPreferences.__init__ (   self,
  settings,
args,
**  kwargs 
)

Reimplemented from robotide.preferences.editors.EditorPreferences.

Definition at line 159 of file editors.py.

Member Function Documentation

◆ create_colors_sizer()

def robotide.preferences.editors.TextEditorPreferences.create_colors_sizer (   self)

Reimplemented from robotide.preferences.editors.EditorPreferences.

Definition at line 163 of file editors.py.

◆ OnReset()

def robotide.preferences.editors.TextEditorPreferences.OnReset (   self,
  event 
)

Reimplemented from robotide.preferences.editors.EditorPreferences.

Definition at line 222 of file editors.py.

◆ OnSaveLoadSettings()

def robotide.preferences.editors.TextEditorPreferences.OnSaveLoadSettings (   self,
  event 
)

Reimplemented from robotide.preferences.editors.EditorPreferences.

Definition at line 211 of file editors.py.

Member Data Documentation

◆ location

tuple robotide.preferences.editors.TextEditorPreferences.location = ("Text Editor",)
static

Definition at line 155 of file editors.py.

◆ name

string robotide.preferences.editors.TextEditorPreferences.name = "Text Edit"
static

Definition at line 157 of file editors.py.

◆ title

string robotide.preferences.editors.TextEditorPreferences.title = "Text Editor Settings"
static

Definition at line 156 of file editors.py.


The documentation for this class was generated from the following file: