主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2013年06月03日 11:38
So far I could nail down the problem to JSP vs JSPX (it works in JSP, but not in JSPX), I'll update when I found out more..A few remarks on your existing code:Please disable (testing code?) XMLPro...
社区
IntelliJ IDEA Open API and Plugin Development
Cannot use com.intellij.psi.jsp.el.ELLiteralExpression in ReferenceContributor
0 票
创建于
2013年05月27日 12:48
Hi,please see org.jetbrains.idea.devkit.inspections.PluginXmlDomInspection from DevKit plugin as reference for providing your own DOM inspection. This will highlight all "standard" DOM annotations ...
社区
IntelliJ IDEA Open API and Plugin Development
DOM Validation and error reporting
0 票
创建于
2013年05月23日 11:35
Please see http://confluence.jetbrains.com/pages/viewpage.action?pageId=49463468 (only valid for 12.1+).
社区
IntelliJ IDEA Open API and Plugin Development
Syntax highlighting in different editor color schems
0 票
创建于
2013年06月24日 10:47
You must add all JARs from plugins ($IDEA_HOME$/plugins/...) to your IntelliJ Platform SDK in order to use components provided by them.
社区
IntelliJ IDEA Open API and Plugin Development
How to trigger Maven or Gradle tasks from a plugin
0 票
创建于
2013年06月19日 13:14
Could you please create an issue http://youtrack.jetbrains.com/issues/IDEA and attach your XSD you're using for creating DOM model (you can set visibility to idea-developers to hide it from public)...
社区
IntelliJ IDEA Open API and Plugin Development
DOM error checking
0 票
创建于
2013年06月19日 13:16
You don't need to implement CustomReferenceConverter unless you want to create custom PSI references. Please post an example where your "plain" Converter does not work.
社区
IntelliJ IDEA Open API and Plugin Development
DOM error checking
0 票
创建于
2013年06月19日 13:35
PropertyReference _is_ a PsiReference and should not be used as GenericAttributeValue type here.Two possibilities:1) change to GAV<IProperty> and use Converter2) use CustomReferenceConverter and pr...
社区
IntelliJ IDEA Open API and Plugin Development
DOM error checking
0 票
创建于
2013年06月20日 06:24
I see, please try implementing ResolvingConverter instead and override ResolvingConverter#getPsiElement returning com.intellij.lang.properties.IProperty#getPsiElement
社区
IntelliJ IDEA Open API and Plugin Development
DOM error checking
0 票
创建于
2013年06月19日 09:11
What kind of searches do you want to realize?
社区
IntelliJ IDEA Open API and Plugin Development
Best way to search in DOM model?
0 票
创建于
2013年06月19日 09:43
IMHO it's easier to write dedicated code to gather/filter elements. You can use ContainerUtil, Processor and the like for less boilerplate code.
社区
IntelliJ IDEA Open API and Plugin Development
Best way to search in DOM model?
0 票
«
第一页
‹
上一页
下一页
›
最后
»