-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Forbid line wrap in code blocks (#1051) #1753
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
Forbid line wrap in code blocks (#1051) #1753
Conversation
I guess we're at an impasse. I can't find an alternative that I like, but perhaps someone with more experience in this type of programming could find something that would satisfy both of us. |
|
I think you maybe misunderstand what I mean, I just want to hide the scroll bar, and enable the horizontal scroll too.
发自我的 iPhone
… 在 2019年11月25日,上午10:55,DanEble ***@***.***> 写道:
impasse
|
|
The scroll bar gives an indication of how much content is out of view, which is valuable to me. Would it be worthwhile to try making the scroll bar thinner? That's something I could investigate. |
How about set the scroll bar to 3~5px width? |
|
BTW, A user setting option |
383ee24 to
aa2478f
Compare
|
I learned a few things today and made the following changes to this PR.
I think that's a good idea, but I haven't tried it. Is it something you would like to see added to this PR, or could I leave it for someone else? |
Yes, this feature can be add in another PR. |
Long lines in code blocks are not wrapped; instead, a thin scroll bar is added when the content overflows. This scroll bar appears regardless of the user's preference for hiding the scroll bars of the main content window.
aa2478f to
993fed8
Compare
|
@Jocs, I want to make sure that you're not waiting for me to do anything else in this PR. As far as I can see, I have addressed your concerns. |
Sorry for reply so late, because I am very busy in the past two months, I'll review it asap. |

Description
Long lines in code blocks are not wrapped; instead, a thin scroll bar is added when the content overflows. This scroll bar appears regardless of the user's preference for hiding the scroll bars of the main content window.