在PHPStorm中复制和粘贴字符串(波斯语,阿拉伯语)是错误的 [英] Copy and Paste String (Persian, Arabic) in PHPStorm is Wrong

查看:314
本文介绍了在PHPStorm中复制和粘贴字符串(波斯语,阿拉伯语)是错误的的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

PHPStorm中的复制粘贴字符串(波斯语,阿拉伯语)错误

我的字符串是:

在图片中描述:

如何解决这个问题?

解决方案

在安装目录的文件bin/idea.properties中,添加以下内容中的一个:

  • editor.new.rendering=true
    使用具有rtl支持的新渲染引擎.自PhpStorm 2016.1起这是默认设置.
  • editor.disable.rtl=true
    这只是一种解决方法:字符只会从左到右显示.

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:

  • 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.

这篇关于在PHPStorm中复制和粘贴字符串(波斯语,阿拉伯语)是错误的的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆