Bug 75173 - code completion and scroll bars
Summary: code completion and scroll bars
Status: RESOLVED FIXED
Alias: None
Product: kate
Classification: Applications
Component: part (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-13 19:53 UTC by Jon Smirl
Modified: 2005-02-19 15:42 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 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.