Open mayakwd opened 6 years ago
We need to export HAXE_STD_PATH environment variable for compile processes somewhere in the HaxeCommandLine class by patchEnvironment method:
HAXE_STD_PATH
HaxeCommandLine
patchEnvironment
Linked issues: https://github.com/HaxeFoundation/intellij-haxe/issues/762, https://github.com/HaxeFoundation/intellij-haxe/issues/818
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.
We need to export
HAXE_STD_PATH
environment variable for compile processes somewhere in theHaxeCommandLine
class bypatchEnvironment
method:Linked issues: https://github.com/HaxeFoundation/intellij-haxe/issues/762, https://github.com/HaxeFoundation/intellij-haxe/issues/818