Reviewing merge request #101: fakevim: configurable mapping of : commands to creator actions
- shortcut config dialog has been used as base for mapping regexs to commands
- perhaps this satisfies the request in QTCREATORBUG-520
new additions
- the new version was changed such that ActionManager exports a 'virtual QList<Command*> commands()' method
- ActionManagerPrivate::commands() was changed to return a QList<Command*> instead of QList<CommandPrivate*>
- a fix for a crash for Ctrl-w s followed by Ctrl-w o
Commits that would be merged:
Version 3
- 56aac18
- 2edee87
- 1ab06f7
- d394be8
- 87504c5
fakevim: configurable mapping of ex commands to actions
fakevim: make sure that FakeVimHandler has returned before being deleted
fakevim: make ':n'/':N' switch to the next/previous open file
fakevim: map 'gt'/'gT' to ':tabnext'/':tabprev'
Showing
56aac18-2edee87

Add a new comment:
Login or create an account to post a comment