Base class for all editor panels.
More...
Base class for all editor panels.
Definition at line 48 of file editors.py.
◆ __init__()
| def robotide.editor.editors.EditorPanel.__init__ |
( |
|
self, |
|
|
|
plugin, |
|
|
|
parent, |
|
|
|
controller, |
|
|
|
tree |
|
) |
| |
◆ tree_item_selected()
| def robotide.editor.editors.EditorPanel.tree_item_selected |
( |
|
self, |
|
|
|
item |
|
) |
| |
◆ _tree
| robotide.editor.editors.EditorPanel._tree |
|
private |
◆ color_background
| robotide.editor.editors.EditorPanel.color_background |
◆ color_background_help
| robotide.editor.editors.EditorPanel.color_background_help |
◆ color_foreground
| robotide.editor.editors.EditorPanel.color_foreground |
◆ color_foreground_text
| robotide.editor.editors.EditorPanel.color_foreground_text |
◆ color_secondary_background
| robotide.editor.editors.EditorPanel.color_secondary_background |
◆ color_secondary_foreground
| robotide.editor.editors.EditorPanel.color_secondary_foreground |
◆ controller
| robotide.editor.editors.EditorPanel.controller |
◆ font_face
| robotide.editor.editors.EditorPanel.font_face |
◆ font_size
| robotide.editor.editors.EditorPanel.font_size |
◆ general_settings
| robotide.editor.editors.EditorPanel.general_settings |
◆ name
| string robotide.editor.editors.EditorPanel.name = '' |
|
static |
◆ plugin
| robotide.editor.editors.EditorPanel.plugin |
◆ show_content_assist
| robotide.editor.editors.EditorPanel.show_content_assist |
|
static |
◆ title
| robotide.editor.editors.EditorPanel.title = None |
|
static |
◆ undo
| robotide.editor.editors.EditorPanel.undo = save \ |
|
static |
The documentation for this class was generated from the following file: