From 9350461367eacc0401175f1e3355777138a92f7a Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 14 Sep 2022 05:41:43 -0700 Subject: [PATCH] Use preferred Arduino IDE 2.x Auto Format menu path The "Auto Format" feature has always been found under the "Tools" menu in the Arduino IDE. The Arduino IDE 2.x designers determined it was necessary to move it to the "Edit" menu instead. Although the previous Tools > Auto Format menu path is still present for now, the plan is to eventually remove it and for Edit > Auto Format to be the sole path to this feature. For this reason, the documentation should use the preferred menu path instead of the deprecated path. --- .../ide-v2/tutorials/ide-v2-customize-auto-formatter/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/software/ide-v2/tutorials/ide-v2-customize-auto-formatter/content.md b/content/software/ide-v2/tutorials/ide-v2-customize-auto-formatter/content.md index aea59676e7..e739dd014a 100644 --- a/content/software/ide-v2/tutorials/ide-v2-customize-auto-formatter/content.md +++ b/content/software/ide-v2/tutorials/ide-v2-customize-auto-formatter/content.md @@ -8,7 +8,7 @@ tags: author: 'Benjamin DannegÄrd, Per Tillisch' --- -Selecting **Tools > Auto Format** or pressing CTRL + T on Windows/Linux or CMD + T on MacOS when writing a sketch in the Arduino IDE 2.0 will automatically format the sketch. It is possible to change the behaviour of this command. In this tutorial we will go through how you can change the behaviour of this command. +Selecting **Edit > Auto Format** or pressing CTRL + T on Windows/Linux or CMD + T on MacOS when writing a sketch in the Arduino IDE 2.0 will automatically format the sketch. It is possible to change the behaviour of this command. In this tutorial we will go through how you can change the behaviour of this command. You can easily download the editor from the [Arduino Software page](https://www.arduino.cc/en/software#experimental-software).