ScintillaNET icon indicating copy to clipboard operation
ScintillaNET copied to clipboard

SciLexer.dll update?

Open otykier opened this issue 4 years ago • 2 comments

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!

otykier avatar Jan 15 '21 22:01 otykier

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 😅

VPKSoft avatar Jan 16 '21 06:01 VPKSoft

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

huanlin avatar Jan 24 '21 19:01 huanlin