Actipro Universal Windows Studio for UWP 2020.1 build 0353

Released: Feb 15, 2021

2020.1 build 0353 での更新項目

機能

  • Charts
    • Updated the label collision logic.
  • Editors
    • Added the AutoCompleteBox.TextAlignment property.
    • Updated each edit box to have a default AllowDrop of true and to bind the AllowDrop property to the embedded TextBox.
    • Updated numeric edit boxes to not round values when incrementing and the related SmallChange or LargeChange is zero.
  • Grids
    • Improved TreeListBox so that when turning off filtering, all ancestor nodes of currently-selected nodes will remain expanded.
  • SyntaxEditor
    • Added the ability to customize the macro recording mechanism. Updates include a new IMacroAction interface, making the default MacroRecording object public, adding a virtual SyntaxEditor.CreateMacroRecording method and more.
    • Added the SyntaxEditor.ViewActionExecuting event that is raised immediately before an edit action occurs within an editor view, allowing the action to be canceled.
    • Improved exception reporting for an invalid dynamic lexer regular expression pattern range.

不具合の修正

  • Docking/MDI
    • Fixed a bug in SplitContainerPanel.MeasureOverride where it didn't always properly return the desired size.
    • Fixed a bug where a target floating window might not be brought to the front when using drag float previews.
    • Fixed a bug where the focused docking window might not be correct after completing a window drag.
  • Grids
    • Fixed a couple bugs in the Dictionary Data Factory QuickStart caused by recent PropertyModel class changes.
    • Fixed a bug in recent PropertyModel class changes that could throw an exception when used.
  • SyntaxEditor
    • Fixed a bug in the handling of a SyntaxEditor.HighlightingStyleRegistry property change.
    • Fixed a bug where Windows Narrator could crash when active and SyntaxEditor was focused.
    • Fixed a bug where an exception could be thrown in a certain scenario when programmatically collapsing outlining nodes.
    • .NET Languages Add-on
      • Fixed a bug where an outer type's members could incorrectly appear in the IntelliPrompt completion list in a certain scenario.
  • Shared
    • Fixed a bug where the AdvancedTextBlock.HasToolTipOnOverflow property wasn't disabling the tooltip properly.