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 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
Created
July 13, 2013 11:46
There is definitely too much to flllow and dig from - there are just too many "ways to do this" without proper description focusing on "why". As for opensourcing - this is for homegrown unpubli...
Community
IntelliJ IDEA Open API and Plugin Development
identity scope does not work
0 votes
Created
July 06, 2013 10:02
DomFileDescription is your friend (worked for me )/** * DOM file description for APDL ebimodule files */public class ApdlFileDescription extends DomFileDescription<Module> { public ApdlFileDescr...
Community
IntelliJ IDEA Open API and Plugin Development
Making a custom XML language: trouble with getting Idea to recognize *.tml files as real TML files, instead of just XML
0 votes
Created
August 07, 2013 11:47
Your reference provider creates reference class for given PSI element (say, attribute value), and this reference class shall implement com.intellij.psi.PsiReference( Usually you sholr extend PsiRe...
Community
IntelliJ IDEA Open API and Plugin Development
How do I add custom references to AutoCompletion?
0 votes
«
First
‹
Previous