-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Option to hide console pane #6085
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
Thank you for re-opening it. With our 16:9 aspect screens, this would be a good improvement for debugging code as far as seeing structure--especially on laptops. It would aid in making demonstration videos by eliminating extraneous information. I do not understand why the user was ever prohibited window from dragging the console window to suit their needs/tastes. Changing the console lines in the user preference files does not seem to yield any change. |
Huh? You should be able to resize the console window by dragging the border, I do that often. You can't completely hide it this way, but you can make it smaller. |
On 1.8.1 the user can't get any closer than than like 4 lines from the bottom of the screen, on both Windows and Mac. Also, the the colored bar between the editing and console window, which takes up more than an entire line, does nothing useful. It's not the status bar because that's at the bottom. That colored bar above the console should go. If you want to keep it as a useless decoration, you could at least make it smaller. Even the trim on the side of a car is smaller than the door. |
Right, that's true (so a button to completely hide it would indeed be useful). However, I was responding to your remark that the user was prohibited from dragging the console at all, which is something different.
This line is used for error messages, and inputting things like filenames when renaming a file. |
I was also quite surprised to see this useful feature, which was in 1.6.4 and others, disappear. I make the editor font very large so I can teach Arduino to a class on a projector, and having ~30% of the vertical editing space occupied unnecessarily by an unneeded console is quite frustrating! |
I've never seen the Arduino editing window go to the bottom. BTW, just so you know, even a Arduino Micro holds more than 2198 lines. I would love to have those 4 editor lines, with the hope that I can cut my program down to 2197 lines. |
@BrendaEM if you want to pass from 2198 to 2197 you can delete one new line character. This should work ;) |
Fixes arduino#6085 when setting console.lines=0 in preferences.txt
Yes, another use case would be on the PocketCHIP, where the Arduino IDE runs. It's not going to be an amazing experience even without the console, but would at least make it somewhat feasible for my son to use. |
It would be helpful to have an option to hide the console pane in the IDE (say with a button somewhere, or in the Tools menu).
This was already addressed in issue #2221 but was closed as Wontfix without any further explanation, so I'm reopening.
The text was updated successfully, but these errors were encountered: