Right to left support (Hebrew) in IntelliJ Community Edition

Is there a plugin or easy way to write from right to left in IntelliJ Community Edition? Maybe a hack that developers use? I am writing a Hebrew application for Android and it is very difficult to write resource files.

+7
intellij-idea right-to-left
source share
3 answers

The steps to eliminate it are apparently taken for the Idea 15, currently (August 2015) with early access.

See this comment: https://youtrack.jetbrains.com/issue/IDEABKL-5810#comment=27-1015891 You need to add the line editor.new.rendering=true to your idea.properties file for it to work.

I just tested it and it seems to work very well, but this is early access.

+4
source share

I encountered the same problem here, I am trying to write Persian applications in intellij and it is really annoying!
I kind of use a hack to solve the problem. I edit everything in intellij except the string.xml file. I am editing this file with other editors who have no problems with rtl languages. This is not an ideal solution, but its much better! I use an IDE bracket. This is a very simple development environment for developing web applications, and it also works with rtl languages.

+3
source share

RTL language editing is not supported by ATM (and without any rating when it will be) - http://youtrack.jetbrains.com/issue/IDEABKL-5810

+2
source share

All Articles