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 27539 - Improve performance of edtior popup menu appearance
Summary: Improve performance of edtior popup menu appearance
Status: RESOLVED DUPLICATE of bug 27771
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@editor
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2002-09-24 15:25 UTC by Miloslav Metelka
Modified: 2007-11-05 13:44 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Miloslav Metelka 2002-09-24 15:25:08 UTC
The performance of opening the java editor popup
menu mainly suffers from displaying of the "Goto
Source" and "Goto Declaration" items. For them to
be displayed they current caret context needs to
be evaluated by the code completion which can be
slow especially in cases when the code completion
was not initialized yet.
Comment 1 Tomas Pavek 2002-10-15 09:10:33 UTC
Let's track this under issue 27771 - UI responsiveness is more general
category than performance.

*** This issue has been marked as a duplicate of 27771 ***