主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2007年12月10日 20:56
answering myself (once again..)using instead of comparing the type-names did the trick
社区
IntelliJ IDEA Open API and Plugin Development
Unit-Tests and JDK
0 票
创建于
2008年03月24日 14:34
do you have anything like -Didea.load.plugins.id=id_of_your_plugin in your run command line?
社区
IntelliJ IDEA Open API and Plugin Development
Can't unit test plugin in IDEA 7
0 票
创建于
2008年02月21日 08:21
this sounds like http://www.jetbrains.net/jira/browse/IDEABKL-4769
社区
IntelliJ IDEA Open API and Plugin Development
Unregistering ReferenceProvider
0 票
创建于
2008年07月15日 12:32
I suggest you take a look at Spring, Seam and Hibernate plugins for some example codehttp://svn.jetbrains.org/idea/Trunk/bundled/
社区
IntelliJ IDEA Open API and Plugin Development
Graph node properties
0 票
创建于
2008年10月26日 10:46
AFAIK registration has not changedobtaining module services is now provided viaModuleServiceManager.getService(module, MyModuleService.class)see also http://www.jetbrains.net/confluence/display/IDE...
社区
IntelliJ IDEA Open API and Plugin Development
No more module services?
0 票
创建于
2008年09月23日 12:34
use com.intellij.openapi.paths.PathReferenceManager and associated classes, you can find usage examples in Struts Assistant/Struts 2 plugin sources
社区
IntelliJ IDEA Open API and Plugin Development
Need WebPathReferenceProvider functionality in JAVA class
0 票
创建于
2009年01月17日 17:34
HttpConfigurable.getInstance().setAuthenticator(); should do the trick (didn't verify)
社区
IntelliJ IDEA Open API and Plugin Development
Using the IntelliJ proxy settings from a plugin
0 票
创建于
2008年12月15日 20:31
just in case you missed it, but http://www.jetbrains.net/confluence/display/IDEADEV/Developing+Custom+Language+Plugins+for+IntelliJ+IDEA is a good start
社区
IntelliJ IDEA Open API and Plugin Development
Looking for Lexer doc
0 票
创建于
2009年05月06日 18:50
You should provide an extension point:<extensions defaultExtensionNs="com.intellij">[...] <dom.fileDescription implementation="FQCN"/></extensions>Also check out the sources of bundled plugins...
社区
IntelliJ IDEA Open API and Plugin Development
DomManager and registering DomFileDescription
0 票
创建于
2009年11月02日 18:20
There's a very short presentation about JAM here:http://www.jetbrains.net/confluence/pages/viewpage.action?pageId=15799219I'm also very much interested in more documentation. What exactly are you t...
社区
IntelliJ IDEA Open API and Plugin Development
Jam docs/examples/sources
0 票
«
第一页
‹
上一页
下一页
›
最后
»