Bug 78135 - can't scroll to last two lines of a C++ file
Summary: can't scroll to last two lines of a C++ file
Status: RESOLVED DUPLICATE of bug 71577
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 3.0.2
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-21 12:14 UTC by Gioele Barabucci
Modified: 2004-03-21 17:59 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
The C++ source file that show the bug (1.18 KB, text/plain)
2004-03-21 12:16 UTC, Gioele Barabucci
Details

Note You need to log in before you can comment on or make changes to this 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 ***