From kdevelop-bugs Sun Jul 25 11:29:47 2004 From: kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de Date: Sun, 25 Jul 2004 11:29:47 +0000 To: kdevelop-bugs Subject: [Bug 85931] New: really long lines causing display malfunction Message-Id: <20040725112947.2661.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306929004733 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=85931 Summary: really long lines causing display malfunction Product: kdevelop Version: 3.0.2 Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: foldes axelero hu Version: 3.0.2 (using KDE KDE 3.2.1) OS: Linux In my program I put a long string to a constant variable, the length was 2800 characters. I noticed stange display behavior: - if any of the lines from the variable appeared in the editor's window (in any position), the cursor disappeared, while editing is still possible. - scrolling through the variable content - it was about 2-3 pages long - other lines from the document randomly appeared in the middle of the string. - line numbers get messed up, ie.: displaying the 100th lines between the 89 and 90. I shortened the string size to 300 chars (2 lines), but that didn't help.