Robot Framework Integrated Development Environment (RIDE)
robotide.editor.editors.InitFileEditor Class Reference
Inheritance diagram for robotide.editor.editors.InitFileEditor:
robotide.editor.editors.TestCaseFileEditor robotide.editor.editors._FileEditor robotide.editor.editors._RobotTableEditor robotide.editor.editors.EditorPanel

Public Member Functions

def close (self)
 
- Public Member Functions inherited from robotide.editor.editors._FileEditor
def __init__ (self, *args)
 
def tree_item_selected (self, item)
 
- 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)
 

Private Member Functions

def _init_file_removed (self, message)
 
def _populate (self)
 

Static Private Attributes

string _settings_open_id
 

Additional Inherited Members

- 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._FileEditor
 delete_rows = lambda s: None
 
- 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 417 of file editors.py.

Member Function Documentation

◆ _init_file_removed()

def robotide.editor.editors.InitFileEditor._init_file_removed (   self,
  message 
)
private

Definition at line 427 of file editors.py.

◆ _populate()

def robotide.editor.editors.InitFileEditor._populate (   self)
private

Reimplemented from robotide.editor.editors.TestCaseFileEditor.

Definition at line 423 of file editors.py.

◆ close()

def robotide.editor.editors.InitFileEditor.close (   self)

Reimplemented from robotide.editor.editors._FileEditor.

Definition at line 431 of file editors.py.

Member Data Documentation

◆ _settings_open_id

robotide.editor.editors.InitFileEditor._settings_open_id
staticprivate

Definition at line 421 of file editors.py.


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