2017-04-04 89 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

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