How to quickly open othe languages in message resources?
i don't use "Resource Bundle" tab
I simply edit text file MessageResources_ru.properties
f.e. my cursor is on the line:
ERROR.ACCESS_DENIED=Access denied!
and now i want to open the same resource "ERROR.ACCESS_DENIED" in other languages
but how?
now, i do these disgusting steps:
1) select and copy string "ERROR.ACCESS_DENIED"
2) open other resource file with "ctrlshiftN"
3) find resource with "ctrlf" "ctrlv" "enter"
if ctrl+click works in this file it would be great!
ctrlshifti also would be great! - now there's no combobox there
all works fine when ctrl_click ion resource in jsp-file
appears dialog with combobox off all resource-tranlation files
请先登录再写评论。
Hello Mishael,
I think Alt-F7 should work.
-tt
no, it doesn't work
it shows files with usages, not with definitions/translations
Hello Mishael,
I misunderstood, I though you wanted to navigate to the usages.
I don't know of any "nice" way to do it, but the following is probably easier at least.
1) Copy property name
2) Alt-F1 and enter
3) Ctrl-shift-f, paste property and enter
4) That should find a list of all resource files which contain that property name, as long as they are located in the same location in your project.
Hello Mishael,
I asked a similar question a while back (http://www.intellij.net/forums/thread.jspa?messageID=5186567�).
Since there was no reply to it, I think there's no way to easily do what
you need.
I'll enter a few JIRA requests, maybe they'll get implemented at some point.
Best,
Andrei
M> no, it doesn't work
M> it shows files with usages, not with definitions/translations
please, post urls to that requests here, i'll vote for these features
thanks
after that alt+3 shows all translations
to all appearance, it's the best method