From c1c9b1b219bcb0abef18eccb45090a73c7b0f357 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 22 Apr 2016 13:21:45 +0300 Subject: [PATCH] Add FAQ to PlatformIO IDE and auto save modified files on build --- docs/faq.rst | 8 ++++++-- docs/ide/atom.rst | 11 +++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index 8b27dcdd..bf412216 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -59,6 +59,11 @@ To enable ``zsh`` completion please run these commands: For permanent command completion you need to place commands above to ``~/.bashrc`` or ``~/.zshrc`` file. +PlatformIO IDE +-------------- + +Please refer to :ref:`PlatformIO IDE Frequently Asked Questions `. + .. _faq_troubleshooting: Troubleshooting @@ -89,8 +94,7 @@ Where is ``platformio`` binary installed? Run this command in Terminal # for Unix which platformio echo $PATH - - # for Windows OS + Windows OS where platformio echo %PATH% diff --git a/docs/ide/atom.rst b/docs/ide/atom.rst index 48bde149..a89f486b 100644 --- a/docs/ide/atom.rst +++ b/docs/ide/atom.rst @@ -432,6 +432,17 @@ To force Smart Code Linter to use Arduino files as C++ please 2. Perform all steps from :ref:`ide_atom_knownissues_sclarduino_manually` (without renaming to ``.cpp``). +.. _ide_atom_faq: + +Frequently Asked Questions +-------------------------- + +Automatically save on build +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +If you want automatically save all edited files when triggering a build, please follow to +``Menu: PlatformIO > Settings > Build`` and check ``Automatically save on build``. + Articles / Manuals ------------------