port from perforce
This commit is contained in:
BIN
8kode/packages/AvalonEdit.5.0.2/AvalonEdit.5.0.2.nupkg
vendored
Normal file
BIN
8kode/packages/AvalonEdit.5.0.2/AvalonEdit.5.0.2.nupkg
vendored
Normal file
Binary file not shown.
33
8kode/packages/AvalonEdit.5.0.2/AvalonEdit.5.0.2.nuspec
vendored
Normal file
33
8kode/packages/AvalonEdit.5.0.2/AvalonEdit.5.0.2.nuspec
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>AvalonEdit</id>
|
||||
<version>5.0.2</version>
|
||||
<authors>Daniel Grunwald</authors>
|
||||
<owners>Daniel Grunwald</owners>
|
||||
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
|
||||
<projectUrl>http://www.avalonedit.net/</projectUrl>
|
||||
<iconUrl>http://community.sharpdevelop.net/blogs/mattward/SharpDevelop.png</iconUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<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.</description>
|
||||
<summary>AvalonEdit is the WPF-based text editor used in SharpDevelop</summary>
|
||||
<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.</releaseNotes>
|
||||
<language>en-US</language>
|
||||
<tags>WPF Text Editor SharpDevelop AvalonEdit</tags>
|
||||
</metadata>
|
||||
</package>
|
||||
BIN
8kode/packages/AvalonEdit.5.0.2/lib/Net35/ICSharpCode.AvalonEdit.dll
vendored
Normal file
BIN
8kode/packages/AvalonEdit.5.0.2/lib/Net35/ICSharpCode.AvalonEdit.dll
vendored
Normal file
Binary file not shown.
9939
8kode/packages/AvalonEdit.5.0.2/lib/Net35/ICSharpCode.AvalonEdit.xml
vendored
Normal file
9939
8kode/packages/AvalonEdit.5.0.2/lib/Net35/ICSharpCode.AvalonEdit.xml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
8kode/packages/AvalonEdit.5.0.2/lib/Net40/ICSharpCode.AvalonEdit.dll
vendored
Normal file
BIN
8kode/packages/AvalonEdit.5.0.2/lib/Net40/ICSharpCode.AvalonEdit.dll
vendored
Normal file
Binary file not shown.
9939
8kode/packages/AvalonEdit.5.0.2/lib/Net40/ICSharpCode.AvalonEdit.xml
vendored
Normal file
9939
8kode/packages/AvalonEdit.5.0.2/lib/Net40/ICSharpCode.AvalonEdit.xml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user