Sublime Forum

Keep console open

#1

I’m sure someone must have asked/requested this before, but there are too many results from searching the forum.

Especially when developing packages, I’d find it extremely useful if there was a way to keep the Sublime Text console open at all times. Even when Sublime Text restarts or I open a new window. This could be done using a setting or by providing a flag (e.g. subl --dev).

0 Likes

#2

or by writing a plugin…

1 Like

#3

I’ve written a plugin that opens the console whenever I open a new tab or window, but I wonder whether I can prevent an already open console from closing in an on_pre_close event.

0 Likes