Increase Sketchbook view tree indent #1049
Labels
conclusion: resolved
Issue was resolved
priority: medium
Resolution is a medium priority
topic: code
Related to content of the project itself
type: enhancement
Proposed improvement
Describe the request
Increase the size of the indentation of each tree level in the Arduino IDE sketchbook view.
🙂 The structure of sketchbooks which organize sketches into subfolders will be clearly visible.
Describe the current behavior
The Arduino IDE's "Sketchbook" view allows the user to browse and open sketches in their sketchbook folder.
Users may find it useful to organize their sketches into subfolders of the sketchbook folder. These subfolders can be expanded in the "Sketchbook" view, which indicates the nesting structure by indentation levels
🙁 The indent size is very small, which might make it more difficult to see the structure at a glance.
Arduino IDE version
2.0.0-rc7
Operating system
Windows, Linux
Operating system version
Windows 10, Ubuntu 20.04
Additional context
I had the same problem in VS Code (which used to have a similarly miniscule default indent size of 8 px before they increased it to 20. I was able to customize it to my own preference via the
workbench.tree.indent
settings key. Unfortunately, this key does not seem to be supported by Arduino IDE/Eclipse Theia.Related: #1050
Issue checklist
The text was updated successfully, but these errors were encountered: