The WPF-based text editor component used in SharpDevelop
Перейти к файлу
Christoph Wille 30cad99ce9 Exclude multi-threaded test for net80 2023-11-22 10:54:24 +01:00
.github/workflows Add .NET 8 SDK 2023-11-22 07:28:21 +01:00
BuildTools
Documentation
ICSharpCode.AvalonEdit Fix warnings for exceptions 2023-11-22 07:33:35 +01:00
ICSharpCode.AvalonEdit.Sample Replace net7 target with net8 target 2023-11-22 07:16:41 +01:00
ICSharpCode.AvalonEdit.Tests Exclude multi-threaded test for net80 2023-11-22 10:54:24 +01:00
ThirdParty-Highlightings
.editorconfig
.gitattributes
.gitignore Overwrite registered highlightings 2023-02-25 19:30:20 +01:00
ChangeLog.md Prepare 6.3 release 2023-03-19 10:05:53 +01:00
ICSharpCode.AvalonEdit.Documentation.sln
ICSharpCode.AvalonEdit.sln
LICENSE
README.md Add package readme 2022-12-12 13:26:23 +01:00
global.json Replace net7 target with net8 target 2023-11-22 07:16:41 +01:00

README.md

AvalonEdit NuGet Build AvalonEdit

AvalonEdit is the name of the WPF-based text editor in SharpDevelop 4.x "Mirador" and beyond. It is also being used in ILSpy and many other projects.

Downloads

AvalonEdit is available as NuGet package. Usage details, documentation and more can be found on the AvalonEdit homepage

How to build

AvalonEdit is targeting net6.0-windows and net462 TFMs. Because of net6.0-windows you must have the .NET 6.0 SDK installed on your machine. Visual Studio 2022 Community and up is required for working with the solution (global.json will select the proper SDK to use for building for you).

Documentation

Check out the official documentation and the samples and articles wiki page

To build the Documentation you need to install Sandcastle from https://github.com/EWSoftware/SHFB/releases (currently validated tooling is v2021.4.9.0)

The build of the Documentation can take very long, please be patient.

License

AvalonEdit is distributed under the MIT License.

Projects using AvalonEdit

A good place to start are the "top 10" listed under GitHub Usage for the AvalonEdit package on NuGet.

Note: if your project is not listed here, let us know! :)