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
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