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
Edited
May 16, 2018 10:55
sinceBuild by default is set to IDEA that you use for compiling. Only this approach may provide a guarantee that your plugin will be binary compatible with an IDE. For customizing since/until build...
Community
IntelliJ IDEA Open API and Plugin Development
plugin _ is incompatible with this installation
0 votes
Edited
May 11, 2018 20:45
Could you share `~/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIC/2018.1.1/<some-hash>/ideaIC-2018.1.1/ideaIC-2018.1.1-withKotlin-withSources.xml` please (correct version and...
Community
IntelliJ IDEA Open API and Plugin Development
Problem syncing gradle in idea-sandbox.
0 votes
Created
May 11, 2018 14:45
Unfortunately, cannot recreate the problem. After removing unresolved dependencies I managed to invoke `runIde` and open and sync test project in it. Could you please list all jar files in `build/i...
Community
IntelliJ IDEA Open API and Plugin Development
Problem syncing gradle in idea-sandbox.
0 votes
Created
May 10, 2018 13:05
Could you share this test project please and build.gradle of your intellij plugin, so we could recreate this?
Community
IntelliJ IDEA Open API and Plugin Development
Problem syncing gradle in idea-sandbox.
0 votes
Created
May 07, 2018 13:45
Official comment
You can use `buildPlugin` task or you can run Android Studio with a plugin directly via `runIde` task using `alternativeIdePath` option. See more details in the documentation: https://github.com/Je...
Community
IntelliJ IDEA Open API and Plugin Development
How to generate jar for depolyment in gradle
0 votes
Created
April 23, 2018 17:41
Ouch, I missed the absence of '=' in your code. Yes, it should be `plugin 'testng'` or `plugins = ['testng']`.
Community
IntelliJ IDEA Open API and Plugin Development
Create and Execute TestNG test from a Plugin
0 votes
Created
April 23, 2018 11:54
Please provide entire `./gradlew buildPlugin --info` output
Community
IntelliJ IDEA Open API and Plugin Development
Create and Execute TestNG test from a Plugin
0 votes
Created
April 20, 2018 18:42
> plugins 'testng/lib/testng-plugin.jar:8.0' Where is 8.0 came from?;) it should be just ‘plugins = [‘testng’]’
Community
IntelliJ IDEA Open API and Plugin Development
Create and Execute TestNG test from a Plugin
0 votes
Created
April 20, 2018 17:08
TestNG-J was updated in 2007. Apparently, it's not what you need.TestNG plugin is bundled one, you don't need an id for it, you need a directory name instead. Please see the documentation: https:...
Community
IntelliJ IDEA Open API and Plugin Development
Create and Execute TestNG test from a Plugin
0 votes
Created
April 19, 2018 06:39
Official comment
You will be able to upgrade them after
Community
GoLand
Plugin not compatible
0 votes
«
First
‹
Previous
Next
›
Last
»