Structs§
- Backspace
- Copy
- Cut
- Delete
- Delete
ToBeginning OfLine - Delete
ToEnd OfLine - Delete
ToNext Word End - Delete
ToPrevious Word Start - Enter
- Escape
- GoTo
Definition - Indent
- Indent
Inline - Input
State - InputState to keep editing state of the
super::TextInput
. - Lsp
- LSP ServerCapabilities
- Move
Down - MoveEnd
- Move
Home - Move
Left - Move
Page Down - Move
Page Up - Move
Right - Move
ToEnd - Move
ToEnd OfLine - Move
ToNext Word - Move
ToPrevious Word - Move
ToStart - Move
ToStart OfLine - MoveUp
- Number
Input - OtpInput
- A One Time Password (OTP) input element.
- OtpState
- Outdent
- Outdent
Inline - Paste
- Position
- Position in a text document expressed as zero-based line and character offset. A position is between two characters like an ‘insert’ cursor in a editor.
- Redo
- Rope
- A utf8 text rope.
- Rope
Lines - An iterator over the lines of a
Rope
. - Search
- Select
All - Select
Down - Select
Left - Select
Right - Select
ToEnd - Select
ToEnd OfLine - Select
ToNext Word End - Select
ToPrevious Word Start - Select
ToStart - Select
ToStart OfLine - Select
Up - Selection
- A selection in the text, represented by start and end byte indices.
- Show
Character Palette - TabSize
- Text
Input - Toggle
Code Actions - Undo
Enums§
Traits§
- Code
Action Provider - Completion
Provider - A trait for providing code completions based on the current input state and context.
- Definition
Provider - Definition provider
- Document
Color Provider - Hover
Provider - Hover provider
- RopeExt
- An extension trait for
Rope
to provide additional utility methods.