History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-25845
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Nikolay Chashnikov
Reporter: Gaetan Zoritchak
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Change default property key name for String with spaces

Created: 08 Feb 08 17:37   Updated: 09 Apr 08 12:15
Component/s: GWT Support
Fix Version/s: Diana Final

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 7,590


 Description  « Hide
If you have the following String in the code :

three.words.message

Idea propose the propose "three.words.message" as the key for the I18n which result in an annotation on the interface :

/**
*@gwt.key three.words.message
*/
String threeWordsMessage();

Changing the the default message key in threeWordsMessage would generate cleaner constants interfaces.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.