Version: 1.0.1 Support Eclipse Version: 3.3 License: Free GPL Development Status: Alpha Company: Triacon AB
Home Page
Plugin Support
Discussion Forum
Stringextractor
The Stringextractor is an Eclipse plugins that finds all hard-coded strings (strings inside double "", like "cat" and replaces the with an identifier (for example STR_CAT ). This simplifies localization and reduces code size if the same string is used multiple times thru the code.
Installation:
Copy the jar file to your eclipse plugins folder (c:eclipseplugins)
Usage:
Right-click on a folder/project in the Project Explorer view and select "Extract hard coded strings" from the popup.
The "Hard coded strings" view appears listing all hard coded strings. Double-click on each string you want to be replaced. The file "repl.txt" is created in the folder you selected. It contains all string-identifier pairs it has replaced. Added on: 12-Sep-2008