Jesper Vrelits
- 活动总数 17
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
创建于 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... -
创建于 Is it possible to set Path to Git executable in plugin
已回答I dynamically obtain path to git executable. Is it possible to read/set value from within plugin? -
创建于 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...