Page 1 of 1

v1.1.23 - Several new features and other improvements

Posted: 16 Jan 2016, 02:06
by lexikos
v1.1.23.00

Added Menu Insert sub-command.
Added MenuGetHandle().
Added MenuGetName().
Added menu item options: Radio, Right, Break and BarBreak.
Improved the Menu command to allow identifying items by position: 1&

Added LoadPicture().
Added hicon/hbitmap: syntax for passing handles to commands which normally load an image from file.
Added built-in variables: A_CoordModeToolTip/Pixel/Mouse/Caret/Menu, A_DefaultGui, A_DefaultListView, A_DefaultTreeView, A_KeyDelayPlay, A_KeyDuration/Play, A_MouseDelayPlay, A_SendLevel, A_SendMode and A_StoreCapslockMode.
Added Ix Hotkey option to set the hotkey variant's input level to x.

Improved Picture control to support BackgroundTrans with icons.
Improved Picture control to reduce flicker when loading large images.
Small optimizations to the menu code and built-in var lookups.
Fixed conversion of menu items to/from separators.
Fixed A_ThisMenuItemPos to support duplicate item names.
Fixed sub-menus sometimes not being recreated after a menu is deleted.
Fixed AutoHotkeyXXX.exe to launch AutoHotkey.chm, not AutoHotkeyXXX.chm.

Download

Re: v1.1.23 - Several new features and other improvements

Posted: 25 Jan 2016, 18:38
by lexikos
v1.1.23.01

(Released a couple of days ago)

Fixed a theoretical issue with loading scripts from weird/very long paths.

Ahk2Exe: Fixed Unicode in compiled scripts (broken by v1.1.23.00 release).

Re: v1.1.23 - Several new features and other improvements

Posted: 11 Mar 2016, 21:44
by lexikos
v1.1.23.02

Fixed RegDelete deleting the entire key instead of the default value.
Code maintenance; minor code size improvement.

v1.1.23.03

Fixed __Delete meta-functions erroneously suppressing or prematurely re-throwing exceptions, when they are called during exception propagation.
Fixed load-time detection of function calls where a required parameter is blank, as in fn(x,,y).

Fixed Window Spy to fall back to #vk41 for its hotkey when "A" does not exist on the current keyboard layout.
Changed the installer UI to ignore F5 and Ctrl+<any letter>.

Re: v1.1.23 - Several new features and other improvements

Posted: 25 Mar 2016, 21:50
by lexikos
v1.1.23.04

Fixed LV_Modify to support omitting Options, as in LV_Modify(r,, col1).

Changed the installer back to the standard 7-zip self-extractor (7zS2.sfx v9.20). It has less useful error reporting in the event of failure but also less antivirus false positives.

Re: v1.1.23 - Several new features and other improvements

Posted: 26 Mar 2016, 20:28
by lexikos
v1.1.23.05

Fixed InputBox, MsgBox, FileSelectFile and FileSelectFolder sending an unwanted Alt-up if Alt is down. This was due to an error with the Ctrl/Shift workaround added in v1.1.22.01.

Improved the Ctrl/Shift workaround to avoid unnecessarily "masking" the Win key if Ctrl, Shift or Alt is also down.

Re: v1.1.23 - Several new features and other improvements

Posted: 14 May 2016, 22:13
by lexikos
v1.1.23.06

Fixed break label crashing the program if nested directly inside its target loop.

Re: v1.1.23 - Several new features and other improvements

Posted: 20 May 2016, 00:52
by lexikos
v1.1.23.07

Fixed Menu x, Insert, y, z, % object to use the object, not ignore it.
Fixed Menu x, Add, :item text, % object to use the object, not look for a submenu.