Andrei Sedelnikov

- 活动总数 32
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 10
-
创建于 PLugin runs on Idea but not in Android Studio
已回答I get a message "plugin is incomplatible with this installation." while trying to manually load my plugin into Android Studio 3.6Build #AI-192.7142.36.36.6200805, built on February 12, 2020Runtime ... -
创建于 How to debug in other IDE?
已回答How would I debug my Plugin "in production"? I am starting it from IDEA and it starts another IDEA instance to test and it works. But then I load deployed plugin into Android Studio and content is ... -
创建于 java.lang.ClassNotFoundException: org.jetbrains.android.facet.AndroidFacet
已回答I have cloned gradle-based plugin repository and moved my plugin files into it (https://github.com/raydenvoldeskine/clear-dependencies-plugin-kt) But when I run it I get the following exception: C... -
创建于 No module for run configuration in gradle-based plugin
已回答I have cloned gradle-based plugin repository and moved my plugin files into it (https://github.com/raydenvoldeskine/clear-dependencies-plugin-kt) But when I try to create "Plugin" Run configuration... -
创建于 Exception by compiling Plugin-Template cloned project
已回答I have cloned Plugin Template from https://github.com/JetBrains/intellij-platform-plugin-template and merged with my source files (from non-gradle project). Compilation is fine except the message ... -
创建于 How my plugin can get notified when user modifies current file in editor?
My plugin parses current editor file and provides result but obviously I'd like to render results again when user changes something in the file. How do I get notification? I failed to find this in ... -
创建于 Is there a way to find out Indexer is still running except an exception?
已回答I'm trying using different index-based methods in my plugin but sometimes it drops out with this exception: IndexNotReadyException This results in bad user experience for my users 'cause functionio...