https://github.com/tmoonlight/wpfrichtexteditor
Reimplemented richtext editor for no reason.
https://github.com/tmoonlight/wpfrichtexteditor
Last synced: 8 months ago
JSON representation
Reimplemented richtext editor for no reason.
- Host: GitHub
- URL: https://github.com/tmoonlight/wpfrichtexteditor
- Owner: tmoonlight
- License: mit
- Created: 2021-01-18T08:07:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-18T08:10:24.000Z (over 5 years ago)
- Last Synced: 2025-03-11T10:48:12.004Z (about 1 year ago)
- Language: C#
- Size: 762 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# AvalonEdit [](https://nuget.org/packages/AvalonEdit) [](https://ci.appveyor.com/project/icsharpcode/avalonedit/branch/master) [](https://icsharpcode.visualstudio.com/icsharpcode-pipelines/_build/latest?definitionId=3&branchName=master)
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](https://www.nuget.org/packages/AvalonEdit). Usage details, documentation and more
can be found on the [AvalonEdit homepage](http://avalonedit.net/)
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](http://avalonedit.net/documentation/) and the [samples and articles wiki page](https://github.com/icsharpcode/AvalonEdit/wiki/Samples-and-Articles)
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](http://opensource.org/licenses/MIT).
Projects using AvalonEdit
-------
A good place to start are the "top 10" listed under **GitHub Usage** for the [AvalonEdit package](https://www.nuget.org/packages/AvalonEdit) on NuGet.
* https://github.com/icsharpcode/ILSpy/ ILSpy .NET decompiler
* https://github.com/KirillOsenkov/MSBuildStructuredLog A logger for MSBuild
* https://github.com/aelij/RoslynPad RoslynPad
* https://github.com/huangjia2107/XamlViewer LightWeight Xaml Editor
Note: if your project is not listed here, let us know! :)