Actipro Editors for Universal Windows 2016.1 build 0306 released
Released: Nov 17, 2016
2016.1 build 0306 での更新項目
機能
- Added the Calculator control that provides a familiar calculator interface to interactively calculate numeric values.
- Added new edit box and picker controls for the Int16, Int64, Single, and TimeSpan types.
- Added a PickerKind property to DoubleEditBox and Int32EditBox, which allows optional usage of a calculator in the popup picker.
- Added the PartEditBoxBase.CommitTriggers property, which determines the scenarios (e.g Enter key press, etc.) in which a value commits.
- Added the PartEditBoxBase.SpinWrapping property, which determines the wrapping behavior used when spinning past a minimum or maximum value in the active part.
- Added the DoubleEditBox.IsNaNAllowed, IsNegativeInfinityAllowed, and IsPositiveInfinityAllowed properties, which allow entry of those related values.
- Improved Int32EditBox to support hexadecimal formats.
- Improved GuidEditBox to support multiple formats.
- Improved string to value conversion logic.
- Improved part parsing logic.
- Added UI automation peers for numerous controls.
- Updated part edit boxes to coerce out-of-range values back within range when committing via Enter, spinning, or focus loss.
- Updated part edit boxes to focus their popup content when the popup is displayed.
- Updated the default Int32 and Double part minimum and maximum values to follow the respective type's minimum and maximum allowed values.
- Updated the templates for edit box and picker controls with a more modern appearance.
- Updated the templates for picker controls to reduce whitespace.
不具合の修正
- Fixed a bug where EnumEditBox might not close its popup properly the first time an item was tapped.