Konstantin Pribluda
- 活动总数 81
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 27
-
Konstantin Pribluda 创建了一个帖子, Strage classloading behaviour of JDBC driveres
Hi, It seems to be some classloading weirdness while running plugin in sandbox. I have dependency on JDBC driver ( statet as plugin dependency ), and to be able to create connection I have to l... -
-
-
Konstantin Pribluda 创建了一个帖子, 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... -
Konstantin Pribluda 创建了一个帖子, 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... -
Konstantin Pribluda 创建了一个帖子, 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? -
Konstantin Pribluda 创建了一个帖子, 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 ... -
Konstantin Pribluda 创建了一个帖子, 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... -
Konstantin Pribluda 创建了一个帖子, 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.... -
Konstantin Pribluda 创建了一个帖子, 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...