Public Member Functions | |
| def | __init__ (self, parent, plugin, controller) |
Public Member Functions inherited from robotide.editor.contentassist._ContentAssistTextCtrlBase | |
| 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) |
Additional Inherited Members | |
Public Attributes inherited from robotide.editor.contentassist._ContentAssistTextCtrlBase | |
| color_background | |
| color_background_help | |
| color_foreground | |
| color_foreground_text | |
| color_secondary_background | |
| color_secondary_foreground | |
| general_settings | |
| gherkin_prefix | |
Definition at line 262 of file contentassist.py.
| def robotide.editor.contentassist.ExpandingContentAssistTextCtrl.__init__ | ( | self, | |
| parent, | |||
| plugin, | |||
| controller | |||
| ) |
Definition at line 265 of file contentassist.py.