2017-04-04 42 views

回答

0

使用此链接这里 按照说明安装

安装插件,你是好去。

Package for bidirectional text support

确保你已经正确地完成安装。

Copy the plugin folder to the following path 
C:\Users\USERNAME\AppData\Roaming\Sublime Text 3\Packages\ 

Copy unicodedata.pyd from ST installation directory to both, 
the main plugin folder which in your case is Sublime-Text-3- 
BIDI-master and inside bidi folder. 

Set your sublime user-settings to the following: 

{ 
"font-face": "arial", 
    "font_size": 11, 
    "default_encoding": "UTF-8", 
    "fallback_encoding": "Arabic (Windows 1256)" 
} 

通过查看rtl.py和保存

+0

我用这个插件重新加载插件,并支持** **辅音脚本,以及在投稿的图像显示。我的问题是关于显示元音,以及何时显示元素。你能提供一些建议吗? – MaoShuge

+0

检查编辑的答案。希望能帮助到你。 –

+0

您是否找到解决方案了? –