|
| def | __init__ (self, suggestion_source) |
| |
| def | content_assist_value (self) |
| |
| def | execute_enclose_text (self, keycode) |
| |
| def | execute_sharp_comment (self) |
| |
| def | execute_sharp_uncomment (self) |
| |
| def | execute_variable_creator (self, list_variable=False, dict_variable=False) |
| |
| def | hide (self) |
| |
| def | OnChar (self, event) |
| |
| def | OnDestroy (self, event) |
| |
| def | OnFocusLost (self, event, set_value=True) |
| |
| def | OnKeyDown (self, event) |
| |
| def | reset (self) |
| |
| def | set_row (self, row) |
| |
| def | show_content_assist (self) |
| |
|
| def | _enclose_text (self, value, open_symbol, from_, to_) |
| |
| def | _populate_content_assist (self) |
| |
| def | _remove_bdd_prefix (self, name) |
| |
| def | _remove_text (self, value, remove_text, on_the_left, on_the_right, from_, to_) |
| |
| def | _show_content_assist (self) |
| |
| def | _variable_creator_value (self, value, symbol, from_, to_) |
| |
|
| def | _add_text (value, add_text, on_the_left, on_the_right, from_, to_) |
| |
Definition at line 36 of file contentassist.py.
◆ __init__()
| def robotide.editor.contentassist._ContentAssistTextCtrlBase.__init__ |
( |
|
self, |
|
|
|
suggestion_source |
|
) |
| |
◆ _add_text()
| def robotide.editor.contentassist._ContentAssistTextCtrlBase._add_text |
( |
|
value, |
|
|
|
add_text, |
|
|
|
on_the_left, |
|
|
|
on_the_right, |
|
|
|
from_, |
|
|
|
to_ |
|
) |
| |
|
staticprivate |
◆ _enclose_text()
| def robotide.editor.contentassist._ContentAssistTextCtrlBase._enclose_text |
( |
|
self, |
|
|
|
value, |
|
|
|
open_symbol, |
|
|
|
from_, |
|
|
|
to_ |
|
) |
| |
|
private |
◆ _populate_content_assist()
| def robotide.editor.contentassist._ContentAssistTextCtrlBase._populate_content_assist |
( |
|
self | ) |
|
|
private |
◆ _remove_bdd_prefix()
| def robotide.editor.contentassist._ContentAssistTextCtrlBase._remove_bdd_prefix |
( |
|
self, |
|
|
|
name |
|
) |
| |
|
private |
◆ _remove_text()
| def robotide.editor.contentassist._ContentAssistTextCtrlBase._remove_text |
( |
|
self, |
|
|
|
value, |
|
|
|
remove_text, |
|
|
|
on_the_left, |
|
|
|
on_the_right, |
|
|
|
from_, |
|
|
|
to_ |
|
) |
| |
|
private |
◆ _show_content_assist()
| def robotide.editor.contentassist._ContentAssistTextCtrlBase._show_content_assist |
( |
|
self | ) |
|
|
private |
◆ _variable_creator_value()
| def robotide.editor.contentassist._ContentAssistTextCtrlBase._variable_creator_value |
( |
|
self, |
|
|
|
value, |
|
|
|
symbol, |
|
|
|
from_, |
|
|
|
to_ |
|
) |
| |
|
private |
◆ content_assist_value()
| def robotide.editor.contentassist._ContentAssistTextCtrlBase.content_assist_value |
( |
|
self | ) |
|
◆ execute_enclose_text()
| def robotide.editor.contentassist._ContentAssistTextCtrlBase.execute_enclose_text |
( |
|
self, |
|
|
|
keycode |
|
) |
| |
◆ execute_sharp_comment()
| def robotide.editor.contentassist._ContentAssistTextCtrlBase.execute_sharp_comment |
( |
|
self | ) |
|
◆ execute_sharp_uncomment()
| def robotide.editor.contentassist._ContentAssistTextCtrlBase.execute_sharp_uncomment |
( |
|
self | ) |
|
◆ execute_variable_creator()
| def robotide.editor.contentassist._ContentAssistTextCtrlBase.execute_variable_creator |
( |
|
self, |
|
|
|
list_variable = False, |
|
|
|
dict_variable = False |
|
) |
| |
◆ hide()
| def robotide.editor.contentassist._ContentAssistTextCtrlBase.hide |
( |
|
self | ) |
|
◆ OnChar()
| def robotide.editor.contentassist._ContentAssistTextCtrlBase.OnChar |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnDestroy()
| def robotide.editor.contentassist._ContentAssistTextCtrlBase.OnDestroy |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnFocusLost()
| def robotide.editor.contentassist._ContentAssistTextCtrlBase.OnFocusLost |
( |
|
self, |
|
|
|
event, |
|
|
|
set_value = True |
|
) |
| |
◆ OnKeyDown()
| def robotide.editor.contentassist._ContentAssistTextCtrlBase.OnKeyDown |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ reset()
| def robotide.editor.contentassist._ContentAssistTextCtrlBase.reset |
( |
|
self | ) |
|
◆ set_row()
| def robotide.editor.contentassist._ContentAssistTextCtrlBase.set_row |
( |
|
self, |
|
|
|
row |
|
) |
| |
◆ show_content_assist()
| def robotide.editor.contentassist._ContentAssistTextCtrlBase.show_content_assist |
( |
|
self | ) |
|
◆ _popup
| robotide.editor.contentassist._ContentAssistTextCtrlBase._popup |
|
private |
◆ _row
| robotide.editor.contentassist._ContentAssistTextCtrlBase._row |
|
private |
◆ _showing_content_assist
| robotide.editor.contentassist._ContentAssistTextCtrlBase._showing_content_assist |
|
private |
◆ color_background
| robotide.editor.contentassist._ContentAssistTextCtrlBase.color_background |
◆ color_background_help
| robotide.editor.contentassist._ContentAssistTextCtrlBase.color_background_help |
◆ color_foreground
| robotide.editor.contentassist._ContentAssistTextCtrlBase.color_foreground |
◆ color_foreground_text
| robotide.editor.contentassist._ContentAssistTextCtrlBase.color_foreground_text |
◆ color_secondary_background
| robotide.editor.contentassist._ContentAssistTextCtrlBase.color_secondary_background |
◆ color_secondary_foreground
| robotide.editor.contentassist._ContentAssistTextCtrlBase.color_secondary_foreground |
◆ general_settings
| robotide.editor.contentassist._ContentAssistTextCtrlBase.general_settings |
◆ gherkin_prefix
| robotide.editor.contentassist._ContentAssistTextCtrlBase.gherkin_prefix |
The documentation for this class was generated from the following file: