主页
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年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 票
创建于
2013年06月18日 11:40
Solved. Proper condition was: xmlAttributeValue().withLocalName("receiver").withSuperParent(2,xmlTag().withLocalName("link_in").withNamespace(NAMESPACE_URI));
社区
IntelliJ IDEA Open API and Plugin Development
conditions to match reference provider
0 票
创建于
2013年06月18日 13:32
It did not worked with DomPatterns , despite declared namespace on generated interface.
社区
IntelliJ IDEA Open API and Plugin Development
conditions to match reference provider
0 票
创建于
2013年06月15日 12:57
Does not help:un 15, 2013 1:52:59 PM java.util.prefs.WindowsPreferences <init>WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) ...
社区
IntelliJ IDEA Open API and Plugin Development
DomFileDescription and CGILib proxy
0 票
创建于
2013年07月01日 08:34
Problem solved:Apparently GenericAttributeValue<String> getBind_to();was not recognised by DOM as xml attribute value named "bind_to". Annotation helps: @Attribute("bind_to") GenericAttrib...
社区
IntelliJ IDEA Open API and Plugin Development
Different behaviour of reference cotributors
0 票
创建于
2013年06月27日 09:33
I tried poly references, but they seem to behave differenlty. Somehow they are not marked as errors, whenr eference is resolved to null( or I miss something ) obvious. I have different kinds o...
社区
IntelliJ IDEA Open API and Plugin Development
Merging result from multiple reference providers.
0 票
创建于
2013年06月27日 09:59
Converter is very easy, nothing special there :public class SequenceFromReferenceConverter implements CustomReferenceConverter { @NotNull @Override public PsiReference[] createReferences(G...
社区
IntelliJ IDEA Open API and Plugin Development
Merging result from multiple reference providers.
0 票
创建于
2013年06月25日 11:00
Mea Culpa Solved. Error was on my part by providing values for completion.
社区
IntelliJ IDEA Open API and Plugin Development
Reference converter and completion data
0 票
«
第一页
‹
上一页
下一页
›
最后
»