intellij-haxe
intellij-haxe copied to clipboard
Haxelibs not added for openFl project
Issue from haxe round up round up.
libs where not added correctly when lib path contained spaces (might have been something like "haxe libs\lime"?)
and when haxelib.json lib-name had different casing compare to what was added using haxelib dev feature (haxelib dev myLib json: MyLib)
version listing from haxelib executable returns a string where versions are separated by white-spaces. The problem was that this list also shows the libpath if a dev version is defined and this path might contain white-spaces.
Current workaround is to extract and handle selected version separately as the only way for dev versions to occur in the list is as the selected version.