add SelectAll to TextEditor
This commit is contained in:
parent
23d9497e7f
commit
76f5bc2cce
3 changed files with 28 additions and 0 deletions
|
|
@ -70,6 +70,8 @@ pub enum Action {
|
|||
SelectWord,
|
||||
/// Select the line at the current cursor.
|
||||
SelectLine,
|
||||
/// Select the entire buffer.
|
||||
SelectAll,
|
||||
/// Perform an [`Edit`].
|
||||
Edit(Edit),
|
||||
/// Click the [`Editor`] at the given [`Point`].
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue