Actipro Universal Windows Studio for UWP 릴리스

릴리스 전반에서 새로 나온 내용을 살펴보세요. 기능, 개선 사항, 해결된 문제에 대한 자세한 정보를 제공합니다.

1월
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
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.