Mark Vedder
- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 13
-
Created Alternative to StartupManager.runAfterOpened()
AnsweredAfter creating a new project via its Project Wizard, my plugin needs to run some initialization tasks related to the Framework the plugin supports. These tasks however need to wait until the initia... -
Created Where do you set Spring Boot run tool window?
AnsweredI have a multi-module project with multiple Spring Boot Applications. I was shown a notification asking if I wanted to manage the multiple Spring Boot run configurations in the Services tool window... -
Created Programatically Update Plugin Version in Gradle Build File
AnsweredI'm looking to write an action that updates the version of a framework plugin in the gradle.build or gradle.build.kts file for the user when a newer version is available (which my IntelliJ IDEA plu... -
Created Use System Enviornment Variables in HTTP Requests
Is there a way to use a System Environment Variable in an HTTP request, rather than having to pace it in an *.env.json file? For example, I'd like to do something like this: GET http://httpbin.org/... -
Created Access Denied Errors for 2019.3.1 RC build 193.5662.46 downloads
AnsweredGetting AccessDenied errors for the 2019.3.1 RC build 193.5662.46 downloads for the artifacts. The Sha256 checksum files are accessible. -
Created Valdating slected Project SDK version on the first wizard page
AnsweredI'm implementing a new project wizard for a framework. After clicking Next on the initial Wizard dialog, I'd like to validate that the selected SDK meets the minimum version requirement prior to pr... -
Created Determine if a project is a Gradle Project
AnsweredThe framework my plugin supports recently changed from using Ant to Gradle. For a while I need to support legacy projects. So I want to detect if the project is a Gradle project or not. I found thi... -
Created Where is the source code for the Java.Introduction EDU course?
AnsweredWhere can I find the source code for the Jetbrains EDU courses such as the Java.Introduction course? I found the EDU Plugin's source code on GitHub. But am not able to find the source code for the...