Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Kevin
Total activity
7
Last activity
July 02, 2024 18:30
Member since
June 22, 2024 01:48
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
July 02, 2024 18:30
Thanks for the help. For now I'm using a workaround where I display a notification prompting the user to uninstall plugin B, which allows plugin A to redownload it upon reload.
Community
IntelliJ IDEA Open API and Plugin Development
PluginManagementPolicy Extension Point
0 votes
Created
June 28, 2024 19:09
The idea is that an admin is able to modify an (internal) URL to provide a custom download link. From the user's side, the idea is that the user needs to just set the URL in extension A, and versio...
Community
IntelliJ IDEA Open API and Plugin Development
PluginManagementPolicy Extension Point
0 votes
Created
June 27, 2024 22:43
Just checking in again; is there a recommended workaround for this?
Community
IntelliJ IDEA Open API and Plugin Development
PluginManagementPolicy Extension Point
0 votes
Created
June 25, 2024 18:17
I have an extension download URL which I use to create a pluginNode. My code looks something like the below: import com.intellij.ide.plugins.PluginNode import com.intellij.openapi.extensions.Plugin...
Community
IntelliJ IDEA Open API and Plugin Development
PluginManagementPolicy Extension Point
0 votes
Created
June 24, 2024 18:47
I was mistaken; it was just the build that passed, but the functionality didn't work.My use case is that I have extension A which I want to either upgrade or downgrade extension B. If PluginManager...
Community
IntelliJ IDEA Open API and Plugin Development
PluginManagementPolicy Extension Point
0 votes