Definition at line 16 of file editorprovider.py.
◆ __init__()
| def robotide.application.editorprovider.EditorProvider.__init__ |
( |
|
self | ) |
|
◆ get_editor()
| def robotide.application.editorprovider.EditorProvider.get_editor |
( |
|
self, |
|
|
|
key |
|
) |
| |
◆ get_editors()
| def robotide.application.editorprovider.EditorProvider.get_editors |
( |
|
self, |
|
|
|
key |
|
) |
| |
◆ register_editor()
| def robotide.application.editorprovider.EditorProvider.register_editor |
( |
|
self, |
|
|
|
key, |
|
|
|
editor, |
|
|
|
default = True |
|
) |
| |
◆ set_active_editor()
| def robotide.application.editorprovider.EditorProvider.set_active_editor |
( |
|
self, |
|
|
|
key, |
|
|
|
editor |
|
) |
| |
◆ unregister_editor()
| def robotide.application.editorprovider.EditorProvider.unregister_editor |
( |
|
self, |
|
|
|
key, |
|
|
|
editor |
|
) |
| |
◆ _editors
| robotide.application.editorprovider.EditorProvider._editors |
|
private |
The documentation for this class was generated from the following file: