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

Summary: EvaluateConsole should override componentShowing to do expensive initialization
Product: obsolete Reporter: Jesse Glick <jglick>
Component: languagesAssignee: issues@ide <issues>
Status: RESOLVED WONTFIX    
Severity: blocker Keywords: PERFORMANCE
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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.