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 208945 - 'Do not internationalize this string' is not saved
Summary: 'Do not internationalize this string' is not saved
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-28 12:14 UTC by Ralph Ruijs
Modified: 2012-04-17 14:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralph Ruijs 2012-02-28 12:14:12 UTC
The checkbox 'Do not internationalize this string' when changing the text for a jlabel, is not saved if the text is not changed.
Comment 1 Jan Stola 2012-04-17 14:41:23 UTC
Yes, handling of this checkbox is really unfortunate. Its value is remembered even if you don't modify the text. The problem is that no event is fired for this change. Hence, the code is not regenerated if you change the checkbox only. Another negative side effect of the missing event is that undo/redo doesn't affect this checkbox (even if the text was modified together with the value of the checkbox - just the text modifications are undone/redone).