Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icsharpcode/AvalonEdit
The WPF-based text editor component used in SharpDevelop
https://github.com/icsharpcode/AvalonEdit
avalonedit c-sharp nuget text-editor wpf
Last synced: about 1 month ago
JSON representation
The WPF-based text editor component used in SharpDevelop
- Host: GitHub
- URL: https://github.com/icsharpcode/AvalonEdit
- Owner: icsharpcode
- License: mit
- Created: 2014-04-10T20:13:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-27T14:37:32.000Z (7 months ago)
- Last Synced: 2024-10-29T15:17:52.755Z (about 1 month ago)
- Topics: avalonedit, c-sharp, nuget, text-editor, wpf
- Language: C#
- Homepage: http://avalonedit.net/
- Size: 4.4 MB
- Stars: 1,861
- Watchers: 97
- Forks: 471
- Open Issues: 106
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
- awesome-wpf - AvalonEdit - (FREE, OPEN SOURCE) AvalonEdit is the name of the WPF-based text editor in SharpDevelop 4.x. (UI Controls / Individual Controls)
README
# AvalonEdit [![NuGet](https://img.shields.io/nuget/v/AvalonEdit.svg)](https://nuget.org/packages/AvalonEdit) [![Build AvalonEdit](https://github.com/icsharpcode/AvalonEdit/actions/workflows/dotnet.yml/badge.svg)](https://github.com/icsharpcode/AvalonEdit/actions/workflows/dotnet.yml)
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 net6.0-windows and net462 TFMs. Because of net6.0-windows you must have the .NET 6.0 SDK installed
on your machine. Visual Studio 2022 Community 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
v2021.4.9.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 EditorNote: if your project is not listed here, let us know! :)