feat: HasSelectableText impl to TextEditor
This commit is contained in:
parent
2e1e4bd6e0
commit
a7ca336eb4
3 changed files with 131 additions and 1 deletions
|
|
@ -78,6 +78,8 @@ pub enum Action {
|
|||
SelectLine,
|
||||
/// Select the entire buffer.
|
||||
SelectAll,
|
||||
/// Clear the selection
|
||||
ClearSelection,
|
||||
/// Perform an [`Edit`].
|
||||
Edit(Edit),
|
||||
/// Click the [`Editor`] at the given [`Point`].
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue