Microsoft Dynamics Ax developer's blog

Monday, December 04, 2006

Go component

Just uploaded a new extension go component - this is like "go" tab from Sidax but standalone and integrated with editor via script.


I am using autohotkey macros to setup hotkeys for various actions and define Ctrl+Enter to go to selected component in the editor:

#IfWinActive, ahk_class AxaptaClientClassName
~^Enter::
SendInput,{APPSKEY}sg
Exit


So you can, for example, edit the class declaration, click on the class name of the class the current class entends and press Ctrl+Enter - you see the parent of the currently editing class.