Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
TransVis_1.0.2.zip | 2013-08-11 | 5.3 MB | |
readme.txt | 2012-02-01 | 968 Bytes | |
TransVis_1.0.1.zip | 2012-02-01 | 5.3 MB | |
TransVis_1.0.0.jar | 2011-08-17 | 5.3 MB | |
Totals: 4 Items | 15.9 MB | 0 |
This TransVis tool is rather easy to use. Steps: 1. Put the jar into the plugin folder of your eclipse, and then open your project with Eclipse. 2. Right click on your project and you will see two buttons in your context menus-> "internationalize..." and "externalize...". 3. Press on "internalize...", then wait for the progress bar to finish, close the bar. Now, all the need-to-externalize constant strings are extracted. 4. Press on "externalize...", then a constant string list will show up. 5. For each string in the list, click on it, a dependence graph showing how it flows to the GUI and how it is concatenated with other strings will show up. 6. When you make up your mind to externalize the string, click on the red box in the graph that corresponding to the string, the eclipse editor will jump to the location of the string in the source code. All will be done in several clicks! Note: Please make sure that the eclipse folder is writable.