[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 105376] Application output to the output window is removing leading spaces.
From:       kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de
Date:       2006-02-20 4:24:08
Message-ID: 20060220042408.30351.qmail () ktown ! kde ! org
[Download RAW message or body]

------- 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=105376         
mattr kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From mattr kde org  2006-02-20 05:24 -------
SVN commit 511489 by mattr:

don't strip whitespace from the line when inserting it into the application output.
BUG: 105376



 M  +2 -2      processwidget.cpp  


--- branches/kdevelop/3.4/lib/widgets/processwidget.cpp #511488:511489
 @ -123,7 +123,7  @
 
 void ProcessWidget::insertStdoutLine(const QString &line)
 {
-    insertItem(new ProcessListBoxItem(line.stripWhiteSpace(),
+    insertItem(new ProcessListBoxItem(line,
                                       ProcessListBoxItem::Normal));
     maybeScrollToBottom();
 }
 @ -131,7 +131,7  @
 
 void ProcessWidget::insertStderrLine(const QString &line)
 {
-    insertItem(new ProcessListBoxItem(line.stripWhiteSpace(),
+    insertItem(new ProcessListBoxItem(line,
                                       ProcessListBoxItem::Error));
     maybeScrollToBottom();
 }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic