Actipro WinForms Studio(英語版) のリリース

Released: May 27, 2022

22.1.2 での更新項目

機能

  • SyntaxEditor
    • Refactored built-in indicator glyphs' appearances, dark theme coloring and z-order.
    • Added new SyntaxEditor.OverrideCursor property which can be used to force a specific cursor to be used.
    • Updated IntelliPrompt completion item sorting logic.
    • Updated the sample CSS syntax language lexer.
    • Updated the Microsoft .NET Go to Definition QuickStart to support Ctrl+Click navigation and visual tagging of recognized tokens under the mouse.
  • .NET Languages Add-on
    • Improved IntelliPrompt...

Released: Mar 14, 2022

22.1.1 での更新項目

機能

  • SyntaxEditor
    • Added a new Column Guides feature to designate where line breaks should occur.
    • Added a new Compare Files QuickStart to demonstrate side-by-side file comparison.
    • Improved logic for adding manual outlining nodes.
    • Improved HighlightingStyleRegistry.Import to match classification types by key and to ignore colors defined as '0x01000000'.
    • Improved NavigableSymbolSelector to update its ComboBox selections quicker for simple selection changes in the attached SyntaxEditor.
    • Improved...

Released: Dec 8, 2021

22.1.0 での更新項目

機能

  • All
    • Validated Microsoft .NET 6 compatibility.
    • Added Microsoft .NET 5 variations of the product assemblies to the NuGet feeds.
    • Added Microsoft .NET Core 3.1 and .NET 5+ designer support for Microsoft Visual Studio 2022 and updated the 'About...' designer action to open product-specific online documentation.
  • SyntaxEditor
    • Added an 'Editor Views - Synchronization QuickStart' to demonstrate synchronizing the scroller and splitter of one editor instance with another.
    • Added support for customizing...

Released: Sep 7, 2021

21.1.1 での更新項目

機能

  • SyntaxEditor
    • Improved IntelliPrompt UI to reposition itself when the view's text area layout is updated, such as when scrolling.
    • Added the SyntaxEditor.WordWrapModeChanged event that is raised when the SyntaxEditor.WordWrapMode property is changed.
    • Added a Drag and Drop QuickStart to demonstrate multiple interaction models and features.
    • Updated the horizontal ScrollBar to remain visible in word wrap mode when the SyntaxEditor.HorizontalScrollBarVisibility property is Visible (the default...

Released: Jul 12, 2021

21.1.0 での更新項目

機能

  • Bars
    • Added IBarRenderer.DrawCommandLinkInCustomizeList to support rendering BarCommandLink within a user-drawn ListBox.
    • Improved processing of mnemonic key for BarCommandLink and auto-generated tool tip text.
    • Improved performance of BarManager rendering related to resolving the IBarControl containing a BarCommandLink.
    • Removed BarManager.PopupAnimation which has not been supported since Microsoft Windows XP.
  • Docking/MDI
    • Added the DockManager.ExecuteTabbedMdiWindowContextMenuItem method which...

Released: Nov 18, 2020

2020.1 build 0403 での更新項目

機能

  • SyntaxEditor
    • Added syntax highlighting to collapsed region quick info tips created by the CollapsedRegionQuickInfoProvider language service.
    • Added the CollapsedRegionQuickInfoProvider.IsSyntaxHighlightingEnabled property and added a parameter to the GetContent method.
    • Added the IPrintSettings.AreCollapsedOutliningNodesAllowed property that can be set to true to allow collapsed outlining nodes in a printer view.
    • Added the IPrintSettings.AreIndentationGuidesVisible property that can be set to...

Released: Aug 26, 2020

2020.1 build 0402 での更新項目

機能

Docking & MDI

  • Improved the rendering of images and glyphs in high DPI.
  • Added the TabStripRenderer.CanAutoScaleImages property, which defaults to true and determines if tab images are auto-scaled in high-DPI.

SyntaxEditor

  • Updated the CollectionTagger.Clear method to accurately report the changed text range in the TagsChanged event when there are fewer than 100 tags being removed. Otherwise, the entire snapshot range is returned as before.
  • Updated the virtual CodeSnippetSelectionSession...

Released: Apr 16, 2020

2020.1 build 0401 での更新項目

機能

Bars for WinForms

  • Added several VisualStudio2002BarRenderer color properties to support customization of toolbar shadows and separators.

SyntaxEditor for WinForms

  • Added a new background that renders the search range when the search overlay pane is in Selection scope mode.
  • Improved search overlay pane logic related to the selection scope range.
  • Added the IsTextDataBindingEnabled property, which can be set to true to allow data binding to the SyntaxEditor.Text property.
  • Updated the SyntaxEditor...

Released: Nov 13, 2019

2020.1 での更新項目

機能

Docking & MDI

  • Improved the selected tabbed MDI container to not repaint its contents when its parent Form is activated or deactivated.

SyntaxEditor for WinForms

Cross-Platform Design

  • The WinForms SyntaxEditor has been rewritten to support a cross-platform API across the WPF, UWP, and WinForms platforms. This allows SyntaxEditor features for the three platforms to be kept in sync moving forward.

Scrolling and Zooming

  • Added smooth inertia-based touch scrolling.
  • Added support for Shift...

Released: Nov 1, 2019

2018.1 build 0342 での更新項目

不具合の修正

  • Fixed a bug introduced in a previous build where when splitting a view, removing the split, and splitting again, the scrollbars might not render properly.