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 21140

Summary: I18N help ids needed
Product: java Reporter: John Jullion-ceccarelli <johnjullion>
Component: I18NAssignee: issues@java <issues>
Status: CLOSED FIXED    
Severity: blocker CC: jchalupa, pkeegan, pzavadsky, rohitgheyi
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 21569    

Description John Jullion-ceccarelli 2002-03-04 16:52:53 UTC
In Tools | Options | Internationalization Settings | Expert tab, the dialog 
boxes for each of the four "Format" properties need their own help IDs.
Comment 1 _ pkuzel 2002-03-05 10:27:04 UTC
Do you really need a help ID per customizer invocation? Logic is
always the same, you construct an expression. You can use some
"templates" that are evaluated dynamicaly.

Purpose of each dialog invocation can be understood from help for
particular property. Do we need to duplicate the property help in the
customizer help (having four copies of general customizer usage desc)?
Comment 2 John Jullion-ceccarelli 2002-03-05 13:53:14 UTC
You're probably right, one page could describe each of these setting. 
But right now the dialog uses the same help ID as the Replace Code 
Format Editor from the i18n wizards (internation.custom). Need to 
have this dialog look up a different ID when it is called from inside 
Tools | Options.
Comment 3 _ pkuzel 2002-03-05 14:56:30 UTC
John do you mean Internalization Wizard step 3 in advanced mode? Could
not be specifics help again a part of the panel help.
Comment 4 John Jullion-ceccarelli 2002-03-05 15:03:43 UTC
The Replace Code Format Editor can be accessed from the dialog box 
you get when you click the ... on Step 3 of the Internationalization 
Wizard, also when you click Format in the Insert Internationalized 
String dialog box, in the Internationalize dialog box, etc. 

I think this is pretty different from the function this dialog box 
plays in the Options window. Please give the dialog a different help 
ID when called from the Options window. Thanks.
Comment 5 _ pkuzel 2002-04-09 19:36:38 UTC
/cvs/usersguide/javahelp/org/netbeans/modules/usersguide/Map.jhm
new revision: 1.75; previous revision: 1.74

/cvs/i18n/src/org/netbeans/modules/i18n/Bundle.properties
new revision: 1.60; previous revision: 1.59

/cvs/i18n/src/org/netbeans/modules/i18n/HelpStringCustomEditor.java
new revision: 1.12; previous revision: 1.11

/cvs/i18n/src/org/netbeans/modules/i18n/I18nUtil.java
new revision: 1.20; previous revision: 1.19

/cvs/i18n/src/org/netbeans/modules/i18n/PropertyPanel.java
new revision: 1.17; previous revision: 1.16

/cvs/i18n/src/org/netbeans/modules/i18n/java/JavaReplacePanel.java
new revision: 1.8; previous revision: 1.7

/cvs/i18n/src/org/netbeans/modules/i18n/wizard/Bundle.properties
new revision: 1.18; previous revision: 1.17

FIXED, ready for 3.3.2 process. Peter could you review it. Thank you.
Comment 6 John Jullion-ceccarelli 2002-04-10 10:59:40 UTC
Verified that this works in trunk and takes care of issue 
21569 as well. Thanks.
Comment 7 Peter Zavadsky 2002-04-10 13:30:49 UTC
Reviewed, the fix seems to be fine.
Comment 8 _ pkuzel 2002-04-10 15:04:05 UTC
merged into orion_fcs
Comment 9 Quality Engineering 2003-07-01 09:52:47 UTC
Resolved for 3.4 or earlier, no new info since then -> closing.
Comment 10 Ralph Ruijs 2011-08-30 13:19:25 UTC
*** Bug 201154 has been marked as a duplicate of this bug. ***