主页
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月27日 10:09
Do your PsiPolyReferences always return non-empty result from multiResolve?Do you really need to create custom references here, maybe your possible DOM "target" classes can share a common "ImATarge...
社区
IntelliJ IDEA Open API and Plugin Development
Merging result from multiple reference providers.
0 票
创建于
2013年08月03日 19:22
This will be done automatically if you provide the reference resolving to the Java element, see http://confluence.jetbrains.com/display/IDEADEV/Accessing+XML+through+IntelliJ+IDEA+DOM#AccessingXMLt...
社区
IntelliJ IDEA Open API and Plugin Development
Choose between custom language and DOM APIs
0 票
创建于
2013年07月24日 09:39
Does reference@id have @NameValue annotation? It should work out-of-the box using plain Converter.
社区
IntelliJ IDEA Open API and Plugin Development
Dom Converter id reference rename
0 票
创建于
2013年09月04日 16:02
This sounds like DOM might be the solution for your pluginhttp://confluence.jetbrains.com/display/IDEADEV/Accessing+XML+through+IntelliJ+IDEA+DOMYou can find sample sources/plugins on the very bott...
社区
IntelliJ IDEA Open API and Plugin Development
Adding support for a custom XML format
0 票
创建于
2013年09月01日 14:11
There's a step-by-step tutorial here http://confluence.jetbrains.com/display/IntelliJIDEA/Custom+Language+Support
社区
IntelliJ IDEA Open API and Plugin Development
Creating Custom Language Support with Grammar Kit
0 票
创建于
2013年08月09日 12:45
I'd suggest to implement com.intellij.util.xml.highlighting.DomElementsInspection. If there's no need to switch it off/suppress it manually, you could also use com.intellij.util.xml.highlighting.Do...
社区
IntelliJ IDEA Open API and Plugin Development
Conditional check for uniquenes in Xml PSI
0 票
创建于
2013年09月10日 02:18
On the class' ModifierList call com.intellij.psi.PsiModifierList#addAnnotation
社区
IntelliJ IDEA Open API and Plugin Development
How to create a PsiAnnotation?
0 票
创建于
2013年09月07日 10:35
Please see com.intellij.openapi.actionSystem.ex.ComboBoxAction
社区
IntelliJ IDEA Open API and Plugin Development
Tips on less Ugly popup buttons
0 票
创建于
2013年09月05日 08:50
What functionality do you want to provide exactly? I don't understand what navigation target could be useful additionally to the package/class already provided by Spring plugin.
社区
IntelliJ IDEA Open API and Plugin Development
how to parse xml attribute value with dot to PsiElements
0 票
创建于
2013年09月05日 09:42
If you're using DOM, you don't need to do anything special, just useGenericAttributeValue<PsiClass> getProperty();in DOM-class for <result>. All navigation/completion will be provided automatically.
社区
IntelliJ IDEA Open API and Plugin Development
how to parse xml attribute value with dot to PsiElements
0 票
«
第一页
‹
上一页
下一页
›
最后
»