主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Konstantin Pribluda
活动总数
81
最后的活动
2018年06月04日 07:42
成员加入日期
2009年04月30日 14:28
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
27
活动概览
帖子(21)
评论(33)
按最近的活动排序
最近的活动
投票数
创建于
2018年05月22日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Best way of handling comments
0 票
创建于
2018年05月22日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Best way of handling comments
0 票
创建于
2013年06月20日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How do I react to PSI Tree changes?
0 票
创建于
2013年06月19日 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...
社区
IntelliJ IDEA Open API and Plugin Development
DOM error checking
0 票
创建于
2013年06月19日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Best way to search in DOM model?
0 票
创建于
2013年06月18日 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...
社区
IntelliJ IDEA Open API and Plugin Development
conditions to match reference provider
0 票
创建于
2013年06月18日 14:03
Namespace policy is registered. Shall I put key of namespace policy into @Namespace annotation or uri on interface?
社区
IntelliJ IDEA Open API and Plugin Development
conditions to match reference provider
0 票
创建于
2013年06月18日 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...
社区
IntelliJ IDEA Open API and Plugin Development
conditions to match reference provider
0 票
创建于
2013年06月15日 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
社区
IntelliJ IDEA Open API and Plugin Development
DomFileDescription and CGILib proxy
0 票
创建于
2013年06月27日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Merging result from multiple reference providers.
0 票
下一页
›
最后
»