New Maintenance Releases of All WinForms/ASP.NET Products

Announcements Forum

Posted 16 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
New maintenance releases of all WinForms and ASP.NET products are now available. These releases include Shared/WinUICore updates.

SyntaxEditor and UIStudio had a number of improvements and bug fixes as well.

SyntaxEditor Updates

SyntaxEditor Control
  • Adjusted the code for determining how far to scroll for mouse wheel turns.
  • Added an overload for the SyntaxEditor.Print method to determine whether PrintDialog.UseEXDialog should be set.
  • Fixed a bug in the EditorView.PositionToOffset code when dealing with collapsed outlining nodes.
  • Fixed a bug introduced in the outdent code in the previous maintenance release.
  • Fixed a bug where the right side of a selection border could be drawn incorrectly.
.NET Languages Add-on
  • Updated IntelliPrompt to work better when accessing static members and constants inside of a type declaration but outside of a member.
  • Made some minor improvements in IntelliPrompt for implicitly declared variables.
  • Improved how IntelliPrompt processes EditorBrowsable(Never).
  • Updated C# #region folding code.
  • Updated VB source code parsing so all classes are considered partial since VB is less strict on the use of the partial keyword.
  • Added the AssemblyCodeRepository.Refresh method, which can be used to refresh the existing contents of cached assembly data if an assembly is rebuilt with the same name/version.
  • Fixed a type resolutio bug introduced in the previous maintenance release.
  • Fixed a bug where child namespaces of imported namespaces wouldn't show up in the member list.
  • Fixed a bug with the C# parsing of element initializers.
  • Fixed a bug with the VB semantic parsing of LINQ group-by operators.
  • Fixed a bug with the GetInterfaces method for partial types.
  • Fixed a bug with how array initializers were parsed and added the ObjectCreationExpression.IsArray property.

UIStudio Updates

Bar Controls
  • Added the BarManager.CategoryLocalization property, in which localizations of category names can be added. The keys are the normal category names, and the values are the localized versions.
  • Updated BarManager so Enter key presses when the mouse only has been used to select a menu item will execute the menu item under the mouse.
  • Fixed a bug where key up events could be passed to target controls when a popup menu was displayed.
  • Fixed a bug where an exception could be thrown in a rare scenario related to a menu being open with an embedded ComboBox whose popup is displayed.
  • Fixed a bug where the status bar visual style drawing could throw an exception in a certain scenario.
Dock Controls / TabStrip
  • Added the TabStrip.TabStripPageTabMoved event, which occurs after a tab drag is moved via end user dragging when AutoInternalDragDrop is true.
  • Fixed a bug where mouse hovers over auto-hide tabs could show the auto-hidden tool window even when the app didn't have focus.


Actipro Software Support