-
-
Notifications
You must be signed in to change notification settings - Fork 431
Missing tab width adjustment #555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @kxcheng. Thanks so much for your report. Unfortunately, I didn't manage to understand what you mean be adjusting the tab width. There is some ambiguity because the term "tab" is used to several completely different things in the context of the Arduino IDE:
Please provide detailed instructions for the procedure you used to adjust the tab width in the previous versions. Please tell us the exact previous version you were able to adjust the tab width in. |
Dear @per1234: In version 1.8.15(and as far as I am aware of various other versions) the user can adjust this by opening C:\Users<username>\AppData\Local\Arduino15\preferences.txt, editing line 38 which default to "editor.tabs.size=2". I would really really appreciate it if this feature is to be brought back. |
Thank you for the clarification! It is already possible to configure this via Arduino IDE's advanced settings:
Even though you only mentioned the whitespace resulting from pressing Tab, most who want to customize that will also want to customize the IDE's auto format configuration to match. You can learn how to customize the formatter configuration from this tutorial: https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-customize-auto-formatter You will be interested in the If you like the approach required of Arduino IDE 1.x users of configuring advanced settings by editing a configuration file directly, you can open Regards, Per |
The second screenshot shows you are opening the basic preferences via File > Preferences menu. The tab width is set in the advanced preferences. As I mentioned above, those are accessed by opening the Command Palette (Ctrl+Shift+P) and then selecting Settings: Open Preferences. |
I see. Thank you very much! Tim |
I'm confused, how are you supposed to know of the existance of the "Command Palette" as a newer user (i didn't know that was a thing until i found this page...) |
Is your feature request related to a problem? Please describe.
The tab width cannot be adjusted like in previous versions.
Describe the solution you'd like
Bring back the option to adjust tab width.
Please, and thank you :)
The text was updated successfully, but these errors were encountered: