From d89b2828e36fd02ed99cde71d75a6f792d877fdb Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 6 May 2016 18:22:09 +0300 Subject: [PATCH] Add "Keep build panel visible" to PlatformIO IDE FAQ --- HISTORY.rst | 2 ++ docs/ide/atom.rst | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index e024d821..44fe50ea 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,6 +7,8 @@ PlatformIO 2.0 2.9.2 (2016-??-??) ~~~~~~~~~~~~~~~~~~ +* Added support for Silicon Labs SLSTK3401A (Pearl Gecko) and + MultiTech mDot F411 ARM mbed based boards * Added support for MightyCore ATmega8535 board (`issue #585 `_) * Use HTTP mirror for Package Manager in a case with SSL errors diff --git a/docs/ide/atom.rst b/docs/ide/atom.rst index 61d515ea..a0d33f3f 100644 --- a/docs/ide/atom.rst +++ b/docs/ide/atom.rst @@ -437,6 +437,14 @@ To force Smart Code Linter to use Arduino files as C++ please Frequently Asked Questions -------------------------- +Keep build panel visible +~~~~~~~~~~~~~~~~~~~~~~~~ + +PlatformIO IDE hides build panel on success by default. Nevertheless, you can +keep it visible all time. Please follow to +``Menu: PlatformIO > Settings > Build`` and set ``Panel Visibility`` to +``Keep Visible``. + Automatically save on build ~~~~~~~~~~~~~~~~~~~~~~~~~~~