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

Key: IDEABKL-4739
Type: Usability Problem Usability Problem
Status: Open Open
Priority: Normal Normal
Assignee: Unassigned
Reporter: Alexey Efimov
Votes: 0
Watchers: 0
Available Workflow Actions

Mark as Stalled
Operations

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

Externalization of string used bad Extression but default

Created: 26 Dec 05 21:29   Updated: 10 Nov 06 01:23
Component/s: Editor. Editing Text
Affects Version/s: None
Fix Version/s: None

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

Build: 4,089


 Description  « Hide
The i externalize string, IDEA by defult used expression like:
zzz.message("", Arrays.asList(args),new Integer(args.length))

My template is:
${RESOURCE_BUNDLE}.message("${PROPERTY_KEY}", $PARAMETERS$)

In preview shown:
zzz.message("", Arrays.asList(args),new Integer(args.length)).message("", Arrays.asList(args),new Integer(args.length))

So, the expression is only value for ${RESOURCE_BUNDLE} variable. Please rename it in Dialog:
Resource bundle expression -> Resource bundle class.

And keep typed class for chosed resource bundle in combobox. The i choose resource bundle from combobox, please restore my class, previously typed here, cos this class is used to retrieve properties values.



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