Igor Spasic
- 活动总数 58
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 26
-
创建于 Maia - where is the OpenAPI source (development kit)?
Sorry, i couldnt find the plugin development kit for Maia (idea9). Any help? -
创建于 Idea8: recompiling plugin on jdk5?
How can I recompile plugin on jdk5 - for mac users? On my windows, when I want to add new "Intellij IDEA SDK", I can only choose java 1.6 (althought have all previous java versions)?I can manually... -
创建于 Idea 8: new tab (panel) in the facets?
Is it now possible to add new tab panel in the some facet?For example, I want to extend the web facet, so I would like to add new tab with my custom stuff. That was not possible in idea7. Is it pos... -
创建于 Will Idea download the correct version of plugin that matched its version?
(Some) idea8 plugins will be incompatible with idea7. Does idea.executable 'knows' to download the latest plugin version that matches users version of idea? for example, if I update plugin for idea... -
创建于 Idea8: Deprecated BuildConfiguration.willBuildExploded()?
This method (BuildConfiguration.willBuildExploded()) is deprecated - what should we use instead? -
创建于 Idea8: getInstance() for ModuleComponent, huh?
Sorry if the question is unclear...In my plugin i have static method:public static Foo....ModuleComponent getInstance(Module m) { return ServiceManager.getService(m, Foo...ModuleComponent.class)... -
创建于 Idea8: ModuleType.JAVA
In previous version I was able to do something like:module.getModuleType().equals(ModuleType.JAVA)In Idea8, ModuleType.* does not exist. What is the prefered way to do the same in idea 8? -
创建于 Best way to create heavyweight popup?
I need heavyweight popup that should be accessable all the time - even when no project is open (something like Windows>Background Tasks). This popup should present some non-trivial jpanel.What is t... -
创建于 Can I use custom 'view' for my WelcomeAction?
Can I use my custom design (jpanel) for the welcome action? I do not want to have default icon + link + text style, I wanna my own.Can i do that and how? -
创建于 How to add gui tab in the some facet configuration?
I would like to extends facet configuration, but only for some facet types. How to add a tab in the facet configuration whem facet instance and type is known.I know how to add a GUI tab to module c...