Marcel
- 活动总数 4
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
已编辑于 DataProvider not called if parent of the performed action does not have the focus
已回答Hi, 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... -
已编辑于 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...