Andrey Myatlyuk
- 活动总数 18
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 5
-
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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...