This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 182961

Summary: [69cat] Editing file with many lines is impossible
Product: editor Reporter: Michel Graciano <hmichel>
Component: Painting & PrintingAssignee: issues@editor <issues>
Status: RESOLVED DUPLICATE    
Severity: normal CC: esmithbss, hlavki, jglick, jsedek, misterm, stefan79, sunflower, zolta
Priority: P2 Keywords: PERFORMANCE, REGRESSION
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: A snapshot while editing. It´s really very slow!

Description Michel Graciano 2010-03-26 19:47:29 UTC
[ BUILD # : c0c8da2a52b0 ]
[ JDK VERSION : 1.6.* ]

There is no way to edit this kind of file, with 7749 lines in my case with new
editor structure. When I am talking about edition is just move the cursor up
and down. It is just impossible. It is pretty normal in 6.8.
Comment 1 Miloslav Metelka 2010-03-29 07:38:24 UTC
Yes, the new view hierarchy needs performance tuning. I'll fix it.
Comment 2 Jan Lahoda 2010-03-30 07:25:54 UTC
*** Bug 183079 has been marked as a duplicate of this bug. ***
Comment 3 Jan Lahoda 2010-03-31 20:39:56 UTC
*** Bug 183035 has been marked as a duplicate of this bug. ***
Comment 4 Jan Lahoda 2010-03-31 20:40:53 UTC
*** Bug 183058 has been marked as a duplicate of this bug. ***
Comment 5 Jan Lahoda 2010-03-31 21:20:42 UTC
*** Bug 183276 has been marked as a duplicate of this bug. ***
Comment 6 Jesse Glick 2010-03-31 21:34:37 UTC
-J-Dorg.netbeans.editor.linewrap.disable=true is available as a workaround.
Comment 7 Alexandr Scherbatiy 2010-04-01 11:11:24 UTC
The issue has 99 duolicates
Comment 8 stefan79 2010-04-01 13:41:32 UTC
(In reply to comment #6)
> -J-Dorg.netbeans.editor.linewrap.disable=true is available as a workaround.
Not really. 
I´ve set this property, and it´s a little bit better, but it´s still very slow.

I think there´s a memory-leak, because when I press on the memory-button, the IDE still consumes 450MB and I only have 5 Java-Source-Files in one Java-project open.
I tried to make a Memory-Dump, but while dumping, NetBeans was destroyed.
Comment 9 stefan79 2010-04-02 11:06:01 UTC
Created attachment 96584 [details]
A snapshot while editing. It´s really very slow!
Comment 10 stefan79 2010-04-02 11:06:30 UTC
(In reply to comment #9)
Indexing is deactivated!
Comment 11 stefan79 2010-04-02 11:07:38 UTC
(In reply to comment #10)
> (In reply to comment #9)
> Indexing is deactivated!
I meant -Dorg.netbeans.editor.linewrap.disable=true.
Comment 12 David Strupl 2010-04-07 09:19:51 UTC

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