主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2010年10月28日 17:28
com.intellij.openapi.roots.ui.configuration.ModulesConfigurator#showFacetSettingsDialog() does the trick
社区
IntelliJ IDEA Open API and Plugin Development
Module settings dialog
0 票
创建于
2010年08月18日 18:46
do you have Python plugin defined as < depends >in your own plugin.xml? did you set -Didea.home.path to point to your IDEA sources?
社区
IntelliJ IDEA Open API and Plugin Development
How to load a plugin during execution of unittests - IdeaTestCase.
0 票
创建于
2010年08月19日 12:13
did you add all required dependent plugins (and their dependents) to your IDEA JDK?
社区
IntelliJ IDEA Open API and Plugin Development
How to load a plugin during execution of unittests - IdeaTestCase.
0 票
创建于
2011年01月04日 18:17
If I understand you correctly, the possible attributes to complete in XML are dependent on the value of attribute "class"? Then have a look at DomExtender, you can find an example of usage in org.j...
社区
IntelliJ IDEA Open API and Plugin Development
complete Tag attribute in runtime
0 票
创建于
2011年01月02日 17:14
com.intellij.util.xml.DomFileDescription#acceptsOtherRootTagNames() should do the trick together with com.intellij.util.xml.DomFileDescription#isMyFile()
社区
IntelliJ IDEA Open API and Plugin Development
How to Accessing XML with dynamic rootTagName through IntelliJ IDEA DOM
0 票
创建于
2011年10月26日 12:04
use extension point com.intellij.ide.fileTemplates.FileTemplateGroupDescriptorFactory, you can find an example in Devkit-plugin
社区
IntelliJ IDEA Open API and Plugin Development
Install custom templates with plugin
0 票
创建于
2009年12月10日 21:20
You can use Struts2 plugin as example for these tasks which is opensource and available via http://git.jetbrains.org/?p=idea/contrib.git;a=tree;f=struts2;hb=HEAD
社区
IntelliJ IDEA Open API and Plugin Development
Spring plugin
0 票
创建于
2009年12月11日 07:18
Hello Warner,that's the current V9 trunk. Yann
社区
IntelliJ IDEA Open API and Plugin Development
Spring plugin
0 票
创建于
2012年01月15日 13:50
Hello, w/r to registering test listeners have a look at com.intellij.execution.junit2.ui.model.JUnitListener which can be registered via com.intellij.execution.junit2.ui.model.JUnitListenersNotifi...
社区
IntelliJ IDEA Open API and Plugin Development
Registering to a tests finished event and native library dependencies in a plugin
0 票
创建于
2011年12月29日 20:25
Yes, I saw that. So if I have references that work just fine with their quickfixes in some other context (e.g. Java), I'll have to "bridge" the quickfixes they already have with another API (Unreso...
社区
IntelliJ IDEA Open API and Plugin Development
Xml Attribute Value Reference: no quickfixes?
0 票
«
第一页
‹
上一页
下一页
›
最后
»