A must-have feature for me is the capability to focus different panes using keyboard shortcuts. I mean, I want to be able to focus the "projects" plugin pane by using some shortcut.
I already had a quick look at the code: basically I need to get a reference to AuiManager, then to specific pane (by name) and finally set the focus.
As far as I understand there are many ways to implement this:
- An editor command (but I'll need a macro system to run it)
- Register a "Focus this pane" menu handler (but there's no way to assign a keybinding to plugin menu items in preferences)
- Play dirty and manipulate the accelerator table for the main window (but this should be configured within plugin and not globally)
- Write another plugin that handles the pane focusing job (but, again, keybinding configuration won't be global)
Well, I can and would like to help in this matter but first let's plan it out...


.