TokenCategory holder
TokenCategory string
edit operation details for EditableContent
editable plain text (singleline/multiline)
text editor line icon
Undo/Redo buffer
action performed with editable contents
values for editable line state
types of text editor line icon marks (bookmark / breakpoint / error / ...)
token category for syntax highlight
concat strings from array using delimiter
replace end of lines with spaces
split dstring by delimiters
extracts token category, clearing subcategory
Editable Content change listener
interface for custom syntax highlight, comments toggling, smart indents, and other language dependent features for source code editors
text editor line icon list
measure line text (tabs, spaces, and nonspace positions)
text content position
text content range
Holds info about a word wrapping point
Synopsis:
import dlangui.core.editable;
Boost License 1.0
Vadim Lopatin, 2014
This module contains implementation of editable text content.