Jesper Vrelits
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created Setting code style scheme from plugin
I want to read/set code style scheme from plugin. Tried to use CodeStyleSchemes.getInstance().getCurrentScheme() and CodeStyleSchemes.getInstance().setCurrentScheme() but it seemed that what was re... -
Created Is it possible to set Path to Git executable in plugin
AnsweredI dynamically obtain path to git executable. Is it possible to read/set value from within plugin? -
Created Project setup plugin
Hi!Hope to get a little guidance as I'm noob at plugin dev.We have a homegrown way of setting jdk/maven up in our projects.A bat file is called which contains e.g. call cfg jdk 1.6.0_55 maven 3.1.1...