jacobslusser / ScintillaNET

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

SciLexer.dll update? #500

Open otykier opened 3 years ago

otykier commented 3 years ago

Just out of curiosity, is it possible to update SciLexer.dll to a newer version than the 4.1.2 version that ships with Scintilla.NET? Specifically, I'm interested in the Win32 IME bugfixes in some of the later versions.

Thanks!

VPKSoft commented 3 years ago

Hi, As you can see, the previous change in this repository is at Oct 31, 2018 - I forked this repository, refactored, re-structured it and made it possible to be used in a NET Core application also. From your idea with ten minutes of "testing" the new version is now at 4.4.6. The package goes by the name of unofficial.ScintillaNET. Ps. I also have a PR of all the changes back to this repository if it revives 🙂 Now I have about ten of those packages depending of this package to update 😅

huanlin commented 3 years ago

I'm adding .NET 5.0 support and creating my own version of ScintillaNET. It also used SciLexer.dll 4.6.6 as @VPKSoft mentioned. To view changes: https://github.com/huanlin/ScintillaNET/blob/master/CHANGELOG.md