Skip to content

Commit 54903fe

Browse files
committed
README: update references to IntelliJ Platform Gradle Plugin
1 parent d0b82ae commit 54903fe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -326,11 +326,11 @@ Within the default project structure, there is a `.run` directory provided conta
326326

327327
![Run/Debug configurations][file:run-debug-configurations.png]
328328

329-
| Configuration name | Description |
330-
|--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
331-
| Run Plugin | Runs [`:runIde`][gh:intellij-platform-gradle-plugin-runIde] Gradle IntelliJ Plugin task. Use the *Debug* icon for plugin debugging. |
332-
| Run Tests | Runs [`:test`][gradle:lifecycle-tasks] Gradle task. |
333-
| Run Verifications | Runs [`:verifyPlugin`][gh:intellij-platform-gradle-plugin-verifyPlugin] Gradle IntelliJ Plugin task to check the plugin compatibility against the specified IntelliJ IDEs. |
329+
| Configuration name | Description |
330+
|--------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|
331+
| Run Plugin | Runs [`:runIde`][gh:intellij-platform-gradle-plugin-runIde] IntelliJ Platform Gradle Plugin task. Use the *Debug* icon for plugin debugging. |
332+
| Run Tests | Runs [`:test`][gradle:lifecycle-tasks] Gradle task. |
333+
| Run Verifications | Runs [`:verifyPlugin`][gh:intellij-platform-gradle-plugin-verifyPlugin] IntelliJ Platform Gradle Plugin task to check the plugin compatibility against the specified IntelliJ IDEs. |
334334

335335
> [!NOTE]
336336
> You can find the logs from the running task in the `idea.log` tab.
@@ -425,7 +425,7 @@ When they're provided, these lists are available in a few different places:
425425
There are many methods for handling the project's changelog.
426426
The one used in the current template project is the [Keep a Changelog][keep-a-changelog] approach.
427427
428-
The [Gradle Changelog Plugin][gh:gradle-changelog-plugin] takes care of propagating information provided within the [CHANGELOG.md](./CHANGELOG.md) to the [Gradle IntelliJ Plugin][gh:intellij-platform-gradle-plugin].
428+
The [Gradle Changelog Plugin][gh:gradle-changelog-plugin] takes care of propagating information provided within the [CHANGELOG.md](./CHANGELOG.md) to the [IntelliJ Platform Gradle Plugin][gh:intellij-platform-gradle-plugin].
429429
You only have to take care of writing down the actual changes in proper sections of the `[Unreleased]` section.
430430
431431
You start with an almost empty changelog:
@@ -530,7 +530,7 @@ That approach gives more possibilities for testing and debugging pre-releases, f
530530
## Useful links
531531
532532
- [IntelliJ Platform SDK Plugin SDK][docs]
533-
- [Gradle IntelliJ Plugin Documentation][gh:intellij-platform-gradle-plugin-docs]
533+
- [IntelliJ Platform Gradle Plugin Documentation][gh:intellij-platform-gradle-plugin-docs]
534534
- [IntelliJ Platform Explorer][jb:ipe]
535535
- [JetBrains Marketplace Quality Guidelines][jb:quality-guidelines]
536536
- [IntelliJ Platform UI Guidelines][jb:ui-guidelines]

0 commit comments

Comments
 (0)