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
Have a setting similar to VSCode's workbench.panel.defaultLocation setting, that changes the side of the Panel in which the Output and Terminal tabs will open. Possible values will be the same as for workbench.panel.defaultLocation:
left
right
bottom (default, same as current)
Describe the current behavior
Currently the Panel will be at the bottom only, which is not ideal for widescreen users.
Arduino IDE version
2.0.0-rc7-nightly-20220615
Operating system
Windows
Operating system version
10.0.19044.1706 Pro
Additional context
My Nightly Build is 4 days old, but the 3 commits since then do not have any relations to this feature.
The old version was at least able to hide the output panel, the new implementation with no ability to move or hide is a large regression from the original arduino IDE vertical space is much less than horizontal for 99% of all users. Options to move or hide are a minimum.
Describe the request
Have a setting similar to VSCode's
workbench.panel.defaultLocation
setting, that changes the side of the Panel in which the Output and Terminal tabs will open. Possible values will be the same as forworkbench.panel.defaultLocation
:Describe the current behavior
Currently the Panel will be at the bottom only, which is not ideal for widescreen users.
Arduino IDE version
2.0.0-rc7-nightly-20220615
Operating system
Windows
Operating system version
10.0.19044.1706 Pro
Additional context
My Nightly Build is 4 days old, but the 3 commits since then do not have any relations to this feature.
Issue checklist
The text was updated successfully, but these errors were encountered: