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 44543 - Remove help IDs in Java module
Summary: Remove help IDs in Java module
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords:
: 44547 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-06-08 16:26 UTC by John Jullion-ceccarelli
Modified: 2009-05-18 10:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Commit log (7.80 KB, text/plain)
2004-09-02 13:31 UTC, Jan Becicka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Jullion-ceccarelli 2004-06-08 16:26:43 UTC
Docs is no longer providing context-sensitive help
for the following dialogs, wizards, and node
property sheets in the Java module. Please remove
the help buttons and the help IDs for all of them.
The following help IDs from our map file seem to
be for the dialogs, wizard panels, and prop sheets:

*Import Management Tool panels*
java.import.FqnPanel
java.import.ImportPanel
java.import.ResolvePanel

*Java node property sheet CSH*
org.netbeans.modules.java.JavaNode.properties
org.openide.src.ConstructorProperties
org.openide.src.MethodProperties
org.openide.src.ClassProperties
org.openide.src.InterfaceProperties
org.openide.src.InitializerProperties
org.openide.src.FieldProperties
org.netbeans.modules.html.HtmlLoader.Obj
org.netbeans.modules.beans.EventSetPatternNode
org.netbeans.modules.beans.IdxPropertyPatternNode 
org.netbeans.modules.beans.PatternGroupNode
org.netbeans.modules.beans.PatternGroupNode.MENU_CREATE_IDXPROPERTY

org.netbeans.modules.beans.PatternGroupNode.MENU_CREATE_MULTICASTSE
org.netbeans.modules.beans.PatternGroupNode.MENU_CREATE_UNICASTSE

org.netbeans.modules.beans.PatternGroupNode.MENU_CREATE_PROPERTY

org.netbeans.modules.beans.PatternGroupNode.Indexed
Property
org.netbeans.modules.beans.PatternGroupNode.Multicast
Event Source
org.netbeans.modules.beans.PatternGroupNode.Unicast
Event Source
org.netbeans.modules.beans.PatternGroupNode.Property
org.netbeans.modules.beans.PatternGroupNode.dialogProperty
org.netbeans.modules.beans.PatternGroupNode.dialogIdxProperty
org.netbeans.modules.beans.PatternGroupNode.dialogUniCastES
org.netbeans.modules.beans.PatternGroupNode.dialogMultiCastES
org.netbeans.modules.beans.PatternNode
org.netbeans.modules.beans.PropertyPatternNode

*Java element customizer help buttons*
org.openide.src.nodes.MethodCustomizer
org.openide.src.nodes.FieldCustomizer
org.openide.src.nodes.ClassCustomizer
java.method.customizer
java.class.customizer
java.field.customizer
Comment 1 John Jullion-ceccarelli 2004-06-23 16:56:10 UTC
One more for the Java module:

org.netbeans.modules.java.ui.nodes.editors.ModifierEditor
Comment 2 John Jullion-ceccarelli 2004-06-23 17:49:48 UTC
reassigning to Honza
Comment 3 Jan Becicka 2004-07-22 10:46:32 UTC
*** Issue 44547 has been marked as a duplicate of this issue. ***
Comment 4 John Jullion-ceccarelli 2004-08-18 11:28:22 UTC
one more to remove:

java.override
Comment 5 John Jullion-ceccarelli 2004-08-18 15:41:15 UTC
and a whole lot more, all the Explorer nodes:

org.openide.src.nodes.MethodNode
org.openide.src.nodes.ElementCategory.Methods
org.openide.src.ConstructorNode
org.openide.src.nodes.ElementCategory.Constructors
org.openide.src.nodes.FieldNode
org.openide.src.nodes.ElementCategory.Fields
org.openide.src.nodes.ClassNode
org.netbeans.modules.java.JavaDataObject
org.netbeans.modules.form.FormDataObject
org.netbeans.modules.form.FormObjectProperties
org.netbeans.modules.clazz.SerDataObject
org.netbeans.modules.clazz.ClassDataObject
org.openide.src.nodes.InterfaceNode
org.openide.src.nodes.InitializerNode
Comment 6 John Jullion-ceccarelli 2004-09-02 10:05:23 UTC
Beta 2 date is coming up and the help has been removed for these
nodes. Do you think we can have these removed by Beta 2 high resistance?
Comment 7 Jan Becicka 2004-09-02 10:19:58 UTC
OK, OK, I'll remove them till the end of the week.
Comment 8 Jan Becicka 2004-09-02 12:14:26 UTC
Should I really remove "java.override" ? It looks like there *is* help
for this Override action in the doc. Should I realy remove the help
button from Override Dialog and help ID?

Comment 9 Jan Becicka 2004-09-02 13:31:32 UTC
Created attachment 17321 [details]
Commit log
Comment 10 Jan Becicka 2004-09-02 13:35:02 UTC
I removed all helpIDs except:
java.override
  - I'm awaiting your confirmation.

org.netbeans.modules.form.FormDataObject
org.netbeans.modules.form.FormObjectProperties
  - must be fixed in form module

org.netbeans.modules.html.HtmlLoader.Obj
  - must be fixed in html module



Comment 11 John Jullion-ceccarelli 2004-09-02 13:50:09 UTC
sorry for the delay. Yes, please delete the help ID from the override
dialog box. I think the box is pretty self-explanatory, and although
the topic does exist, according to Sun guidelines we would have to
maintain two forms of it, one formatted in the "user task" style, and
one formatted in the "dialog box CSH" style, which is repetitive.

Please reassign the bug to the Form module when you're done. Thanks
for responding so fast.
Comment 12 Jan Becicka 2004-09-02 15:38:01 UTC
OK. Help button and help ID removed from Override Dialog.
Checking in OverrideAction.java;
/cvs/java/src/org/netbeans/modules/java/tools/OverrideAction.java,v 
<--  OverrideAction.java
new revision: 1.18; previous revision: 1.17
done

Reassigning to form module - please remove following helpIDs:
org.netbeans.modules.form.FormDataObject
org.netbeans.modules.form.FormObjectProperties

and reassign to html module to remove:
org.netbeans.modules.html.HtmlLoader.Obj

Comment 13 Jan Stola 2004-09-02 17:13:41 UTC
The mentioned help IDs has been removed => reassigning to html module.
Comment 14 Martin Grebac 2004-09-15 14:56:40 UTC
Html help id has been removed:
http://html.netbeans.org/source/browse/html/src/org/netbeans/modules/html/HtmlDataObject.java.diff?r1=1.18&r2=1.19

I think this was the last one, so marking as fixed.