T O P I C R E V I E W |
jzq740176597 |
Posted - Dec 05 2012 : 02:38:16 AM I have setted a hotkey for VAssistx.listMethodsinCurFile(Alt+M)with global level.

when I switch to solution-view ,class-view or resouce-view(means these has the focus),press Alt+M, all can trigger VAssistx.listMethodsinCurFile. But when switch to VAOutline,press Alt+M ,cann't take out listMethodsinCurFile. May VAView has the same problem. |
4 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Dec 17 2012 : 11:30:27 PM case=9918 is implemented in build 1925. Key bindings must have global scope (not text editor scope). |
accord |
Posted - Dec 17 2012 : 7:16:51 PM Alt+M opens an "active" list (like a modal window, e.g. Alt+Shift+O dialog), so you can simply press ESC to cancel it. It is more like a cancel operation than a switch. |
jzq740176597 |
Posted - Dec 13 2012 : 8:05:06 PM I have found another question. Alt+0(Window.ActiveDocumentWindow)is valid when VAOutline has focus. I'm very glad about this ,do the same like IDE inherent view like Solution-view. But when the List for ListCurMethods(Alt+M) have the focus,Alt+0 don't work. Is more reasonable to have a deal with it,Or dispatch the MSG to the IDE from the ListCurMethods?
Now May the ListCurMethods active,Press Ecs can also do the same with Alt+0. Depends on you. |
accord |
Posted - Dec 05 2012 : 7:53:08 PM I am seeing the same effect here. Thank you for the clear description.
case=9918 |