Actipro Universal Windows Studio for UWP Releases

Released: Nov 29, 2023

Updates in 22.1.0365

Funktionen

  • .NET Languages Add-on
    • Updated the VB grammar to support a first optional argument in an argument list.

Fehlerkorrekturen

  • 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...

Released: Jun 7, 2023

Updates in 22.1.0364

Funktionen

  • 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.

Fehlerkorrekturen

  • 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.

Released: Apr 3, 2023

Updates in 22.1.0363

Funktionen

  • 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...

Released: Nov 8, 2022

Updates in 22.1.0362

Funktionen

  • Docking
    • Added a Float All menu item to tabbed MDI tabs, which floats all docking windows in the container together.
    • Added support for restricting floating dock host maximum size when appropriate if contained docking windows have ContainerMaxSize set.
    • Added a protected virtual DockSite.NotifyWindowDragMove method that is called as the pointer drags any set of docking windows around.
    • Increased the default TabbedMdiHost.MaxTabExtent width, and added remarks to its API documentation...

Released: May 26, 2022

Updates in 22.1.0361

Funktionen

  • Charts
    • Improved positioning when all values in a series are the same.
  • Docking
    • Floating dock hosts now include their primary document's title in the containing Window's title bar text. This allows floating documents to be identified easier in the Microsoft Windows taskbar and when using Alt+Tab.
    • Added 'DockSite.ActivateNextTab' and 'ActivatePreviousDocument' methods, which are called by new Ctrl+PgDn and Ctrl+PgUp keyboard shortcuts.
    • Added 'DockSite.FloatingWindowTitleDelimiter'...

Released: Mar 3, 2022

Updates in 22.1.0360

Funktionen

  • Charts
    • Refactored internal data processing logic to support more data types and throw InvalidOperationException for unsupported types.
  • Docking
    • Improved how focus is applied to TreeListBox controls when a docking window is activated.
    • Improved an exception message for a particular layout deserialization scenario.
  • Editors
    • Added a PartEditBoxCommitTriggers.LostFocus option so that commit on focus loss is now optional, which is a breaking change since it previously always occurred. The...

Released: Sep 8, 2021

Updates in 2020.1 build 0355

Funktionen

  • Charts
    • Added the LabelVisibility.PointerProximitySingle option, which only shows the label closest to the pointer.
    • Added new AggregationKind.SignedMaximum and AggregationKind.SignedMinimum which compare against absolute values while retaining the sign of the original value; e.g., -5 is greater than 4.
  • MicroCharts
    • Added new MicroAggregationKind.SignedMaximum and MicroAggregationKind.SignedMinimum which compare against absolute values while retaining the sign of the original value; e.g...

Released: Jul 9, 2021

Updates in 2020.1 build 0354

Funktionen

  • Docking/MDI
    • Added the TabbedMdiHost.MinTabExtent and MaxTabExtent properties that determine the size range of all tabbed MDI tabs.
    • Updated focus handling within the StandardSwitcher to better support screen readers.
    • Updated StandardSwitcher items to use document window filenames as UIA help text.
    • Changed the default value of AdvancedTabItem.CanClose to be true, which is more natural since that property combined with AdvancedTabControl.HasTabCloseButtons (already defaulted false) and...

Released: Feb 15, 2021

Updates in 2020.1 build 0353

Funktionen

  • 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...

Released: Nov 18, 2020

Updates in 2020.1 build 0352

Funktionen

  • Charts
    • Updated PieSeries to watch for ItemsSource collection changes.
  • Editors
    • Added the AutoCompleteBoxEventArgs.OriginalText property, which contains the control's text prior to a selected item overriding it.
  • Grids
    • Added the IPropertyModel.StandardValuesSelectedValuePath property that specifies an optional path to bind to ComboBox.SelectedValuePath when displaying a property editor for limited standard values.
    • Improved the performance of a couple large TreeListBox item update...