主页
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年05月30日 08:50
I've added a short paragraph "Models across multiple files" to DOM documentation (http://confluence.jetbrains.com/display/IDEADEV/Accessing+XML+through+IntelliJ+IDEA+DOM) , let me know if you need ...
社区
IntelliJ IDEA Open API and Plugin Development
Resolve Scope DOM across multiple files
0 票
创建于
2013年06月03日 10:41
For me "Find Usages" and usage highlighting in .properties file works properly with a very simple blank Web application test project.Could you check if it works when you reference it from a simple ...
社区
IntelliJ IDEA Open API and Plugin Development
Cannot use com.intellij.psi.jsp.el.ELLiteralExpression in ReferenceContributor
0 票
创建于
2013年05月27日 07:22
Hello Alan,simplify specify a @Converter resolving to property of enclosing <bean> "class". Highlighting will be provided by instance of BasicDomElementsInspection for your DOM (see http://confluen...
社区
IntelliJ IDEA Open API and Plugin Development
DOM Validation and error reporting
0 票
创建于
2013年05月28日 06:12
We will try to improve existing documentation, please let us know if you encounter any other areas which are hard to get.
社区
IntelliJ IDEA Open API and Plugin Development
DOM Validation and error reporting
0 票
创建于
2013年06月19日 09:09
You must provide an instance of com.intellij.util.xml.highlighting.BasicDomElementsInspection with your root DOM to provide error-highlighting.See org.jetbrains.android.inspections.AndroidDomInspec...
社区
IntelliJ IDEA Open API and Plugin Development
DOM error checking
0 票
创建于
2013年06月19日 09:58
I'm going to add this bit later today. We welcome any contributions, please post anything you think should be added and we'll review and add it.Page has been updated/clarified w/r to BasicDomElemen...
社区
IntelliJ IDEA Open API and Plugin Development
DOM error checking
0 票
创建于
2013年06月18日 09:54
Something like this should work:xmlAttributeValue() .withLocalName("receiver") .withSuperParent(2, DomPatterns.withDom(domElement(FooBar.class)
社区
IntelliJ IDEA Open API and Plugin Development
conditions to match reference provider
0 票
创建于
2013年06月18日 12:36
Depending on your DOM and @Namespace definitions there, this might differ in the future when you change one place. I'd use DomPatterns if possible to make sure any changes in DOM are reflected here.
社区
IntelliJ IDEA Open API and Plugin Development
conditions to match reference provider
0 票
创建于
2013年06月18日 14:49
@Namespace takes the key which is then registered in com.intellij.util.xml.DomFileDescription#registerNamespacePolicy with the corresponding URI(s).See com.intellij.struts2.dom.struts.Struts2DomFil...
社区
IntelliJ IDEA Open API and Plugin Development
conditions to match reference provider
0 票
创建于
2013年06月17日 19:36
Hello Alan,could you please contact me at yXann.cXebron@jetbrains.com (remove X's), I have some questions about your plugin.Thanks, Yann
社区
IntelliJ IDEA Open API and Plugin Development
custom language PsiReferenceContributor to DomElement
0 票
«
第一页
‹
上一页
下一页
›
最后
»