Writing javadoc comments including Arabic and English text Follow
It is possible to use complex text as javadoc comments in Eclipse.
It's nice to see it in Intellij IDEA. How can I do that?
It is in Eclipse and it's correct:
/**
* هذا تابع function که می تواند عملیات زیر را انجام دهد.
*/
It is in IntelliJ and it's wrong:
/**
* هذا تابع function که می تواند عملیات زیر را انجام دهد.
*/
Please sign in to leave a comment.
Hi,
At the moment IDE doesn't support RTL. As you already know, there is the issue about it: http://youtrack.jetbrains.com/issue/IDEABKL-5810
You can subscribe for updates of this issue.