主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Konstantin Pribluda
活动总数
81
最后的活动
2018年06月04日 07:42
成员加入日期
2009年04月30日 14:28
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
27
活动概览
帖子(21)
评论(33)
按最近的活动排序
最近的活动
投票数
创建于
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 票
创建于
2013年06月24日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
PsiReferences and code completion
0 票
创建于
2013年07月15日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Refactor DomElements
0 票
创建于
2013年07月13日 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...
社区
IntelliJ IDEA Open API and Plugin Development
identity scope does not work
0 票
«
第一页
‹
上一页
下一页
›
最后
»