------- 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.