voxelman.gui.textedit.textmodel

Public Imports

voxelman.gui.textedit.linebuffer
public import voxelman.gui.textedit.linebuffer : LineInfo;
voxelman.container.chunkedrange
public import voxelman.container.chunkedrange;
voxelman.gui.textedit.cursor
public import voxelman.gui.textedit.cursor;

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.
Selection
struct Selection
Undocumented in source.
TextViewSettings
struct TextViewSettings
Undocumented in source.

Meta

Authors

Andrey Penechko.