ashald / EnvFile

EnvFile 3.x is a plugin for JetBrains IDEs that allows you to set environment variables for your run configurations from one or multiple files.
MIT License
539 stars 129 forks source link

Optionally include Java plugin to add newly-separated classes back to classpath #107

Closed pilzm closed 4 years ago

pilzm commented 4 years ago

See https://blog.jetbrains.com/platform/2019/06/java-functionality-extracted-as-a-plugin/#comment-2461 for a description on how this works and why it was necessary.

This should fix ashald/EnvFile#100

@ashald I noticed that there were a few signature changes in RunConfigurationExtensionBase, the plugin still works on 2020.1 but won't build on it. I suggest dropping support for versions older than 183.3647.16. (See https://github.com/JetBrains/intellij-community/commit/5148e32741d952c8cf94e0086178e012748e0c45 and https://github.com/JetBrains/intellij-community/commit/b42823c43fa70be61eece0fdbfaa8f179585f340)

ashald commented 4 years ago

Thanks!