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
535 stars 126 forks source link

Resolving issue #144 - Updating popup window factory to use different popup factory #158

Closed citric-code closed 2 years ago

citric-code commented 2 years ago

Hi,

This is resolving issue #144 by updating the popup window factory to use a different popup factory and data manager as it was broken by the 2021.1 change.

See This jetbrains support ticket for the rationale behind the change.

Tested in IntelliJ IDEA 2021.2.2 (Community Edition) Build #IC-212.5284.40, built on September 14, 2021

ashald commented 2 years ago

Thanks for the contribution!

fnumrich commented 2 years ago

Will this fix make it into the master/a release in the next time? Or is there a workaround to use the EnvFile plugin with actual Intellij versions?