Mark Vedder
- 活动总数 30
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 13
-
创建于 Alternative to StartupManager.runAfterOpened()
已回答After 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... -
创建于 Where do you set Spring Boot run tool window?
已回答I 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... -
创建于 Programatically Update Plugin Version in Gradle Build File
已回答I'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... -
创建于 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/... -
创建于 Access Denied Errors for 2019.3.1 RC build 193.5662.46 downloads
已回答Getting AccessDenied errors for the 2019.3.1 RC build 193.5662.46 downloads for the artifacts. The Sha256 checksum files are accessible. -
创建于 Valdating slected Project SDK version on the first wizard page
已回答I'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... -
创建于 Determine if a project is a Gradle Project
已回答The 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... -
创建于 Where is the source code for the Java.Introduction EDU course?
已回答Where 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...