Community
Participate
Working Groups
Build Identifier: Version: 3.7.1 Build id: M20110909-1335 I use WindowBuilder to design java swing application, i found extremely useful the localization and string externalization buit in feature. I noticed that the Externalize Strings Dialog does not propose as a property for externalization the TitleBorder Text Property : textFieldName.setBorder(BorderFactory.createTitledBorder("A Border Title")); Now, i have to put by hand the Localization Key : textFieldName.setBorder(BorderFactory.createTitledBorder(Messages.getString("MyExtKey.name"))); //$NON-NLS-1$ If the Externalize Strings dialog could detect this kind of properties would be nice :) . Reproducible: Always
Fixed in trunk.
Fixed