Actipro Universal Windows Studio for UWP 22.1.03652023年11月29日
功能
.NET Languages Add-on
Updated the VB grammar to support a first optional argument in an argument list.
修复
SyntaxEditor
Fixed an issue where moving the caret to a new view line while IntelliPrompt parameter info was displayed wouldn't reposition the popup.
.NET Languages Add-on
Fixed an issue where the assembly repository cache mechanism wasn't working properly.
Fixed an issue that could occur when loading .NET 8 assemblies with reflection.
Python Language Add-on
Fixed an issue where the package repository cache mechanism wasn't working properly.
Actipro Universal Windows Studio for UWP 22.1.03642023年6月7日
功能
Editors
Updated ByteEditBox, Int16EditBox, Int32EditBox, and SingleEditBox so out of range values (up to Int64 or Double) are trimmed to the allowed minimum/maximum range of the control instead of being treated as invalid input.
修复
SyntaxEditor
Fixed an issue with view line offset to character index calculation logic.
.NET Languages Add-on
Fixed C# grammar not recognizing a throw expression used within the lambda body of a switch expression.
Actipro Universal Windows Studio for UWP 22.1.03632023年4月3日
功能
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.
修复
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.