clemos / haxe-sublime-bundle

Sublime Text bundle for Haxe programming language
Apache License 2.0
237 stars 86 forks source link

code completion fails when there is -java-lib #112

Closed andyli closed 10 years ago

andyli commented 10 years ago

My hxml is:

-java bin/haxe
net.onthewings.sketch.Sketch
-cp src
-java-lib D:\android-sdks\platforms\android-10\android.jar
-D no-compilation

and from the console of Sublime Text, the completion command is missing the -java-lib line:

haxe -java bin/haxe -cp D:\workspace\sketch\src -D no-compilation -cp C:\users\andy\appdata\local\temp\haxe_sublime_hxD__workspace_sketch_ --display c:\users\andy\appdata\local\temp\haxe_sublime_hxD__workspace_sketch_\net\onthewings\sketch\Sketch.hx@0 --no-output  --connect 6000 --cwd D:\workspace\sketch