The WPF-based text editor component used in SharpDevelop
Перейти к файлу
Christoph Wille e2bba03d15 Fix NuGet package description on target frameworks. 2021-06-02 07:34:58 +02:00
.github/workflows AvalonEdit 6.1.2 release information 2021-06-01 09:23:53 +02:00
BuildTools Fix indentation and clean up. 2019-07-04 13:02:32 +02:00
Documentation Fix "SHFB(0,0): error BE0071: Unable to locate information for the project framework version '.NET Framework 4.5' or a suitable redirected version on this system. See error number help topic for details." (note: generates a new warning with auto-upgrade to net5.0, this is intentional) 2021-06-01 09:34:38 +02:00
ICSharpCode.AvalonEdit Fix NuGet package description on target frameworks. 2021-06-02 07:34:58 +02:00
ICSharpCode.AvalonEdit.Sample Limit TFMs on sample project - .NET Framework 4.7.2 minimum to be able to import netstandard2.0 properly (no changes to AvalonEdit NuGet TFMs) 2021-06-01 09:14:37 +02:00
ICSharpCode.AvalonEdit.Tests netcoreapp3.0 -> 3.1 instead (LTS) 2021-04-15 18:37:20 +02:00
ThirdParty-Highlightings Add attribution to highlighting definitions coming from #144 2020-02-04 16:20:59 +01:00
.editorconfig Add proper .editorconfig and fix formatting. 2019-07-04 12:07:47 +02:00
.gitattributes
.gitignore Update gitignore 2021-06-01 09:01:04 +02:00
ChangeLog.md AvalonEdit 6.1.2 release change log 2021-06-01 09:25:40 +02:00
ICSharpCode.AvalonEdit.Documentation.sln extra project file for dok 2019-03-24 18:19:15 +01:00
ICSharpCode.AvalonEdit.sln extra project file for dok 2019-03-24 18:19:15 +01:00
LICENSE Fix attribution (cp) 2019-03-25 20:56:00 +01:00
README.md AvalonEdit 6.1.2 release information 2021-06-01 09:23:53 +02:00
global.json Use .NET 5 2021-03-08 16:39:00 +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 net5.0-windows, netcoreapp3.1, net40 and net45 TFMs. Because of net5.0-windows you must have the .NET 5.0 SDK installed on your machine. Visual Studio 2019 16.8 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! :)