devkit: note required step + java version

This commit is contained in:
Yann Cébron 2021-04-15 16:00:32 +02:00
parent f9b7f99262
commit 9dd314d2d8
2 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[//]: # (title: Creating a Plugin Project)
<!-- Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
<!-- Copyright 2000-2021 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
> For new projects, it is highly recommended to use [Gradle](gradle_build_system.md).
>
@ -12,6 +12,10 @@ You can also add a new plugin module to a current IntelliJ Platform project.
For more information, refer to the [IntelliJ IDEA Web Help](https://www.jetbrains.com/idea/help/new-project-wizard.html).
### To Create an IntelliJ Platform Plugin Project:
> Make sure to [Setup Development Environment](setting_up_environment.md) before proceeding.
>
{type="note"}
* On the main menu, choose **File \| New \| Project**.
The *New Project* wizard starts.

View File

@ -1,6 +1,6 @@
[//]: # (title: Setting Up a Development Environment)
<!-- Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
<!-- Copyright 2000-2021 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
> For new projects, it is highly recommended to use [Gradle](gradle_build_system.md).
>
@ -24,6 +24,10 @@ To set up your plugin development environment:
* Setup required Java SDK.
See the _IntelliJ Build Configuration_ section of [Check Out And Build Community Edition](upsource:///README.md) for instructions about creating **1.8** (**11** when targeting 2020.3 or later) Java SDK.
> Do not use a more recent Java version than the one specified.
>
{type="warning"}
* Create a new *IntelliJ Platform SDK* under **File \| Project Structure**:
![Create IntelliJ Platform SDK](create_intellij_idea_sdk.png)
<br/>