[Bug 159132] New: Indent wrapped lines with a tab

Jakob Petsovits jpetso at gmx.at
Tue Mar 11 12:22:40 CET 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=159132         
           Summary: Indent wrapped lines with a tab
           Product: kdelibs
           Version: unspecified
          Platform: Ubuntu Packages
        OS/Version: Linux
            Status: NEW
          Severity: wishlist
          Priority: NOR
         Component: general
        AssignedTo: kdelibs-bugs kde org
        ReportedBy: jpetso gmx at


Version:            (using KDE 4.0.2)
Installed from:    Ubuntu Packages
OS:                Linux

Currently, when lines are wrapped the stay on the same level of indention as where the line started. Example (<wrap> and <\n> added for demonstration purposes):

$presets['versioncontrol_registration_message_unauthorized'] = t('<p>The<wrap>
Concurrent Versioning System (CVS) is a software development tool<wrap>
available to volunteers with experience in software development, translation,<wrap>
theming, or documentation who wish to participate in the Drupal project.</p>');<\n>
$presets['versioncontrol_registration_message_authorized'] = t('<p>The<wrap>
(...)

You can see the issue here: it's difficult to tell where the line actually started, and more importantly it makes it hard to recognize the start of the line after that one. I'd *really* appreciate if wrapped lines get additional indention (standard indention size). Example, with the standard Drupal indention size of two spaces:

$presets['versioncontrol_registration_message_unauthorized'] = t('<p>The<wrap>
  Concurrent Versioning System (CVS) is a software development tool<wrap>
  available to volunteers with experience in software development, translation,<wrap>
  theming, or documentation who wish to participate in the Drupal project.</p>');<\n>
$presets['versioncontrol_registration_message_authorized'] = t('<p>The<wrap>
  (...)

Looks better, doesn't it?


More information about the Kdelibs-bugs mailing list