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 236199 - Internationalization F1 topics missing
Summary: Internationalization F1 topics missing
Status: NEW
Alias: None
Product: usersguide
Classification: Unclassified
Component: IDE (show other bugs)
Version: 7.4
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Kenneth Ganfield
URL:
Keywords:
Depends on: 236200
Blocks:
  Show dependency tree
 
Reported: 2013-09-20 14:42 UTC by Kenneth Ganfield
Modified: 2013-09-20 16:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot of Message Format Arguments dialog box (23.05 KB, image/png)
2013-09-20 16:03 UTC, Kenneth Ganfield
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Ganfield 2013-09-20 14:42:07 UTC
1. Open Java project
2. Choose Tools > Internationalization > Internationalization Wizard
3. Click Help button

The wizard has 4 panels.
Currently all 4 panels have the same help id:
internation.wizard

Currently no topic is mapped to that id.
Need 3 additional topics for the other pages of the wizard.

+++++++

1. Open Java project
2. Choose Tools > Internationalization > Internationalization Test Wizard
3. Click Help button

The wizard has 3 panels.
Currently all 3 panels have the same help id:
internation.testing

Currently no topic is mapped to that id.
Need 2 additional topics for the other pages of the test wizard.


+++++++

1. Open Java project
2. Select java file
3. Choose Tools > Internationalization > Internationalize to open Internationalize dialog box
4. Click Help button

No help topic is mapped to the following id:
internation.autoinsert

5. Click Format to open Replace Code Format Editor.
6. Click Help button

No help topic is mapped to the following id:
i18n.pe.replacestring

7. Click Arguments to open Message Format Arguments dialog box (see attachment).
8. Click Help button

No help topic is mapped to the following id:
internation.addparams

+++++++

1. Open Java project
2. Select java file
3. Choose Tools > Internationalization > Insert Internationalized String to open Insert Internationalized String dialog box
4. Click Help button

No help topic is mapped to the following id:
org.netbeans.modules.i18n.InsertI18nStringAction
Comment 1 Kenneth Ganfield 2013-09-20 16:03:22 UTC
Created attachment 140313 [details]
screenshot of Message Format Arguments dialog box