HaxeFoundation / intellij-haxe

Haxe plugin for IntelliJ Platform based IDEs (IDEA, Android-Studio)
http://intellij-haxe.org
Apache License 2.0
219 stars 100 forks source link

Exporting HAXE_STD_PATH #824

Open mayakwd opened 6 years ago

mayakwd commented 6 years ago

We need to export HAXE_STD_PATH environment variable for compile processes somewhere in the HaxeCommandLine class by patchEnvironment method:

Linked issues: https://github.com/HaxeFoundation/intellij-haxe/issues/762, https://github.com/HaxeFoundation/intellij-haxe/issues/818

EricBishton commented 6 years ago

I have this half implemented right now. The new UI is done and I am working on getting proper suggestions based upon the user’s environment.