[ANN] Google-Translate Plug-in version 1.0.5 Follow
Google-Translate Plug-in version 1.0.5 is available for download
using IDEA's internal Plugin Manager or directly from the IDEA plug-ins
website at http://plugins.intellij.net/plugin/?id=1460.
Update:
1. Added Translation Preview feature. Select the text for preview and then intention icon will appear. Or press
"Alt-Enter" key combination to force the intention. Another way is to click on "Translation Preview" item
in editor pop-up.
2. Removed deprecated code.
How to use it in side IDEA editor:
1. In editor select the part to be translated;
2. Select "Translate" item from the editor popup menu;
3. (hidden) "translate.google.com" web site (service) will perform actual translation;
4. Response from the service will be inserted in place of your selection.
--
Alexander Shvets
shvets_alexander@yahoo.com
Please sign in to leave a comment.
Alexander, can you implement word translation in caret, find the word at caret and translate it. Now we should select the word(Ctrl+W), then select translate.
Why don't you do: Ctrl-W, then Alt-Enter (to force the intention)?
Alexander.
This still doesnt work for english to arabic. it shows a blank.
Try to test it on
http://translate.google.com
If it doesn't work there, I cannot help.
Alexander.
It does work there:
http://translate.google.com/translate_t?langpair=en|ar&text=test
Hani,
is translation not working or translation preview?
Alexander.
Neither. Try it yourself, write the word 'test' in a file then pick english to arabic.
It works for me. It does not work in preview - I can see squares instead of letters. Are you behind firewall? If yes, set up it correctly for Intellij IDEA.
Alexander.
No, I'm not behind a firewall. I think I know enough to know how to make sure my outgoing networking works, don't you think?
Translations in other languages work fine for me. Just Arabic does not.
You are right. This is R2L language (not L2R) :-). Check for 1.0.6.
Best wishes,
Alexander.