Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.
/ Scintilla.NET.Eto Public archive

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

License

Notifications You must be signed in to change notification settings

VPKSoft/Scintilla.NET.Eto

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