AvaloniaUI / AvaloniaEdit

Avalonia-based text editor (port of AvalonEdit)
MIT License
746 stars 148 forks source link

RTL issue when FlowDirection set to RightToLeft #401

Open adirh3 opened 7 months ago

adirh3 commented 7 months ago

When using RTL text with FlowDirection = FlowDirection.RightToLeft the text is displayed inversed. How it should look (works with TextBox) - image

How it is with TextEditor - image

To reproduce -

<ave:TextEditor Text="בדיקה בעברית" FlowDirection="FlowDirection.RightToLeft" />

Thanks!

danipen commented 7 months ago

Cc @Gillibald

Gillibald commented 7 months ago

Looks like VisualLines have a mirror transform applied

adirh3 commented 7 months ago

FYI it happens with English text as well, it just flips everything I guess

Mop1398 commented 2 months ago

we currently are working on some RTL project and tried to use AvaloniaEdit in that matter . @adirh3 i recommend you check up the RTL branch of https://github.com/ablibrary-net/AvaloniaEdit . we might aswell PR if it feels stable .

current issues in our RTL branch :