Robot-Will / Stino

A Sublime Text Plugin for Arduino
Other
1.58k stars 250 forks source link

Wish: A way to clear the message panel #413

Closed KurtE closed 7 years ago

KurtE commented 7 years ago

After I do a compile or two, there are times I would like to be able to clear out the contents of the Arduino message panel.

Might be nice to have on context menu. For a minute I thought I could do it using the select all and then use the cut, but it did not actually cut the data...

Again this is a wish list and not a very high priority item.

Robot-Will commented 7 years ago

Clear part or all? The panel is readonly, so you can not edit it.

KurtE commented 7 years ago

Either would be great...

Sort of like when you do an Arduino compile you no longer see the error messages from the previous build. I have at times scrolled back too far...

Note: on context menu if the area is read only, then the menu item CUT does not make any sense, likiewise paste would not work. should be only be copy...

Robot-Will commented 7 years ago

I gave a stand-alone build message panel. Thanks.

KurtE commented 7 years ago

Thanks,

Works great. One suggestion. If I do a build and the error messages show up, which is nice, but then I hit the ESC key and the panel is closed,

I don’t think there is any way to get that panel back.

Robot-Will commented 7 years ago

You do not want the last build messages back?

In the memu->show build message panel, you can reopen the build panel with the last build messages.

KurtE commented 7 years ago

Thanks, that works great