class fluxText::TextEditor
sys::Obj fwt::Widget fwt::Pane fwt::ContentPane flux::View fluxText::TextEditor
TextEditor provides a syntax color coded editor for working with text files.
- buildStatusBar
-
virtual override Widget? buildStatusBar() - buildToolBar
-
virtual override Widget? buildToolBar() - charset
-
Charset charset := this.options.charset - doc
-
Doc? doc - file
-
File? file - onActive
-
virtual override Void onActive() - onCommand
- onGotoMark
- onInactive
-
virtual override Void onInactive() - onLoad
-
virtual override Void onLoad() - onMarks
- onSave
-
virtual override Void onSave() - options
-
TextEditorOptions options := TextEditorOptions.load - richText
-
RichText? richText - rules
-
SyntaxRules? rules