
Improves how IntelliPrompt code snippet template sessions handle indentation.
Features
- Updated the free sample C#/VB syntax languages to support C# 6 and VB 14 enhancements.
- Updated the HtmlContentProvider.GetContent method to catch any XmlExceptions that can occur from invalid markup.
- Updated the HighlightingStyleRegistry.ImportHighlightingStyles method with special code snippet handling logic, and updated the samples' Dark.vssettings file with code snippet entries.
- Updated logic in the ruler margin to help prevent against possible exceptions.
- Improved how IntelliPrompt code snippet template sessions handle indentation.
Web Languages Add-on
- Improved the XML auto-completion logic to self-close start tags if a '/' is typed.
Fixes
- Added handling for Microsoft's KB4055532 that threw an exception on Fonts.SystemFontFamilies calls in Windows 7.
- Fixed a bug where rendering issues could occur in a certain scenario when editing the same document in multiple editors.
- Fixed a bug where the indicator margin didn't render glyphs for tagged ranges that began at a line terminator.
- Fixed a bug where IntelliPrompt code snippet selection sessions weren't excluding empty folders.
- Fixed a bug where IntelliPrompt code snippet template sessions didn't track dependent field text ranges properly in undo scenarios.
Python Language Add-on
- Fixed a bug where typing a '.' at the start of the document could lock up the resolver.
- Fixed a bug where using document header text could cause a parser exception in a certain scenario.