-
Notifications
You must be signed in to change notification settings - Fork 4
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
Text editors support line wrapping #159
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hooray for line wrapping!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This feature works very well. I like it!
I noticed some inconsistencies in how we name things in the code. I think it might be easier for future maintainers if we are consistent in our naming.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made a few comments inline. Let me know if you want to talk about any of them, especially the one about the test.
…ine wrapping in editor. Added one test for basic app renders within App.js.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me! The code and tests make sense and work as expected.
Since this configuration option is likely a personal preference that is pretty consistent, it might be nice to have the browser store this setting so it stays across refreshes and reopening the page. But that would be a separate task, if others even like it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This works well! Thanks for the tests!
This PR includes: