voxelman.gui.textedit.texteditor

Members

Aliases

TextEditorRef
alias TextEditorRef = TextEditor*

Default constructed TextEditor is not valid. Use constructor

lvec2
alias lvec2 = Vector!(long, 2)
Undocumented in source.

Classes

EditorTextModel
class EditorTextModel
Undocumented in source.

Enums

HighlightStyle
enum HighlightStyle
Undocumented in source.

Functions

createTextEditor
TextEditor createTextEditor(string textData, string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
loadFileAsDocument
TextEditor loadFileAsDocument(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixin templates

ReadHelpers
mixintemplate ReadHelpers()
Undocumented in source.
WriteHelpers
mixintemplate WriteHelpers()
Undocumented in source.

Structs

StyleSlice
struct StyleSlice
Undocumented in source.
TextEditor
struct TextEditor
Undocumented in source.

Meta

Authors

Andrey Penechko.