![]() |
|
|
|||||||
|
|
Опции темы | Поиск в этой теме | Опции просмотра |
|
|
Ссылка на сообщение #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). | |||
|
|
Ссылка на сообщение #2 | ||
|
MCBMSS
|
Иван, извини, на самом деле хотел +1 поставить, но что-то не сработало
|
||
|
|
|
|
Ссылка на сообщение #3 | ||
|
SDET II, Dynamics AX
|
это все равно боту пошло, так что "knock yourself out", как говорится.
|
||
|
|
|
|
![]() |
Похожие темы
|
||||
| Тема | Автор | Раздел | Ответов | Последнее сообщение |
| Kashperuk Ivan: Microsoft Dynamics AX 4.0 data model overview | Blog bot | DAX: База знаний и проекты | 72 | 27.07.2009 08:15 |
| Kashperuk Ivan: Microsoft Dynamics AX 2009 Keyboard shortcuts | Blog bot | DAX Blogs | 0 | 11.07.2008 00:05 |
| Kashperuk Ivan: Find all reports with datasources innerjoined 1:n | Blog bot | DAX Blogs | 2 | 09.03.2008 14:05 |
| Kashperuk Ivan: Buy MorphX IT in Russian | Blog bot | DAX Blogs | 6 | 13.04.2007 17:48 |
| Kashperuk Ivan: AxCreateNewProject tool Version 1.2I made some a... | Blog bot | DAX Blogs | 0 | 26.01.2007 05:51 |
| Опции темы | Поиск в этой теме |
| Опции просмотра | |
|
|