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 138994 - Refactoring Improvements for i18n module
Summary: Refactoring Improvements for i18n module
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: I18N (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Ralph Ruijs
URL: http://rajathshanbag.blogspot.com
Keywords:
: 138993 144690 144691 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-07-04 05:20 UTC by rajath
Modified: 2011-11-28 09:21 UTC (History)
0 users

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 rajath 2008-07-04 05:20:03 UTC
*.properties file of every project must be synced effectively with the source. Say I have a file named Foo.java inside a
project that contains a properties file named abc.properties. Assume that I have internationalized most of the Hard
coded strings in Foo.java whose corresponding key-value pairs are placed in *.properties file. I deleted few of the Hard
coded strings from Foo.java. But my abc.properties file doesn't reflect that change. It may soon lead me to confusion if
I have several key-value pairs in properties file.

Suggested Solution: It'd be better if my abc.properties could dynamically reflect the changes I made to my Foo.java
file. Life would have been much better for people like me. When few strings are deleted from the original Source file,
User must right click inside the editor and he should see an option like "Sync" and when clicked on it properties file
should change accordingly.
Comment 1 Tomas Pavek 2008-07-07 09:40:19 UTC
*** Issue 138993 has been marked as a duplicate of this issue. ***
Comment 2 Tomas Pavek 2008-07-07 09:43:03 UTC
Aren't you actually requesting a feature for finding unused keys in a properties file - issue 32182?
Comment 3 Tomas Pavek 2008-08-21 12:46:25 UTC
Let's keep issue 32182 for unused keys finding and this one for updating references to the properties file when it is moved.
Comment 4 Tomas Pavek 2008-08-21 12:46:47 UTC
*** Issue 144690 has been marked as a duplicate of this issue. ***
Comment 5 Tomas Pavek 2008-08-21 12:47:32 UTC
*** Issue 144691 has been marked as a duplicate of this issue. ***