Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Bastien Jansen
Total activity
12
Last activity
February 13, 2019 20:34
Member since
September 28, 2016 19:19
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
4
Activity overview
Posts (1)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
October 27, 2016 14:47
In case anyone else finds this post looking for answers, you also need to enable the tasks before adding them to the list: List<BeforeRunTask> beforeRunTasks = runManager.getBeforeRunTasks(runConfi...
Community
IntelliJ IDEA Open API and Plugin Development
Programmatically adding a BeforeRunTask to existing RunConfigurations
0 votes
Created
September 29, 2016 19:57
Hi, If you upload a new build that has a "higher" version number, IntelliJ will automatically check for updates from time to time and suggest the update to users that already have the old version i...
Community
IntelliJ IDEA Open API and Plugin Development
Will custom Intellij plugin update version automatically?
0 votes
Created
September 29, 2016 19:54
Thanks, your solution works fine! I had to use an async ProgressExecutionMode though, I'm not sure why. A popup was showing an indeterminate progress bar, but it looked like the task was doing noth...
Community
IntelliJ IDEA Open API and Plugin Development
Call Gradle task synchronously
0 votes