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
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
Created
June 20, 2013 10:09
OK, slowly grokking it. Say, I'm implementing some DOM implementation which cachesintersting data obtained from subtags. It stores result on ResolveCache, using underlying XML tag as key( which ...
Community
IntelliJ IDEA Open API and Plugin Development
How do I react to PSI Tree changes?
0 votes
Created
June 20, 2013 11:16
Correct place for cache access would be implementation of PsiReferenceProvider?
Community
IntelliJ IDEA Open API and Plugin Development
How do I react to PSI Tree changes?
0 votes
Created
June 19, 2013 10:16
While yo are at it, can you add some bits on automatic generation of DOM elements from XSD ( and that result must be processed heaviliy ) and maybe better error messagingwhen DOM can not be cr...
Community
IntelliJ IDEA Open API and Plugin Development
DOM error checking
0 votes
«
First
‹
Previous
Next
›
Last
»