Sublime Forum

Remove build output from window/file

#1

Hi

From time to time, I accidentally hit Ctrl+B, which invokes the “build” option (which I never ever need, because I’m not “building” something).

It’ll then leave error messages like the following in the window:

That’s annoying.

How do I get rid of this?

Thanks,
Alexander

0 Likes

#2

you could disable show_errors_inline in your user preferences, and it won’t show inline build errors any more - it will just show an output panel that you can easily close instead.

0 Likes

#3

But that would disable it completely, right?

Although I said, that I never ever need it — how do I get rid of the output, if it’s already there?

0 Likes

#4
1 Like

#5

Well, but suppose that show_errors_inline is true… Now you’re editing the file. But these errors are/might be annoying (maybe you want to show the file to a colleagure, or whatever).

So, while show_errors_inline is certainly useful, isn’t there a way to remove the output? I mean, I’ve seen the error, thanks, now “leave me alone”, I know how to fix it, but you’re in my way (I’m talking to sublime G).

0 Likes

#6

the post I linked shows how to create a keybinding to hide the errors

1 Like

#7

ctrl+alt+shift+c doesn’t seem to do anything at all on Ubuntu 16.04 (using the just lately released new version of Sublime 3).

0 Likes

#8

Got it :slight_smile:

I needed to add that custom keybinding :slight_smile:

Thanks a lot, this helped :slight_smile:

0 Likes