Added the BarManager.KeyboardShortcutsEnabled property that can be set to false to disable all keyboard shortcuts from being recognized.
Docking/MDI
Added the DockManager.DocumentWindowsCanFloat property, which when set to true, allows tabbed documents to be floated via a tab context menu item.
Added the DockManager.DocumentLayoutData property and SaveDocumentLayoutToFile/LoadDocumentLayoutFromFile methods, which can be used to save/load the layout of already-open tabbed MDI documents.
Added the DockManager.ShowNextWindowNavForm method that allows for programmatic display of the next window navigation form.
Added the DockManager.NextWindowNavigationActive property that returns whether the next window navigation form is currently visible.
Added the DockManager.NextWindowNavigationActiveChanged event that fires when the NextWindowNavigationActive property changes.
Updated layout load code to perform a final arrange after the layout has been loaded in case more adjustments are needed due to space constraints.
Updated screen rendering procedures such as splitter drags to take device DPI into account.
SyntaxEditor
Improved the rendering speed of span indicator wave lines.
Updated the IntelliPrompt member list to scroll a virtual selection to the middle of the list in certain scenarios.
Improved Document.GetSubstringAsHtml logic to ensure that tab characters inject enough space characters to properly reach the next tab stop.
Added a default ForeColor property to the quick info and parameter info classes.
Updated member list description tips to use the designated quick info BackColor and ForeColor.
Added support for double-weight wave lines.
Made the SyntaxEditor.GetDefaultContextMenu method virtual so it can be customized as needed.
Updated C# parser to support C# 5.0 syntax.
Improved the VB resolver to support imports of types.
Updated the assembly resolver logic to ignore .resources assembly requests.
修补程序
Fixed a bug in the tabify and untabify selected lines logic.
Fixed a bug where C# optional parameters didn't always show up correctly in quick info.
Fixed a bug where text formatting couldn't programmatically execute on read-only XML documents.