From a0b6d0dbc5e510e4a9494ff361d0c0fa037b7c46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 24 Oct 2024 11:48:18 +0200 Subject: [PATCH] user_interface_components.md: note "Undesirable class usage" inspection --- topics/user_interface_components/user_interface_components.md | 1 + 1 file changed, 1 insertion(+) diff --git a/topics/user_interface_components/user_interface_components.md b/topics/user_interface_components/user_interface_components.md index a2c433e59..f30b74de0 100644 --- a/topics/user_interface_components/user_interface_components.md +++ b/topics/user_interface_components/user_interface_components.md @@ -12,6 +12,7 @@ The IntelliJ Platform includes a large number of custom [Swing](https://en.wikipedia.org/wiki/Swing_(Java)) components. Using those components in your plugins will ensure that your plugin looks and works consistently with the UI of the rest of the IDE, and can often reduce the code size compared to using the default Swing components. +Use inspection Plugin DevKit | Code | Undesirable class usage to highlight replacement components provided by the platform.