mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:37:45 +00:00
TextEditor+EditingEngine: Add support for the basics of Vim emulation
This commit is contained in:
parent
1c17ecdeb7
commit
b4a783d923
13 changed files with 1143 additions and 438 deletions
|
@ -27,6 +27,7 @@ set(SOURCES
|
|||
Dialog.cpp
|
||||
DisplayLink.cpp
|
||||
DragOperation.cpp
|
||||
EditingEngine.cpp
|
||||
EmojiInputDialog.cpp
|
||||
Event.cpp
|
||||
FileIconProvider.cpp
|
||||
|
@ -69,6 +70,7 @@ set(SOURCES
|
|||
ProcessChooser.cpp
|
||||
ProgressBar.cpp
|
||||
RadioButton.cpp
|
||||
RegularEditingEngine.cpp
|
||||
ResizeCorner.cpp
|
||||
RunningProcessesModel.cpp
|
||||
ScrollBar.cpp
|
||||
|
@ -93,6 +95,7 @@ set(SOURCES
|
|||
TreeView.cpp
|
||||
UndoStack.cpp
|
||||
Variant.cpp
|
||||
VimEditingEngine.cpp
|
||||
Widget.cpp
|
||||
Window.cpp
|
||||
WindowServerConnection.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue