AvalonEdit

SharpDevelop 中使用的基于 WPF 的文本编辑器组件。「The WPF-based text editor component used in SharpDevelop」

Github stars Tracking Chart

AvalonEdit

AvalonEdit 是 SharpDevelop 4.x“ Mirador” 及以后版本中基于 WPF 的文本编辑器的名称。它还在 ILSpy 和许多其他项目中使用。

下载

AvalonEdit 可作为 NuGet 包 提供。使用细节、文档和更多内容可以在 AvalonEdit 主页上找到。

如何构造

AvalonEdit 的目标是 netcoreapp3.0、net40 和 net45 TFM。由于使用 netcoreapp3.0,因此必须在计算机上安装 .NET Core 3.0 SDK。必须使用 Visual Studio 2019 16.3 及更高版本才能使用该解决方案(global.json 将为您选择用于构建的正确 SDK)。

文档

查看官方文档以及示例和文章Wiki页面

要构建文档,您需要从 https://github.com/EWSoftware/SHFB/releases 安装 Sandcastle(当前经过验证的工具为 v2019.4.14.0)

文档的建立可能需要很长时间,请耐心等待。

许可

AvalonEdit是根据MIT许可证分发的。

使用 AvalonEdit 的项目

你可以从 GitHub Usage 下列出的 NuGet 上 AvalonEdit 软件包 的前10个列表开始。

注意:如果您的项目未在此处列出,请告诉我们! :)

(The first version translated by vz on 2020.07.18)

Overview

Name With Ownericsharpcode/AvalonEdit
Primary LanguageC#
Program languageC# (Language Count: 3)
PlatformWindows
License:MIT License
Release Count14
Last Release Namev6.3.0 (Posted on )
First Release Name5.0.1 (Posted on 2014-06-28 15:51:16)
Created At2014-04-10 20:13:07
Pushed At2024-03-20 14:09:21
Last Commit At2023-11-22 10:54:24
Stargazers Count1.8k
Watchers Count99
Fork Count462
Commits Count1.1k
Has Issues Enabled
Issues Count277
Issue Open Count90
Pull Requests Count61
Pull Requests Open Count14
Pull Requests Close Count44
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

# AvalonEdit NuGet Build status Build Status Azure Pipelines

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 netcoreapp3.0, net40 and net45 TFMs. Because of netcoreapp3.0 you must have .NET Core 3.0 SDK installed
on your machine. Visual Studio 2019 16.3 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
v2019.4.14.0)

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

License

AvalonEdit is distributed under the MIT License.

Projects using AvalonEdit

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

To the top