diff --git a/topics/tutorials/code_inspections.md b/topics/tutorials/code_inspections.md index 7e7ae4073..156c465cc 100644 --- a/topics/tutorials/code_inspections.md +++ b/topics/tutorials/code_inspections.md @@ -126,6 +126,8 @@ Implicit in using [`LocalInspectionTool`](%gh-ic%/platform/analysis-api/src/com/ > {style="warning"} +> See the [](providing_translations.md#bundled-translations) section for information about how to provide inspection description translations in plugins. + #### Code Snippets diff --git a/topics/tutorials/code_intentions.md b/topics/tutorials/code_intentions.md index cfd5e1151..e5f963ff5 100644 --- a/topics/tutorials/code_intentions.md +++ b/topics/tutorials/code_intentions.md @@ -80,6 +80,8 @@ It can be customized with the `` element in ` {style="warning"} +> See the [](providing_translations.md#bundled-translations) section for information about how to provide intention description translations in plugins. + #### Testing the Plugin > Note that running the test requires setting system property `idea.home.path` in the `test` task configuration of the Gradle build script. diff --git a/topics/tutorials/file_and_code_templates/providing_file_templates.md b/topics/tutorials/file_and_code_templates/providing_file_templates.md index 2741566ae..09449e6d3 100644 --- a/topics/tutorials/file_and_code_templates/providing_file_templates.md +++ b/topics/tutorials/file_and_code_templates/providing_file_templates.md @@ -91,6 +91,8 @@ file. > {style="warning"} +> See the [](providing_translations.md#bundled-translations) section for information about how to provide file template description translations in plugins. + ## Providing Default File Template Properties A file template body can use a set of [predefined properties](https://www.jetbrains.com/help/idea/file-template-variables.html#predefined_template_variables) exposed by the IntelliJ Platform out of the box. diff --git a/topics/tutorials/postfix_completion/postfix_templates.md b/topics/tutorials/postfix_completion/postfix_templates.md index a5c387ad3..b3451a471 100644 --- a/topics/tutorials/postfix_completion/postfix_templates.md +++ b/topics/tutorials/postfix_completion/postfix_templates.md @@ -52,6 +52,8 @@ The _\$EXTENSION\$_ placeholder should be replaced with the extension of the tem > {style="warning"} +> See the [](providing_translations.md#bundled-translations) section for information about how to provide postfix template description translations in plugins. + The code snippets included in the example files can use the `` marker, which should surround the most important code parts, e.g., expression to expand and position of the caret after expanding. Marked parts will be highlighted in the Settings | Editor | General | Postfix Completion settings page, making it easier for users to understand how a template is expanded, e.g.: - before.java.template: