Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Konstantin Pribluda
Total activity
81
Last activity
June 04, 2018 07:42
Member since
April 30, 2009 14:28
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
27
Activity overview
Posts (21)
Comments (33)
Sort by recent activity
Recent activity
Votes
Created
June 24, 2013 10:23
OK got it. PolyReference seems to be wrong for this ( or I do not grok it completely ) Problem with second class was retrieval of lookup values. XMLAttributeValue is not suitable as lookup item ...
Community
IntelliJ IDEA Open API and Plugin Development
PsiReferences and code completion
0 votes
Created
July 15, 2013 10:14
Dom Elements work for me for creation of elements. Though I found that sometimes Dom fails to deduce attribute / tag names from the methods / classes and needs little prodding under tail end with...
Community
IntelliJ IDEA Open API and Plugin Development
Refactor DomElements
0 votes
Created
July 13, 2013 10:13
I would like to have uniqueness in the same file, below certain element - and I'm already using DOmFileDescription ( and it kind of works ;) ) - bit I thought that addind @NameValue would be s...
Community
IntelliJ IDEA Open API and Plugin Development
identity scope does not work
0 votes
Created
July 13, 2013 12:52
It will be really difficult to remove all references to customer from this plugin ( and this customer is really sensitive about discretion ) - so publishing is impossible
Community
IntelliJ IDEA Open API and Plugin Development
identity scope does not work
0 votes
Created
July 17, 2013 08:07
Spring plugin may provide extension points ( but of course, without any meanigfull documentation so you will have to guess around )
Community
IntelliJ IDEA Open API and Plugin Development
Spring Plugin Sourcecode
0 votes
Created
August 05, 2013 09:20
I use reference converters registered with @Converter on DOM interfaces. They return specific PSI Reference contributors, which hprovide lists of candidates. This was enough for code completion an...
Community
IntelliJ IDEA Open API and Plugin Development
How do I add custom references to AutoCompletion?
0 votes
Created
June 22, 2013 21:42
It can be helpful to dump PSI tree to be sure which element to ĺook for ( you have to start idea with internal features enabled )From my experience with XML reference provides , you need to loo...
Community
IntelliJ IDEA Open API and Plugin Development
Can only capture JSLiteralExpression elements with a PsiReferenceProvider?
0 votes
Created
June 23, 2013 14:06
What's lookup builder? Maybe I need this too? ( this is my forst plugin ) XmlAttributeValue is good for code completion and display of error. Though poly-References do not display as error when no...
Community
IntelliJ IDEA Open API and Plugin Development
Can only capture JSLiteralExpression elements with a PsiReferenceProvider?
0 votes
Created
June 24, 2013 12:50
Took deep look into code and found: - if you return several PSI references and at least one of them is not resolving properly then error is displayed ( DpmHighlightHelperImpl.checkResolveProbl...
Community
IntelliJ IDEA Open API and Plugin Development
PSI Reference and displaying error
0 votes
Created
June 20, 2013 15:32
Tried it: 20428] ERROR - i.util.KeyedExtensionCollector - ****************.ApdlReferenceContributor has unsatisfied dependency: class com.intellij.psi.impl.source.resolve.ResolveCache among unsat...
Community
IntelliJ IDEA Open API and Plugin Development
Proper way to obtain ResolveCache instance
0 votes
«
First
‹
Previous
Next
›
Last
»