Bug 336606 - compiler messages are truncated
Summary: compiler messages are truncated
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Output Views (show other bugs)
Version: 4.6.60
Platform: Debian unstable Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords: release_blocker
Depends on:
Blocks:
 
Reported: 2014-06-23 09:31 UTC by peje66
Modified: 2014-07-03 21:28 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description peje66 2014-06-23 09:31:18 UTC
Compiler messages are truncated and an elipsis put at the end of row

a row like:
/home/peje/src/ll-analys-2009-08-24/sdev2/main.cpp: In function ‘int main(int, char**)’:
becomes:
/home/peje/src/ll-analys-2009-08-24/sdev2/main.cpp: In func...
if  I have a really narrow window.
I can't scroll the window horizontally either. If I select content of window an paste it to an empty file the whole row is there.

It seems like there


Reproducible: Always
Comment 1 peje66 2014-06-23 16:47:23 UTC
Reverting commit ffe1593192860f80a23c3cd19e53dc59f27623e6
 "Do not resize a view to contents, when we only have one column." gets the old behaviour back.
Comment 2 Milian Wolff 2014-06-23 18:24:31 UTC
Ugh, thanks for the report. I'll try to find some time to look into this.
Comment 3 Milian Wolff 2014-07-03 21:28:50 UTC
Git commit 0b42e4bb8f3863777807dcaf2b6f4e3dd4152a7d by Milian Wolff.
Committed on 03/07/2014 at 21:14.
Pushed by mwolff into branch '1.7'.

Revert "Do not resize a view to contents, when we only have one column."

This reverts commit ffe1593192860f80a23c3cd19e53dc59f27623e6.

Otherwise we truncate long output lines without giving the user a
way to scroll and read the full contents.

Apparently, performance is not too bad after all with the follow-up
commit that I introduced.

M  +0    -4    util/focusedtreeview.cpp

http://commits.kde.org/kdevplatform/0b42e4bb8f3863777807dcaf2b6f4e3dd4152a7d