Metadata >> NuGet >> AvalonEdit >> 5.0.2

5.0.2

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 version using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install AvalonEdit -Version 5.0.2 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install AvalonEdit -Version 5.0.2 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete AvalonEdit 5.0.2 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

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

OpenWrap

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

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related
AnyCPU Release .NETFramework,Version=v3.5 Binaries
AnyCPU Release .NETFramework,Version=v4.0 Binaries