From 7d83cea5bcdaa7d1de8b9f46d8156600d85b1470 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Thu, 13 Mar 2025 13:11:17 +0100 Subject: [PATCH] code_inspections_and_intentions.md: Remove the tip about UI guidelines as it is present at the top of the page --- .../custom_language_support/code_inspections_and_intentions.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/topics/reference_guide/custom_language_support/code_inspections_and_intentions.md b/topics/reference_guide/custom_language_support/code_inspections_and_intentions.md index 0c691c39b..cbfd9f086 100644 --- a/topics/reference_guide/custom_language_support/code_inspections_and_intentions.md +++ b/topics/reference_guide/custom_language_support/code_inspections_and_intentions.md @@ -25,8 +25,6 @@ The main differences are: If none of that is required and the analysis only needs to run in the active editor, [Annotator](syntax_highlighting_and_error_highlighting.md#annotator) provides better performance (because it supports incremental analysis) and more flexibility for highlighting errors. -> See the [guidelines](inspections.md) on naming, writing description, and message texts for inspections. - **Examples:** - [Code Inspections Tutorial](code_inspections.md) - A [simple inspection](%gh-ic%/plugins/properties/properties-psi-impl/src/com/intellij/lang/properties/codeInspection/TrailingSpacesInPropertyInspection.java) for the [Properties language plugin](%gh-ic%/plugins/properties)