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 29879 - EvaluateConsole should override componentShowing to do expensive initialization
Summary: EvaluateConsole should override componentShowing to do expensive initialization
Status: RESOLVED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: languages (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: issues@ide
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2003-01-08 18:11 UTC by Jesse Glick
Modified: 2008-08-01 15:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2003-01-08 18:11:44 UTC
If you have a scripting console open, but not
fronted (e.g. docked into a background tab of
editor window) when you restart NB, profiling
shows that a noticeable chunk of startup time is
initializing the scripting console, though it is
unseen - some to load the Java editor kit (though
this would probably happen anyway); some to set
the document; some to load the script types.

Like CloneableEditor, should defer this stuff
until componentShowing.
Comment 1 Jan Jancura 2006-11-13 09:41:31 UTC
Module is obsolete.