Skip to content

Commit 11c9a0b

Browse files
Removed all mentions of Arduino IDE > Preferences for macOS [HC-1589] (#415)
Removed all mentions of Arduino IDE > Preferences for macOS
1 parent 0a8d158 commit 11c9a0b

6 files changed

+6
-18
lines changed

content/Software Support/Compilation/Improve-compilation-time-with-Arduino-IDE.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@ It can be helpful to understand how Arduino IDE helps improve compilation time:
1919

2020
## Avoid external hard drives, network drives, and cloud storage
2121

22-
* Check your Sketchbook location and make sure to use an internal disk drive. You can check and change your Sketchbook location in the Preferences dialog (**File > Preferences**, or **Arduino IDE > Preferences**[^1] on macOS).
22+
* Check your Sketchbook location and make sure to use an internal disk drive. You can check and change your Sketchbook location in the Preferences dialog (**File > Preferences**, or **Arduino IDE > Settings** on macOS).
2323
* If you're using cloud storage to automatically "offload" files, try excluding your Sketchbook path from offloading, or change your Sketchbook location.
2424
* The Sketchbook is often stored inside your user's Documents folder. In some cases, this folder may be configured to store files in a different location. See [this article from Microsoft](https://support.microsoft.com/en-us/topic/configuration-of-the-my-documents-folder-dfd9a90d-8f80-18d6-e7cc-f1566fc3b10b) if you're on Windows.
2525

26-
[^1]: If you're using Arduino IDE 2.1 or older, this option may be called **Arduino IDE > Settings**. ([#2022](https://github.com/arduino/arduino-ide/issues/2022))
27-
2826
---
2927

3028
## Check verbose compilation output

content/Software Support/IDE Settings/Add-third-party-platforms-to-the-Boards-Manager-in-Arduino-IDE.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ Follow these steps:
3030
1. Open Preferences using the menu bar:
3131

3232
* Windows/Linux: **File > Preferences**
33-
* macOS: **Arduino IDE > Preferences**[^2]
34-
35-
[^2]: If you're using Arduino IDE 2.1 or older, this option may be called **Arduino IDE > Settings**. ([#2022](https://github.com/arduino/arduino-ide/issues/2022))
33+
* macOS: **Arduino IDE > Settings**
3634

3735
2. Find the **Additional boards manager URLs** setting toward the bottom.
3836

content/Software Support/IDE Settings/Change-the-language-in-Arduino-IDE.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ The original language for the Arduino IDE interface is English, but other langua
1111

1212
1. Open Arduino IDE.
1313

14-
2. Open preferences: Choose **File > Preferences** in the menu bar for Windows/Linux, or **Arduino IDE > Preferences**[^1] for macOS.
15-
16-
[^1]: In some versions of Arduino IDE, this option may be called **Arduino IDE > Settings**. ([#2022](https://github.com/arduino/arduino-ide/issues/2022))
14+
2. Open preferences: Choose **File > Preferences** in the menu bar for Windows/Linux, or **Arduino IDE > Settings** for macOS.
1715

1816
Alternatively, use keyboard shortcuts to open the window: <kbd>Ctrl</kbd> + <kbd>,</kbd> for Windows/Linux and <kbd>⌘</kbd> + <kbd>,</kbd> for macOS.
1917

content/Software Support/IDE Settings/Enable-autocomplete-in-IDE-2.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ Follow these steps to enable Editor Quick Suggestions:
1515

1616
* Windows/Linux: **File > Preferences**
1717

18-
* macOS: **Arduino IDE > Preferences**[^1]
19-
20-
[^1]: If you're using Arduino IDE 2.1 or older, this option may be called **Arduino IDE > Settings**. ([#2022](https://github.com/arduino/arduino-ide/issues/2022))
18+
* macOS: **Arduino IDE > Settings**
2119

2220
3. Check the box next to *Editor Quick Suggestions*.
2321

content/Software Support/IDE Settings/Open-the-Sketchbook-folder.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ By default the Sketchbook is located in these directories:
1616
You can also find the location inside Arduino IDE, in Preferences under _Sketchbook location_:
1717

1818
* Windows: **File > Preferences**.
19-
* macOS: **Arduino IDE > Preferences**[^1]
19+
* macOS: **Arduino IDE > Settings**
2020
* Linux: **File > Preferences**.
2121

22-
[^1]: If you're using Arduino IDE 2.1 or older, this option may be called **Arduino IDE > Settings**. ([#2022](https://github.com/arduino/arduino-ide/issues/2022))
23-
2422
![Preferences](img/IDE-preferences-sketchbook.png)
2523

2624
---

content/Software Support/IDE Settings/Use-verbose-output-in-the-Arduino-IDE.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ Verbose output is enabled in Preferences.
1111

1212
1. Open Preferences
1313
- Windows/Linux: **File > Preferences**
14-
- macOS: **Arduino IDE > Preferences**[^1]
15-
16-
[^1]: If you're using Arduino IDE 2.1 or older, this option may be called **Arduino IDE > Settings**. ([#2022](https://github.com/arduino/arduino-ide/issues/2022))
14+
- macOS: **Arduino IDE > Settings**
1715

1816
2. For the verbose output setting, tick **compilation**, **upload**, or both.
1917

0 commit comments

Comments
 (0)