fluid.code_input

Undocumented in source.

Members

Aliases

CodeHighlighterRange
alias CodeHighlighterRange = typeof(CodeHighlighter.save())
Undocumented in source.
CodeSlice
alias CodeSlice = TextStyleSlice
Undocumented in source.
CodeToken
alias CodeToken = ubyte
Undocumented in source.
codeInput
alias codeInput = simpleConstructor!CodeInput
CodeInput
class CodeInput

A CodeInput is a special variant of TextInput that provides syntax highlighting and a gutter (column with line numbers).

Classes

Functions

useSpaces
auto useSpaces(int width)

Node parameter for CodeInput, setting spaces as the character used for indents.

useTabs
auto useTabs(int width)

Node parameter for CodeInput enabling tabs as the character used for indents.

Interfaces

CodeHighlighter
interface CodeHighlighter

Implements syntax highlighting for CodeInput. Warning: This API is unstable and might change without warning.

CodeIndentor
interface CodeIndentor
Undocumented in source.

Meta