"Makefile" was not a valid ref, trying master instead

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
  • Version 1
  • Version 2
  • Version 3
  • 56aac18
  • 2edee87
  • fakevim: configurable mapping of ex commands to actions

  • 1ab06f7
  • fakevim: make sure that FakeVimHandler has returned before being deleted

  • d394be8
  • fakevim: make ':n'/':N' switch to the next/previous open file

  • 87504c5
  • fakevim: map 'gt'/'gT' to ':tabnext'/':tabprev'

Showing 56aac18-2edee87

Comments

→ State changed from New to Revise and resubmit

There should be no exporting of private classes. Instead provide the necessary accessors in ActionManager proper and use them.

→ State changed from Revise and resubmit to New

Merged, thanks ;–)

→ State changed from New to Merged

Add a new comment:

Login or create an account to post a comment

How to apply this merge request to your repository