-
Notifications
You must be signed in to change notification settings - Fork 0
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] New preference to be able to scroll past the end of the file #6459
Comments
Comment by redmunds I just noticed that the vertical scrollbar goes behind the little square in bottom-right corner. Removing the |
Comment by redmunds Done with review. |
Comment by TomMalbran
That has happened ever since we added custom scrollbars for the editor. Check this recent conversation adobe/brackets#5083 (comment)
Do you mean that it just goes to the bottom of the file or it actually stops where it should? If is the first one, we still have a bug, since both the horizontal and vertical thumbs would overlap at that corner. |
Comment by redmunds
The vertical scroll thumb is already going to the bottom of the file even when there is a horizontal scroll bar, but the The horizontal scroll thumb does not go into that corner, so there is no overlap. But, this is for another pull request -- I just thought I'd mention it. |
Comment by TomMalbran I actually can see the horizontal bar go beneath the vertical one. I would like if the scrollbars stop where they should. Notice that there is a min width in the thumb, so it will never be too small to not be able to grab it to scroll up. We should fill a new issue for that. Pushed the fixes for this PR. |
Comment by TomMalbran
|
Comment by redmunds Done with review. One more comment. |
Comment by TomMalbran
|
Comment by TomMalbran
|
Comment by redmunds Looks good. Merging. |
Comment by TomMalbran Woot :) Added it to https://github.com/adobe/brackets/wiki/How-to-Use-Brackets#preferences |
Issue by TomMalbran
Sunday Mar 09, 2014 at 21:52 GMT
Originally opened as adobe/brackets#7142
Since is sometimes hard to write at the bottom of the screen, this allows you to scroll past the end until the point that the last line becomes the first line in view. This can be enabled with a new preference which is disabled by default.
TomMalbran included the following code: https://github.com/adobe/brackets/pull/7142/commits
The text was updated successfully, but these errors were encountered: