Robot Framework Integrated Development Environment (RIDE)
robotide.editor.editors.EditorPanel Class Reference

Base class for all editor panels. More...

Inheritance diagram for robotide.editor.editors.EditorPanel:
robotide.editor.editors._RobotTableEditor robotide.editor.editors._FileEditor robotide.editor.macroeditors.TestCaseEditor robotide.editor.editors.ResourceFileEditor robotide.editor.editors.TestCaseFileEditor robotide.editor.macroeditors.UserKeywordEditor robotide.editor.editors.InitFileEditor

Public Member Functions

def __init__ (self, plugin, parent, controller, tree)
 
def tree_item_selected (self, item)
 

Public Attributes

 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

string name = ''
 
 show_content_assist
 
 title = None
 
 undo = save \
 

Private Attributes

 _tree
 

Detailed Description

Base class for all editor panels.

Definition at line 48 of file editors.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.editor.editors.EditorPanel.__init__ (   self,
  plugin,
  parent,
  controller,
  tree 
)

Reimplemented in robotide.editor.editors._RobotTableEditor.

Definition at line 55 of file editors.py.

Member Function Documentation

◆ tree_item_selected()

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

Reimplemented in robotide.editor.editors._FileEditor.

Definition at line 77 of file editors.py.

Member Data Documentation

◆ _tree

robotide.editor.editors.EditorPanel._tree
private

Definition at line 75 of file editors.py.

◆ color_background

robotide.editor.editors.EditorPanel.color_background

Definition at line 63 of file editors.py.

◆ color_background_help

robotide.editor.editors.EditorPanel.color_background_help

Definition at line 67 of file editors.py.

◆ color_foreground

robotide.editor.editors.EditorPanel.color_foreground

Definition at line 64 of file editors.py.

◆ color_foreground_text

robotide.editor.editors.EditorPanel.color_foreground_text

Definition at line 68 of file editors.py.

◆ color_secondary_background

robotide.editor.editors.EditorPanel.color_secondary_background

Definition at line 65 of file editors.py.

◆ color_secondary_foreground

robotide.editor.editors.EditorPanel.color_secondary_foreground

Definition at line 66 of file editors.py.

◆ controller

robotide.editor.editors.EditorPanel.controller

Definition at line 74 of file editors.py.

◆ font_face

robotide.editor.editors.EditorPanel.font_face

Definition at line 69 of file editors.py.

◆ font_size

robotide.editor.editors.EditorPanel.font_size

Definition at line 70 of file editors.py.

◆ general_settings

robotide.editor.editors.EditorPanel.general_settings

Definition at line 62 of file editors.py.

◆ name

string robotide.editor.editors.EditorPanel.name = ''
static

Definition at line 50 of file editors.py.

◆ plugin

robotide.editor.editors.EditorPanel.plugin

Definition at line 73 of file editors.py.

◆ show_content_assist

robotide.editor.editors.EditorPanel.show_content_assist
static

Definition at line 53 of file editors.py.

◆ title

robotide.editor.editors.EditorPanel.title = None
static

Definition at line 51 of file editors.py.

◆ undo

robotide.editor.editors.EditorPanel.undo = save \
static

Definition at line 52 of file editors.py.


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