jacobslusser / ScintillaNET

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

Status of this project #491

Open xv opened 4 years ago

xv commented 4 years ago

The last commit was pushed in 2018. What is exactly the status of this project? The native Scintilla is not that far off from version 5 while our wrapper release wraps a 3.7.2.

There are plenty of downstream projects that use and rely on the ScintillaNET library, and it would be greatly appreciated to at least communicate and let us know the future of this project. It is completely understandable that life can make one too busy for open source projects like ScintillaNET, but some form of communication is never a bad thing.

Thanks.

VPKSoft commented 4 years ago

The good thing about open source is that you can continue to develop it. Just fork and go. I refactored the source code and published NuGet packages for .NET Framework and .NET Core WinForms applications with an addition to a new event CallTipClick which registers the up / down arrow clicks on call tips. The pull request #486 is still open for merge which also includes the other PRs merged into it. I'll be needing help though - too many projects going on...