mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
user_interface_components.md: note "Undesirable class usage" inspection
This commit is contained in:
parent
a7ac3b46a6
commit
a0b6d0dbc5
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
The IntelliJ Platform includes a large number of custom [Swing](https://en.wikipedia.org/wiki/Swing_(Java)) components.
|
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.
|
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 <ui-path>Plugin DevKit | Code | Undesirable class usage</ui-path> to highlight replacement components provided by the platform.
|
||||||
|
|
||||||
<snippet id="inspectingExistingUI">
|
<snippet id="inspectingExistingUI">
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user