Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexander Zolotov
Total activity
721
Last activity
November 01, 2023 08:52
Member since
April 05, 2011 22:39
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
241
Activity overview
Articles (0)
Posts (0)
Comments (480)
Sort by recent activity
Recent activity
Votes
Created
May 22, 2018 20:56
Indeed, it is replaced by each prepareSandbox task because you set the very same sandbox directory for every subproject: ``` subprojects { intellij { sandboxDirectory = ... } } ``` Af...
Community
IntelliJ IDEA Open API and Plugin Development
Unable to run project with multiple plugins
0 votes
Created
May 22, 2018 20:04
Take a look at the logs (system/log/idea.log). Looks like raml-plugin cannot be read for some reason: ``` 2018-05-22 23:01:37,419 [ 3233] INFO - llij.ide.plugins.PluginManager - Cannot load /Users...
Community
IntelliJ IDEA Open API and Plugin Development
Unable to run project with multiple plugins
0 votes
Created
May 22, 2018 18:56
Hi! Could you share the screenshot of created run configuration please and entire output of it?
Community
IntelliJ IDEA Open API and Plugin Development
Unable to run project with multiple plugins
0 votes
Created
May 22, 2018 13:30
Hi, You can put the template in the resources root or customize prepareSandbox tasks as it's described in the FAQ: https://github.com/JetBrains/gradle-intellij-plugin/blob/master/FAQ.md#how-do-i-ad...
Community
IntelliJ IDEA Open API and Plugin Development
How to put templates into plugin using gradle
0 votes
Created
May 21, 2018 12:37
> Here is the problem, the documentation is saying to select 'Prepare plugin module <module-name> For Deployment' That documentation is for projects that don't use Gradle. Here is complete document...
Community
IntelliJ IDEA Open API and Plugin Development
Unable to prepare IntelliJ plugin for deployment
0 votes
Created
May 17, 2018 10:02
Should work since 173.4674 < 173.4720617 < 173.* > I only started having problems when I wanted to verify the packaged plugin. You may want to check the actual `plugin.xml` inside built plugin dist...
Community
IntelliJ IDEA Open API and Plugin Development
plugin _ is incompatible with this installation
0 votes
Created
May 16, 2018 16:52
I see, you're trying to install built distribution of a plugin. These logs are shown when you installed the plugin and run the ide. I filed the issue (https://youtrack.jetbrains.com/issue/IDEA-1921...
Community
IntelliJ IDEA Open API and Plugin Development
plugin _ is incompatible with this installation
0 votes
Created
May 16, 2018 15:02
> INFO - llij.ide.plugins.PluginManager - Plugin 'Plugin helping generate Mobius templates' can't be loaded because: Plugin since-build or until-build don't match this product's build number Not th...
Community
IntelliJ IDEA Open API and Plugin Development
plugin _ is incompatible with this installation
0 votes
Created
May 16, 2018 13:40
> Better feedback on version mismatch (so stating "plugin supports range X to Y, I am Z" when failing to load the plugin instead of the current message) I took a look at the code and looks like IDE...
Community
IntelliJ IDEA Open API and Plugin Development
plugin _ is incompatible with this installation
0 votes
Created
May 16, 2018 12:23
You use IDEA 2018.3.1 (181 branch) for compiling and run the plugin on Android Studio 3.1.2 (173 branch). There are plenty of changes between them, including changes in API. The compiler won't say ...
Community
IntelliJ IDEA Open API and Plugin Development
plugin _ is incompatible with this installation
0 votes
«
First
‹
Previous
Next
›
Last
»