Bug 183334 - [nls tooling][quick assist] Internalize NLSed string
Summary: [nls tooling][quick assist] Internalize NLSed string
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Deepak Azad CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-20 04:25 EDT by Benno Baumgartner CLA
Modified: 2011-10-01 06:27 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benno Baumgartner CLA 2007-04-20 04:25:30 EDT
I20070417-0800

Given something like:
newButton.setText(WorkingSetMessages.SomeKey);

I would like to be able to select 'SomeKey' and then
1. Ctrl-1
2. Internalize

This would be a shortcut for
1. Source>Externalize Strings...
2. Find the key in the table
3. Internalize
4. Finish