Replies: 3 comments 2 replies
-
Avalonia 0.10.999 support is available via https://github.com/AvaloniaUI/AvaloniaEdit/tree/dev |
Beta Was this translation helpful? Give feedback.
1 reply
-
Is support for Avalonia 11.0.0 Preview1 planed ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Would it be possible to get a new preview release of AvaloniaEdit with the Avalona 11 preview 6 changes? (i looked in the avalonia nightly feed, and didn't anything up to date in there) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to get AvaloniaEdit running on latest Avalonia nightly builds, and noticed there wasn't any support, so I made some updates to get it working, it's in this branch.
In the meanwhile I noticed there's a
feature/TextFormatterPort
branch, so probably my work won't be of much help anyway, just wanted to let you know.Also, didn't check if it's fixed in the
feature/TextFormatterPort
branch, but there's a bug with hovering text which shows normal cursor instead of text one, but this seems to be a bug of the new Avalonia compositor, because using.With(new Win32PlatformOptions() { UseCompositor = false })
works fine.Beta Was this translation helpful? Give feedback.
All reactions