Martin Zardecki
- 活动总数 43
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 14
-
创建于 "New" Action position
Hi, almost there with my first plugin :)One esoteric issue is that I'm trying to add one of my actions to the ProjectViewPopupMenu in the NewGroup.I have my Action defined in plugin.xml as: ... -
创建于 YACQ
Yeat Another Class Loader QuestionI'm trying to write a plugin which interfaces to a third party commercial product.This product exposes an API to load and edit IDEA project files via a set of jar ... -
创建于 FileChooser from ApplicationComponent
Hi, trying to open IDEA's FileChooser from within an ApplicationComponent for a one time initialization of my Plugin i.e. when first run.FileChooser takes either a Project or a java.awt.component a...