主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Konstantin Pribluda
活动总数
81
最后的活动
2018年06月04日 07:42
成员加入日期
2009年04月30日 14:28
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
27
活动概览
帖子(21)
评论(33)
按最近的活动排序
最近的活动
投票数
创建于
2013年07月13日 12:52
It will be really difficult to remove all references to customer from this plugin ( and this customer is really sensitive about discretion ) - so publishing is impossible
社区
IntelliJ IDEA Open API and Plugin Development
identity scope does not work
0 票
创建于
2013年07月17日 08:07
Spring plugin may provide extension points ( but of course, without any meanigfull documentation so you will have to guess around )
社区
IntelliJ IDEA Open API and Plugin Development
Spring Plugin Sourcecode
0 票
创建于
2013年08月05日 09:20
I use reference converters registered with @Converter on DOM interfaces. They return specific PSI Reference contributors, which hprovide lists of candidates. This was enough for code completion an...
社区
IntelliJ IDEA Open API and Plugin Development
How do I add custom references to AutoCompletion?
0 票
创建于
2013年06月22日 21:42
It can be helpful to dump PSI tree to be sure which element to ĺook for ( you have to start idea with internal features enabled )From my experience with XML reference provides , you need to loo...
社区
IntelliJ IDEA Open API and Plugin Development
Can only capture JSLiteralExpression elements with a PsiReferenceProvider?
0 票
创建于
2013年06月23日 14:06
What's lookup builder? Maybe I need this too? ( this is my forst plugin ) XmlAttributeValue is good for code completion and display of error. Though poly-References do not display as error when no...
社区
IntelliJ IDEA Open API and Plugin Development
Can only capture JSLiteralExpression elements with a PsiReferenceProvider?
0 票
创建于
2013年06月24日 12:50
Took deep look into code and found: - if you return several PSI references and at least one of them is not resolving properly then error is displayed ( DpmHighlightHelperImpl.checkResolveProbl...
社区
IntelliJ IDEA Open API and Plugin Development
PSI Reference and displaying error
0 票
创建于
2013年06月20日 15:32
Tried it: 20428] ERROR - i.util.KeyedExtensionCollector - ****************.ApdlReferenceContributor has unsatisfied dependency: class com.intellij.psi.impl.source.resolve.ResolveCache among unsat...
社区
IntelliJ IDEA Open API and Plugin Development
Proper way to obtain ResolveCache instance
0 票
创建于
2013年06月20日 10:09
OK, slowly grokking it. Say, I'm implementing some DOM implementation which cachesintersting data obtained from subtags. It stores result on ResolveCache, using underlying XML tag as key( which ...
社区
IntelliJ IDEA Open API and Plugin Development
How do I react to PSI Tree changes?
0 票
创建于
2013年06月20日 11:16
Correct place for cache access would be implementation of PsiReferenceProvider?
社区
IntelliJ IDEA Open API and Plugin Development
How do I react to PSI Tree changes?
0 票
创建于
2013年06月19日 10:16
While yo are at it, can you add some bits on automatic generation of DOM elements from XSD ( and that result must be processed heaviliy ) and maybe better error messagingwhen DOM can not be cr...
社区
IntelliJ IDEA Open API and Plugin Development
DOM error checking
0 票
«
第一页
‹
上一页
下一页
›
最后
»