
Improves Docking, Editors and SyntaxEditor controls.
Features
- Docking
- Added a Float All menu item to tabbed MDI tabs, which floats all docking windows in the container together.
- Added support for restricting floating dock host maximum size when appropriate if contained docking windows have ContainerMaxSize set.
- Added a protected virtual DockSite.NotifyWindowDragMove method that is called as the pointer drags any set of docking windows around.
- Increased the default TabbedMdiHost.MaxTabExtent width, and added remarks to its API documentation.
- Improved support for dragging docking windows to nested linked dock sites.
- Updated tool window-only layout deserializations to not clear lazy-load data for document windows.
- Editors
- Added the AutoCompleteBox.PopupHeader, PopupHeaderTemplate, and PopupHeaderTemplateSelector properties that allow for injecting a header above the popup's suggestion list.
- Grids
- Updated property grid item UIA peers to return their full path in the AutomationId property.
- SyntaxEditor
- Added the EditorCommands.AddNextOccurrenceToSelection edit action (bound to Ctrl+D by default), and the related IEditorViewSelection.AddNextOccurrence method. This new feature adds the next occurrence of the currently-selected text to the selection, or selects the current word if there is no selection.
- Added the SearchOverlayPane.ApplyStringResources method that can update the pane's UI strings after a string resource change.
- Refactored the IntelliPrompt completion session's Shorthand item matcher algorithm, resulting in a significant performance improvement, especially when used with the CanFilterUnmatchedItems option.
- Improved vertical scrollbar handling logic.
- Improved word selection logic.
- Improved selection update logic when the RetainSelection option is used.
- Improved TextSnapshot.TextRangeToPositionRange performance for zero-length text ranges.
- Updated non-editable code snippet fields to not be highlighted in the template session.
- Updated the CollapsedRegionManager.GetVisibleOffset method logic.
- Updated the visible whitespace rendering logic to include non-breaking space characters.
- .NET Languages Add-on
- Improved name resolution logic when there are type and namespace name conflicts.
- Improved IntelliPrompt completion for VB With statements.
- Updated BinaryAssemblyLoader to handle TypeLoadException when querying exported types.
- Web Languages Add-on
- Refactored the XML text formatter with improved logic.
- Shared
- Updated how CanvasControl handles rendering transparent colors.