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

Public Member Functions

def __init__ (self, *args)
 
def close (self)
 
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)
 

Static Public Attributes

 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 \
 

Private Member Functions

def _add_import_settings (self)
 
def _add_variable_table (self)
 
def _create_source_label (self, source)
 
def _populate (self)
 
def _update_source (self, message=None)
 
def _update_source_and_name (self, message)
 

Private Attributes

 _editors
 
 _source
 
 _var_editor
 

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
 

Detailed Description

Definition at line 306 of file editors.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.editor.editors._FileEditor.__init__ (   self,
args 
)

Definition at line 308 of file editors.py.

Member Function Documentation

◆ _add_import_settings()

def robotide.editor.editors._FileEditor._add_import_settings (   self)
private

Definition at line 349 of file editors.py.

◆ _add_variable_table()

def robotide.editor.editors._FileEditor._add_variable_table (   self)
private

Definition at line 354 of file editors.py.

◆ _create_source_label()

def robotide.editor.editors._FileEditor._create_source_label (   self,
  source 
)
private

Definition at line 335 of file editors.py.

◆ _populate()

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

◆ _update_source()

def robotide.editor.editors._FileEditor._update_source (   self,
  message = None 
)
private

Definition at line 313 of file editors.py.

◆ _update_source_and_name()

def robotide.editor.editors._FileEditor._update_source_and_name (   self,
  message 
)
private

Definition at line 316 of file editors.py.

◆ close()

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

Reimplemented from robotide.editor.editors._RobotTableEditor.

Reimplemented in robotide.editor.editors.InitFileEditor.

Definition at line 359 of file editors.py.

◆ tree_item_selected()

def robotide.editor.editors._FileEditor.tree_item_selected (   self,
  item 
)

Reimplemented from robotide.editor.editors.EditorPanel.

Definition at line 320 of file editors.py.

Member Data Documentation

◆ _editors

robotide.editor.editors._FileEditor._editors
private

Definition at line 363 of file editors.py.

◆ _source

robotide.editor.editors._FileEditor._source
private

Definition at line 340 of file editors.py.

◆ _var_editor

robotide.editor.editors._FileEditor._var_editor
private

Definition at line 355 of file editors.py.

◆ delete_rows

robotide.editor.editors._FileEditor.delete_rows = lambda s: None
static

Definition at line 367 of file editors.py.


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