Sublime Forum

BuildView: shows build output in a view

#1

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.

0 Likes

#2

Any plan for ST3 support?
Is there a way to make the build view stick?

0 Likes

#3

Unfortunately I do not have access to ST3. But hopefully ST3 gets this feature since it’s under development!

What do you mean by “stick”? You mean remain in the same place?

0 Likes

#4

Well, here is my wish list regarding the Build window in sublime.
I do analyses in python. And normally I have split the analyses into different files.
So, I want to have the Build Result panel stick to the tab where the script was.
Now, if you run (build) a different python script in different tab, the previous results are just gone…

It’s even nicer, if I can one python instance for each tab.

Does this make sense?

thanks,

0 Likes

#5

I think I kind of understand what you want. Right now, I’ve only made the build output specific to a window. So if you want to do that, you’ll have to put the scripts into different windows - one window for each script where you want the build output to persist.

I might try to work on that when I get the time. https://github.com/rctay/sublime-text-2-buildview/issues/2

0 Likes

#6

It would be nice if the author or anybody would port the plugin to ST3. Thanks in advance.

0 Likes

#7

Anyone else want to hack away at this over the weekend?
Is there a limitation of ST3 stopping us from getting this quickly ported?

0 Likes