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 185636 - Tools/Internationalization/Internationalize should add // NOI18N
Summary: Tools/Internationalization/Internationalize should add // NOI18N
Status: REOPENED
Alias: None
Product: java
Classification: Unclassified
Component: I18N (show other bugs)
Version: 6.x
Hardware: PC All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-06 20:13 UTC by Tim Lebedkov
Modified: 2011-11-28 09:21 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Lebedkov 2010-05-06 20:13:56 UTC
why doesn't it do it?
Comment 1 Marian Mirilovic 2010-05-07 06:16:20 UTC
Hmm, for NB 6.9 :

- invoke Tools | Internationalize | Internationalize over JFrame class
- line 'jCheckBox1.setText("Match Case");' is replaced by '    jCheckBox1.setText(bundle.getString("MATCH CASE")); // NOI18N'
- so ... what's wrong ?
Comment 2 Tim Lebedkov 2010-05-07 18:51:04 UTC
it does not add // NOI18N in source code without .form for NetBeans module projects