clemos / haxe-sublime-bundle

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

File not found build.hxml with OPENFL #109

Closed sokeroner closed 11 years ago

sokeroner commented 11 years ago

On a OpenFL project, when i press CTRL + MAJ + B i have this console message:

Fatal error: exception Failure("File not found build.hxml") [Finished in 0.0s with exit code 2]

I'm on Sublime Text 2.

clemos commented 11 years ago

Hi I think it's a duplicate from issue #108. It seems ST recently changed the way keyboard shortcuts are assigned in a way that prevents those defined in the bundle to work... Until we find a proper solution, you can try to copy-paste the key bindings from this file : https://raw.github.com/clemos/haxe-sublime-bundle/master/Support/Default.sublime-keymap to your user key bindings file (via Preferences > Key Bindings - User)

sokeroner commented 11 years ago

Thanks! It's now working well with this solution.