diff --git a/docs/ide/atom.rst b/docs/ide/atom.rst index 7c418b4d..23b63aad 100644 --- a/docs/ide/atom.rst +++ b/docs/ide/atom.rst @@ -37,9 +37,9 @@ please install `platomformio `_ package. Articles / Manuals ------------------ -* `Arduino Development in Atom Editor `_ +* Jul 20, 2015 - **Eli Fatsi** - `Arduino Development in Atom Editor `_ -See a full list with :ref:`articles`. +See more :ref:`articles`. Screenshot ---------- diff --git a/docs/ide/clion.rst b/docs/ide/clion.rst index 6e1726d4..60df921b 100644 --- a/docs/ide/clion.rst +++ b/docs/ide/clion.rst @@ -33,17 +33,16 @@ page for more detailed information. Integration ----------- -Project Generator -^^^^^^^^^^^^^^^^^ - -Since PlatformIO 2.0 you can generate CLion compatible project using -:option:`platformio init --ide` command. Please choose board type using -:ref:`cmd_boards` command and run: +Choose board ``type`` using :ref:`cmd_boards` or `Embedded Boards Explorer `_ +command and generate project via :option:`platformio init --ide` command: .. code-block:: shell platformio init --ide clion --board %TYPE% + # For example, generate project for Arduino UNO + platformio init --ide clion --board uno + Then: 1. Import this project via ``Menu: File > Import Project`` @@ -82,10 +81,11 @@ the screenshot below): Articles / Manuals ------------------ -* `Using PlatformIO to get started with Arduino in CLion IDE `_ -* `Programar con Arduino "The good way" (Programming with Arduino "The good way", Spanish) `_ +* Dec 01, 2015 - **JetBrains CLion Blog** - `C++ Annotated: Fall 2015. Arduino Support in CLion using PlatformIO `_ +* Nov 22, 2015 - **Michał Seroczyński** - `Using PlatformIO to get started with Arduino in CLion IDE `_ +* Nov 09, 2015 - **ÁLvaro García Gómez** - `Programar con Arduino "The good way" (Programming with Arduino "The good way", Spanish) `_ -See a full list with :ref:`articles`. +See more :ref:`articles`. Screenshot ---------- diff --git a/docs/ide/eclipse.rst b/docs/ide/eclipse.rst index a2c9c227..cf17cdd0 100644 --- a/docs/ide/eclipse.rst +++ b/docs/ide/eclipse.rst @@ -37,14 +37,16 @@ page for more detailed information. Integration ----------- -Since PlatformIO 2.0 you can generate Eclipse compatible project using -:option:`platformio init --ide` command. Please choose board type using -:ref:`cmd_boards` command and run: +Choose board ``type`` using :ref:`cmd_boards` or `Embedded Boards Explorer `_ +command and generate project via :option:`platformio init --ide` command: .. code-block:: shell platformio init --ide eclipse --board %TYPE% + # For example, generate project for Arduino UNO + platformio init --ide eclipse --board uno + Then: 1. Import this project via @@ -61,9 +63,9 @@ Then: Articles / Manuals ------------------ -* `Building and debugging Atmel AVR (Arduino-based) project using Eclipse IDE+PlatformIO `_ -* `Improvised MBED FRDM-K64F Eclipse/PlatformIO Setup and Software Installation `_ -* `Learning Arduino GitHub Repository `_ +* Sep 01, 2015 - **Thomas P. Weldon, Ph.D.** - `Improvised MBED FRDM-K64F Eclipse/PlatformIO Setup and Software Installation `_ +* Jul 11, 2015 - **TrojanC** - `Learning Arduino GitHub Repository `_ +* June 20, 2014 - **Ivan Kravets, Ph.D.** - `Building and debugging Atmel AVR (Arduino-based) project using Eclipse IDE+PlatformIO `_ See a full list with :ref:`articles`. diff --git a/docs/ide/qtcreator.rst b/docs/ide/qtcreator.rst index 0ab90709..fabd1c4e 100644 --- a/docs/ide/qtcreator.rst +++ b/docs/ide/qtcreator.rst @@ -37,14 +37,16 @@ Integration Project Generator ^^^^^^^^^^^^^^^^^ -Since PlatformIO 2.0 you can generate Qt Creator compatible project using -:option:`platformio init --ide` command. Please choose board type using -:ref:`cmd_boards` command and run: +Choose board ``type`` using :ref:`cmd_boards` or `Embedded Boards Explorer `_ +command and generate project via :option:`platformio init --ide` command: .. code-block:: shell platformio init --ide qtcreator --board %TYPE% + # For example, generate project for Arduino UNO + platformio init --ide qtcreator --board uno + Then: 1. Import project via ``File > Open File or Project`` and select diff --git a/docs/ide/sublimetext.rst b/docs/ide/sublimetext.rst index 8f00cc58..2a2bc05a 100644 --- a/docs/ide/sublimetext.rst +++ b/docs/ide/sublimetext.rst @@ -32,14 +32,16 @@ Integration Project Generator ^^^^^^^^^^^^^^^^^ -Since PlatformIO 2.0 you can generate Sublime Text compatible project using -:option:`platformio init --ide` command. Please choose board type using -:ref:`cmd_boards` command and run: +Choose board ``type`` using :ref:`cmd_boards` or `Embedded Boards Explorer `_ +command and generate project via :option:`platformio init --ide` command: .. code-block:: shell platformio init --ide sublimetext --board %TYPE% + # For example, generate project for Arduino UNO + platformio init --ide sublimetext --board uno + Then: 1. Import project via ``Menu: Project > Open Project...`` and select diff --git a/docs/ide/visualstudio.rst b/docs/ide/visualstudio.rst index af40d21e..20059aab 100644 --- a/docs/ide/visualstudio.rst +++ b/docs/ide/visualstudio.rst @@ -37,13 +37,15 @@ Integration Project Generator ^^^^^^^^^^^^^^^^^ -Since PlatformIO 2.0 you can generate Visual Studio compatible project using -:option:`platformio init --ide` command. Please choose board type using -:ref:`cmd_boards` command and run: +Choose board ``type`` using :ref:`cmd_boards` or `Embedded Boards Explorer `_ +command and generate project via :option:`platformio init --ide` command: .. code-block:: shell - platformio init --ide visualstudio --board %TYPE% + platformio init --ide sublimetext --board %TYPE% + + # For example, generate project for Arduino UNO + platformio init --ide visualstudio --board uno Then: