haxe-sublime-bundle
haxe-sublime-bundle copied to clipboard
Put Haxelib output to a separate panel when necessary
- keep quick panel for selection / interaction, and then a separate panel for command results (infos, installation, etc)
- to do that,
runcmd
should be replaced byrun_command("exec", {...})
or similar when the result needs to go to an output panel.exec
command is async and generally works better...