Copy and Paste String (Persian, Arabic) in PHPStorm is Wrong

和自甴很熟 提交于 2019-12-04 16:29:29

问题


Copy and Paste String (Persian, Arabic) in PHPStorm is Wrong

my string is: به نام خداوند بخشنده مهربان

Describe In image:

How can this problem be solved?


回答1:


In the install directory, in the file bin/idea.properties, add one of the following:

  • editor.new.rendering=true
    Use the new rendering engine which has rtl support. This is default since PhpStorm 2016.1.
  • editor.disable.rtl=true
    This is only a workaround: characters will simply appear left-to-right instead.


来源:https://stackoverflow.com/questions/25851308/copy-and-paste-string-persian-arabic-in-phpstorm-is-wrong

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!