Konstantin Pribluda
- Total activity 81
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 27
-
Created 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... -
Created 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... -
Created 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? -
Created 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 ... -
Created 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... -
Created 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.... -
Created 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... -
Created 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... -
Created 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... -
Created 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...