Add FAQ to PlatformIO IDE and auto save modified files on build

This commit is contained in:
Ivan Kravets
2016-04-22 13:21:45 +03:00
parent 2cac6796ff
commit c1c9b1b219
2 changed files with 17 additions and 2 deletions

View File

@ -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 <ide_atom_faq>`.
.. _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%

View File

@ -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
------------------