Petteri Kautonen

Results 4 issues of Petteri Kautonen

```cs private void sctTest_CallTipClick(object sender, CallTipClickEventArgs e) { if (e.CallTipClickType == CallTipClickType.UpArrow) { // do something with it.. } } ``` Hopefully this great project is "still in active development"!...

* Add .NET 5 support * Add .NET Core 3.1 support * Change the Scintilla package to a different source which is maintained.

Adds support for [Scintilla.NET](https://github.com/VPKSoft/ScintillaNET) which uses Scintilla 5-series control. The project uses linked files, but the tester is copy / pasted.

[✔️] There is an associated issue that is labelled 'Bug' or 'help wanted' or is in the Community milestone [ ✔️] Code is up-to-date with the `main` branch [❌] You've...