主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Hugo Palma
活动总数
162
最后的活动
2024年12月27日 15:48
成员加入日期
2007年05月23日 15:06
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
43
活动概览
帖子(27)
评论(92)
按最近的活动排序
最近的活动
投票数
创建于
2008年04月10日 12:33
I found the answer.If in the onFacetInitialized method put the code that adds the library inside an Application.invokeLater block then everything works fine.
社区
IntelliJ IDEA Open API and Plugin Development
Can't create more than one library in project
0 票
创建于
2007年05月24日 15:57
I think this happens because the editor always tries to resolve tag names to the HTML schema and doesn't care about custom reference providers.Anyone knows if this is true ?
社区
IntelliJ IDEA Open API and Plugin Development
HtmlReferenceProvider for tag names ?
0 票
创建于
2007年07月23日 16:38
That's up to the file editor implementation. If you have a custom implementation just implement the getName() method of the TextEditor interface. If ur not using a custom file editor i don't have a...
社区
IntelliJ IDEA Open API and Plugin Development
Multi-tabbed editor
0 票
创建于
2007年07月23日 18:29
Yep, that will work also :o)
社区
IntelliJ IDEA Open API and Plugin Development
Multi-tabbed editor
0 票
创建于
2007年09月24日 09:52
To use AddSupportContext in your application component do this:ProjectWizardStepFactory.getInstance().registerAddSupportProvider(ModuleType.WEB, new MyWizardStepsProvider());You can attach it to an...
社区
IntelliJ IDEA Open API and Plugin Development
Wizard step to add jars to buildpath
0 票
创建于
2007年09月20日 09:37
If i remove boot.jar then i get:ERROR: Repository caches are corrupted and will be rebuilt on next startupjava.lang.NoClassDefFoundError: java/lang/StringFactory at com.intellij.psi.impl.source.par...
社区
IntelliJ IDEA Open API and Plugin Development
Can't run plugin tests, getting "Repository caches are corrupted"
0 票
创建于
2007年09月20日 10:08
With the bootclasspath argument i get:Error occurred during initialization of VMjava/lang/NoClassDefFoundError: java/lang/ObjectAnyway, like i said before, i have been able to use the IDEA testfram...
社区
IntelliJ IDEA Open API and Plugin Development
Can't run plugin tests, getting "Repository caches are corrupted"
0 票
创建于
2007年09月20日 14:22
Will be fixed according to the issue http://www.jetbrains.net/jira/browse/IDEADEV-21346
社区
IntelliJ IDEA Open API and Plugin Development
Can't run plugin tests, getting "Repository caches are corrupted"
0 票
创建于
2007年09月06日 12:00
Count me in for the October-December 2006 period.
社区
IntelliJ IDEA Open API and Plugin Development
Community help request: Filling the Plugin Development FAQ
0 票
创建于
2007年10月10日 16:57
getNavigationElement() does work fine but only when you have the sources configured but it doesn't solve the use case where you have the javadoc URL configured and not the sources.Any ideas on this ?
社区
IntelliJ IDEA Open API and Plugin Development
Grabbing Javadoc from library class
0 票
«
第一页
‹
上一页
下一页
›
最后
»