About This File
3.3.15.5 (27th February, 2022) (Beta)
AutoIt:
- Added #3826: GUI "On event" While loop precision.
- Added: Doc Symbolic constants for MouseGetCursor(), GUISetCursor() $MCID_*.
- Added #3849: @OSVersion for Windows 11 and Server 2022.
- Fixed #3836: FileExits trailing quotation mark.
- Fixed #3844: Right bracket does not register as a hotkey.
- Fixed #3830: GUICtrlSetResizing $GUI_DOCKBOTTOM fullscreen.
- Fixed #3831: GUICtrlSetPos $GUI_DOCKHCENTER.
- Fixed #2696: StringRegExp non-participating groups.
- Fixed #2866: Regread x64 remote from x86.
- Fixed #3667: empty continuation line.
- Fixed #3760: oversized Number conversion.
- Fixed #3215: GUICtrlCreateUpdown Show-Hide.
UDFs:
- Added: $ARRAYDISPLAY_NUMERICSORT for selected column for _ArrayDisplay() and _DebugArrayDisplay().
- Added: _GUICtrlEdit_SetPadding().
- Added: _WinAPI_ShellExecuteEx() Doc example.
- Fixed #3828: SetError(), SetExtended() broken doc links.
- Fixed #3827: _GUICtrlListView_ClickItem() outside listview area.
- Fixed #3835: Magic numbers in GDIPlus doc.
- Fixed #3833: _WinAPI_RegisterRawInputDevices() $iCount.
- Fixed #3842: -StringToArray() default parameter doc precision.
- Fixed #3846: missing $LVKF_* constants definition.
- Fixed #3847: _GUICtrlEdit_ShowBalloonTip() crash in _WinAPI_MultiByteToWideChar().
- Fixed #3848: _GUICtrlListView_GetItemTextArray() no error detection in multicolumn.
- Fixed #3850: _WinAPI_GetDriveNumber() does return - 1 as partition number.
- Fixed #3852: _ArrayToString() speed optimization.
- Fixed: Constants for _WinAPI_GetCursorInfo().
- Fixed: Debug.au3 when stripping.
- Fixed #3861: RunAs() doc remark.