By default in the IDE, F8 is bound to the command Edit.GotoNextLocation (guidVSStd97:cmdidNextLocation). This command works in the both the Output and Find Results windows.
I would like my tool window to respond to Edit.GotoNextLocation.
Is this just a matter of setting up my ctc file correctly or does the toolwindow also need to implement a particular interface (other than IVsWindowPane and IOleCommandTarget)?
I would like my tool window to respond to Edit.GotoNextLocation.
Is this just a matter of setting up my ctc file correctly or does the toolwindow also need to implement a particular interface (other than IVsWindowPane and IOleCommandTarget)?