Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Ivan Chirkov
Total activity
120
Last activity
November 29, 2024 09:40
Member since
February 15, 2013 13:52
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
49
Activity overview
Articles (0)
Posts (1)
Comments (70)
Sort by recent activity
Recent activity
Votes
Created
February 01, 2018 23:18
Could you please check if you have "-Djsse.enableSNIExtension=false" in Help | Edit Custom VM Options. If yes then please remove it, restart IDE and try downloading plugins again.
Community
IntelliJ IDEA Users
Handshake failure when connecting to pluginManager
7 votes
Created
March 31, 2016 17:11
Yes, you are totally right, that's how it is done in IDEA. Unfortunately plugin repository doesn't notify plugin authors about this behaviour. We'll publish those rules and add a notification about...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin versioning and updates
2 votes
Created
September 30, 2020 10:09
Hi! The problem is that IDE considers 1.7-201 greater than 1.7.2-202. You can use com.intellij.ide.plugins.VersionCompareTest to check how IDE compares versions. We can fix it in later releases of ...
Community
IntelliJ IDEA Open API and Plugin Development
Upgrading from 2020.1 to 2020.2 is saying my plugin is incompatible, not offering an update.
1 vote
Created
February 19, 2018 11:13
Hi Ingo, Unfortunately we have introduced a bug that prevents downloading of plugins that have the same version in several channels if you don't specify channel in your request. It will be fixed la...
Community
IntelliJ IDEA Open API and Plugin Development
Plugins cannot be downloaded by gradle intellij plugin
1 vote
Created
November 10, 2017 11:56
Yes, your approach is correct. To solve the problem of conflicting functionality of "1.x" and "2.x" plugins you can implement `PluginReplacement` extension point in new versions of your "1.x" plugi...
Community
IntelliJ IDEA Open API and Plugin Development
Supporting multiple distinct major versions of a plugin
1 vote
Created
June 13, 2016 16:49
Those are the ones I called "orange". It means that ApplicationConfig is annotated with EnableNeo4jRepositories. Documentation is definitely coming and I will inform you when it is available. Feel ...
Community
IntelliJ IDEA Users
Missing Spring dependency graph model legend
1 vote
Created
June 10, 2016 11:42
Also you can select any edge and press F4 which should take you to this dependency declaration. Ivan ChirkovSoftware DeveloperJetBrains
Community
IntelliJ IDEA Users
Missing Spring dependency graph model legend
1 vote
Created
June 10, 2016 11:40
Hello Alexander, Solid lines are used for component scans and Enable annotations dependencies, dashed lines for import dependencies and dotted lines for other. Green is used for imports, blue for c...
Community
IntelliJ IDEA Users
Missing Spring dependency graph model legend
1 vote
Created
February 22, 2016 11:49
Hello Meilun, IDEA checks for updates in all specified repositories and compares version of installed plugin with version specified in repository and if it is greater then suggests to update plugin...
Community
IntelliJ IDEA Open API and Plugin Development
Any way of setting up a simplest plugin repository for publishing a single plugin.
1 vote
Created
November 29, 2024 09:40
Hi, Meyfarth! I would not suggest using images uploaded as screenshots in your plugin descriptions because screenshots are available both on the site and in IDE as a separate block.
Community
IntelliJ IDEA Open API and Plugin Development
Can a plugin embed an image for its <description>?
0 votes
Next
›
Last
»