From ed8252fde1374bff55e577ea0ddf5becd361e49b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 27 May 2021 10:20:42 +0200 Subject: [PATCH] ep list: try for legend --- topics/appendix/resources/extension_point_list.md | 6 ++++-- topics/products/appcode/appcode_extension_point_list.md | 9 +-------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/topics/appendix/resources/extension_point_list.md b/topics/appendix/resources/extension_point_list.md index dfa5d3773..76299490a 100644 --- a/topics/appendix/resources/extension_point_list.md +++ b/topics/appendix/resources/extension_point_list.md @@ -19,8 +19,10 @@ See [Plugin Extensions](plugin_extensions.md) on how to declare extensions in yo **Extension Point** searches for usages inside existing implementations of open-source IntelliJ Platform plugins via [IntelliJ Platform Explorer](https://jb.gg/ipe). **Implementation** opens declaration of related class. + + -#### Note Legend +## Note Legend | Icon | Description | Details | |---|---|---| @@ -28,7 +30,7 @@ See [Plugin Extensions](plugin_extensions.md) on how to declare extensions in yo | ![Experimental API](https://img.shields.io/badge/-Experimental_API-red) | Experimental API | Implementation annotated with [`@ApiStatus.Experimental`](https://github.com/JetBrains/java-annotations/blob/master/common/src/main/java/org/jetbrains/annotations/ApiStatus.java), API might be altered or removed without prior notice | | ![Internal API](https://img.shields.io/badge/-Internal_API-red) | Internal API | Implementation annotated with [`@ApiStatus.Internal`](https://github.com/JetBrains/java-annotations/blob/master/common/src/main/java/org/jetbrains/annotations/ApiStatus.java), should not be used by 3rd party | | ![Project-Level](https://img.shields.io/badge/-Project--Level-yellow) | Project-Level Extension Point | Declared with `area="IDEA_PROJECT"`, can have `Project` as constructor parameter | - + ## IntelliJ Platform diff --git a/topics/products/appcode/appcode_extension_point_list.md b/topics/products/appcode/appcode_extension_point_list.md index 342ac3d79..fb5e1add0 100644 --- a/topics/products/appcode/appcode_extension_point_list.md +++ b/topics/products/appcode/appcode_extension_point_list.md @@ -12,15 +12,8 @@ See [Plugin Extensions](plugin_extensions.md) on how to declare extensions in yo **Implementation** is related EP class. -#### Note Legend + -| Icon | Description | Details | -|---|---|---| -| ![Non-Dynamic](https://img.shields.io/badge/-Non--Dynamic-orange) | Non-Dynamic Extension Point | Installation/update of plugin requires restart ([Dynamic Plugins](dynamic_plugins.md)) | -| ![Experimental API](https://img.shields.io/badge/-Experimental_API-red) | Experimental API | Implementation annotated with [`@ApiStatus.Experimental`](https://github.com/JetBrains/java-annotations/blob/master/common/src/main/java/org/jetbrains/annotations/ApiStatus.java), API might be altered or removed without prior notice | -| ![Internal API](https://img.shields.io/badge/-Internal_API-red) | Internal API | Implementation annotated with [`@ApiStatus.Internal`](https://github.com/JetBrains/java-annotations/blob/master/common/src/main/java/org/jetbrains/annotations/ApiStatus.java), should not be used by 3rd party | -| ![Project-Level](https://img.shields.io/badge/-Project--Level-yellow) | Project-Level Extension Point | Declared with `area="IDEA_PROJECT"`, can have `Project` as constructor parameter | - ## AppCode ### AppCodeSwiftPlugin.xml