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 48259

Summary: "Auto Popup JavaDoc Window" is missing in JSP editor settings
Product: javaee Reporter: L Martinek <lmartinek>
Component: JSPAssignee: Marek Fukala <mfukala>
Status: CLOSED FIXED    
Severity: blocker Keywords: T9Y
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description L Martinek 2004-08-31 16:48:36 UTC
Java editor has this setting for disabling help
window in Code Completion. JSP editor hasn't such
setting. I used this setting in automated
performance tests. Without this setting measured
performance is worse then in real.
Comment 1 Marek Fukala 2004-08-31 17:25:13 UTC
fixed - there is a new JSP editor expert property Auto Popup Javadoc
Window.

Checking in JSPOptions.java;
/cvs/web/jspsyntax/src/org/netbeans/modules/web/core/syntax/JSPOptions.java,v
 <--  JSPOptions.java
new revision: 1.3; previous revision: 1.2
done
Checking in JSPOptionsBeanInfo.java;
/cvs/web/jspsyntax/src/org/netbeans/modules/web/core/syntax/JSPOptionsBeanInfo.java,v
 <--  JSPOptionsBeanInfo.java
new revision: 1.3; previous revision: 1.2
done

 
http://web.netbeans.org/source/browse/web/jspsyntax/src/org/netbeans/modules/web/core/syntax/JSPOptions.java.diff?r1=1.2&r2=1.3
http://web.netbeans.org/source/browse/web/jspsyntax/src/org/netbeans/modules/web/core/syntax/JSPOptionsBeanInfo.java.diff?r1=1.2&r2=1.3
Comment 2 L Martinek 2005-09-13 14:31:05 UTC
verified