Robot Framework Integrated Development Environment (RIDE)
robotide.editor.contentassist.ExpandingContentAssistTextCtrl Class Reference
Inheritance diagram for robotide.editor.contentassist.ExpandingContentAssistTextCtrl:
robotide.editor.contentassist._ContentAssistTextCtrlBase

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
 

Detailed Description

Definition at line 262 of file contentassist.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.editor.contentassist.ExpandingContentAssistTextCtrl.__init__ (   self,
  parent,
  plugin,
  controller 
)

Definition at line 265 of file contentassist.py.


The documentation for this class was generated from the following file: