|
| def | __init__ (self, parent, title, data_validator) |
| |
| def | auto_ident (self) |
| |
| def | copy (self) |
| |
| def | create_syntax_colorization_help (self) |
| |
| def | cut (self) |
| |
| def | deindent_block (self) |
| |
| def | delete_row (self, event) |
| |
| def | execute_comment (self, event) |
| |
| def | execute_enclose_text (self, keycode) |
| |
| def | execute_sharp_comment (self, event) |
| |
| def | execute_sharp_uncomment (self, event) |
| |
| def | execute_uncomment (self, event) |
| |
| def | execute_variable_creator (self, list_variable=False, dict_variable=False) |
| |
| def | GetFocus (self, event) |
| |
| def | indent_block (self) |
| |
| def | indent_line (self, line) |
| |
| def | insert_row (self, event) |
| |
| def | is_focused (self) |
| |
| def | LeaveFocus (self, event) |
| |
| def | move_row_down (self, event) |
| |
| def | move_row_up (self, event) |
| |
| def | OnChar (self, event) |
| |
| def | OnContentAssist (self, event) |
| |
| def | OnEditorKey (self, event) |
| |
| def | OnFind (self, event) |
| |
| def | OnFindBackwards (self, event) |
| |
| def | OnKeyDown (self, event) |
| |
| def | OnSettingsChanged (self, message) |
| | Update tab size if txt spaces size setting is modified. More...
|
| |
| def | OnTabChange (self, message) |
| |
| def | open (self, data) |
| |
| def | paste (self) |
| |
| def | redo (self) |
| |
| def | remove_and_store_state (self) |
| |
| def | reset (self) |
| |
| def | save (self, *args) |
| |
| def | select_all (self) |
| |
| def | selected (self, data) |
| |
| def | set_editor_caret_position (self) |
| |
| def | show_help_dialog (self, event) |
| |
| def | store_position (self, force=False) |
| |
| def | undo (self) |
| |
| def | write_ident (self) |
| |
Definition at line 391 of file texteditor.py.
◆ __init__()
| def robotide.editor.texteditor.SourceEditor.__init__ |
( |
|
self, |
|
|
|
parent, |
|
|
|
title, |
|
|
|
data_validator |
|
) |
| |
◆ _create_editor_text_control()
| def robotide.editor.texteditor.SourceEditor._create_editor_text_control |
( |
|
self, |
|
|
|
text = None |
|
) |
| |
|
private |
◆ _create_editor_toolbar()
| def robotide.editor.texteditor.SourceEditor._create_editor_toolbar |
( |
|
self | ) |
|
|
private |
◆ _create_search()
| def robotide.editor.texteditor.SourceEditor._create_search |
( |
|
self, |
|
|
|
container_sizer |
|
) |
| |
|
private |
◆ _create_ui()
| def robotide.editor.texteditor.SourceEditor._create_ui |
( |
|
self, |
|
|
|
title |
|
) |
| |
|
private |
◆ _enclose_text()
| def robotide.editor.texteditor.SourceEditor._enclose_text |
( |
|
open_symbol, |
|
|
|
value = '' |
|
) |
| |
|
staticprivate |
◆ _find()
| def robotide.editor.texteditor.SourceEditor._find |
( |
|
self, |
|
|
|
forward = True |
|
) |
| |
|
private |
◆ _find_text_position()
| def robotide.editor.texteditor.SourceEditor._find_text_position |
( |
|
self, |
|
|
|
forward, |
|
|
|
txt |
|
) |
| |
|
private |
◆ _mark_file_dirty()
| def robotide.editor.texteditor.SourceEditor._mark_file_dirty |
( |
|
self, |
|
|
|
dirty = True |
|
) |
| |
|
private |
◆ _revert()
| def robotide.editor.texteditor.SourceEditor._revert |
( |
|
self | ) |
|
|
private |
◆ _show_search_results()
| def robotide.editor.texteditor.SourceEditor._show_search_results |
( |
|
self, |
|
|
|
position, |
|
|
|
txt |
|
) |
| |
|
private |
◆ _variable_creator_value()
| def robotide.editor.texteditor.SourceEditor._variable_creator_value |
( |
|
symbol, |
|
|
|
value = '' |
|
) |
| |
|
staticprivate |
◆ auto_ident()
| def robotide.editor.texteditor.SourceEditor.auto_ident |
( |
|
self | ) |
|
◆ copy()
| def robotide.editor.texteditor.SourceEditor.copy |
( |
|
self | ) |
|
◆ create_syntax_colorization_help()
| def robotide.editor.texteditor.SourceEditor.create_syntax_colorization_help |
( |
|
self | ) |
|
◆ cut()
| def robotide.editor.texteditor.SourceEditor.cut |
( |
|
self | ) |
|
◆ datafile_controller()
| def robotide.editor.texteditor.SourceEditor.datafile_controller |
( |
|
self | ) |
|
|
private |
◆ deindent_block()
| def robotide.editor.texteditor.SourceEditor.deindent_block |
( |
|
self | ) |
|
◆ delete_row()
| def robotide.editor.texteditor.SourceEditor.delete_row |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ dirty()
| def robotide.editor.texteditor.SourceEditor.dirty |
( |
|
self | ) |
|
|
private |
◆ execute_comment()
| def robotide.editor.texteditor.SourceEditor.execute_comment |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ execute_enclose_text()
| def robotide.editor.texteditor.SourceEditor.execute_enclose_text |
( |
|
self, |
|
|
|
keycode |
|
) |
| |
◆ execute_sharp_comment()
| def robotide.editor.texteditor.SourceEditor.execute_sharp_comment |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ execute_sharp_uncomment()
| def robotide.editor.texteditor.SourceEditor.execute_sharp_uncomment |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ execute_uncomment()
| def robotide.editor.texteditor.SourceEditor.execute_uncomment |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ execute_variable_creator()
| def robotide.editor.texteditor.SourceEditor.execute_variable_creator |
( |
|
self, |
|
|
|
list_variable = False, |
|
|
|
dict_variable = False |
|
) |
| |
◆ GetFocus()
| def robotide.editor.texteditor.SourceEditor.GetFocus |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ indent_block()
| def robotide.editor.texteditor.SourceEditor.indent_block |
( |
|
self | ) |
|
◆ indent_line()
| def robotide.editor.texteditor.SourceEditor.indent_line |
( |
|
self, |
|
|
|
line |
|
) |
| |
◆ insert_row()
| def robotide.editor.texteditor.SourceEditor.insert_row |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ is_focused()
| def robotide.editor.texteditor.SourceEditor.is_focused |
( |
|
self | ) |
|
◆ LeaveFocus()
| def robotide.editor.texteditor.SourceEditor.LeaveFocus |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ move_row_down()
| def robotide.editor.texteditor.SourceEditor.move_row_down |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ move_row_up()
| def robotide.editor.texteditor.SourceEditor.move_row_up |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnChar()
| def robotide.editor.texteditor.SourceEditor.OnChar |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnContentAssist()
| def robotide.editor.texteditor.SourceEditor.OnContentAssist |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnEditorKey()
| def robotide.editor.texteditor.SourceEditor.OnEditorKey |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnFind()
| def robotide.editor.texteditor.SourceEditor.OnFind |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnFindBackwards()
| def robotide.editor.texteditor.SourceEditor.OnFindBackwards |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnKeyDown()
| def robotide.editor.texteditor.SourceEditor.OnKeyDown |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnSettingsChanged()
| def robotide.editor.texteditor.SourceEditor.OnSettingsChanged |
( |
|
self, |
|
|
|
message |
|
) |
| |
Update tab size if txt spaces size setting is modified.
Definition at line 1355 of file texteditor.py.
◆ OnTabChange()
| def robotide.editor.texteditor.SourceEditor.OnTabChange |
( |
|
self, |
|
|
|
message |
|
) |
| |
◆ open()
| def robotide.editor.texteditor.SourceEditor.open |
( |
|
self, |
|
|
|
data |
|
) |
| |
◆ paste()
| def robotide.editor.texteditor.SourceEditor.paste |
( |
|
self | ) |
|
◆ redo()
| def robotide.editor.texteditor.SourceEditor.redo |
( |
|
self | ) |
|
◆ remove_and_store_state()
| def robotide.editor.texteditor.SourceEditor.remove_and_store_state |
( |
|
self | ) |
|
◆ reset()
| def robotide.editor.texteditor.SourceEditor.reset |
( |
|
self | ) |
|
◆ save()
| def robotide.editor.texteditor.SourceEditor.save |
( |
|
self, |
|
|
* |
args |
|
) |
| |
◆ select_all()
| def robotide.editor.texteditor.SourceEditor.select_all |
( |
|
self | ) |
|
◆ selected()
| def robotide.editor.texteditor.SourceEditor.selected |
( |
|
self, |
|
|
|
data |
|
) |
| |
◆ set_editor_caret_position()
| def robotide.editor.texteditor.SourceEditor.set_editor_caret_position |
( |
|
self | ) |
|
◆ show_help_dialog()
| def robotide.editor.texteditor.SourceEditor.show_help_dialog |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ store_position()
| def robotide.editor.texteditor.SourceEditor.store_position |
( |
|
self, |
|
|
|
force = False |
|
) |
| |
◆ undo()
| def robotide.editor.texteditor.SourceEditor.undo |
( |
|
self | ) |
|
◆ write_ident()
| def robotide.editor.texteditor.SourceEditor.write_ident |
( |
|
self | ) |
|
◆ _controller_for_context
| robotide.editor.texteditor.SourceEditor._controller_for_context |
|
private |
◆ _data
| robotide.editor.texteditor.SourceEditor._data |
|
private |
◆ _data_validator
| robotide.editor.texteditor.SourceEditor._data_validator |
|
private |
◆ _dirty
| robotide.editor.texteditor.SourceEditor._dirty |
|
private |
◆ _editor
| robotide.editor.texteditor.SourceEditor._editor |
|
private |
◆ _parent
| robotide.editor.texteditor.SourceEditor._parent |
|
private |
◆ _position
| robotide.editor.texteditor.SourceEditor._position |
|
private |
◆ _reformat
| robotide.editor.texteditor.SourceEditor._reformat |
|
private |
◆ _search_field
| robotide.editor.texteditor.SourceEditor._search_field |
|
private |
◆ _search_field_notification
| robotide.editor.texteditor.SourceEditor._search_field_notification |
|
private |
◆ _showing_list
| robotide.editor.texteditor.SourceEditor._showing_list |
|
private |
◆ _stored_text
| robotide.editor.texteditor.SourceEditor._stored_text |
|
private |
◆ _suggestions
| robotide.editor.texteditor.SourceEditor._suggestions |
|
private |
◆ _syntax_colorization_help_exists
| robotide.editor.texteditor.SourceEditor._syntax_colorization_help_exists |
|
private |
◆ _tab_open
| robotide.editor.texteditor.SourceEditor._tab_open |
|
private |
◆ _tab_size
| robotide.editor.texteditor.SourceEditor._tab_size |
|
private |
◆ _title
| robotide.editor.texteditor.SourceEditor._title |
|
private |
◆ dlg
| robotide.editor.texteditor.SourceEditor.dlg |
◆ editor_toolbar
| robotide.editor.texteditor.SourceEditor.editor_toolbar |
◆ datafile_controller
| robotide.editor.texteditor.SourceEditor.datafile_controller = property |
|
static |
◆ dirty
| robotide.editor.texteditor.SourceEditor.dirty = property |
|
static |
The documentation for this class was generated from the following file: