Sublime Forum

Output current file to new sublime buffer

#1

I’ve started a plugin that outputs the results of the current buffer to another buffer, instead of the console.

https://github.com/ryecroft/RunInScratch

Before I go ahead with it, I want to make sure I’m not replicating anything anywhere else, as this was the first thing I wanted to change in Sublime Text, so I’m surprised not to have found an existing solution. Have I missed something?

It’s very basic at the moment, changes or comments are welcome.

Fb

0 Likes

Console output is exceeding sublimes buffer size can we get an allocation increase
How to increase the console output buffer size to 10000 lines instead of 3000?