realybin

Results 10 comments of realybin

There is a way provided by the wiki, I love it. https://github.com/AvaloniaUI/AvaloniaEdit/wiki/MVVM#create-behaviour

> We should apply this logic inside SetFontRenderingEmSize Thank you for the suggestion, I have applied this, it that ok?

I meet some issues while my mate test this pr. I'm investigating it.

![image](https://github.com/user-attachments/assets/bebbdf15-fe6d-4823-baa9-9ea8931c3cfb) The similar problem occurs with the TextBox in the search box, but this existed before I submitted this pr, and after modifying it, this pr didn't make this function...

https://github.com/wieslawsoltes/Dock/blob/8718432b5577ddd59d283d4e3d38a0dec4d12c31/src/Dock.Avalonia/Controls/DragPreviewControl.axaml#L15 How should we localize this? ![Image](https://github.com/user-attachments/assets/9c653bab-8ba7-4810-b14b-0bbdfbbfa4c1)

I've also noticed this issue, which is present in Avalonia's TextBlock as well.

> 搜索框的输入法定位和预输入仍有问题。 > The positioning and pre-input method of the input method in the search box still have issues. See https://github.com/AvaloniaUI/AvaloniaEdit/pull/489#issuecomment-2665375632 https://github.com/AvaloniaUI/AvaloniaEdit/issues/524#issuecomment-3096018037 This PR may not be related to this...

The original code (AvalonEdit) implement ime is based on win32, I browsed the source code (AvaloniaEdit) and I find that AvaloniaEdit not fully implement the ime specific region. And he...