Robot Framework Integrated Development Environment (RIDE)
robotide.editor.customsourceeditor.CodeEditorPanel Class Reference

Panel for the 'Code Editor' ta. More...

Inheritance diagram for robotide.editor.customsourceeditor.CodeEditorPanel:

Public Member Functions

def __init__ (self, parent, mainFrame, path=None)
 
def ActiveModuleChanged (self)
 
def JumpToLine (self, line, highlight=False)
 
def LoadFile (self, path)
 
def LoadSource (self, source)
 
def OnButton (self, evt)
 
def OnButton2 (self, evt)
 
def OnCodeModified (self, event)
 
def OnRadioButton (self, event)
 
def OnRestore (self, event)
 
def OnSave (self, event, path=None)
 
def ReloadDemo (self)
 
def UpdateControlState (self)
 

Public Attributes

 box
 
 btnOpen
 
 btnSave
 
 btnSaveAs
 
 controlBox
 
 editor
 
 log
 
 mainFrame
 
 path
 
 radioButtons
 

Detailed Description

Panel for the 'Code Editor' ta.

Definition at line 595 of file customsourceeditor.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.editor.customsourceeditor.CodeEditorPanel.__init__ (   self,
  parent,
  mainFrame,
  path = None 
)

Definition at line 596 of file customsourceeditor.py.

Member Function Documentation

◆ ActiveModuleChanged()

def robotide.editor.customsourceeditor.CodeEditorPanel.ActiveModuleChanged (   self)

Definition at line 661 of file customsourceeditor.py.

◆ JumpToLine()

def robotide.editor.customsourceeditor.CodeEditorPanel.JumpToLine (   self,
  line,
  highlight = False 
)

Definition at line 674 of file customsourceeditor.py.

◆ LoadFile()

def robotide.editor.customsourceeditor.CodeEditorPanel.LoadFile (   self,
  path 
)

Definition at line 652 of file customsourceeditor.py.

◆ LoadSource()

def robotide.editor.customsourceeditor.CodeEditorPanel.LoadSource (   self,
  source 
)

Definition at line 668 of file customsourceeditor.py.

◆ OnButton()

def robotide.editor.customsourceeditor.CodeEditorPanel.OnButton (   self,
  evt 
)

Definition at line 772 of file customsourceeditor.py.

◆ OnButton2()

def robotide.editor.customsourceeditor.CodeEditorPanel.OnButton2 (   self,
  evt 
)

Definition at line 829 of file customsourceeditor.py.

◆ OnCodeModified()

def robotide.editor.customsourceeditor.CodeEditorPanel.OnCodeModified (   self,
  event 
)

Definition at line 711 of file customsourceeditor.py.

◆ OnRadioButton()

def robotide.editor.customsourceeditor.CodeEditorPanel.OnRadioButton (   self,
  event 
)

Definition at line 699 of file customsourceeditor.py.

◆ OnRestore()

def robotide.editor.customsourceeditor.CodeEditorPanel.OnRestore (   self,
  event 
)

Definition at line 762 of file customsourceeditor.py.

◆ OnSave()

def robotide.editor.customsourceeditor.CodeEditorPanel.OnSave (   self,
  event,
  path = None 
)

Definition at line 714 of file customsourceeditor.py.

◆ ReloadDemo()

def robotide.editor.customsourceeditor.CodeEditorPanel.ReloadDemo (   self)

Definition at line 707 of file customsourceeditor.py.

◆ UpdateControlState()

def robotide.editor.customsourceeditor.CodeEditorPanel.UpdateControlState (   self)

Definition at line 680 of file customsourceeditor.py.

Member Data Documentation

◆ box

robotide.editor.customsourceeditor.CodeEditorPanel.box

Definition at line 641 of file customsourceeditor.py.

◆ btnOpen

robotide.editor.customsourceeditor.CodeEditorPanel.btnOpen

Definition at line 618 of file customsourceeditor.py.

◆ btnSave

robotide.editor.customsourceeditor.CodeEditorPanel.btnSave

Definition at line 611 of file customsourceeditor.py.

◆ btnSaveAs

robotide.editor.customsourceeditor.CodeEditorPanel.btnSaveAs

Definition at line 621 of file customsourceeditor.py.

◆ controlBox

robotide.editor.customsourceeditor.CodeEditorPanel.controlBox

Definition at line 628 of file customsourceeditor.py.

◆ editor

robotide.editor.customsourceeditor.CodeEditorPanel.editor

Definition at line 601 of file customsourceeditor.py.

◆ log

robotide.editor.customsourceeditor.CodeEditorPanel.log

Definition at line 597 of file customsourceeditor.py.

◆ mainFrame

robotide.editor.customsourceeditor.CodeEditorPanel.mainFrame

Definition at line 600 of file customsourceeditor.py.

◆ path

robotide.editor.customsourceeditor.CodeEditorPanel.path

Definition at line 598 of file customsourceeditor.py.

◆ radioButtons

robotide.editor.customsourceeditor.CodeEditorPanel.radioButtons

Definition at line 624 of file customsourceeditor.py.


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