Robot Framework Integrated Development Environment (RIDE)
robotide.editor.macroeditors.UserKeywordEditor Class Reference
Inheritance diagram for robotide.editor.macroeditors.UserKeywordEditor:
robotide.editor.macroeditors.TestCaseEditor robotide.editor.editors._RobotTableEditor robotide.editor.editors.EditorPanel

Private Member Functions

def _create_header (self, name)
 

Static Private Attributes

string _settings_open_id
 

Additional Inherited Members

- Public Member Functions inherited from robotide.editor.macroeditors.TestCaseEditor
def close (self)
 
def comment_cells (self)
 
def comment_rows (self)
 
def copy (self)
 
def cut (self)
 
def delete (self)
 
def delete_cells (self)
 
def delete_rows (self)
 
def insert (self)
 
def insert_cells (self)
 
def insert_rows (self)
 
def paste (self)
 
def redo (self)
 
def save (self)
 
def show_content_assist (self)
 
def uncomment_cells (self)
 
def uncomment_rows (self)
 
def undo (self)
 
def view (self)
 
- Public Member Functions inherited from robotide.editor.editors._RobotTableEditor
def __init__ (self, plugin, parent, controller, tree)
 
def destroy (self)
 
def highlight (self, text, expand=True)
 
def highlight_cell (self, obj, row, column)
 Highlight the given object at the given row and column. More...
 
def OnIdle (self, event)
 
def tooltip_allowed (self, tooltip)
 
- Public Member Functions inherited from robotide.editor.editors.EditorPanel
def tree_item_selected (self, item)
 
- Public Attributes inherited from robotide.editor.macroeditors.TestCaseEditor
 header
 
 kweditor
 
- Public Attributes inherited from robotide.editor.editors._RobotTableEditor
 sizer
 
- Public Attributes inherited from robotide.editor.editors.EditorPanel
 color_background
 
 color_background_help
 
 color_foreground
 
 color_foreground_text
 
 color_secondary_background
 
 color_secondary_foreground
 
 controller
 
 font_face
 
 font_size
 
 general_settings
 
 plugin
 
- Static Public Attributes inherited from robotide.editor.editors._RobotTableEditor
string doc = 'table editor'
 
string name = 'table'
 
- Static Public Attributes inherited from robotide.editor.editors.EditorPanel
string name = ''
 
 show_content_assist
 
 title = None
 
 undo = save \
 

Detailed Description

Definition at line 111 of file macroeditors.py.

Member Function Documentation

◆ _create_header()

def robotide.editor.macroeditors.UserKeywordEditor._create_header (   self,
  name 
)
private

Definition at line 117 of file macroeditors.py.

Member Data Documentation

◆ _settings_open_id

robotide.editor.macroeditors.UserKeywordEditor._settings_open_id
staticprivate

Definition at line 115 of file macroeditors.py.


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