Actipro Universal Windows Studio for UWP 22.1.0363

Released: Apr 3, 2023

Updates in 22.1.0363

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.

Fixes

  • SyntaxEditor
    • Fixed an issue where typing in a block selection than spanned multiple word-wrapped view lines for the same single document line didn't yield expected results.
    • Fixed an issue with HighlightingStyleRegistry importing decimal font size values for style settings on systems where the current culture recognizes the decimal point character (.) as the thousands separator.
  • .NET Languages Add-on
    • Fixed an issue where the VB resolver didn't properly resolve For Each statement variables that were declared outside of the loop.
    • Fixed an issue where IntelliPrompt parameter info could flicker slightly while editing.
    • Fixed possible infinite recursion scenario with BinaryAssemblySerializer collecting type definitions.
  • Shared
    • Fixed an issue with UIColor parsing decimal alpha values from colors in rgba() format on systems where the current culture recognizes the decimal point character (.) as the thousands separator.