Bug 78135

Summary: can't scroll to last two lines of a C++ file
Product: [Applications] kdevelop Reporter: Gioele Barabucci <dev>
Component: generalAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 3.0.2   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: The C++ source file that show the bug

Description Gioele Barabucci 2004-03-21 12:14:52 UTC
Version:           3.0.2 (using KDE 3.2.0, Gentoo)
Compiler:          gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r4, propolice)
OS:          Linux (ppc) release 2.4.24-ben1

I can't scroll the attached source file to the end.
Two lines before the last line the scrollbar stops. If I click on the down arrow, the screen is correctly updated for a fracion but fast return to the previous line.
When I load another file the bug disappear.

I use Kate part + IDEAl
Comment 1 Gioele Barabucci 2004-03-21 12:16:48 UTC
Created attachment 5316 [details]
The C++ source file that show the bug
Comment 2 Gioele Barabucci 2004-03-21 12:26:00 UTC
I found what cause the problem:
there is one line that is longer than my screen width (I use a large font) and this cause the horizontal scrollbar to appear as I don't use wordwrap (neither dynamic nor static).
When that line disappear, the problem disappear.
Comment 3 Jens Dagerbo 2004-03-21 17:59:34 UTC
dupe

*** This bug has been marked as a duplicate of 71577 ***