Stefan Endrullis

- Total activity 115
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 19
- Subscriptions 29
-
Stefan Endrullis commented, -
Stefan Endrullis created a post, AnsweredIDEA complains about missing classes after updating the Gradle Intellij Plugin to 1.10.0
In my plugin project I tried to update the Gradle plugin from 1.9.0 to 1.10.0: // Gradle IntelliJ Pluginid("org.jetbrains.intellij") version "1.10.0" With gradle plugin 1.9.0 everything works fin... -
Stefan Endrullis created a post, AnsweredFormattingModelBuilder.createModel scheduled for removal
The Intellij Plugin Verifier told me that my plugin uses an API that is scheduled for removal in 2021.1: FormattingModelBuilder.createModel(...) (1) (scheduled for removal in 2021.1) How can I ... -
-
Stefan Endrullis commented, -
-
-
-
Stefan Endrullis created a post, AnsweredPlugin building fails for IDEA 2020.1 EAP (plugin requires "com.intellij.modules.python-core-capable" plugin)
I just updated my plugin project so that it's build against IDEA 2020.1 EAP. However, ./gradlew buildPlugin fails with the following error: 2020-02-11 21:33:47,279 [ 1237] ERROR - llij.ide.plugin... -
Stefan Endrullis commented,