AvalonEdit 4.3.1.9430
See the version list below for details.
Install-Package AvalonEdit -Version 4.3.1.9430
dotnet add 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 |
---|---|
.NET Framework | net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
This package has no dependencies.
NuGet packages (44)
Showing the top 5 NuGet packages that depend on AvalonEdit:
Package | Downloads |
---|---|
ShowMeTheXAML.AvalonEdit
AvalonEdit style for the ShowMeTheXAML XamlDisplay control. |
|
SharpDevelopCodeCompletion
Code Completion for Avalon Editor from SharpDevelop http://www.icsharpcode.net/OpenSource/SD/ |
|
Gemini.Modules.CodeEditor
CodeEditor module for Gemini, providing a syntax-highlighted code editor using AvalonEdit. |
|
Orc.CsvTextEditor
Csv text editor library. |
|
Stride.Assets.Presentation
Package Description |
GitHub repositories (54)
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.
|
|
HandyOrg/HandyControl
Contains some simple and commonly used WPF controls
|
|
stride3d/stride
Stride Game Engine (formerly Xenko)
|
Version | Downloads | Last updated |
---|---|---|
6.1.3.50 | 62,986 | 12/28/2021 |
6.1.2.30 | 103,301 | 6/1/2021 |
6.1.1 | 51,564 | 3/15/2021 |
6.1.0 | 18,498 | 3/8/2021 |
6.1.0-preview1 | 57,833 | 9/7/2020 |
6.0.1 | 640,195 | 12/30/2019 |
6.0.0 | 130,081 | 9/24/2019 |
6.0.0-rc1 | 3,230 | 9/5/2019 |
6.0.0-preview1 | 8,605 | 7/23/2019 |
6.0.0-netcore3p4alpha1 | 8,763 | 5/5/2019 |
5.0.4 | 575,778 | 10/14/2017 |
5.0.3 | 520,820 | 5/18/2016 |
5.0.2 | 1,278,744 | 11/14/2014 |
5.0.1-pre | 2,460 | 6/28/2014 |
4.4.2.9744 | 613,111 | 5/1/2014 |
4.4.1.9739 | 1,517 | 4/30/2014 |
4.4.0.9727 | 9,517 | 1/23/2014 |
4.3.1.9430 | 143,150 | 4/2/2013 |
4.3.0.9390 | 4,048 | 3/9/2013 |
4.2.0.8783 | 13,843 | 5/12/2012 |
4.1.0.8000 | 7,293 | 9/24/2011 |
4.0.0.7070 | 12,418 | 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.