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 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
Created
June 18, 2013 11:40
Solved. Proper condition was: xmlAttributeValue().withLocalName("receiver").withSuperParent(2,xmlTag().withLocalName("link_in").withNamespace(NAMESPACE_URI));
Community
IntelliJ IDEA Open API and Plugin Development
conditions to match reference provider
0 votes
Created
June 18, 2013 13:32
It did not worked with DomPatterns , despite declared namespace on generated interface.
Community
IntelliJ IDEA Open API and Plugin Development
conditions to match reference provider
0 votes
Created
June 15, 2013 12:57
Does not help:un 15, 2013 1:52:59 PM java.util.prefs.WindowsPreferences <init>WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) ...
Community
IntelliJ IDEA Open API and Plugin Development
DomFileDescription and CGILib proxy
0 votes
Created
July 01, 2013 08:34
Problem solved:Apparently GenericAttributeValue<String> getBind_to();was not recognised by DOM as xml attribute value named "bind_to". Annotation helps: @Attribute("bind_to") GenericAttrib...
Community
IntelliJ IDEA Open API and Plugin Development
Different behaviour of reference cotributors
0 votes
Created
June 27, 2013 09:33
I tried poly references, but they seem to behave differenlty. Somehow they are not marked as errors, whenr eference is resolved to null( or I miss something ) obvious. I have different kinds o...
Community
IntelliJ IDEA Open API and Plugin Development
Merging result from multiple reference providers.
0 votes
Created
June 27, 2013 09:59
Converter is very easy, nothing special there :public class SequenceFromReferenceConverter implements CustomReferenceConverter { @NotNull @Override public PsiReference[] createReferences(G...
Community
IntelliJ IDEA Open API and Plugin Development
Merging result from multiple reference providers.
0 votes
Created
June 25, 2013 11:00
Mea Culpa Solved. Error was on my part by providing values for completion.
Community
IntelliJ IDEA Open API and Plugin Development
Reference converter and completion data
0 votes
«
First
‹
Previous
Next
›
Last
»