|
| string | title = 'Text Edit' |
| |
Definition at line 45 of file texteditor.py.
◆ __init__()
| def robotide.editor.texteditor.TextEditorPlugin.__init__ |
( |
|
self, |
|
|
|
application |
|
) |
| |
◆ _apply_txt_changes_to_model()
| def robotide.editor.texteditor.TextEditorPlugin._apply_txt_changes_to_model |
( |
|
self | ) |
|
|
private |
◆ _editor()
| def robotide.editor.texteditor.TextEditorPlugin._editor |
( |
|
self | ) |
|
|
private |
◆ _on_timer()
| def robotide.editor.texteditor.TextEditorPlugin._on_timer |
( |
|
self, |
|
|
|
event |
|
) |
| |
|
private |
◆ _open()
| def robotide.editor.texteditor.TextEditorPlugin._open |
( |
|
self | ) |
|
|
private |
◆ _open_data_for_controller()
| def robotide.editor.texteditor.TextEditorPlugin._open_data_for_controller |
( |
|
self, |
|
|
|
datafile_controller |
|
) |
| |
|
private |
◆ _open_tree_selection_in_editor()
| def robotide.editor.texteditor.TextEditorPlugin._open_tree_selection_in_editor |
( |
|
self | ) |
|
|
private |
◆ _register_shortcuts()
| def robotide.editor.texteditor.TextEditorPlugin._register_shortcuts |
( |
|
self | ) |
|
|
private |
◆ _set_read_only()
| def robotide.editor.texteditor.TextEditorPlugin._set_read_only |
( |
|
self, |
|
|
|
message |
|
) |
| |
|
private |
◆ _should_process_data_changed_message()
| def robotide.editor.texteditor.TextEditorPlugin._should_process_data_changed_message |
( |
|
self, |
|
|
|
message |
|
) |
| |
|
private |
◆ disable()
| def robotide.editor.texteditor.TextEditorPlugin.disable |
( |
|
self | ) |
|
◆ enable()
| def robotide.editor.texteditor.TextEditorPlugin.enable |
( |
|
self | ) |
|
◆ is_focused()
| def robotide.editor.texteditor.TextEditorPlugin.is_focused |
( |
|
self | ) |
|
◆ OnDataChanged()
| def robotide.editor.texteditor.TextEditorPlugin.OnDataChanged |
( |
|
self, |
|
|
|
message |
|
) |
| |
◆ OnOpen()
| def robotide.editor.texteditor.TextEditorPlugin.OnOpen |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnSaving()
| def robotide.editor.texteditor.TextEditorPlugin.OnSaving |
( |
|
self, |
|
|
|
message |
|
) |
| |
◆ OnTabChange()
| def robotide.editor.texteditor.TextEditorPlugin.OnTabChange |
( |
|
self, |
|
|
|
message |
|
) |
| |
◆ OnTabChanged()
| def robotide.editor.texteditor.TextEditorPlugin.OnTabChanged |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnTabChanging()
| def robotide.editor.texteditor.TextEditorPlugin.OnTabChanging |
( |
|
self, |
|
|
|
message |
|
) |
| |
◆ OnTreeSelection()
| def robotide.editor.texteditor.TextEditorPlugin.OnTreeSelection |
( |
|
self, |
|
|
|
message |
|
) |
| |
◆ _editor_component
| robotide.editor.texteditor.TextEditorPlugin._editor_component |
|
private |
◆ _refresh_timer
| robotide.editor.texteditor.TextEditorPlugin._refresh_timer |
|
private |
◆ reformat
| robotide.editor.texteditor.TextEditorPlugin.reformat |
◆ title
| string robotide.editor.texteditor.TextEditorPlugin.title = 'Text Edit' |
|
static |
◆ _editor
| robotide.editor.texteditor.TextEditorPlugin._editor = property |
|
staticprivate |
The documentation for this class was generated from the following file: