Vicky D
- Total activity 96
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 30
-
Edited Annotator shows errors which disappear and appear intermittently
I have a custom annotator for Yaml files. If the file that is referenced by the value does not exist, show error. I am using the same YamlFileReference and JsonFileReference that I use for navigati... -
Created netty: Rebuild in IntelliJ takes a lot of time - NioEventLoop and ThreadDeathWatcher
For a big Gosu project, we are doing the performance analysis. There are about 100k Gosu files and other resources. On running the full rebuild, it takes about an hour. Disabling the anti-virus hel... -
Edited How to do expensive stuff in Jps Build Process before compiling
I am trying to improve performance of incremental build of Gosu compiler. I see that a new jps process is started as soon incremental compilation is done which helps the next incremental compilatio... -
Edited How to write tests for Extension points?
I have created 2 extension points for a plugin. How do I write tests for those extension points.. <extensionPoints> <extensionPoint qualifiedName="org.plugin.customFieldFactory" interface="o... -
Edited Missing extension point: in area null
AnsweredI am trying to create some extension points in a plugin and trying to use the extensions in the same plugin just to make sure it works. But when I run the ide instance with the plugin, I get the fo... -
Created How to customize the mac specific menu items
I see the following code in AboutAction.java e.getPresentation().setVisible(!SystemInfo.isMacSystemMenu || !ActionPlaces.MAIN_MENU.equals(e.getPlace())); This 'about' action is probably the one in... -
Created 2017.3 Idea plugin: Scanning to index every few seconds (even after indexing has been done)
AnsweredJust 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... -
Created 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... -
Created 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 ... -
Created 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 ...