I'd like to see a code editor that wraps long lines to the right side of the display, instead of the left.
Perhaps some subtle right edge indication of the wrap to go with it.
That way, long code lines can be left actually long (for the interpreter or compiler) and be variously wrapped according the current size of the edit window.
I'm mainly thinking I'd like that for Python work (and thus never have to use the manual backslash method) but it would seem applicable to various languages.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I'd like to see a code editor that wraps long lines to the right side of the display, instead of the left.
Perhaps some subtle right edge indication of the wrap to go with it.
That way, long code lines can be left actually long (for the interpreter or compiler) and be variously wrapped according the current size of the edit window.
I'm mainly thinking I'd like that for Python work (and thus never have to use the manual backslash method) but it would seem applicable to various languages.