From ea13e084ed708539f6dbe4dcc6194cc6ddb0c572 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 7 Mar 2016 21:30:06 +0200 Subject: [PATCH] Add screenshot for each IDE --- docs/ide/atom.rst | 8 ++------ docs/ide/clion.rst | 9 +++------ docs/ide/eclipse.rst | 11 +++-------- docs/ide/emacs.rst | 10 +++------- docs/ide/netbeans.rst | 9 +++------ docs/ide/qtcreator.rst | 9 +++------ docs/ide/sublimetext.rst | 7 ++----- docs/ide/vim.rst | 7 ++----- docs/ide/visualstudio.rst | 9 +++------ 9 files changed, 24 insertions(+), 55 deletions(-) diff --git a/docs/ide/atom.rst b/docs/ide/atom.rst index bcc57848..144b5c20 100644 --- a/docs/ide/atom.rst +++ b/docs/ide/atom.rst @@ -36,6 +36,8 @@ code editor that's modern, approachable, yet hackable to the core; a tool you can customize to do anything but also use productively without ever touching a config file. +.. image:: ../_static/ide-atom-platformio.png + :target: http://docs.platformio.org/en/latest/_images/ide-atom-platformio.png .. contents:: @@ -417,9 +419,3 @@ Articles / Manuals * Feb 25, 2016 - **NutDIY** - `PlatformIO Blink On Nodemcu Dev Kit V1.0 (Thai) `_ See a full list with :ref:`articles`. - -Screenshot ----------- - -.. image:: ../_static/ide-atom-platformio.png - :target: http://docs.platformio.org/en/latest/_images/ide-atom-platformio.png diff --git a/docs/ide/clion.rst b/docs/ide/clion.rst index 5f8fcf51..4085cc7b 100644 --- a/docs/ide/clion.rst +++ b/docs/ide/clion.rst @@ -23,6 +23,9 @@ automated refactorings, project manager, integrated version control systems. Refer to the `CLion Documentation `_ page for more detailed information. +.. image:: ../_static/ide-platformio-clion.png + :target: http://docs.platformio.org/en/latest/_static/ide-platformio-clion.png + .. contents:: Integration @@ -85,12 +88,6 @@ Articles / Manuals See more :ref:`articles`. -Screenshot ----------- - -.. image:: ../_static/ide-platformio-clion.png - :target: http://docs.platformio.org/en/latest/_static/ide-platformio-clion.png - Examples -------- diff --git a/docs/ide/eclipse.rst b/docs/ide/eclipse.rst index f84f39b9..a6dbfcb7 100644 --- a/docs/ide/eclipse.rst +++ b/docs/ide/eclipse.rst @@ -27,6 +27,9 @@ registers, and disassembly viewers. Refer to the `CDT Documentation `_ page for more detailed information. +.. image:: ../_static/ide-platformio-eclipse.png + :target: http://docs.platformio.org/en/latest/_static/ide-platformio-eclipse.png + .. contents:: Integration @@ -77,14 +80,6 @@ Articles / Manuals See a full list with :ref:`articles`. -Screenshot ----------- - -Cross-platform `Blink Project `_. - -.. image:: ../_static/ide-platformio-eclipse.png - :target: http://docs.platformio.org/en/latest/_static/ide-platformio-eclipse.png - Examples -------- diff --git a/docs/ide/emacs.rst b/docs/ide/emacs.rst index 7f420da6..f325fb43 100644 --- a/docs/ide/emacs.rst +++ b/docs/ide/emacs.rst @@ -22,6 +22,9 @@ with extensions to support text editing. Refer to the `Emacs Documentation `_ page for more detailed information. +.. image:: ../_static/ide-platformio-emacs.png + :target: http://docs.platformio.org/en/latest/_static/ide-platformio-emacs.png + .. contents:: Integration @@ -63,10 +66,3 @@ There are 6 predefined targets for building. The libraries which are added, installed or used in the project after generating process wont be reflected in IDE. To fix it you need to reinitialize project using :ref:`cmd_init` (repeat it). - - -Screenshot ----------- - -.. image:: ../_static/ide-platformio-emacs.png - :target: http://docs.platformio.org/en/latest/_static/ide-platformio-emacs.png diff --git a/docs/ide/netbeans.rst b/docs/ide/netbeans.rst index 4a0d75b5..18880520 100644 --- a/docs/ide/netbeans.rst +++ b/docs/ide/netbeans.rst @@ -24,6 +24,9 @@ Maven and Java EE with PrimeFaces; and improvements to PHP and C/C++ support. Refer to the `C/C++ Application Learning Trail `_ for details. +.. image:: ../_static/ide-platformio-netbeans.png + :target: http://docs.platformio.org/en/latest/_images/ide-platformio-netbeans.png + .. contents:: Integration @@ -58,9 +61,3 @@ Articles / Manuals * Feb 22, 2016 - **Grzegorz Hołdys** - `How to Integrate PlatformIO with Netbeans `_ See the full list with :ref:`articles`. - -Screenshot ------------ - -.. image:: ../_static/ide-platformio-netbeans.png - :target: http://docs.platformio.org/en/latest/_images/ide-platformio-netbeans.png diff --git a/docs/ide/qtcreator.rst b/docs/ide/qtcreator.rst index bbcf2001..953600a9 100644 --- a/docs/ide/qtcreator.rst +++ b/docs/ide/qtcreator.rst @@ -19,6 +19,9 @@ The `Qt Creator `_ is an open source cr Refer to the `Qt-creator Manual `_ page for more detailed information. +.. image:: ../_static/ide-platformio-qtcreator-7.png + :target: http://docs.platformio.org/en/latest/_static/ide-platformio-qtcreator-7.png + .. contents:: Integration @@ -184,12 +187,6 @@ Conclusion Taking everything into account, we can build project with shortcut ``Ctrl+Shift+B`` or using ``Menu: Build > Build All``. -Screenshot ----------- - -.. image:: ../_static/ide-platformio-qtcreator-7.png - :target: http://docs.platformio.org/en/latest/_static/ide-platformio-qtcreator-7.png - Examples -------- diff --git a/docs/ide/sublimetext.rst b/docs/ide/sublimetext.rst index 23c722a3..1192ba6a 100644 --- a/docs/ide/sublimetext.rst +++ b/docs/ide/sublimetext.rst @@ -19,6 +19,8 @@ The `Sublime Text `_ is a cross-platform text and s Refer to the `Sublime Text Documentation `_ page for more detailed information. +.. image:: ../_static/ide-sublime-text-platformio-newproject-5.png + .. contents:: Integration @@ -171,11 +173,6 @@ Conclusion Taking everything into account, we can open project directory in Sublime Text using ``Menu: File > Open Folder`` and build it with shortcut ``Ctrl+B`` (Windows/Linux) or ``Cmd+B`` (Mac), clean project with shortcut ``F11`` and upload firmware to target with shortcut ``F12``. -Screenshot ----------- - -.. image:: ../_static/ide-sublime-text-platformio-newproject-5.png - Examples -------- diff --git a/docs/ide/vim.rst b/docs/ide/vim.rst index dcb22acf..02a09733 100644 --- a/docs/ide/vim.rst +++ b/docs/ide/vim.rst @@ -18,6 +18,8 @@ VIM editor. Vim is designed for use both from a command-line interface and as a standalone application in a graphical user interface. +.. image:: ../_static/ide-platformio-vim.png + .. contents:: Integration @@ -85,8 +87,3 @@ Articles / Manuals * `コマンドラインでArduino開発 : vim + platformio (Arduino development at the command line: VIM + PlatformIO, Japanese) `_ See a full list with :ref:`articles`. - -Screenshot ----------- - -.. image:: ../_static/ide-platformio-vim.png diff --git a/docs/ide/visualstudio.rst b/docs/ide/visualstudio.rst index 2aa47552..fb29cbaf 100644 --- a/docs/ide/visualstudio.rst +++ b/docs/ide/visualstudio.rst @@ -19,6 +19,9 @@ The `Microsoft Visual Studio (Free) `_ is an integ Refer to the `Visual Studio Documentation `_ page for more detailed information. +.. image:: ../_static/ide-vs-platformio-newproject-8.png + :target: http://docs.platformio.org/en/latest/_static/ide-vs-platformio-newproject-8.png + .. contents:: Integration @@ -144,12 +147,6 @@ Conclusion Taking everything into account, we can build project with shortcut ``Ctrl+Shift+B`` or using ``Menu: Build > Build Solution``. -Screenshot ----------- - -.. image:: ../_static/ide-vs-platformio-newproject-8.png - :target: http://docs.platformio.org/en/latest/_static/ide-vs-platformio-newproject-8.png - Examples --------