clemos / haxe-sublime-bundle

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

No Build System #108

Closed prettymuchbryce closed 10 years ago

prettymuchbryce commented 11 years ago

Opening my project.xml, and pressing CMD + SHIFT + B spawns a popup which says "No Build System".

Sublime Text 3

clemos commented 11 years ago

Currently you need to open either an .hx, .hxml or .nmml to access to the bundle's functionnality such as "select build". The builds contained in your .xml should show up then. We'll try to improve this behaviour for OpenFL, by triggering the build select menu in .xml if the file contains builds...

prettymuchbryce commented 11 years ago

Opening a .nmml and pressing CMD + SHIFT + B spawns a popup which says "No Build System" in Sublime Text 3 as well.

SnugglePilot commented 10 years ago

Note the difference between cmd-shift-B and ctrl-shift-B. Ctrl-shift-B seems to work allright.

clemos commented 10 years ago

I'll close this issue, as I suppose you found a solution.