forked from EWSoftware/SHFB
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sandcastle - BREAKING CHANGE: Added a new ResourceItemFileLocation property to the syntax generator factory interface. This is implemented to return the path to the resource item file associated with the syntax generator containing its localized text for titles, messages, metadata, etc. This allows creation of self-contained syntax generators that require no modifications to the presenation styles with which they will be used. - Fixed a bug in SyntaxComponent so that it doesn't crash if a syntax generator does not specify any alternate IDs. - Added code to MRefBuilder to properly match types and methods with generic parameters under specific conditions. Thanks to Jared Moore for reporting the issue with a test case. - Added code to MRefBuilder to write method parameter attribute elements to the reflection information file. - Added code to MRefBuilder to write out the value of literal (constant) fields to the reflection information file. Sandcastle Help File Builder - Fixed the DBCS Fix plug-in so that it copies the Help 1 content to the output folder for inclusion in the localized copy of the content. - Fixed the XPath Reflection File Filter plug-in so that it runs before transforming the reflection file content and generating the BuildAssembler manifest file. - Fixed the Lighweight TOC plug-in so that it adds some script to the default topic to expand the root node when the first node has children. This prevents it from looking like only one namespace was documented because the root node is collapsed. - Applied a fix from Kalyan00 to the Sandcastle HTML Extract tool so that it correctly saves files in the localized and original locations with the proper encodings. - Added code to the C# documentation completion provider to disable it if the Roslyn package is installed. The Roslyn package uses an incompatible implementation of IntelliSense and the extended completion provider cannot be used with it for now. - As suggested by Kaylan00, the DBCS Fix plug-in has been changed so that the path to the SBAppLocale tool is optional. If not specified, the plug-in will issue a warning but will run. In such cases, only the localization fixes applied by the Sandcastle HTML Extract tool will be in effect. - Merged a few style changes to the VS2013 website stylesheet from Sam Harwell related to the resize/drag divider. Presentation Styles - BREAKING CHANGE: Moved the syntax generator resource items to the syntax generator BuildAssembler project. This allows the syntax generators to be more self-contained and allows them to be created without requiring changes to the presentation styles. - BREAKING CHANGE: Updated the Open XML, VS2010, and VS2013 presentation styles so that they are no longer dependent on the syntax generator items and IDs. - Fixed the copyright replacement tags in the SHFB content files so that they use the HTML encoded text. - Fixed an invalid end element in the German and Russian language versions of the enumerationOverviewXamlSyntax element. - Fixed the VS2010 and VS2013 presentation styles so that code blocks with line numbers and/or collapsible sections are copied to the clipboard without those elements. - Added support for including conceptual links in overloads elements.
- Loading branch information
EWoodruff_cp
authored and
EWoodruff_cp
committed
Aug 23, 2014
1 parent
71799f3
commit ce13dbd
Showing
142 changed files
with
2,568 additions
and
2,727 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.