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

Public Member Functions

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

 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
 

Private Member Functions

def _create_kweditor (self)
 
def _name_changed (self, message)
 
def _populate (self)
 

Static Private Attributes

string _settings_open_id
 

Additional Inherited Members

- 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 24 of file macroeditors.py.

Member Function Documentation

◆ _create_kweditor()

def robotide.editor.macroeditors.TestCaseEditor._create_kweditor (   self)
private

Definition at line 38 of file macroeditors.py.

◆ _name_changed()

def robotide.editor.macroeditors.TestCaseEditor._name_changed (   self,
  message 
)
private

Definition at line 43 of file macroeditors.py.

◆ _populate()

def robotide.editor.macroeditors.TestCaseEditor._populate (   self)
private

Definition at line 30 of file macroeditors.py.

◆ close()

def robotide.editor.macroeditors.TestCaseEditor.close (   self)

Reimplemented from robotide.editor.editors._RobotTableEditor.

Definition at line 47 of file macroeditors.py.

◆ comment_cells()

def robotide.editor.macroeditors.TestCaseEditor.comment_cells (   self)

Definition at line 97 of file macroeditors.py.

◆ comment_rows()

def robotide.editor.macroeditors.TestCaseEditor.comment_rows (   self)

Definition at line 91 of file macroeditors.py.

◆ copy()

def robotide.editor.macroeditors.TestCaseEditor.copy (   self)

Definition at line 66 of file macroeditors.py.

◆ cut()

def robotide.editor.macroeditors.TestCaseEditor.cut (   self)

Definition at line 63 of file macroeditors.py.

◆ delete()

def robotide.editor.macroeditors.TestCaseEditor.delete (   self)

Definition at line 88 of file macroeditors.py.

◆ delete_cells()

def robotide.editor.macroeditors.TestCaseEditor.delete_cells (   self)

Definition at line 78 of file macroeditors.py.

◆ delete_rows()

def robotide.editor.macroeditors.TestCaseEditor.delete_rows (   self)

Definition at line 85 of file macroeditors.py.

◆ insert()

def robotide.editor.macroeditors.TestCaseEditor.insert (   self)

Definition at line 72 of file macroeditors.py.

◆ insert_cells()

def robotide.editor.macroeditors.TestCaseEditor.insert_cells (   self)

Definition at line 75 of file macroeditors.py.

◆ insert_rows()

def robotide.editor.macroeditors.TestCaseEditor.insert_rows (   self)

Definition at line 82 of file macroeditors.py.

◆ paste()

def robotide.editor.macroeditors.TestCaseEditor.paste (   self)

Definition at line 69 of file macroeditors.py.

◆ redo()

def robotide.editor.macroeditors.TestCaseEditor.redo (   self)

Definition at line 60 of file macroeditors.py.

◆ save()

def robotide.editor.macroeditors.TestCaseEditor.save (   self)

Definition at line 54 of file macroeditors.py.

◆ show_content_assist()

def robotide.editor.macroeditors.TestCaseEditor.show_content_assist (   self)

Definition at line 103 of file macroeditors.py.

◆ uncomment_cells()

def robotide.editor.macroeditors.TestCaseEditor.uncomment_cells (   self)

Definition at line 100 of file macroeditors.py.

◆ uncomment_rows()

def robotide.editor.macroeditors.TestCaseEditor.uncomment_rows (   self)

Definition at line 94 of file macroeditors.py.

◆ undo()

def robotide.editor.macroeditors.TestCaseEditor.undo (   self)

Definition at line 57 of file macroeditors.py.

◆ view()

def robotide.editor.macroeditors.TestCaseEditor.view (   self)

Definition at line 106 of file macroeditors.py.

Member Data Documentation

◆ _settings_open_id

robotide.editor.macroeditors.TestCaseEditor._settings_open_id
staticprivate

Definition at line 28 of file macroeditors.py.

◆ header

robotide.editor.macroeditors.TestCaseEditor.header

Definition at line 31 of file macroeditors.py.

◆ kweditor

robotide.editor.macroeditors.TestCaseEditor.kweditor

Definition at line 39 of file macroeditors.py.


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