From 9bc59d36dd790fc412ad5cd0dfbd14db6d4f94f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 5 Mar 2025 14:47:51 +0100 Subject: [PATCH] internal_ui_inspector.md: remove obsolete section "Enabling UI inspector" --- .../ide_tooling/internal_actions/internal_ui_inspector.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/topics/appendix/tools/ide_tooling/internal_actions/internal_ui_inspector.md b/topics/appendix/tools/ide_tooling/internal_actions/internal_ui_inspector.md index e5988d0c9..0373a642b 100644 --- a/topics/appendix/tools/ide_tooling/internal_actions/internal_ui_inspector.md +++ b/topics/appendix/tools/ide_tooling/internal_actions/internal_ui_inspector.md @@ -8,13 +8,6 @@ The _UI Inspector_ is a tool to interrogate elements of the IDE's UI to get an i -## Enabling the UI Inspector - -> This step isn't required when using 2021.1 release or later. - -Before using the _UI Inspector_, it must be enabled by selecting the menu item Tools | Internal Actions | UI | UI Inspector. -The enabled state of the _UI Inspector_ is modal; it remains enabled until it is disabled by selecting the menu item again. - ## Using the UI Inspector Centering the cursor on a UI element and pressing Ctrl+Alt (Ctrl+Option on macOS) when _clicking_ the left mouse button reveals the properties of the Swing component.