Created attachment 50994 [details] Showing dolphin's preview pane Version: SVN (using KDE 4.5.0) OS: Linux If you hover over a text file (or php script or anything text-ish) or you have text file preview enabled, you'll find that the tabulator is way too big. Lines beginning with a tabulator are almost out of the icon and it it quite unusable for code, which mostly uses tabulators. Tabulator is almost 14 characters wide in preview. Reproducible: Always
SVN commit 1174452 by cfeck: Fix tab width in text thumbnails The width of a tab character should be set to the same size as eight space characters. Additionally, use a fixed-width font only when formatting with white space is used in the middle of the text lines, making files that use multiple spaces or tabs for identation more readable. BUG: 249156 FIXED-IN: 4.6.0 M +11 -4 textcreator.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1174452