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

Public Member Functions

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)
 

Public Attributes

 color_background
 
 color_background_help
 
 color_foreground
 
 color_foreground_text
 
 color_secondary_background
 
 color_secondary_foreground
 
 general_settings
 
 gherkin_prefix
 

Private Member Functions

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_)
 

Static Private Member Functions

def _add_text (value, add_text, on_the_left, on_the_right, from_, to_)
 

Private Attributes

 _popup
 
 _row
 
 _showing_content_assist
 

Detailed Description

Definition at line 36 of file contentassist.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.editor.contentassist._ContentAssistTextCtrlBase.__init__ (   self,
  suggestion_source 
)

Definition at line 38 of file contentassist.py.

Member Function Documentation

◆ _add_text()

def robotide.editor.contentassist._ContentAssistTextCtrlBase._add_text (   value,
  add_text,
  on_the_left,
  on_the_right,
  from_,
  to_ 
)
staticprivate

Definition at line 170 of file contentassist.py.

◆ _enclose_text()

def robotide.editor.contentassist._ContentAssistTextCtrlBase._enclose_text (   self,
  value,
  open_symbol,
  from_,
  to_ 
)
private

Definition at line 143 of file contentassist.py.

◆ _populate_content_assist()

def robotide.editor.contentassist._ContentAssistTextCtrlBase._populate_content_assist (   self)
private

Definition at line 234 of file contentassist.py.

◆ _remove_bdd_prefix()

def robotide.editor.contentassist._ContentAssistTextCtrlBase._remove_bdd_prefix (   self,
  name 
)
private

Definition at line 239 of file contentassist.py.

◆ _remove_text()

def robotide.editor.contentassist._ContentAssistTextCtrlBase._remove_text (   self,
  value,
  remove_text,
  on_the_left,
  on_the_right,
  from_,
  to_ 
)
private

Definition at line 193 of file contentassist.py.

◆ _show_content_assist()

def robotide.editor.contentassist._ContentAssistTextCtrlBase._show_content_assist (   self)
private

Definition at line 245 of file contentassist.py.

◆ _variable_creator_value()

def robotide.editor.contentassist._ContentAssistTextCtrlBase._variable_creator_value (   self,
  value,
  symbol,
  from_,
  to_ 
)
private

Definition at line 129 of file contentassist.py.

◆ content_assist_value()

def robotide.editor.contentassist._ContentAssistTextCtrlBase.content_assist_value (   self)

Definition at line 250 of file contentassist.py.

◆ execute_enclose_text()

def robotide.editor.contentassist._ContentAssistTextCtrlBase.execute_enclose_text (   self,
  keycode 
)

Definition at line 132 of file contentassist.py.

◆ execute_sharp_comment()

def robotide.editor.contentassist._ContentAssistTextCtrlBase.execute_sharp_comment (   self)

Definition at line 154 of file contentassist.py.

◆ execute_sharp_uncomment()

def robotide.editor.contentassist._ContentAssistTextCtrlBase.execute_sharp_uncomment (   self)

Definition at line 179 of file contentassist.py.

◆ execute_variable_creator()

def robotide.editor.contentassist._ContentAssistTextCtrlBase.execute_variable_creator (   self,
  list_variable = False,
  dict_variable = False 
)

Definition at line 113 of file contentassist.py.

◆ hide()

def robotide.editor.contentassist._ContentAssistTextCtrlBase.hide (   self)

Definition at line 257 of file contentassist.py.

◆ OnChar()

def robotide.editor.contentassist._ContentAssistTextCtrlBase.OnChar (   self,
  event 
)

Definition at line 98 of file contentassist.py.

◆ OnDestroy()

def robotide.editor.contentassist._ContentAssistTextCtrlBase.OnDestroy (   self,
  event 
)

Reimplemented in robotide.editor.contentassist.ContentAssistFileButton.

Definition at line 217 of file contentassist.py.

◆ OnFocusLost()

def robotide.editor.contentassist._ContentAssistTextCtrlBase.OnFocusLost (   self,
  event,
  set_value = True 
)

Definition at line 202 of file contentassist.py.

◆ OnKeyDown()

def robotide.editor.contentassist._ContentAssistTextCtrlBase.OnKeyDown (   self,
  event 
)

Definition at line 67 of file contentassist.py.

◆ reset()

def robotide.editor.contentassist._ContentAssistTextCtrlBase.reset (   self)

Definition at line 223 of file contentassist.py.

◆ set_row()

def robotide.editor.contentassist._ContentAssistTextCtrlBase.set_row (   self,
  row 
)

Definition at line 64 of file contentassist.py.

◆ show_content_assist()

def robotide.editor.contentassist._ContentAssistTextCtrlBase.show_content_assist (   self)

Definition at line 227 of file contentassist.py.

Member Data Documentation

◆ _popup

robotide.editor.contentassist._ContentAssistTextCtrlBase._popup
private

Definition at line 51 of file contentassist.py.

◆ _row

robotide.editor.contentassist._ContentAssistTextCtrlBase._row
private

Definition at line 58 of file contentassist.py.

◆ _showing_content_assist

robotide.editor.contentassist._ContentAssistTextCtrlBase._showing_content_assist
private

Definition at line 57 of file contentassist.py.

◆ color_background

robotide.editor.contentassist._ContentAssistTextCtrlBase.color_background

Definition at line 45 of file contentassist.py.

◆ color_background_help

robotide.editor.contentassist._ContentAssistTextCtrlBase.color_background_help

Definition at line 49 of file contentassist.py.

◆ color_foreground

robotide.editor.contentassist._ContentAssistTextCtrlBase.color_foreground

Definition at line 46 of file contentassist.py.

◆ color_foreground_text

robotide.editor.contentassist._ContentAssistTextCtrlBase.color_foreground_text

Definition at line 50 of file contentassist.py.

◆ color_secondary_background

robotide.editor.contentassist._ContentAssistTextCtrlBase.color_secondary_background

Definition at line 47 of file contentassist.py.

◆ color_secondary_foreground

robotide.editor.contentassist._ContentAssistTextCtrlBase.color_secondary_foreground

Definition at line 48 of file contentassist.py.

◆ general_settings

robotide.editor.contentassist._ContentAssistTextCtrlBase.general_settings

Definition at line 44 of file contentassist.py.

◆ gherkin_prefix

robotide.editor.contentassist._ContentAssistTextCtrlBase.gherkin_prefix

Definition at line 59 of file contentassist.py.


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