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 - "Auto Popup JavaDoc Window" is missing in JSP editor settings
Summary: "Auto Popup JavaDoc Window" is missing in JSP editor settings
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 4.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords: T9Y
Depends on:
Blocks:
 
Reported: 2004-08-31 16:48 UTC by L Martinek
Modified: 2006-03-24 10:35 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 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