Robot Framework Integrated Development Environment (RIDE)
robotide.editor.customsourceeditor.PythonSTC Class Reference
Inheritance diagram for robotide.editor.customsourceeditor.PythonSTC:
robotide.editor.customsourceeditor.SourceCodeEditor

Public Member Functions

def __init__ (self, parent, ID, pos=wx.DefaultPosition, size=wx.DefaultSize, style=0)
 
def Expand (self, line, doExpand, force=False, visLevels=0, level=-1)
 
def FoldAll (self)
 
def OnKeyPressed (self, event)
 
def OnMarginClick (self, evt)
 
def OnUpdateUI (self, evt)
 

Public Attributes

 fold_symbols
 

Static Public Attributes

int fold_symbols = 2
 

Detailed Description

Definition at line 85 of file customsourceeditor.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.editor.customsourceeditor.PythonSTC.__init__ (   self,
  parent,
  ID,
  pos = wx.DefaultPosition,
  size = wx.DefaultSize,
  style = 0 
)

Definition at line 89 of file customsourceeditor.py.

Member Function Documentation

◆ Expand()

def robotide.editor.customsourceeditor.PythonSTC.Expand (   self,
  line,
  doExpand,
  force = False,
  visLevels = 0,
  level = -1 
)

Definition at line 351 of file customsourceeditor.py.

◆ FoldAll()

def robotide.editor.customsourceeditor.PythonSTC.FoldAll (   self)

Definition at line 321 of file customsourceeditor.py.

◆ OnKeyPressed()

def robotide.editor.customsourceeditor.PythonSTC.OnKeyPressed (   self,
  event 
)

Definition at line 220 of file customsourceeditor.py.

◆ OnMarginClick()

def robotide.editor.customsourceeditor.PythonSTC.OnMarginClick (   self,
  evt 
)

Definition at line 299 of file customsourceeditor.py.

◆ OnUpdateUI()

def robotide.editor.customsourceeditor.PythonSTC.OnUpdateUI (   self,
  evt 
)

Definition at line 264 of file customsourceeditor.py.

Member Data Documentation

◆ fold_symbols [1/2]

int robotide.editor.customsourceeditor.PythonSTC.fold_symbols = 2
static

Definition at line 87 of file customsourceeditor.py.

◆ fold_symbols [2/2]

robotide.editor.customsourceeditor.PythonSTC.fold_symbols

Definition at line 120 of file customsourceeditor.py.


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