jacobslusser / ScintillaNET

A Windows Forms control, wrapper, and bindings for the Scintilla text editor.
MIT License
963 stars 243 forks source link

Avalonia UI support #521

Open kwlodarczyk opened 2 years ago

kwlodarczyk commented 2 years ago

Hello,

Is there a chance to run Scintilla.NET on .NET core and Avalonia UI?

VPKSoft commented 2 years ago

I don't know if Avalonia has a corresponding "wrapper" for WindowsFormsHost. Anyhow using the Scrintilla.NET would make the Avalonia software platform-dependendent, so the short answer is no. The Scintilla control supports Win32, macOS and Linux with GTK. So it would probably be possible to write a Avalonia UI control for Scintilla. There are other options: