
Improves Grids and SyntaxEditor controls.
Features
- Grids
- Updated TreeListBox.InvalidateChildren to work properly for the root item when IsRootItemVisible is false.
- Updated TreeListBox to not handle number pad arithmetic keys if focus is within an embedded TextBoxBase control.
- SyntaxEditor
- Added 'ITextSnapshot.GetWordText' and 'GetWordTextRange' method overloads that accept a 'TextOffsetAffinity' argument.
- Improved logic of 'move selected lines up and down' commands.
- Updated pointer interaction in an editor view to quit if the view is unable to be focused.
- .NET Languages Add-on
- Updated how an internal 'TypeReferenceCollection' class initializes several properties for better multi-thread scenario support.
- Python Language Add-on
- Updated the 'Docstring' property of the reflection definition types to use a beautified version of the string instead of raw string literal text.