Andrey Myatlyuk
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Created How to update plugin.xml to indicate support for Android Studio?
Hi!Currently I have the following declaration in plugin.xml:<idea-version since-build="129.0"/>Which is recognized by Plugin Repository as IntelliJ IDEA and Community Edition.I would like to add a ... -
Created How to enable Maven plugin for system under test?
Hi!My plugin has an optional dependency on Maven plugin, I cannot find the way to enable the plugin in system under test so I can add more unit tests to my code. Is there a way to do that?I'm using... -
Created Identification of flat versus hierarchical project structure - what is the best way?
In my plugin I have to convert Eclipse workspace macro into a location relevant to Idea project. Initial version of plugin was designed with hierarchical structure in mind and everything worked per... -
Created Working on plugin for IntelliJ, question about com.intellij.tools.Tool class - default access modifier
Hi! I'm writing a plugin for IntellJ IDEA to convert Eclipse specific launchers, and one of the functions will be an ability to create external tools configuration. For that I'm using com.intellij...