Konstantin Pribluda
- 活动总数 81
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 27
-
创建于 Best way of handling comments
Hi, I am developing plugin for custom language - and there are comments, and they can be everywhere (like after dot of function invocation, just after the operator etc) - reflecting this in BN... -
创建于 PsiReferences and Icons
Hi all,I try to implement fancy navigation inside of XML file. IN some cases where is ambiguity, I provide multiple PSI references in an array:------------------%<----------------- public PsiRef... -
创建于 Conditional check for uniquenes in Xml PSI
Hi all, I need to check XML attribute for uniqueness in certain context, but with some weird conditions. Which DOM annotations I have to use or what shall I implement? -
创建于 Reference to certain subclass or spring bean
Hi All, I would like to have resolvable reference to Java Class or Spring bean - where is a good starting poing for it?Struts plugin sources show only java class reference and documentation is as ... -
创建于 identity scope does not work
Hi all, I try ti implement identityscope checking of dom elements.I put @NameValue on desired name: /** * Returns the value of the name child. * * @return the value of the name chi... -
创建于 Intent action is working, but produces exception
Hi all,I stole ideas from struts2 plugin and created intent action. It is fired where appropriate, but I notice exception on console:java.lang.NullPointerException at com.intellij.codeInsight.... -
创建于 Quick fix / Intent / Action - I'm lost
Hi all, I'm bit of lost. now I got psi references and code completion working ( hey, also with proper icons for completion variants! ), and now I would like to have quick fixto create missing e... -
创建于 Different behaviour of reference cotributors
Hi all, I have 2 interfaces in DOM model , reference contributors registered on attributes with @Referencing and one of them is working, while other is not ( classic issue ;) ) This one is work... -
创建于 Merging result from multiple reference providers.
Hi all, I'm in a situation where reference target can come from multiple classes of destinations, which makes merge result from reference providers necessary. I came with following solution:public... -
创建于 Reference converter and completion data
Hi all,It seems that I miss somethign obvious. I annotated DOM object methods with: /** * Returns the value of the from child. * * @return the value of the from child. */ @N...