GNOME Bugzilla – Bug 493439
Allowing automatic alignment of wrapped lines
Last modified: 2013-03-30 18:09:29 UTC
When wordwrap is on, allow to choose broken lines to be aligned (as happens for instance in kate or jedit) e.g. ------------------------------------ function foo() { echo 'This is a very long, long line which will wrap'; } ------------------------------------ yes, as a rule you shouldn't write very long lines (>80, or >90 chars) at all, but it would be a nice feature to have :)
I think the bug #559132 is the same, but has more activity, so I'm closing this one. Feel free to reopen this bug if it's not exactly a duplicate. *** This bug has been marked as a duplicate of bug 559132 ***