clemos / haxe-sublime-bundle

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

add custom hxml in build targets #156

Closed postite closed 10 years ago

postite commented 10 years ago

Hey @clemos. i don't know for others but openfl compilation is way longer than pure build.hxml on my computer.

i'd like to have the choice to compile from my build.hxml OR openfl targets. it would be nice to have root build.hxml listed in the target builds ( ctrl-shift-b). Actually when you have a build.hxml in the project, it breaks openfl targets listing. capture decran 2014-07-09 a 12 07 25

why? i see two options: -list build.hxml in the openfl targets list -let the user choose ( ctrl-b for basic build , ctrl-enter for openfl )

do you think it would be feasable ? thx

clemos commented 10 years ago

Do you get any error message in the console ? Normally you should be able to select openfl targets after selecting your openfl project (Crobapi) ?

postite commented 10 years ago

no error .. just a "please select a NME target.."

clemos commented 10 years ago

Sorry I closed it by error. I got "Quick panel unavailable" in the console, which I fixed. Does it fix your issue ?

postite commented 10 years ago

nothing changed for me ... i updated via package control... should i use the git version ? thx

clemos commented 10 years ago

Normally, the git version == the package control version. I'm not sure I fully understand the issue : What happens when you select the Crobapi project ? Normally you should be able to select an NME/OpenFL target then...

postite commented 10 years ago

that works fine now ! the git version made it ! thx