Martin Zardecki
- Total activity 43
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 14
-
Created "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: ... -
Created 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 ... -
Created 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...