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

Summary: Tools/Internationalization/Internationalize should add // NOI18N
Product: java Reporter: Tim Lebedkov <lebedkov>
Component: I18NAssignee: Ralph Ruijs <ralphbenjamin>
Status: REOPENED ---    
Severity: normal CC: mmirilovic
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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