Leonid Gorshkov

- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Leonid Gorshkov created a post, Module hierarchy/ children modules
I have instance of module and I want to get all descendant modules (modules that structured as hierarchy in Project tree according to maven hierarchy for example). What way provided by API? -
Leonid Gorshkov created a post, How to get PSI element for module item in 'packages' tree
I called action on module in 'Packages' scope view (it is root tree item when enabled option 'Show modules'). Action event handled in method. Call actionEvent.getData(LangDataKeys.PSI_ELEMENT_...