From 30a67f0c88ad0ef8a697e8296501d97b548720bc Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Thu, 24 Feb 2022 11:22:34 +0100 Subject: [PATCH] normalize quotes --- reference_guide/api_changes_list_2021.md | 2 +- .../api_notable/api_notable_list_2020.md | 2 +- topics/appendix/resources/useful_links.md | 6 +++--- .../plugin_configuration_file.md | 2 +- topics/basics/project_structure.md | 4 ++-- topics/intro/getting_help.md | 12 +++++------ .../php_open_api_breaking_changes_203.md | 6 +++--- .../custom_language_support/documentation.md | 6 +++--- .../language_injection.md | 6 +++--- .../custom_language_support/parameter_info.md | 2 +- topics/reference_guide/jcef.md | 20 +++++++++---------- topics/reference_guide/text_selection.md | 2 +- .../ui_themes/themes_metadata.md | 6 +++--- 13 files changed, 38 insertions(+), 38 deletions(-) diff --git a/reference_guide/api_changes_list_2021.md b/reference_guide/api_changes_list_2021.md index 924ac3bbb..4cf75b479 100644 --- a/reference_guide/api_changes_list_2021.md +++ b/reference_guide/api_changes_list_2021.md @@ -78,7 +78,7 @@ _Early Access Program_ (EAP) releases of upcoming versions are available [here]( ### IntelliJ Platform 2021.3 -Running tests fails with `jarFiles is not set for [...]` or `Created extension classloader is not equal to plugin’s one` +Running tests fails with `jarFiles is not set for [...]` or `Created extension classloader is not equal to plugin's one` : Set system property `idea.force.use.core.classloader` to `true`. Running tests fails using Gradle setup diff --git a/topics/appendix/api_notable/api_notable_list_2020.md b/topics/appendix/api_notable/api_notable_list_2020.md index a3fb6270d..d0217fb4f 100644 --- a/topics/appendix/api_notable/api_notable_list_2020.md +++ b/topics/appendix/api_notable/api_notable_list_2020.md @@ -12,7 +12,7 @@ IntelliJ Platform migrated to Java 11 : Using Java 11 is now required, please see [blog post](https://blog.jetbrains.com/platform/2020/09/intellij-project-migrates-to-java-11/). Internal changes in Project Model -: Internal changes related to a significant redesign of the representation of project models have been made, please see [blog post](https://blog.jetbrains.com/platform/2020/10/new-implementation-of-project-model-interfaces-in-2020-3/) for details. This shouldn’t affect any plugins using the IntelliJ API properly and which don’t access internal classes. +: Internal changes related to a significant redesign of the representation of project models have been made, please see [blog post](https://blog.jetbrains.com/platform/2020/10/new-implementation-of-project-model-interfaces-in-2020-3/) for details. This shouldn't affect any plugins using the IntelliJ API properly and which don't access internal classes. Reparsing of `IReparseableLeafElementType` : For elements whose `IElementType` implements this interface, platform attempts reparse when a modification is made right before or after the leaf element preventing reparsing the whole file. diff --git a/topics/appendix/resources/useful_links.md b/topics/appendix/resources/useful_links.md index 7bbeacafa..f14548019 100644 --- a/topics/appendix/resources/useful_links.md +++ b/topics/appendix/resources/useful_links.md @@ -33,10 +33,10 @@ The following links represent useful resources for working with the IntelliJ Pla | **Busy plugin developers series. Episode 3**
Jakub Chrzanowski/Anna Maltceva/Yann Cebron, 11/2021