Jason Majors

- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
Created Plugin to replace action
I want my plugin to replace an action, specifically the "New -> Java Class" action. Is there a way to do that? The plugin wizard only gave me the options of placing my action near the existing one.... -
Created File Templates in plugin
I want to include some new file templates as part of a plugin I'm developing. How would I add them to my plugin project in such a way that they are available when I use the plugin? -
Created No plugin.xml found
I'm trying to create a new plugin following the procedures on this page: https://www.jetbrains.com/help/idea/2016.1/creating-a-project-for-plugin-development.html When I try to create a new action,... -
Created How do I invoke an action from another?
I want to invoke an action from the end of the .actionPerformed() method in my AnAction derived action. Specifically, I want to invoke the action related to the Code -> Override Methods... menu ent...