From 1fe8041b9a20beff8b733ef85fabf6c973fadb6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 22 Aug 2023 14:38:26 +0200 Subject: [PATCH] snippets.md: cleanup EP list "Legend" --- topics/_shared/snippets.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/topics/_shared/snippets.md b/topics/_shared/snippets.md index 02a325fd2..626dfece8 100644 --- a/topics/_shared/snippets.md +++ b/topics/_shared/snippets.md @@ -56,7 +56,7 @@ _Early Access Program_ (EAP) releases of upcoming versions are available [here]( -> Java 17 is required ([blog post](https://blog.jetbrains.com/platform/2022/08/intellij-project-migrates-to-java-17/)) when targeting 2022.2 or later only. +> Java 17 is required ([blog post](https://blog.jetbrains.com/platform/2022/08/intellij-project-migrates-to-java-17/)) when targeting 2022.2 and later only. > > Java 11 is required ([blog post](https://blog.jetbrains.com/platform/2020/09/intellij-project-migrates-to-java-11/)) when targeting 2020.3 and later only. > @@ -68,11 +68,6 @@ _Early Access Program_ (EAP) releases of upcoming versions are available [here]( -> See [](plugin_extensions.md) on how to declare extensions in your plugin. -> -> See [](plugin_listeners.md) on how to register listeners. -> - ## Legend ### Listeners @@ -81,12 +76,16 @@ _Early Access Program_ (EAP) releases of upcoming versions are available [here]( **Listener** links corresponding listener to implement. +See [](plugin_listeners.md) on how to register listeners. + ### Extension Points **Extension Point** searches for usages inside existing implementations of open-source IntelliJ Platform plugins via [IntelliJ Platform Explorer](https://jb.gg/ipe). **Implementation** is related Extension Point class. +See [](plugin_extensions.md) on how to declare extensions in your plugin. + ### Tags See [](verifying_plugin_compatibility.md) for overview of API status. @@ -108,4 +107,5 @@ See [](verifying_plugin_compatibility.md) for overview of API status. [internal]: https://img.shields.io/badge/-Internal-darkred?style=flat-square [project-level]: https://img.shields.io/badge/-Project--Level-blue?style=flat-square [non-dynamic]: https://img.shields.io/badge/-Non--Dynamic-orange?style=flat-square +