voxelman v0.9.0 (2022-05-10T16:23:35Z)
Dub
Repo
TextEditor
voxelman
gui
textedit
texteditor
Undocumented in source.
struct
TextEditor {
mixin
ReadHelpers
!()
;
mixin
WriteHelpers
!()
;
this
(string textData, string filename);
void
onCommand
(EditorCommand com);
}
Constructors
this
this
(string textData, string filename)
Undocumented in source.
Members
Functions
onCommand
void
onCommand
(EditorCommand com)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
WriteHelpers
!()
Undocumented in source.
__anonymous
mixin
ReadHelpers
!()
Undocumented in source.
Meta
Source
See Implementation
voxelman
gui
textedit
texteditor
aliases
TextEditorRef
lvec2
classes
EditorTextModel
enums
HighlightStyle
functions
createTextEditor
loadFileAsDocument
mixin templates
ReadHelpers
WriteHelpers
structs
StyleSlice
TextEditor