Docs.rs
ratatui-code-editor-0.0.1
ratatui-code-editor 0.0.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
vipmax
Dependencies
anyhow ^1.0
normal
arboard ^3.5
normal
crossterm ^0.29
normal
ratatui ^0.29
normal
ropey ^1.6
normal
rust-embed ^8.7
normal
streaming-iterator ^0.1
normal
tree-sitter ^0.25
normal
tree-sitter-bash ^0.25.0
normal
tree-sitter-c ^0.24.1
normal
tree-sitter-c-sharp ^0.23.1
normal
tree-sitter-cpp ^0.23.4
normal
tree-sitter-css ^0.23.2
normal
tree-sitter-go ^0.23.4
normal
tree-sitter-html ^0.23.2
normal
tree-sitter-java ^0.23.5
normal
tree-sitter-javascript ^0.23
normal
tree-sitter-json ^0.24.8
normal
tree-sitter-md ^0.3.2
normal
tree-sitter-python ^0.23.6
normal
tree-sitter-rust ^0.24
normal
tree-sitter-toml-ng ^0.7.0
normal
tree-sitter-typescript ^0.23
normal
tree-sitter-yaml ^0.7.1
normal
unicode-segmentation ^1.11
normal
unicode-width =0.2.0
normal
Versions
18.18%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Action
ratatui_
code_
editor
0.0.1
Action
Required Methods
apply
Implementors
In ratatui_
code_
editor::
actions
ratatui_code_editor
::
actions
Trait
Action
Copy item path
Source
pub trait Action { // Required method fn
apply
(&mut self, editor: &mut
Editor
); }
Required Methods
§
Source
fn
apply
(&mut self, editor: &mut
Editor
)
Implementors
§
Source
§
impl
Action
for
Copy
Source
§
impl
Action
for
Cut
Source
§
impl
Action
for
Delete
Source
§
impl
Action
for
DeleteLine
Source
§
impl
Action
for
Duplicate
Source
§
impl
Action
for
Indent
Source
§
impl
Action
for
InsertNewline
Source
§
impl
Action
for
InsertText
Source
§
impl
Action
for
MoveDown
Source
§
impl
Action
for
MoveLeft
Source
§
impl
Action
for
MoveRight
Source
§
impl
Action
for
MoveUp
Source
§
impl
Action
for
Paste
Source
§
impl
Action
for
Redo
Source
§
impl
Action
for
SelectAll
Source
§
impl
Action
for
ToggleComment
Source
§
impl
Action
for
UnIndent
Source
§
impl
Action
for
Undo