Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completion doesn't work with Avalonia 11.2.0 #460

Open
NickRimmer opened this issue Nov 2, 2024 · 1 comment
Open

Completion doesn't work with Avalonia 11.2.0 #460

NickRimmer opened this issue Nov 2, 2024 · 1 comment

Comments

@NickRimmer
Copy link

OS: Windows 11
Avalonia: 11.2.0
AvaloniaEdit: 11.1.0

It stop working for me when I updated Avalonia and Editor to latest. To verify the issue,

  • I created empty project,
  • added required editor styles to App.
  • Then in MainWindow I added Editor
  • And just copied completion example from Editor Demo project

image
image

Expected result to see list of items for completion, but shows list with empty items. They are selectable and completion works, but list items without text

image

@NickRimmer
Copy link
Author

NickRimmer commented Nov 2, 2024

I found similar issue #449, it is marked as fixed, but problem still exists.

Quick solution is to update MyCompletionData from DEMO project like this

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant