intellij-haxe icon indicating copy to clipboard operation
intellij-haxe copied to clipboard

Haxelibs not added for openFl project

Open m0rkeulv opened this issue 5 months ago • 1 comments

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)

m0rkeulv avatar Jun 15 '25 19:06 m0rkeulv

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.

m0rkeulv avatar Jun 16 '25 16:06 m0rkeulv