voxelman.gui.textedit.textmodel

Public Imports

voxelman.container.chunkedrange
public import voxelman.container.chunkedrange;
Undocumented in source.
voxelman.gui.textedit.cursor
public import voxelman.gui.textedit.cursor;
Undocumented in source.

Members

Aliases

TextViewSettingsRef
alias TextViewSettingsRef = TextViewSettings*
Undocumented in source.

Enums

EditorCommandFlags
enum EditorCommandFlags
Undocumented in source.
EditorCommandType
enum EditorCommandType
Undocumented in source.

Functions

emptySelection
Selection emptySelection(Cursor cur)
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

TextModel
interface TextModel
Undocumented in source.

Structs

EditorCommand
struct EditorCommand
Undocumented in source.
LineInfo (from voxelman.gui.textedit.linebuffer)
struct LineInfo via public import voxelman.gui.textedit.linebuffer : LineInfo;
Undocumented in source.
Selection
struct Selection
Undocumented in source.
TextViewSettings
struct TextViewSettings
Undocumented in source.

Meta

Authors

Andrey Penechko.