主页
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月18日 13:37
Did you call com.intellij.util.xml.DomFileDescription#registerNamespacePolicy in your DomFileDescription?
社区
IntelliJ IDEA Open API and Plugin Development
conditions to match reference provider
0 票
创建于
2013年06月18日 11:22
If you profiled your code and _really_ need caching, then you can use CachedValue and store it on XmlFile (if it's file dependent) or even on a "higher level" (Module, Project). Pay uttermost atten...
社区
IntelliJ IDEA Open API and Plugin Development
Caching on a DOM Converter
0 票
创建于
2013年06月18日 11:31
Use com.intellij.lang.properties.PropertiesReferenceManager and com.intellij.lang.properties.PropertiesUtil, they should be fast enough without caching in most cases.
社区
IntelliJ IDEA Open API and Plugin Development
Caching on a DOM Converter
0 票
创建于
2013年06月18日 12:33
I don't know of any better way to provide folding. You could use DomElementVisitor to write "higher-level" code for visiting necessary attributes, though.
社区
IntelliJ IDEA Open API and Plugin Development
Caching on a DOM Converter
0 票
创建于
2013年06月18日 06:42
If you're using DOM you can use GenericAttributeValue<PathReference> getLocation(), eventually using a custom @Converter if you need to extend resolve logic.If you're using "plain" references in X...
社区
IntelliJ IDEA Open API and Plugin Development
PsiReference to PsiFile
0 票
创建于
2006年01月02日 09:32
any progress on this? maybe for 5.1 ;) ?this would save me a lot of work and refactoring..
社区
IntelliJ IDEA Open API and Plugin Development
How to enable refactoring of definitions in custom XML language (like Ant target/property)
0 票
创建于
2006年03月14日 19:27
how about DEMETRA then ;)
社区
IntelliJ IDEA Open API and Plugin Development
How to enable refactoring of definitions in custom XML language (like Ant target/property)
0 票
创建于
2013年06月15日 12:50
Please try removing @Stubbed to see if it works (you must provide corresponding values in your DomFileDescription otherwise).
社区
IntelliJ IDEA Open API and Plugin Development
DomFileDescription and CGILib proxy
0 票
创建于
2013年06月15日 13:01
Please try File|Invalidate Caches in your sandbox installation. Did you maybe compile your plugin against a different version of IntelliJ IDEA SDK than you're using to run the sandbox? If this does...
社区
IntelliJ IDEA Open API and Plugin Development
DomFileDescription and CGILib proxy
0 票
创建于
2013年06月23日 07:47
Please make sure to pass -Didea.home.path pointing to your local IntelliJ Community project's path (see com.intellij.testFramework.IdeaTestUtil#getPathForJdkNamed)
社区
IntelliJ IDEA Open API and Plugin Development
Plugin Testing (Windows)
0 票
«
第一页
‹
上一页
下一页
›
最后
»