AvalonEditB 1.7.0
.NET 7.0
This package targets .NET 7.0. The package is compatible with this framework or higher.
.NET Framework 4.7.2
This package targets .NET Framework 4.7.2. The package is compatible with this framework or higher.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package AvalonEditB --version 1.7.0
NuGet\Install-Package AvalonEditB -Version 1.7.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AvalonEditB" Version="1.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AvalonEditB --version 1.7.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AvalonEditB, 1.7.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AvalonEditB as a Cake Addin #addin nuget:?package=AvalonEditB&version=1.7.0 // Install AvalonEditB as a Cake Tool #tool nuget:?package=AvalonEditB&version=1.7.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
AvalonEditB
AvalonEditB is a fork of a AvalonEdit with some small modifications like:
- Search-and-Replace functionality taken and adapted from PR 99
- Block Selection with middle mouse button (like in VS code)
- Some private properties exposed as public
Documentation
Check out the original original documentation and the samples and articles wiki page.
License
AvalonEditB is also distributed under the MIT License.
Changelog
1.7.0
- bring in changes from Avalonedit 6.3.0
- support all FontWeights and stylistic set 1 in xshd syntax highlighting
1.6.0
- show count in search
- fix typos
1.5.1
- net7.0
- bring in changes from Avalonedit repro up till Dec 2022
- fix typos
1.4.1
- bring in changes from Avalonedit repro up till July 2022
1.4.0
- bring in changes from Avalonedit 6.1.3
1.3.0
- target net6.0 and net472
1.2.0
- Revert to original sorting in completion list.
- Improve Error messages of TextSegment.
- All relevant commits up to release 6.1.2 of AvalonEdit are included.
1.0.0
- All relevant commits up to release 6.1.1 of AvalonEdit are included.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0-windows7.0 is compatible. net8.0-windows was computed. net9.0-windows was computed. |
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.7.2
- No dependencies.
-
net7.0-windows7.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AvalonEditB:
Package | Downloads |
---|---|
AvalonLog
A fast and thread-safe WPF text viewer for colored text. Including F# printf formatting. Based on AvalonEdit |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.4.0 | 826 | 9/11/2024 |
2.3.0 | 156 | 6/10/2024 |
2.2.0 | 389 | 10/29/2023 |
2.1.0 | 210 | 9/10/2023 |
2.0.0 | 226 | 7/27/2023 |
1.8.0 | 223 | 5/29/2023 |
1.7.1 | 209 | 4/29/2023 |
1.7.0 | 208 | 4/22/2023 |
1.6.0 | 435 | 1/8/2023 |
1.5.1 | 325 | 12/17/2022 |
1.5.0 | 331 | 12/17/2022 |
1.4.1 | 483 | 8/6/2022 |
1.4.0 | 500 | 3/26/2022 |
1.3.0 | 9,578 | 12/11/2021 |
1.2.0 | 371 | 10/19/2021 |
1.0.0 | 436 | 7/21/2021 |
- support all FontWeights and stylistic set 1 in xshd syntax highlighting