AvalonEdit 4.3.1.9430
See the version list below for details.
dotnet add package AvalonEdit --version 4.3.1.9430
NuGet\Install-Package AvalonEdit -Version 4.3.1.9430
<PackageReference Include="AvalonEdit" Version="4.3.1.9430" />
paket add AvalonEdit --version 4.3.1.9430
#r "nuget: AvalonEdit, 4.3.1.9430"
// Install AvalonEdit as a Cake Addin #addin nuget:?package=AvalonEdit&version=4.3.1.9430 // Install AvalonEdit as a Cake Tool #tool nuget:?package=AvalonEdit&version=4.3.1.9430
AvalonEdit is the WPF-based text editor used in SharpDevelop. There are two builds of AvalonEdit included in this package. One that targets .NET 4.0 and one that targets .NET 3.5.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (113)
Showing the top 5 popular GitHub repositories that depend on AvalonEdit:
Repository | Stars |
---|---|
icsharpcode/ILSpy
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
|
|
QL-Win/QuickLook
Bring macOS “Quick Look” feature to Windows
|
|
RicoSuter/NSwag
The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
|
|
stride3d/stride
Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
|
|
HandyOrg/HandyControl
Contains some simple and commonly used WPF controls
|
Version | Downloads | Last updated |
---|---|---|
5.0.2 | 15,486 | 11/14/2014 |
5.0.1-pre | 639 | 6/28/2014 |
4.4.2.9744 | 8,274 | 5/1/2014 |
4.4.1.9739 | 192 | 4/30/2014 |
4.4.0.9727 | 4,131 | 1/23/2014 |
4.3.1.9430 | 11,414 | 4/2/2013 |
4.3.0.9390 | 845 | 3/9/2013 |
4.2.0.8783 | 5,539 | 5/12/2012 |
4.1.0.8000 | 2,442 | 9/24/2011 |
4.0.0.7070 | 1,035 | 1/16/2011 |
AvalonEdit 4.3 adds support for input method editors (IME); and fixes a major bug that sometimes caused "InvalidOperationException: Trying to build visual line from collapsed line" when updating existing foldings.
AvalonEdit 4.3.1 fixes a bug in IME support - we did not properly re-enable the IME if it was disabled by another WPF control.