+23
Custom GUI for output panels (html based?)
I just started evaluating sublime text – it's beautiful, but one thing is stopping me from deciding to switch to sublime from textmate.
I (quickly!) wrote a PostgreSQL plugin that executes the current paragraph through psql and shows the output in a panel. The output however is text only and there seem to be no way to format it decently... (same goes for quick html preview, markdown preview and similar)
Any chance you're adding support for GUI output panels?
Being able to display an html file (and pass it some js object/variable) would be great and allow for previews and custom GUIs alike....
Servicio de atención al cliente por UserEcho
If not, one possible solution is to split the window's view into two, like e.g. View->Layout->Rows:2. Then load the second view with your output and use view.set_syntax_file() to give it the syntax highlighting you desire.
I'm having the same issue. I'd like to display HTML output from PHPUnit that updates dynamically as it runs. This was pretty easy in TextMate with an HTML output window.
I'd like this idea. output windows should be have it's own parse regular.