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
May 22, 2018 13:38
Actually it does not matter anymore. But having those terminals defined in BNF provides string constants for tokes which are needed for lexer. And it does pay to reset custom stack depth. So I e...
Community
IntelliJ IDEA Open API and Plugin Development
Best way of handling comments
0 votes
Created
May 22, 2018 13:23
Thanks! Thas solves it. Just overlook that I have 3 comment tokens ( also beginn and end of comment ) Replacing: public static final TokenSet COMMENTS = TokenSet.create(MMTalkTypes.COMMENT); Wit...
Community
IntelliJ IDEA Open API and Plugin Development
Best way of handling comments
0 votes
Created
June 20, 2013 12:52
OK, getting it. Key would be reference itself and values are candidates. But in my case creating list of candidates is bestdone in DOM model ( as this lst of candidates can be reused by several r...
Community
IntelliJ IDEA Open API and Plugin Development
How do I react to PSI Tree changes?
0 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
Next
›
Last
»