-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
✨ Setting to Wrap lines to editor width #868
Comments
@austincondiff - I'd like to nab this one. |
Per Khan's comment on discord, Will see if I wrap this work before he wraps his on adopting TK2. |
Thank you for documenting this here @ben-p-commits! |
@austincondiff - After doing some digging, it appears that implementing functionality needed for the wrapped line indentation stepper control... ...as implied by this screencap: would require some pretty sensitive changes to STTextView. Have we run into this sort of problem yet? I can get this enhancement working with the toggle option for wrapping, but implementing the stepper setting and associated behavior in the textview itself may be better split out as a separate enhancement imo. |
That is fine, we may need to create an issue in CodeEditTextView for that then in response to this issue. |
I'll add one. Thanks. |
@austincondiff - this has merged and should be good to close. As mentioned before- the indenting behavior is covered in a separate issue in CodeEditTextView |
Is your feature request related to a problem? Please describe.
This issue should be worked on with the above issue.
Describe the solution you'd like
Add a setting under Text Editing that allows a user to enable or disable line wrapping within the editor.
Indented lines should wrap to set width.
Additional context
The text was updated successfully, but these errors were encountered: