Eric Woodruff
Eric Woodruff
As part of this overhaul, I plan on reimplementing how the presentation styles are created and used. The goal is to simplify their creation and make them more accessible to...
See #549. I've implemented the necessary changes in the ASPX search page but lack the necessary skills to make the same changes to the PHP search page (Search.Help.inc.php in VS2013...
Improvements need to be made in order to support links to additional reference content whether it is just to suppress the missing link warnings or to actually create links to...
The version builder plug-in needs a complete overhaul to make it more useful and simpler to use. The most important part would be to allow including version information without having...
Add a "platform builder" modeled after the version builder plug-in but integrated into the build engine. It would evaluate all project documentation sources, group them by target framework, and build...
_Moved from [CodePlex](https://shfb.codeplex.com/workitem/33228)_ As time permits, add a help file for the Sandcastle tools that describes the various tools and how they work and also provides a location to place...
Adding these would enable spell checking of API member names in actual source code using the extended options provided by this spell checker. It's been requested before (#15, #106, #110)...
SSMS 2018 removes the restriction that extensions be whitelisted thus getting rid of all the hacks needed to install third party extensions. See if the spell checker can be updated...
There don't seem to be any provisions for modifying files outside of the containing project of the file on which the code analyzer is running. While it may be possible...
The code analyzer is only able to correct the spelling on single part namespaces (e.g., namespace SinglePartNamespace) or the last part of multi-part namespaces (e.g., namespace FirstPart.MiddlePart.LastPart). For parts prior...