From 15b50f2bd01df7e9eed6198d4d6a8ebd50cd36a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 4 Dec 2024 16:31:06 +0100 Subject: [PATCH] enabling_internal.md: minor --- .../tools/ide_tooling/internal_actions/enabling_internal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/appendix/tools/ide_tooling/internal_actions/enabling_internal.md b/topics/appendix/tools/ide_tooling/internal_actions/enabling_internal.md index ec69d4f89..b3673f063 100644 --- a/topics/appendix/tools/ide_tooling/internal_actions/enabling_internal.md +++ b/topics/appendix/tools/ide_tooling/internal_actions/enabling_internal.md @@ -10,10 +10,10 @@ There are useful tools, such as the Internal Actions menu, th 1. Start the IDE. 2. From the main menu, select Help | Edit Custom Properties.... - This selection opens idea.properties file. + This selection opens the idea.properties file. If it does not exist, the IDE will prompt to create one. 3. Add the line shown below to the idea.properties file: - ``` + ```properties idea.is.internal=true ```