Browse Source

New AvalonEdit NuGet package.

pull/24/head
Daniel Grunwald 13 years ago
parent
commit
f411e6112c
  1. BIN
      src/AddIns/Misc/PackageManagement/Packages/AvalonEdit.Sample/AvalonEdit.Sample.4.1.0.8000.nupkg
  2. 4
      src/AddIns/Misc/PackageManagement/Packages/AvalonEdit.Sample/AvalonEdit.Sample.nuspec
  3. BIN
      src/AddIns/Misc/PackageManagement/Packages/AvalonEdit/AvalonEdit.4.1.0.8000.nupkg
  4. BIN
      src/AddIns/Misc/PackageManagement/Packages/AvalonEdit/AvalonEdit.4.1.0.8000.symbols.nupkg
  5. 2
      src/AddIns/Misc/PackageManagement/Packages/AvalonEdit/AvalonEdit.nuspec
  6. 99
      src/Libraries/AvalonEdit/Documentation/ICSharpCode.AvalonEdit.shfbproj
  7. 10
      src/Libraries/AvalonEdit/Documentation/Welcome.aml

BIN
src/AddIns/Misc/PackageManagement/Packages/AvalonEdit.Sample/AvalonEdit.Sample.4.1.0.8000.nupkg

Binary file not shown.

4
src/AddIns/Misc/PackageManagement/Packages/AvalonEdit.Sample/AvalonEdit.Sample.nuspec

@ -2,7 +2,7 @@
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> <metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>AvalonEdit.Sample</id> <id>AvalonEdit.Sample</id>
<version>4.1.0.8000</version> <version>4.2.0.8783</version>
<authors>Daniel Grunwald</authors> <authors>Daniel Grunwald</authors>
<owners>SharpDevelop</owners> <owners>SharpDevelop</owners>
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl> <licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
@ -16,7 +16,7 @@ StartupUri="/Samples/AvalonEdit/Window1.xaml"</description>
<summary>Sample code for AvalonEdit the WPF-based text editor used in SharpDevelop 4.0.</summary> <summary>Sample code for AvalonEdit the WPF-based text editor used in SharpDevelop 4.0.</summary>
<language>en-US</language> <language>en-US</language>
<dependencies> <dependencies>
<dependency id="AvalonEdit" version="4.1.0.8000" /> <dependency id="AvalonEdit" version="4.2.0.8783" />
</dependencies> </dependencies>
<frameworkAssemblies> <frameworkAssemblies>
<frameworkAssembly assemblyName="System.Windows.Forms" /> <frameworkAssembly assemblyName="System.Windows.Forms" />

BIN
src/AddIns/Misc/PackageManagement/Packages/AvalonEdit/AvalonEdit.4.1.0.8000.nupkg

Binary file not shown.

BIN
src/AddIns/Misc/PackageManagement/Packages/AvalonEdit/AvalonEdit.4.1.0.8000.symbols.nupkg

Binary file not shown.

2
src/AddIns/Misc/PackageManagement/Packages/AvalonEdit/AvalonEdit.nuspec

@ -2,7 +2,7 @@
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> <metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>AvalonEdit</id> <id>AvalonEdit</id>
<version>4.1.0.8000</version> <version>4.2.0.8783</version>
<authors>Daniel Grunwald</authors> <authors>Daniel Grunwald</authors>
<owners>SharpDevelop</owners> <owners>SharpDevelop</owners>
<licenseUrl>http://www.opensource.org/licenses/lgpl-2.1.php</licenseUrl> <licenseUrl>http://www.opensource.org/licenses/lgpl-2.1.php</licenseUrl>

99
src/Libraries/AvalonEdit/Documentation/ICSharpCode.AvalonEdit.shfbproj

@ -33,26 +33,26 @@
</BuildLogFile> </BuildLogFile>
<FrameworkVersion>.NET 4.0.30319</FrameworkVersion> <FrameworkVersion>.NET 4.0.30319</FrameworkVersion>
<HelpTitle>AvalonEdit</HelpTitle> <HelpTitle>AvalonEdit</HelpTitle>
<CopyrightText>Copyright 2008-2011, Daniel Grunwald</CopyrightText> <CopyrightText>Copyright 2008-2012, Daniel Grunwald</CopyrightText>
<PresentationStyle>Prototype</PresentationStyle> <PresentationStyle>Prototype</PresentationStyle>
<HelpFileVersion>4.1.0.0</HelpFileVersion> <HelpFileVersion>4.2.0.0</HelpFileVersion>
<ComponentConfigurations> <ComponentConfigurations>
<ComponentConfig id="Code Block Component" enabled="True"> <ComponentConfig id="Code Block Component" enabled="True">
<component id="Code Block Component" type="SandcastleBuilder.Components.CodeBlockComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll"> <component id="Code Block Component" type="SandcastleBuilder.Components.CodeBlockComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll">
<!-- Base path for relative filenames in source attributes <!-- Base path for relative filenames in source attributes
(optional) --> (optional) -->
<basePath value="{@HtmlEncProjectFolder}" /> <basePath value="{@HtmlEncProjectFolder}" />
<!-- Connect to language filter (optional). If omitted, <!-- Connect to language filter (optional). If omitted,
language filtering is enabled by default. --> language filtering is enabled by default. -->
<languageFilter value="true" /> <languageFilter value="true" />
<!-- Allow missing source files (Optional). If omitted, <!-- Allow missing source files (Optional). If omitted,
it will generate errors if referenced source files it will generate errors if referenced source files
are missing. --> are missing. -->
<allowMissingSource value="false" /> <allowMissingSource value="false" />
<!-- Remove region markers from imported code blocks. If omitted, <!-- Remove region markers from imported code blocks. If omitted,
region markers in imported code blocks are left alone. --> region markers in imported code blocks are left alone. -->
<removeRegionMarkers value="false" /> <removeRegionMarkers value="false" />
<!-- Code colorizer options (required). <!-- Code colorizer options (required).
Attributes: Attributes:
Language syntax configuration file (required) Language syntax configuration file (required)
XSLT style file (required) XSLT style file (required)
@ -63,71 +63,82 @@
Keep XML comment "see" tags within the code (optional) Keep XML comment "see" tags within the code (optional)
Tab size override (optional, 0 = Use syntax file setting) Tab size override (optional, 0 = Use syntax file setting)
Use language name as default title (optional) --> Use language name as default title (optional) -->
<colorizer syntaxFile="{@SHFBFolder}Colorizer\highlight.xml" styleFile="{@SHFBFolder}Colorizer\highlight.xsl" copyImageUrl="../icons/CopyCode.gif" language="cs" numberLines="false" outlining="false" keepSeeTags="false" tabSize="0" defaultTitle="true" /> <colorizer syntaxFile="{@SHFBFolder}Colorizer\highlight.xml" styleFile="{@SHFBFolder}Colorizer\highlight.xsl" copyImageUrl="../icons/CopyCode.gif" language="cs" numberLines="false" outlining="false" keepSeeTags="false" tabSize="0" defaultTitle="true" />
</component> </component>
</ComponentConfig> </ComponentConfig>
<ComponentConfig id="IntelliSense Component" enabled="True"><component id="IntelliSense Component" type="SandcastleBuilder.Components.IntelliSenseComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll"> <ComponentConfig id="IntelliSense Component" enabled="True">
<!-- Output options (optional) <component id="IntelliSense Component" type="SandcastleBuilder.Components.IntelliSenseComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll">
<!-- Output options (optional)
Attributes: Attributes:
Include Namespaces (false by default) Include Namespaces (false by default)
Namespaces filename ("Namespaces" if not specified or empty) Namespaces filename ("Namespaces" if not specified or empty)
Directory (current folder if not specified or empty) --> Directory (current folder if not specified or empty) -->
<output includeNamespaces="false" namespacesFile="Namespaces" folder="{@OutputFolder}" /> <output includeNamespaces="false" namespacesFile="Namespaces" folder="{@OutputFolder}" />
</component></ComponentConfig> </component>
<ComponentConfig id="Cached MSDN URL References" enabled="True"><component id="Cached MSDN URL References" type="SandcastleBuilder.Components.CachedResolveReferenceLinksComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll" locale="{@Locale}" linkTarget="{@SdkLinkTarget}"> </ComponentConfig>
<helpOutput format="HtmlHelp1"> <ComponentConfig id="Cached MSDN URL References" enabled="True">
<component id="Cached MSDN URL References" type="SandcastleBuilder.Components.CachedResolveReferenceLinksComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll" locale="{@Locale}" linkTarget="{@SdkLinkTarget}">
<helpOutput format="HtmlHelp1">
<cache filename="{@LocalDataFolder}Cache\MsdnUrl.cache" /> <cache filename="{@LocalDataFolder}Cache\MsdnUrl.cache" />
<targets base="{@SandcastlePath}Data\Reflection" recurse="true" files="*.xml" type="{@HtmlSdkLinkType}" /> <targets base="{@SandcastlePath}Data\Reflection" recurse="true" files="*.xml" type="{@HtmlSdkLinkType}" />
<targets files="reflection.xml" type="Local" /> <targets files="reflection.xml" type="Local" />
</helpOutput> </helpOutput>
<helpOutput format="MSHelp2"> <helpOutput format="MSHelp2">
<cache filename="{@LocalDataFolder}Cache\MsdnUrl.cache" /> <cache filename="{@LocalDataFolder}Cache\MsdnUrl.cache" />
<targets base="{@SandcastlePath}Data\Reflection" recurse="true" files="*.xml" type="{@MSHelp2SdkLinkType}" /> <targets base="{@SandcastlePath}Data\Reflection" recurse="true" files="*.xml" type="{@MSHelp2SdkLinkType}" />
<targets files="reflection.xml" type="Index" /> <targets files="reflection.xml" type="Index" />
</helpOutput> </helpOutput>
<helpOutput format="MSHelpViewer"> <helpOutput format="MSHelpViewer">
<cache filename="{@LocalDataFolder}Cache\MsdnUrl.cache" /> <cache filename="{@LocalDataFolder}Cache\MsdnUrl.cache" />
<targets base="{@SandcastlePath}Data\Reflection" recurse="true" files="*.xml" type="{@MSHelpViewerSdkLinkType}" /> <targets base="{@SandcastlePath}Data\Reflection" recurse="true" files="*.xml" type="{@MSHelpViewerSdkLinkType}" />
<targets files="reflection.xml" type="Id" /> <targets files="reflection.xml" type="Id" />
</helpOutput> </helpOutput>
<helpOutput format="Website"> <helpOutput format="Website">
<cache filename="{@LocalDataFolder}Cache\MsdnUrl.cache" /> <cache filename="{@LocalDataFolder}Cache\MsdnUrl.cache" />
<targets base="{@SandcastlePath}Data\Reflection" recurse="true" files="*.xml" type="{@WebsiteSdkLinkType}" /> <targets base="{@SandcastlePath}Data\Reflection" recurse="true" files="*.xml" type="{@WebsiteSdkLinkType}" />
<targets files="reflection.xml" type="Local" /> <targets files="reflection.xml" type="Local" />
</helpOutput> </helpOutput>
</component></ComponentConfig> </component>
<ComponentConfig id="Post-transform Component" enabled="True"><component id="Post-transform Component" type="SandcastleBuilder.Components.PostTransformComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll"> </ComponentConfig>
<!-- Code colorizer files (required). <ComponentConfig id="Post-transform Component" enabled="True">
<component id="Post-transform Component" type="SandcastleBuilder.Components.PostTransformComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll">
<!-- Code colorizer files (required).
Attributes: Attributes:
Stylesheet file (required) Stylesheet file (required)
Script file (required) Script file (required)
"Copy" image file (required) --> "Copy" image file (required) -->
<colorizer stylesheet="{@SHFBFolder}Colorizer\highlight.css" scriptFile="{@SHFBFolder}Colorizer\highlight.js" copyImage="{@SHFBFolder}Colorizer\CopyCode.gif" /> <colorizer stylesheet="{@SHFBFolder}Colorizer\highlight.css" scriptFile="{@SHFBFolder}Colorizer\highlight.js" copyImage="{@SHFBFolder}Colorizer\CopyCode.gif" />
<!-- Base output paths for the files (required). These should match <!-- Base output paths for the files (required). These should match
the parent folder of the output path of the HTML files (see the parent folder of the output path of the HTML files (see
each of the SaveComponent instances below). --> each of the SaveComponent instances below). -->
<outputPaths> <outputPaths>
{@HelpFormatOutputPaths} {@HelpFormatOutputPaths}
</outputPaths> </outputPaths>
<!-- Logo image file (optional). Filename is required. The height, <!-- Logo image file (optional). Filename is required. The height,
width, altText, placement, and alignment attributes are width, altText, placement, and alignment attributes are
optional. --> optional. -->
<logoFile filename="" height="0" width="0" altText="" placement="left" alignment="left" /> <logoFile filename="" height="0" width="0" altText="" placement="left" alignment="left" />
</component></ComponentConfig> </component>
<ComponentConfig id="Cached Reflection Index Data" enabled="True"><component id="Cached Reflection Index Data" type="SandcastleBuilder.Components.CachedCopyFromIndexComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll"> </ComponentConfig>
<index name="reflection" value="/reflection/apis/api" key="@id" cache="10"> <ComponentConfig id="Cached Reflection Index Data" enabled="True">
<component id="Cached Reflection Index Data" type="SandcastleBuilder.Components.CachedCopyFromIndexComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll">
<index name="reflection" value="/reflection/apis/api" key="@id" cache="10">
<cache base="{@SandcastlePath}Data\Reflection" recurse="true" files="*.xml" cacheFile="{@LocalDataFolder}Cache\Reflection.cache" /> <cache base="{@SandcastlePath}Data\Reflection" recurse="true" files="*.xml" cacheFile="{@LocalDataFolder}Cache\Reflection.cache" />
<data files="reflection.xml" /> <data files="reflection.xml" />
</index> </index>
<copy name="reflection" source="*" target="/document/reference" /> <copy name="reflection" source="*" target="/document/reference" />
</component></ComponentConfig> </component>
<ComponentConfig id="Cached Framework Comments Index Data" enabled="True"><component id="Cached Framework Comments Index Data" type="SandcastleBuilder.Components.CachedCopyFromIndexComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll"> </ComponentConfig>
<index name="comments" value="/doc/members/member" key="@name" cache="100"> <ComponentConfig id="Cached Framework Comments Index Data" enabled="True">
<component id="Cached Framework Comments Index Data" type="SandcastleBuilder.Components.CachedCopyFromIndexComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll">
<index name="comments" value="/doc/members/member" key="@name" cache="100">
{@CachedFrameworkCommentList} {@CachedFrameworkCommentList}
{@CommentFileList} {@CommentFileList}
</index> </index>
<copy name="comments" source="*" target="/document/comments" /> <copy name="comments" source="*" target="/document/comments" />
</component></ComponentConfig></ComponentConfigurations> </component>
</ComponentConfig>
</ComponentConfigurations>
<DocumentationSources> <DocumentationSources>
<DocumentationSource sourceFile="..\ICSharpCode.AvalonEdit\ICSharpCode.AvalonEdit.csproj" /> <DocumentationSource sourceFile="..\ICSharpCode.AvalonEdit\ICSharpCode.AvalonEdit.csproj" />
</DocumentationSources> </DocumentationSources>

10
src/Libraries/AvalonEdit/Documentation/Welcome.aml

@ -41,13 +41,13 @@
<section> <section>
<title>System requirements</title> <title>System requirements</title>
<content> <content>
<para>AvalonEdit requires the <para>There are two versions of AvalonEdit - the normal one requires
<externalLink> <externalLink>
<linkText>.NET Framework 3.5 SP1</linkText> <linkText>.NET Framework 4.0</linkText>
<linkUri>http://www.microsoft.com/downloads/details.aspx?FamilyID=ab99342f-5d1a-413d-8319-81da479ab0d7&amp;DisplayLang=en</linkUri> <linkUri>http://msdn.microsoft.com/en-us/library/w0x726c2.aspx</linkUri>
<linkTarget>_blank</linkTarget> <linkTarget>_blank</linkTarget>
</externalLink>. </externalLink> or higher; but we also offer a modified version for .NET 3.5 SP1.
For compiling AvalonEdit inside Visual Studio 2008, VS08 SP1 is required. For compiling AvalonEdit, you will need a C# 4.0 compiler (SharpDevelop 4.x or Visual Studio 2010).
</para> </para>
<para>AvalonEdit requires FullTrust and will not run as XBAP.</para> <para>AvalonEdit requires FullTrust and will not run as XBAP.</para>
</content> </content>

Loading…
Cancel
Save