公告
财富商城
积分规则
提问
发文
2020-06-09 04:23发布
叛逆
Copy and Paste String (Persian, Arabic) in PHPStorm is Wrong
my string is: به نام خداوند بخشنده مهربان
Describe In image:
How can this problem be solved?
In the install directory, in the file bin/idea.properties, add one of the following:
bin/idea.properties
editor.new.rendering=true
editor.disable.rtl=true
最多设置5个标签!
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.