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 19, 2013 07:14
I'm working on similar problem. To mark some attribute as error I did: - generated DOM model from XSD and adjusted it manually with namespaces etc. - (via DomFileDescription ) regis...
Community
IntelliJ IDEA Open API and Plugin Development
DOM error checking
0 votes
Created
June 19, 2013 09:19
Like: find me all ( not necessarily direct ) silbings of certain element having certain property valueI would like to use XmlAttributeValuePattern ( or relate class ) to get all matching nodes fr...
Community
IntelliJ IDEA Open API and Plugin Development
Best way to search in DOM model?
0 votes
Created
June 18, 2013 10:06
My XML: <link_in type="http" trigger="blamblam" receiver="StartMEssage"/>And automagically generated interface:public interface Link_in extends DomElement { ..... /** * Returns the value...
Community
IntelliJ IDEA Open API and Plugin Development
conditions to match reference provider
0 votes
Created
June 18, 2013 14:03
Namespace policy is registered. Shall I put key of namespace policy into @Namespace annotation or uri on interface?
Community
IntelliJ IDEA Open API and Plugin Development
conditions to match reference provider
0 votes
Created
June 18, 2013 15:54
OK, not I'm slowly groking my problem. You have to assure reachability of all the elements from root elelemtwith proper @Subag annotations - otherwise DOM does not work properlyand does not kno...
Community
IntelliJ IDEA Open API and Plugin Development
conditions to match reference provider
0 votes
Created
June 15, 2013 13:53
Solved this issue. Cause was class com.intellij.util.xml.DomElement which was in my sources - it seems that it was created by idea XSLT processing to generate Dom-Model. No it works perfectly
Community
IntelliJ IDEA Open API and Plugin Development
DomFileDescription and CGILib proxy
0 votes
Created
June 27, 2013 12:45
Looking into ResolvingConverter, I could use generic method to retrieve icons / texts from DOM. Not sure I will profit from it - Events are either source or destination, based on enum type of y...
Community
IntelliJ IDEA Open API and Plugin Development
Merging result from multiple reference providers.
0 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
«
First
‹
Previous
Next
›
Last
»