Hi all,
I wrote a simple plugin for Sublime Text 2 that “pipes” build output to a view.
github.com/rctay/sublime-text-2-buildview
This is a workaround for displaying build output vertically/side-by-side your code; useful if your project involves lots of output.
Hope you find this useful.