You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe that in #180 we told code cells to wrap around. Looking at the result, I'm not sure this is what we want. E.g.:
To me this is a bit confusing where the line breaks are - I feel like for code cells, we'd actually like overflow-x to be auto instead of wrapping the content.
What do folks think? In particular @alexmorley who worked on that other patch!
The text was updated successfully, but these errors were encountered:
Yeah. That is a good point. With syntax highlighting it's usually obvious but I would be totally happy with having the scroll behaviour. The bug I was trying to fix was that the scroll behaviour wasn't applied when nolanguage was set for the code cell.
yeah - I agree that was a good bug to fix, I think that it'd be a better default to have horizontal scrolling rather than wrapping for code, just to clear up the confusion.
I believe that in #180 we told code cells to wrap around. Looking at the result, I'm not sure this is what we want. E.g.:
To me this is a bit confusing where the line breaks are - I feel like for code cells, we'd actually like
overflow-x
to beauto
instead of wrapping the content.What do folks think? In particular @alexmorley who worked on that other patch!
The text was updated successfully, but these errors were encountered: