10

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:

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.

Enteleform
  • 3,753
  • 1
  • 15
  • 30
Arash Yazdani
  • 294
  • 3
  • 18
  • 1
    I checked out **Bidirectional Text**, and don't completely understand what it does. Does it simply reverse the input direction of text, or is there more to it? Try adding 2 GIFs to your question to illustrate the issue. One that demonstrates the original issue without **BT**, and one that shows how you use **BT**. You can use something like [**ScreenToGif**](https://screentogif.codeplex.com/). It might be possible to write an event listener to trigger or recreate **BT**'s functionality. – Enteleform Apr 05 '16 at 05:41

1 Answers1

1

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

Ali Rasouli
  • 1,705
  • 18
  • 25