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

Public Member Functions

def __init__ (self, parent, suggestion_source, size=wx.DefaultSize)
 
- 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 275 of file contentassist.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.editor.contentassist.ContentAssistTextCtrl.__init__ (   self,
  parent,
  suggestion_source,
  size = wx.DefaultSize 
)

Definition at line 277 of file contentassist.py.


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