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 191986 - Poor performance doing things like copy and pasting, editing text
Summary: Poor performance doing things like copy and pasting, editing text
Status: RESOLVED DUPLICATE of bug 121357
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 7.0
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-15 23:31 UTC by msteudel
Modified: 2011-10-17 10:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Profiler file (34.66 KB, application/octet-stream)
2010-11-15 23:31 UTC, msteudel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description msteudel 2010-11-15 23:31:13 UTC
Created attachment 102992 [details]
Profiler file

I've been running NB 6.9.1 for some time now witout any issues. I recently tried to use mercurial plugin for a project and that's when I started experiencing horrendous slow downs just copy and pasting 10 - 15 lines of code. I removed the mercurial files (.hg folder etc) and tried disabling the plugin. But now I can't get it to work with other projects that are setup with svn too ... I've included the profiler file.
Comment 1 Jaroslav Tulach 2010-11-16 11:17:26 UTC
The snapshot shows problem with repainting like in
org.netbeans.modules.editor.lib.drawing.HighlightingDrawLayer
and other editor related libraries. Moving there.
Comment 2 Miloslav Metelka 2011-10-17 10:04:00 UTC
The DrawEngine* classes are no longer being used (new view hierarchy is in place).

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