Skip to content
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

scroll when line is covered by status bar #483

Closed
wiso opened this issue Mar 30, 2015 · 6 comments
Closed

scroll when line is covered by status bar #483

wiso opened this issue Mar 30, 2015 · 6 comments

Comments

@wiso
Copy link

wiso commented Mar 30, 2015

In the attached example I have a warning on line 37. If I click somewhere else the line 37 is visible, because the status bar is empty, but if I click on line 37 the status bar cover the line 37.
schermata da 2015-03-30 22 09 13

@sethkinast
Copy link

This is an especial problem when you're writing new code at the bottom of a file. As you write, the linter will flag your syntax-in-progress as invalid, and start popping the status bar, which hides the line you're working on.

@iam4x
Copy link
Contributor

iam4x commented May 19, 2015

You should use scroll past end option when using status bar, I don't have an idea how to fix this yet.

@sethkinast
Copy link

Nice, I didn't know that was an Atom option. That solves my use case really.

@esquevin
Copy link

Thank you @iam4x I've been struggling with this for more than a month.

@wiso
Copy link
Author

wiso commented May 20, 2015

@iam4x: can you elaborate on it? How to activate the "scroll past end option"?

@iam4x
Copy link
Contributor

iam4x commented May 20, 2015

@wiso It's in the atom options Editor Settings a checkbox.

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

No branches or pull requests

6 participants