From 84b39445e545c40ce350db8e1536bfc46d050b96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 16 Sep 2024 16:58:03 +0200 Subject: [PATCH] api_notable_list_2024.md: clarify JSON plugin usage --- reference_guide/api_changes_list_2024.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/reference_guide/api_changes_list_2024.md b/reference_guide/api_changes_list_2024.md index 6b2dfbdff..4ca340607 100644 --- a/reference_guide/api_changes_list_2024.md +++ b/reference_guide/api_changes_list_2024.md @@ -82,34 +82,34 @@ Unbundled JUnit library ### JSON Plugin (new) 2024.3 `com.intellij.json.JsonElementTypes` class removed -: Add explicit dependency on the newly extracted JSON plugin (`com.intellij.modules.json`) in `plugin.xml`. +: Add [explicit dependency](plugin_dependencies.md) on the newly extracted JSON plugin (`com.intellij.modules.json`) in `plugin.xml`. `com.intellij.json.JsonFileType` class removed -: Add explicit dependency on the newly extracted JSON plugin (`com.intellij.modules.json`) in `plugin.xml`. +: Add [explicit dependency](plugin_dependencies.md) on the newly extracted JSON plugin (`com.intellij.modules.json`) in `plugin.xml`. `com.intellij.json.JsonLanguage` class removed -: Add explicit dependency on the newly extracted JSON plugin (`com.intellij.modules.json`) in `plugin.xml`. +: Add [explicit dependency](plugin_dependencies.md) on the newly extracted JSON plugin (`com.intellij.modules.json`) in `plugin.xml`. `com.intellij.json.JsonParserDefinition` class removed -: Add explicit dependency on the newly extracted JSON plugin (`com.intellij.modules.json`) in `plugin.xml`. +: Add [explicit dependency](plugin_dependencies.md) on the newly extracted JSON plugin (`com.intellij.modules.json`) in `plugin.xml`. `com.intellij.json.JsonTokenType` class removed -: Add explicit dependency on the newly extracted JSON plugin (`com.intellij.modules.json`) in `plugin.xml`. +: Add [explicit dependency](plugin_dependencies.md) on the newly extracted JSON plugin (`com.intellij.modules.json`) in `plugin.xml`. `com.intellij.json` package removed -: Add explicit dependency on the newly extracted JSON plugin (`com.intellij.modules.json`) in `plugin.xml`. +: Add [explicit dependency](plugin_dependencies.md) on the newly extracted JSON plugin (`com.intellij.modules.json`) in `plugin.xml`. `com.intellij.json.codeinsight` package removed -: Add explicit dependency on the newly extracted JSON plugin (`com.intellij.modules.json`) in `plugin.xml`. +: Add [explicit dependency](plugin_dependencies.md) on the newly extracted JSON plugin (`com.intellij.modules.json`) in `plugin.xml`. `com.intellij.json.highlighting` package removed -: Add explicit dependency on the newly extracted JSON plugin (`com.intellij.modules.json`) in `plugin.xml`. +: Add [explicit dependency](plugin_dependencies.md) on the newly extracted JSON plugin (`com.intellij.modules.json`) in `plugin.xml`. `com.intellij.json.psi` package removed -: Add explicit dependency on the newly extracted JSON plugin (`com.intellij.modules.json`) in `plugin.xml`. +: Add [explicit dependency](plugin_dependencies.md) on the newly extracted JSON plugin (`com.intellij.modules.json`) in `plugin.xml`. `com.jetbrains.jsonSchema` package removed -: Add explicit dependency on the newly extracted JSON plugin (`com.intellij.modules.json`) in `plugin.xml`. +: Add [explicit dependency](plugin_dependencies.md) on the newly extracted JSON plugin (`com.intellij.modules.json`) in `plugin.xml`. ## 2024.2