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 158355 - Lower granularity of NOI18N
Summary: Lower granularity of NOI18N
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: I18N (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-11 05:31 UTC by pepeio
Modified: 2011-11-28 09:21 UTC (History)
0 users

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 pepeio 2009-02-11 05:31:28 UTC
Sometimes, now a whole line has to be marked as NOI18N.
//NOI18N can be moved away from a splitted line of code if reformated (automatically or not) thus loosing all interest.
Internationalization wizard whould be able to take in account for /* NOI18N */ comment after a String so that it skips
this particular string.