Structs§
- Editor
Custom Style - The custom style elements that are specific to an Editor.
- Text
Editor - 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.