diff --git a/docs/_static/ide-platformio-netbeans.jpg b/docs/_static/ide-platformio-netbeans.jpg new file mode 100644 index 00000000..948bf132 Binary files /dev/null and b/docs/_static/ide-platformio-netbeans.jpg differ diff --git a/docs/ide.rst b/docs/ide.rst index a3850823..f1041614 100644 --- a/docs/ide.rst +++ b/docs/ide.rst @@ -21,7 +21,7 @@ IDE Integration ide/clion ide/eclipse ide/emacs - ide/energia + ide/netbeans ide/qtcreator ide/sublimetext ide/vim diff --git a/docs/ide/netbeans.rst b/docs/ide/netbeans.rst new file mode 100644 index 00000000..482ec232 --- /dev/null +++ b/docs/ide/netbeans.rst @@ -0,0 +1,45 @@ +.. Copyright 2014-2016 Ivan Kravets + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +.. _ide_netbeans: + +NetBeans +======== + +NetBeans is a Java-based integrated development environment (IDE). It provides +out-of-the-box code analyzers and editors for working with the latest Java 8 +technologies--Java SE 8, Java SE Embedded 8, and Java ME Embedded 8. The IDE +also has a range of new tools for HTML5/JavaScript, in particular for Node.js, +KnockoutJS, and AngularJS; enhancements that further improve its support for +Maven and Java EE with PrimeFaces; and improvements to PHP and C/C++ support. + +Refer to the `C/C++ Application Learning Trail `_ +for details. + +.. contents:: + +Integration +----------- + +Please follow to `How to Integrate PlatformIO with Netbeans `_ instructions. + +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.jpg + :target: http://www.instructables.com/id/How-to-Integrate-PlatformIO-With-Netbeans/