Skip to content

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

Closed
nazsolti opened this issue Mar 17, 2017 · 8 comments
Closed

Option to hide console pane #6085

nazsolti opened this issue Mar 17, 2017 · 8 comments
Assignees
Labels
in progress Work on this item is in progress

Comments

@nazsolti
Copy link

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.

@BrendaEM
Copy link

BrendaEM commented Mar 18, 2017

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.

@matthijskooijman
Copy link
Collaborator

I do not understand why the user was ever prohibited window from dragging the console window to suit their needs/tastes.

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.

@BrendaEM
Copy link

BrendaEM commented Mar 19, 2017

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.

@matthijskooijman
Copy link
Collaborator

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.

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.

Also, the the colored bar between the editing and console window, which takes up more than an entire line, does nothing useful.

This line is used for error messages, and inputting things like filenames when renaming a file.

@robzach
Copy link

robzach commented Mar 25, 2017

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!

Screengrab of what I'm looking at

@BrendaEM
Copy link

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.

@agdl
Copy link
Member

agdl commented Mar 27, 2017

@BrendaEM if you want to pass from 2198 to 2197 you can delete one new line character. This should work ;)

facchinm added a commit to facchinm/Arduino that referenced this issue Mar 27, 2017
Fixes arduino#6085 when setting console.lines=0 in preferences.txt
@ghost ghost assigned facchinm Mar 27, 2017
@ghost ghost added the in progress Work on this item is in progress label Mar 27, 2017
@natevw
Copy link

natevw commented Jun 5, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in progress Work on this item is in progress
Projects
None yet
Development

No branches or pull requests

7 participants