devkit->gradle links

This commit is contained in:
Yann Cébron 2021-10-05 14:23:12 +02:00
parent 247e8ec783
commit e897ede8c6
4 changed files with 14 additions and 14 deletions

View File

@ -21,7 +21,7 @@ The Gradle workflow offers several advantages:
* Training, documentation, and community help for general Gradle topics are widely available.
Specific to development of IntelliJ Platform plugins with the Gradle plugin for IntelliJ IDEA:
* Changing plugin targets is more comfortable because it is all done in <path>build.gradle</path>:
* Changing plugin targets is more comfortable because it is all done in the Gradle build file:
* Switching the version of the target IntelliJ Platform (IDE),
* Changing the target IntelliJ Platform-based IDE, e.g., from IntelliJ IDEA to PyCharm,
* Running a plugin against alternate versions of the JetBrains runtime.
@ -48,4 +48,4 @@ Specific to development of IntelliJ Platform plugins with the Gradle plugin for
* [Creating Actions](working_with_custom_actions.md)
* [Running and Debugging a Plugin](running_and_debugging_a_plugin.md)
* [Deploying a Plugin](deploying_plugin.md)
* [Publishing a Plugin](publishing_plugin.md)
* [Publishing a Plugin](publishing_plugin.md)

View File

@ -2,7 +2,7 @@
<!-- 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).
> For new projects, it is highly recommended to use [Gradle-based setup](getting_started.md).
>
{type="note"}
@ -12,8 +12,8 @@ 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.
> Make sure to [Setup Development Environment](setting_up_environment.md) before proceeding.
>
{type="note"}
@ -37,4 +37,4 @@ For more information, refer to the [IntelliJ IDEA Web Help](https://www.jetbrain
### Adding Code to the Project
Before running the new project, add some code to provide simple functionality.
See the [Creating Actions](working_with_custom_actions.md) tutorial for step-by-step instructions for adding a menu action.
See the [Creating Actions](working_with_custom_actions.md) tutorial for step-by-step instructions for adding a menu action.

View File

@ -2,7 +2,7 @@
<!-- 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).
> For new projects, it is highly recommended to use [Gradle-based setup](getting_started.md).
>
{type="note"}
@ -21,11 +21,11 @@ Use the following checklist to ensure that you are ready to develop your custom
### Configuring IntelliJ Platform SDK
To set up your plugin development environment:
* Setup required Java SDK.
* 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.
> Do not use a more recent Java version than the one specified.
>
{type="warning"}
* Create a new *IntelliJ Platform SDK* under **File \| Project Structure**:
@ -56,5 +56,5 @@ To set up your plugin development environment:
Use the ellipsis button (shown below) to define a custom location.
See the [IDE Development Instances](ide_development_instance.md) page for more information about default *Sandbox Home* directory locations and contents.
![Specify Sandbox Path](plugins-sandbox.png)
![Specify Sandbox Path](plugins-sandbox.png)

View File

@ -2,7 +2,7 @@
<!-- 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. -->
> For new projects, it is highly recommended to use [Gradle](gradle_build_system.md).
> For new projects, it is highly recommended to use [Gradle-based setup](getting_started.md).
>
{type="note"}
@ -16,4 +16,4 @@ In this section:
* [Creating Actions](working_with_custom_actions.md)
* [Running and Debugging a Plugin](running_and_debugging_a_plugin.md)
* [Deploying a Plugin](deploying_plugin.md)
* [Publishing a Plugin](publishing_plugin.md)
* [Publishing a Plugin](publishing_plugin.md)