Files
qt-creator/src/plugins/fakevim
Orgad Shaneh b57ed862e9 FakeVim: Remove unused meta object
Change-Id: If20fe6c1a68470a5f0731f42d94af6123095a1d2
Reviewed-by: Lukas Holecek <hluk@email.cz>
Reviewed-by: hjk <hjk@theqtcompany.com>
2016-06-21 08:02:35 +00:00
..
2016-04-21 11:49:49 +00:00


fakevim is based on eventFilters installed on a QTextEdit or a QPlainTextEdit.
It basically catches all keystrokes and modifies some internal state that
make the resulting text in the editor look like it was using vim.

There are only a few files in here:

  fakevimplugin.{h,cpp}  - interaction with the rest of Creator
  fakevimactions.{h,cpp} - settings
  fakevimhandler.{h,cpp} - the "real" event

There are some more hints for developers in fakevimhandler.cpp