Bug 190853 - Kate truncates file name even though 'Show full path in title' is checked
Summary: Kate truncates file name even though 'Show full path in title' is checked
Status: RESOLVED FIXED
Alias: None
Product: kate
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-27 19:16 UTC by Nick Savoiu
Modified: 2010-02-17 13:19 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 Nick Savoiu 2009-04-27 19:16:30 UTC
Version:           2.5.10 (using 3.5.10, compiled sources)
Compiler:          gcc version 3.4.6 20060404 (Red Hat 3.4.6-8)
OS:                Linux (x86_64) release 2.6.9-55.ELsmp

I can understand that could happen for very long filenames that would exceed the width available given the width of the window title bar. But Kate truncates the filename even when ample space is still available.
Comment 1 Christoph Cullmann 2010-02-16 23:30:35 UTC
SVN commit 1091476 by cullmann:

don't cut caption, kwin is clever enough to shrink it itself
BUG: 190853


 M  +1 -1      katemainwindow.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1091476
Comment 2 Dominik Haumann 2010-02-17 13:19:14 UTC
SVN commit 1091733 by dhaumann:

backport SVN commit 1091476 by cullmann:
don't cut caption, kwin is clever enough to shrink it itself

CCBUG: 190853


 M  +1 -1      katemainwindow.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1091733