Marcel
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Edited DataProvider not called if parent of the performed action does not have the focus
AnsweredHi, my problem concerns the search for the DataProvider of an AnAction. I have a tool window that has a panel as its content, which implements the DataProvider interface. The panel also has an AnAc... -
Edited Ho to the get resources output directory?
Hi, it is possible to get the classes output directory of a module via: CompilerPaths.getModuleOutputPath(module, false) The returned directory points by default to out/production/classes. Is there...