You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: content/software/ide-v2/tutorials/ide-v2-customize-auto-formatter/content.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ tags:
8
8
author: 'Benjamin Dannegård, Per Tillisch'
9
9
---
10
10
11
-
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.
11
+
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.
12
12
13
13
You can easily download the editor from the [Arduino Software page](https://www.arduino.cc/en/software#experimental-software).
0 commit comments