mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:58:11 +00:00
Vim: Add change word and delete word functionality
Add the functionality of key sequences 'cw', 'ce', 'cb', 'dw', 'de' and 'db'.
This commit is contained in:
parent
e2d7945e0c
commit
aaf691c4ef
5 changed files with 129 additions and 28 deletions
|
@ -193,6 +193,8 @@ public:
|
|||
Gfx::IntRect cursor_content_rect() const;
|
||||
TextPosition text_position_at_content_position(const Gfx::IntPoint&) const;
|
||||
|
||||
void delete_text_range(TextRange);
|
||||
|
||||
protected:
|
||||
explicit TextEditor(Type = Type::MultiLine);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue