Bug 75173

Summary: code completion and scroll bars
Product: [Applications] kate Reporter: Jon Smirl <jonsmirl>
Component: partAssignee: 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 Jon Smirl 2004-02-13 19:53:47 UTC
Version:           CVS (using KDE Devel)

I was typing #include " and got a completion popup. I only had three include files in the project. The popup contains a disabled scroll bar but the width of the popup window is being computed as if there is no scroll bar. Outcome is that the ends of the filenames are obscured. Bug is scrollbar should have been hidden.
Comment 1 Jens Dagerbo 2004-12-14 23:02:28 UTC
The popup implementation lies within katepart. Reassigning.
Comment 2 Anders Lund 2005-02-19 15:42:21 UTC
This seems to be fixed since some time: the completion popup list is resized 
to fit the number of completions and the scrollbars hidden if not needed.