Module text_editor

Module text_editor 

Source

Structs§

EditorCustomStyle
The custom style elements that are specific to an Editor.
TextEditor
A text editor view built on top of Editor. See text_editor.

Functions§

text_editor
A text editor view built on top of Editor. This is the main editor view used in the Lapce code editor. The default keymap includes the standard editing keys, for using your own keymap use text_editor_keys.
text_editor_keys
A text editor view built on top of Editor that allows providing your own keymap callback.