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

List:       kde-bugs-dist
Subject:    [Bug 105376] Application output to the output window is removing
From:       Matt Rogers <mattr () kde ! org>
Date:       2006-02-20 4:25:11
Message-ID: 20060220042511.30882.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=105376         




------- Additional Comments From mattr kde org  2006-02-20 05:25 -------
SVN commit 511490 by mattr:

Don't strip whitespace when inserting.
CCBUG: 105376



 M  +2 -2      processwidget.cpp  


--- branches/KDE/3.5/kdevelop/lib/widgets/processwidget.cpp #511489:511490
 @ -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