diff options
author | Pekka Hyvönen <pekka@vaadin.com> | 2017-02-09 16:03:20 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-02-09 16:03:20 +0200 |
commit | d696d73e0374c283c37f5e1bee8c437065b6c530 (patch) | |
tree | 3f930231fb1ceef4abc38dba7e77641aced9715a /documentation/introduction/intro-ide.asciidoc | |
parent | a6e4497fc7b31afa5b43b4f2d816aa7381843130 (diff) | |
download | vaadin-framework-d696d73e0374c283c37f5e1bee8c437065b6c530.tar.gz vaadin-framework-d696d73e0374c283c37f5e1bee8c437065b6c530.zip |
Fix invalid docs navigation title (#8527)
Fixes #8522
Diffstat (limited to 'documentation/introduction/intro-ide.asciidoc')
-rw-r--r-- | documentation/introduction/intro-ide.asciidoc | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/documentation/introduction/intro-ide.asciidoc b/documentation/introduction/intro-ide.asciidoc new file mode 100644 index 0000000000..7f6fb0056f --- /dev/null +++ b/documentation/introduction/intro-ide.asciidoc @@ -0,0 +1,35 @@ +--- +title: Support for IDEs +order: 3 +layout: page +--- + +[[intro.ide]] += Support for IDEs + +While Vaadin is not bound to any specific IDE, and you can in fact easily use it +without any IDE altogether, we provide special support for the Eclipse IDE, IntelliJ IDEA, and the NetBeans IDE, which have become the most used environment for Java development. + +An official Vaadin plug-in is available for the Eclipse and NetBeans IDEs. +It helps in: + +* creating new Vaadin projects, + +* creating custom themes, + +* creating custom client-side widgets, + +* downloading add-ons from the Vaadin directory, and + +* easily upgrading to a newer version of the Vaadin library. + +Availability of the features depends on the IDE. +The ultimate edition of IntelliJ IDEA comes with built-in support for Vaadin. + +*_Vaadin Designer_* is a commercial plug-in available for the Eclipse IDE and IntelliJ IDEA. +It enables visual editing of declarative designs that you can use in your applications. +See <<dummy/../../../designer/designer-overview#designer.overview, "Vaadin Designer">> for more information. + +Using the Vaadin plug-in is the recommended way of installing Vaadin for development. +Installing the IDEs and the plug-ins is covered in <<dummy/../../../framework/installing/installing-overview#installing, "Installing Development Tools">>. +The creation of a new Vaadin project with each IDE is covered in <<dummy/../../../framework/getting-started/getting-started-first-project#getting-started.overview, "Creating a Vaadin Project">>. |