+Starting in v8.6.1, Text Direction is set as a per-file option rather than a "global" option; it was a "global" option, applying to all files, before this version. The RTL state will be stored in the [Session](../session/) file as the `RTL="no"` or `RTL="yes"` attribute for each file in the session; if you manually edit your session file (and restart), for files with `RTL="yes"`, you can add in another attribute `editZoneRTL="no"` in order to tell Notepad++ to display in RTL mode but to have the "edit zone" in the editor be LTR, which may be helpful in certain situations. RTL mode does not work with the **[Preferences > MISC](./preferences/#misc) > Use Direct Write** option, and if you have that option checkmarked, Notepad++ will pop up a dialog informing you that you'll have to change that setting and restart Notepad++ before you can activate RTL mode.
0 commit comments