evgeny

- Total activity 83
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 25
-
evgeny created a post, Issues with custom ElVariablesProvider
Hello,I'm experiencing issues with implementation of custom ElVariablesProvider. My goal was followingThere's custom tag providing id and beanclass attributes. The tag creates bean in request scope... -
-
evgeny created a post, Can JPQL syntax assistance work without IntelliLang ?
1. with JPA facet configured and IntelliLang uninstalled - no syntax highlight works2. with IntelliLang installed - syntax works but there's no auto-complete available on setParameter method for na... -
-
evgeny created a post, Does JPA queries highlighting / completition work ?
Hi.I was using JPA features of idea since long time but latest projects were not required JPA.And recently i started a project with JPA support and discovered that i can not make JPQL quiries synta... -
evgeny created a post, How to obtain class of EL / JSP expression (evaluate expression ?)
HelloLet me describe the task. I'm trying to provide some references for custom tag attributes.The tag has 2 main attributes: bean and property. Into bean attribute one can pass any JavaBean, and m... -
evgeny created a post, Find Usages of custom reference problem
Hello !I'm developing plugin with custom references. Those references must resolve to "bean properties", i.e. pair of getXXX/setXXX method.When one clicks the link with CTRL he should be moved to s... -
evgeny created a post, CompletionContributor vs. PsiReference
in my plugin i was using implementation of PsiReference to create auto-complete variants and navigation between code part.Now we have CompletionContributor. What is preferred way to solve my task a... -
evgeny created a post, Get available enums as variants in custom reference.
HelloI'm providing custom reference in JSP files. This refernce should offer variants for attributes of custom JSP tags.Those variats should be al available enums within current project.What i was ... -
evgeny created a post, JavaDoc for custom references
Is there any way to provide certain text for custom reference when user clicks Ctrl+Q (Show Javadoc shortcut)