After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 493439 - Allowing automatic alignment of wrapped lines
Allowing automatic alignment of wrapped lines
Status: RESOLVED DUPLICATE of bug 559132
Product: gtksourceview
Classification: Platform
Component: General
2.0.x
Other All
: Normal enhancement
: ---
Assigned To: GTK Sourceview maintainers
GTK Sourceview maintainers
Depends on:
Blocks:
 
 
Reported: 2007-11-04 17:34 UTC by NoWhereMan
Modified: 2013-03-30 18:09 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description NoWhereMan 2007-11-04 17:34:21 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 :)
Comment 1 Sébastien Wilmet 2013-03-30 18:09:29 UTC
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 ***