Vicky D
- 活动总数 96
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 30
-
创建于 2017.3 Idea plugin: Scanning to index every few seconds (even after indexing has been done)
已回答Just upgraded to use 2017.3 (173.3727.127) from 172.4343.14 The idea instance is started with the plugins. All was working fine in 172.4343.14. But after upgrading, when the Idea instance is st... -
创建于 PsiReference to an XML file
HiI'm implementing a reference contributor for a custom XML. I am trying to find if the custom xml file is being referenced in any of the other xml files <RowIterator elementName="name" pickLocat... -
创建于 Disabling action in update method of another action
This is a plugin so Java actions are available too.I would like to hide the "New -> Package" action in the context menu depending upon where I right clicked in the project structure. I need to add ... -
创建于 DomInvocationHandler copyFrom() method does not copy the attributes
May be I am missing something but public void copyFrom(final DomElement other) {..} is not copying the attribute when copying the element Is there another method that I can use? is this method not ...