From cad756c2a055a39019268628828a0642ecef0276 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Fri, 28 Apr 2023 13:00:04 +0200 Subject: [PATCH] Avoid using
in tables --- topics/_shared/snippets.md | 18 +++---- .../appendix/resources/learning_resources.md | 28 +++++----- .../internal_actions/internal_ui_inspector.md | 50 +++++++++--------- .../architectural_overview/documents.md | 10 ++-- .../architectural_overview/psi_elements.md | 10 ++-- .../architectural_overview/virtual_file.md | 14 ++--- topics/basics/basic_action_system.md | 12 ++--- .../getting_started/plugin_compatibility.md | 6 +-- topics/products/appcode/app_code.md | 8 +-- topics/products/datagrip/data_grip.md | 12 ++--- topics/products/goland/goland.md | 12 ++--- topics/products/idea/idea.md | 8 +-- topics/products/phpstorm/phpstorm.md | 12 ++--- topics/products/rubymine/rubymine.md | 12 ++--- topics/products/webstorm/webstorm.md | 12 ++--- .../registering_file_type.md | 12 ++--- .../reference_guide/project_model/project.md | 14 ++--- topics/reference_guide/settings_groups.md | 6 +-- topics/reference_guide/settings_guide.md | 24 ++++----- topics/reference_guide/themes_metadata.md | 52 +++++++++---------- topics/user_interface_components/popups.md | 12 ++--- 21 files changed, 172 insertions(+), 172 deletions(-) diff --git a/topics/_shared/snippets.md b/topics/_shared/snippets.md index b811c554b..e3dd3f218 100644 --- a/topics/_shared/snippets.md +++ b/topics/_shared/snippets.md @@ -91,15 +91,15 @@ _Early Access Program_ (EAP) releases of upcoming versions are available [here]( See [](verifying_plugin_compatibility.md) for overview of API status. -| Icon | Description | Details | -|-----------------------------------|-------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| ![Deprecated][deprecated] | Deprecated API | Please see code documentation for replacement | -| ![Removal][removal] | Scheduled for Removal API | Please see code documentation for replacement | -| ![Obsolete][obsolete] | Obsolete API | Do not use in new code, please see code documentation for replacement ([](verifying_plugin_compatibility.md#obsolete-api)) | -| ![Experimental API][experimental] | Experimental API | 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][internal] | Internal API | Annotated with [`@ApiStatus.Internal`](https://github.com/JetBrains/java-annotations/blob/master/common/src/main/java/org/jetbrains/annotations/ApiStatus.java), must not be used by 3rd party, see [](api_internal.md) | -| ![Project-Level][project-level] | Project-Level Extension Point/Topic | Can have [`Project`](%gh-ic%/platform/core-api/src/com/intellij/openapi/project/Project.java) as constructor parameter
Extension Point: Declared with `area="IDEA_PROJECT"`
Listener: registered in [``](plugin_configuration_file.md#idea-plugin__projectListeners) | -| ![Non-Dynamic][non-dynamic] | Non-Dynamic Extension Point | Installation/update of plugin requires IDE restart ([Dynamic Plugins](dynamic_plugins.md)) | +| Icon | Description | Details | +|-----------------------------------|-------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| ![Deprecated][deprecated] | Deprecated API | Please see code documentation for replacement | +| ![Removal][removal] | Scheduled for Removal API | Please see code documentation for replacement | +| ![Obsolete][obsolete] | Obsolete API | Do not use in new code, please see code documentation for replacement ([](verifying_plugin_compatibility.md#obsolete-api)) | +| ![Experimental API][experimental] | Experimental API | 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][internal] | Internal API | Annotated with [`@ApiStatus.Internal`](https://github.com/JetBrains/java-annotations/blob/master/common/src/main/java/org/jetbrains/annotations/ApiStatus.java), must not be used by 3rd party, see [](api_internal.md) | +| ![Project-Level][project-level] | Project-Level Extension Point/Topic |

Can have [`Project`](%gh-ic%/platform/core-api/src/com/intellij/openapi/project/Project.java) as constructor parameter

Extension Point: Declared with `area="IDEA_PROJECT"`

Listener: registered in [``](plugin_configuration_file.md#idea-plugin__projectListeners)

| +| ![Non-Dynamic][non-dynamic] | Non-Dynamic Extension Point | Installation/update of plugin requires IDE restart ([Dynamic Plugins](dynamic_plugins.md)) | [deprecated]: https://img.shields.io/badge/-Deprecated-lightgrey?style=flat-square [removal]: https://img.shields.io/badge/-Removal-red?style=flat-square diff --git a/topics/appendix/resources/learning_resources.md b/topics/appendix/resources/learning_resources.md index a36fd1374..ecd7fc97a 100644 --- a/topics/appendix/resources/learning_resources.md +++ b/topics/appendix/resources/learning_resources.md @@ -29,17 +29,17 @@ A tutorial blog post series for JavaScript developers. ## Webinars -| Webinar | Info | -|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **Busy Plugin Developers #5**
Matthias Koch, 09/2022