Bug 190853

Summary: Kate truncates file name even though 'Show full path in title' is checked
Product: [Applications] kate Reporter: Nick Savoiu <savoiu>
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

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