- dlangInput
CodeInput dlangInput(void delegate() @(safe) submitted)
Creates a CodeInput with D syntax highlighting.
- exampleView
Frame exampleView(DlangCompiler compiler, CodeInput input, Theme contentTheme)
Frame exampleView(DlangCompiler compiler, Rope prefix, string value, Rope suffix, Theme contentTheme)
- moduleViewFile
Frame moduleViewFile(Params params, DlangCompiler compiler, string filename, Theme contentTheme)
Load the module source from a file.
- moduleViewSource
Frame moduleViewSource(Params params, DlangCompiler compiler, string source, Theme contentTheme)
Create an overview display of the given module.
moduleView is a work-in-progress component used to display an overview of a module.
Warning: This module is unstable. Significant changes may be made without prior warning.
This module is not enabled, unless additonal dependencies, fluid-tree-sitter and fluid-tree-sitter:d are also compiled in.