Metadata >> NuGet >> AvalonEdit

AvalonEdit

Metadata

Authors Daniel Grunwald
Description 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.
IconUrl http://community.sharpdevelop.net/blogs/mattward/SharpDevelop.png
Language en-US
LicenseUrl http://opensource.org/licenses/MIT
Owners SharpDevelop
ProjectUrl http://www.avalonedit.net/
ReleaseNotes * License changed from LGPL to MIT * New Feature: Hide mouse cursor while typing (enabled by default) * New Feature: Highlight current line (disabled by default) * New Feature: Overstrike mode (disabled by default) * New Feature: 'underline' attribute in syntax highlighting definitions * AvalonEdit now raises the WPF DataObject attached events on clipboard and drag'n'drop operations. * Encoding detection now distinguishes between UTF-8 with BOM and UTF-8 without BOM. This prevents AvalonEdit from adding the BOM to existing UTF-8 files. * Improved handling of grapheme clusters. A base character followed by a combining mark is now treated as a single character by the caret movement logic. * Added RichText, RichTextModel and RichTextColorizer. * Renamed the VB highlighting mode from "VBNET" to "VB" * Changed IHighlighter API in order to support SharpDevelop's semantic C# highlighter * The regex-based highlighting engine was moved into its own class (HighlightingEngine) to be separated from the state-tracking logic in DocumentHighlighter. * Add FileName property to TextDocument class. * DocumentChangeEventArgs.RemovedText/InsertedText are now of type ITextSource instead of string. * The error-tolerant XML parser included with AvalonEdit was removed. An improved version of this parser is part of the NRefactory 5 project. * Removed some obsolete APIs.
RequireLicenseAcceptance False
Summary AvalonEdit is the WPF-based text editor used in SharpDevelop
Tags WPF Text Editor SharpDevelop AvalonEdit
PackageSize 1846083
PackageHashAlgorithm SHA512
PackageHash q942aZ63YhDuWzuiykorqhbwjOaKp8r9bvEFmsgrWH/6cvRGDGT5VCdBXnvz2G9CyN+ossw3UGlz4DSUGu6oMQ==
DownloadCount 000000
CreatedDate 2014-11-14T21:17:04

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install AvalonEdit -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install AvalonEdit -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package AvalonEdit
Installing the package (HTTP Basic authentication):
Install-Package AvalonEdit -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package AvalonEdit -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package AvalonEdit

OpenWrap

Installing the package:
o add-wrap AvalonEdit
Uninstalling the package:
o remove-wrap AvalonEdit

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
5.0.2
5.0.1-pre
4.4.2.9744
4.4.1.9739
4.4.0.9727
4.3.1.9430
4.3.0.9390
4.2.0.8783
1.1.1
4.1.0.8000