Reputation: 294
I'm using sublime text v3 and find out there is a problem with persian characters in sublime text, i find the solution by using Bidirectional text package
This is a image of my problem:
But i have to use ctrl+b everytime i typing persian character. Is there anyway that make Bidirectional text automaticly run on the codes and don't use ctrl+b everytime ?
Thanks.
Upvotes: 10
Views: 2947
Reputation: 1911
download this package:https://github.com/HosseinRashno/Sublime-Text-2-BIDI
then extract to sublime text package folder(in sublime text go to preference menu then click browse packages and extract package in to it)
exit from sublime text and run it again
write bidi text(etc persian or others) and right click and select bidi text.
and then it's work.
source:https://github.com/HosseinRashno/Sublime-Text-2-BIDI
Upvotes: 1