From b317e7227a328e8f5b811e8f9a4e91c3345ce8c1 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 27 Apr 2016 12:59:29 +0300 Subject: [PATCH] Ask to install Python and Clang before PlatformIO IDE --- docs/ide/atom.rst | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/ide/atom.rst b/docs/ide/atom.rst index 4f6503e1..391c8124 100644 --- a/docs/ide/atom.rst +++ b/docs/ide/atom.rst @@ -66,27 +66,9 @@ on the "Customize" stage, otherwise ``python`` command will not be available. .. image:: ../_static/python-installer-add-path.png -2. IDE Installation -~~~~~~~~~~~~~~~~~~~ - -.. note:: - If you don't have Atom installed yet, we propose to download - `PlatformIO IDE for Atom bundle `_ - with built-in auto installer (optional). - -1. Download and install the `latest official Atom text editor `_. -2. Open Atom Package Manager and install `platformio-ide `_ - Atom package (be patient and let the installation complete) - - - **Mac OS X**: ``Menu: Atom > Preferences > Install`` - - **Windows**: ``Menu: File > Settings > Install`` - - **Linux**: ``Menu: Edit > Preferences > Install`` - -.. image:: ../_static/ide-atom-platformio-install.png - .. _ide_atom_installation_clang: -3. Clang for Intelligent Code Autocompletion +2. Clang for Intelligent Code Autocompletion ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PlatformIO IDE uses `clang `_ for the Intelligent Code Autocompletion. @@ -110,6 +92,24 @@ Terminal and run ``clang --version``. If ``clang`` is not installed, then instal not be reflected in code linter. You need ``Menu: PlatformIO > Rebuild C/C++ Project Index (Autocomplete, Linter)``. +3. IDE Installation +~~~~~~~~~~~~~~~~~~~ + +.. note:: + If you don't have Atom installed yet, we propose to download + `PlatformIO IDE for Atom bundle `_ + with built-in auto installer (optional). + +- Download and install the `latest official Atom text editor `_. +- Open Atom Package Manager and install `platformio-ide `_ + Atom package (be patient and let the installation complete) + + - **Mac OS X**: ``Menu: Atom > Preferences > Install`` + - **Windows**: ``Menu: File > Settings > Install`` + - **Linux**: ``Menu: Edit > Preferences > Install`` + +.. image:: ../_static/ide-atom-platformio-install.png + .. _atom_ide_quickstart: Quick Start