Summary: | compiler messages are truncated | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | peje66 |
Component: | Output Views | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | release_blocker |
Priority: | NOR | ||
Version: | 4.6.60 | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdevplatform/0b42e4bb8f3863777807dcaf2b6f4e3dd4152a7d | Version Fixed In: | |
Sentry Crash Report: |
Description
peje66
2014-06-23 09:31:18 UTC
Reverting commit ffe1593192860f80a23c3cd19e53dc59f27623e6 "Do not resize a view to contents, when we only have one column." gets the old behaviour back. Ugh, thanks for the report. I'll try to find some time to look into this. 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 |