0x7c13 / Notepads

A modern, lightweight text editor with a minimalist design.
https://www.NotepadsApp.com
MIT License
8.72k stars 480 forks source link

[Feature request] The option to disable automatic text direction change. #1243

Open Mehmuod opened 1 year ago

Mehmuod commented 1 year ago

Is your feature request related to a problem? Please describe. I sometimes write some lines in English which is written from left to right but when I go to a new line (press Enter) and write in a language that's written from right to left, Arabic for instance, Notepads identifies that it's a RtL language and change the text direction automatically. I want all the text to be written from left to right whether it's Arabic or English.

Describe the solution you'd like I wish there were a toggle that would turn off automatic shifting of text direction. I know I can change directions manually through ctrl+shift which is how I manage.

ApplicationFrameHost_23-06-20_17-01-48

0x7c13 commented 1 year ago

This is a built-in feature comes with WinRT RichEdit component. Not sure if I can disable it tho.