Class SourceEdit

Base class for source code editors, with line numbering, syntax highlight, etc.

class SourceEdit
  : TextArea

Constructors

NameDescription
this ()

Fields

TypeNameDescription
bool
showFolding When true, show folding controls on the left pane
bool
showIcons When true, show icons (e.g. bookmarks or breakpoints) on the left pane
bool
showLineNumbers When true, line numbers are shown
bool
showModificationMarks When true, show modification marks for lines (whether line is unchanged/modified/modified_saved)

34 inherited fields

Methods

NameDescription
createElement ()
updateElement (element)

10 inherited methods