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 78206 - Matisse Update Pack: not easy to understand when "Automatic Internationalization" works
Summary: Matisse Update Pack: not easy to understand when "Automatic Internationalizat...
Status: RESOLVED WONTFIX
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2006-06-17 16:42 UTC by Masaki Katakai
Modified: 2012-06-06 14:23 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 Masaki Katakai 2006-06-17 16:42:52 UTC
NB: 5.0 + "Matisse Update Pack for NetBeans 5.0"
OS: all

Matisse Update Pack: not easy to understand when "Automatic
Internationalization" works

It seems that "Automatic Internationalization" works (update .form)
when checkbox is just turned on and which is not easy for understanding.

I was thinking that it always works when I selected "Automatic
Internationalization" and whenever gui component is dropped.
Current behavior is,

1. Start IDE
2. Create a project
3. Put form
4. turn "Automatic Internationalization" to on
5. drop a button

	.form and Bundle.properties is not updated.

6. try preview

	.form and Bundle.properties is not updated.

7. try build

	.form and Bundle.properties is not updated.

8. turn "Automatic Internationalization" to off, then turn it to on again

	.form and Bundle.properties is not updated for button

Is this correct behavior? If so, it's not easy for understanding. Shouldn't
we provide more shorcut menu or button, other than properties window,
to active the "Automatic Internationalization" feature??
Comment 1 Jana Maleckova 2006-07-31 11:52:06 UTC
version changed from dev to 5.0
Comment 2 Tomas Pavek 2006-08-11 15:39:59 UTC
A menu for switching the auto internationalization is worth considering (or some
other more visible presentation), however the logic would remain the same. I
don't understand what's not easy: When it is turned on, it internationalizes all
strings in given form, and since then it makes sure all strings set by the user
are internationalized. It just does not internationalize the default text of
newly added components - that's not needed.
Comment 3 Tomas Pavek 2012-06-06 14:23:34 UTC
Closing an old issue, the things described here changed since then...