主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2009年10月19日 21:01
JamParentPackage.META_P.register(registrar, PsiJavaPatterns.psiElement(PsiPackage.class));where META_P is as follows in com.intellij.struts2.model.jam.convention.JamParentPackage public static...
社区
IntelliJ IDEA Open API and Plugin Development
Registering JAM w/ annotation for PsiPackageStatement in package-info.java
0 票
创建于
2009年10月20日 21:19
Gregory,thanks for your feedback.Indeed, binding and finding the JamReference works (verified for my example).I was unclear about what does not work: trying to bind the JamSimpleReferenceConverter ...
社区
IntelliJ IDEA Open API and Plugin Development
Registering JAM w/ annotation for PsiPackageStatement in package-info.java
0 票
创建于
2009年10月22日 19:55
Great, thanks for the quick fix!
社区
IntelliJ IDEA Open API and Plugin Development
Registering JAM w/ annotation for PsiPackageStatement in package-info.java
0 票
创建于
2009年10月22日 20:39
may I suggest to add "target"-parameter in UOE-message from com.intellij.jam.JamSimpleReferenceConverter#createLookupElementFor
社区
IntelliJ IDEA Open API and Plugin Development
Registering JAM w/ annotation for PsiPackageStatement in package-info.java
0 票
创建于
2009年10月22日 09:06
you must use and declare it as extensionpoint in your plugin.xml: <extensions defaultExtensionNs="com.intellij"> <standardResourceProvider implementation="com.something.YourResourceProvider"/> ...
社区
IntelliJ IDEA Open API and Plugin Development
Where is addStdResource in Maia?
0 票
创建于
2009年10月22日 09:51
<extensions> must be before <application-components>please verify your order against other plugin.xml files
社区
IntelliJ IDEA Open API and Plugin Development
Where is addStdResource in Maia?
0 票
创建于
2009年10月13日 20:39
just a blind guess: Tomcat support plugin?
社区
IntelliJ IDEA Open API and Plugin Development
How can I show output of an external command?
0 票
创建于
2010年08月14日 13:32
use extension point com.intellij.editorTabTitleProvider (find example in maven plugin in community sources)
社区
IntelliJ IDEA Open API and Plugin Development
How to change title in editor tab?
0 票
创建于
2010年08月06日 16:54
do you have openapi.jar included in your IDEA JDK?
社区
IntelliJ IDEA Open API and Plugin Development
What happened to com.intellij.openapi.util.Comparing ?
0 票
创建于
2010年03月29日 19:53
I see nothing wrong with your approach, Struts2 plugin does the same for various DOM-Converters. Yann
社区
IntelliJ IDEA Open API and Plugin Development
Converter, getErrorMessage and variants
0 票
«
第一页
‹
上一页
下一页
›
最后
»