aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fakevim/README
blob: f901e5984a0c141854bf2b4735e076f66023fd8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14


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