08.02.2007, 22:31 | #1 |
Участник
|
Kashperuk Ivan: AxGoToDeclarationI haven't posted in a while. W...
Источник: http://kashperuk.blogspot.com/2007/0...posted-in.html
============== AxGoToDeclaration I haven't posted in a while. Work, work... Well, meanwhile, I made some new handy tool for Axapta developers. Purpose Finds the declaration of the selected variable and opens the editor on the line with the declaration Functional capabilities Searches the current method first. If the declaration is not found, goes to the root of the object and looks in the classDeclaration method. If still not found, continues on with the parent of the class. Implementation In order to use the tool simply import the project HERE and post the following code as a new method of the EditorScripts class: void AOT_goToDeclaration(Editor e) { AxGoToDeclaration goToDeclEngine; ; goToDeclEngine = new AxGoToDeclaration(e); goToDeclEngine.goToDeclaration(); } Known Issues:
If you have any comments or suggestions, please feel free to contact me. Источник: http://kashperuk.blogspot.com/2007/0...posted-in.html |
|
|
За это сообщение автора поблагодарили: alex55 (-1). |
06.06.2010, 16:47 | #2 |
MCTS
|
Иван, извини, на самом деле хотел +1 поставить, но что-то не сработало
|
|
07.06.2010, 00:06 | #3 |
Участник
|
это все равно боту пошло, так что "knock yourself out", как говорится.
|
|
|
|