1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 13:17:35 +00:00

TextEditor+EditingEngine: Add support for the basics of Vim emulation

This commit is contained in:
Rok Povsic 2021-01-02 11:59:55 +01:00 committed by Andreas Kling
parent 1c17ecdeb7
commit b4a783d923
13 changed files with 1143 additions and 438 deletions

View file

@ -42,6 +42,7 @@ class CheckBox;
class Command;
class DragEvent;
class DropEvent;
class EditingEngine;
class FileSystemModel;
class Frame;
class GroupBox;