Andrei Sedelnikov
- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
-
Created PLugin runs on Idea but not in Android Studio
AnsweredI 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 ... -
Created How to debug in other IDE?
AnsweredHow 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 ... -
Created java.lang.ClassNotFoundException: org.jetbrains.android.facet.AndroidFacet
AnsweredI 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... -
Created No module for run configuration in gradle-based plugin
AnsweredI 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... -
Created Exception by compiling Plugin-Template cloned project
AnsweredI 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 ... -
Created 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 ... -
Created Is there a way to find out Indexer is still running except an exception?
AnsweredI'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...