From 738fba762893f6df1590ffe3b02dafb32e1b3f4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 22 Dec 2022 16:05:54 +0100 Subject: [PATCH] tools_gradle_intellij_plugin_examples.md: link summary, remove mention of Kotlin Gradle script --- .../tools_gradle_intellij_plugin_examples.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin_examples.md b/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin_examples.md index b5214a0f9..54098c416 100644 --- a/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin_examples.md +++ b/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin_examples.md @@ -2,7 +2,7 @@ -## Usage Examples +Usage Examples of plugins using Gradle IntelliJ Plugin. Marketplace platform provides the [IntelliJ Platform Explorer](https://jb.gg/ipe) – a search tool for browsing Extension Points inside existing implementations of open-source IntelliJ Platform plugins. @@ -12,49 +12,40 @@ As examples of using this plugin, you can also check out the following projects: - [Erlang plugin](https://github.com/ignatov/intellij-erlang) and its [TeamCity build configuration](https://teamcity.jetbrains.com/project.html?projectId=IntellijIdeaPlugins_Erlang&tab=projectOverview) - [Rust plugin](https://github.com/intellij-rust/intellij-rust) - - Uses the Gradle Kotlin DSL - Fully written in Kotlin - Uses [Grammar-Kit] - [Perl5 plugin](https://github.com/hurricup/Perl5-IDEA) - [Bamboo Soy plugin](https://github.com/google/bamboo-soy) and its [Travis configuration file](https://github.com/google/bamboo-soy/blob/master/.travis.yml) - [AceJump plugin](https://github.com/johnlindquist/AceJump) - - Uses the Gradle Kotlin DSL - [EmberJS plugin](https://github.com/Turbo87/intellij-emberjs) - [Robot plugin](https://github.com/AmailP/robot-plugin) - [SQLDelight Android Studio Plugin](https://github.com/square/sqldelight/tree/master/sqldelight-idea-plugin) - [idear plugin](https://github.com/breandan/idear) - - Uses the Gradle Kotlin DSL - [SonarLint plugin](https://github.com/SonarSource/sonar-intellij) - [IdeaVim plugin](https://github.com/JetBrains/ideavim) and its [TeamCity build configuration](https://teamcity.jetbrains.com/project.html?projectId=IdeaVim&guest=1) - [Adb Idea](https://github.com/pbreault/adb-idea) is configured to build and run against stable, beta or preview (canary) releases of Android Studio - [Gerrit](https://github.com/uwolfer/gerrit-intellij-plugin) uses Travis CI inclusive automated publishing of releases to GitHub and JetBrains plugin repository (triggered by version tag creation) - [.ignore](https://github.com/JetBrains/idea-gitignore) - [Minecraft Development](https://github.com/minecraft-dev/MinecraftDev) - - Uses the Gradle Kotlin DSL - Mixes Java, Kotlin, and Groovy code - Uses [Grammar-Kit] - Uses a Kotlin version not bundled with IntelliJ IDEA - [Unity 3D plugin](https://github.com/JetBrains/resharper-unity) for JetBrains Rider - [AEM Tools plugin](https://github.com/aemtools/aemtools) for Adobe Experience Manager integration - - Uses the Gradle Kotlin DSL - Fully written in Kotlin - Uses template language - [F# plugin](https://github.com/JetBrains/resharper-fsharp/tree/net222/rider-fsharp) for JetBrains Rider - - Uses the Gradle Kotlin DSL - [Intellij Rainbow Brackets](https://github.com/izhangzhihao/intellij-rainbow-brackets) - Fully written in Kotlin - Uses other IntelliJ IDEA plugins as test dependencies - Circle CI configuration file & Travis CI configuration file - - Gradle task to verify plugin compatibility cross IntelliJ Platform versions - Auto submit anonymous feedback as GitHub issues - [Requirements](https://github.com/meanmail-dev/requirements) - - Uses the Gradle Kotlin DSL - Fully written in Kotlin - Uses other IntelliJ IDEA plugins as test dependencies - Uses [Grammar-Kit] - Uses a Kotlin version not bundled with IntelliJ IDEA - [EduTools](https://github.com/JetBrains/educational-plugin) - - Uses the Gradle Kotlin DSL - Mixes Java and Kotlin code [Grammar-Kit]: https://github.com/JetBrains/Grammar-Kit