Stubbs / sublime-vagrant

Vagrant commands for Sublime Text
43 stars 4 forks source link

Redirect output from Vagrant into an output panel #27

Closed pradyunsg closed 8 years ago

pradyunsg commented 8 years ago

The heading is self-explanatory. Will resolve #13.

Stubbs commented 8 years ago

Have you enabled the "output_to_window" setting? That should redirect the output to a panel for you.

pradyunsg commented 8 years ago

I do realize that option exists... I'm asking for something different.

What I want is to have the output to come in a build-panel like panel (output panel), not a separate view. create_output_panel(), destroy_output_panel() that stuff. Not a new_file View.

Sidenote: The generated View (made with new_file) should be marked as a scratch view. It doesn't matter for output_panel views.

(editted)