Skip to content

ktwrd/kate.ScintillaNETEto

 
 

Repository files navigation

Scintilla.NET.Eto

A port of Scintilla.NET to Eto.Forms as cross-platform control.

.NET NuGet Linux Release .NET NuGet Shared Release .NET NuGet Windows Release Linux and Windows .NET Core

Nuget Nuget Nuget Nuget Nuget Nuget

Current Support:

  • Gtk / Linux
  • Wpf or WinForms / Windows The macOS part will probably not be created by me as I have no exprerience of how to use those Cocoa Objective C controls in .NET framework. Hopefully someone can help with that.

The code base of this project is based on the Scintilla.NET WinForms implementation. The API is not fullu compatible as some of the members have been renamed due typos, etc.

To run the test application (Linux / Windows):

git clone https://github.com/VPKSoft/Scintilla.NET.Eto.git
cd Scintilla.NET.Eto
dotnet run TestApplication.sln
dotnet run --project TestApplication/TestApplication.csproj

The version: The package versioning is semantic except the fourth number indicates the native Scintilla control. E.g. 5320 → 5.3.2.0.

Linux, GTK:

image

Windows (Eto.Wpf):

image

Thanks to

  • JetBrains for their open source license(s).

JetBrains Logo (Main) logo

About

A port of Scintilla.NET to Eto.Forms as a cross-platform control.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.6%
  • Vim Snippet 0.4%