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

Fix wrapLongLines + showLineNumbers with wrapped lines #377

Closed
wants to merge 1 commit into from
Closed

Fix wrapLongLines + showLineNumbers with wrapped lines #377

wants to merge 1 commit into from

Conversation

jonioni
Copy link

@jonioni jonioni commented Mar 23, 2021

Fixed #376, #309

  • Add flexWrap: 'wrap' together with display: 'wrap';
  • Revert to showInlineLineNumbers=false as default.

Reverting to showInlineLineNumbers=false as default doesn't seem to break white-space: pre-wrap. However, it may still break virtualized renderer.

* Add `flexWrap: wrap`;
* Revert to `showInlineLineNumbers=false` as default
@jonioni jonioni changed the title Fixes wrapLongLines + showLineNumbers with wrapped lines Fix wrapLongLines + showLineNumbers with wrapped lines Mar 23, 2021
@jonioni
Copy link
Author

jonioni commented Mar 23, 2021

@simmerer Feel free to close this PR if further refactoring is preferred.

@jonioni
Copy link
Author

jonioni commented Oct 14, 2022

Closed in favor of #483.

@jonioni jonioni closed this Oct 14, 2022
@jonioni jonioni deleted the fix/issue-376-code-wrapping branch October 14, 2022 02:02
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

Successfully merging this pull request may close these issues.

Code wrapping breaks when wrapLongLines and showLineNumbers are set
1 participant