主页
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月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 票
创建于
2013年07月13日 11:46
There is definitely too much to flllow and dig from - there are just too many "ways to do this" without proper description focusing on "why". As for opensourcing - this is for homegrown unpubli...
社区
IntelliJ IDEA Open API and Plugin Development
identity scope does not work
0 票
创建于
2013年07月06日 10:02
DomFileDescription is your friend (worked for me )/** * DOM file description for APDL ebimodule files */public class ApdlFileDescription extends DomFileDescription<Module> { public ApdlFileDescr...
社区
IntelliJ IDEA Open API and Plugin Development
Making a custom XML language: trouble with getting Idea to recognize *.tml files as real TML files, instead of just XML
0 票
创建于
2013年08月07日 11:47
Your reference provider creates reference class for given PSI element (say, attribute value), and this reference class shall implement com.intellij.psi.PsiReference( Usually you sholr extend PsiRe...
社区
IntelliJ IDEA Open API and Plugin Development
How do I add custom references to AutoCompletion?
0 票
«
第一页
‹
上一页