- Changed __Delete to catch and report exceptions. __Delete previously had the effect of "postponing" the exception until the next function call or the end of the try-block/thread.
- Added support for all built-in variables in #Include.
- Added A_TimeIdleKeyboard and A_TimeIdleMouse.
- Added A_ListLines.
- Added A_ComSpec.
- Added A_LoopFilePath (alias of A_LoopFileFullPath, which is a misnomer).
- Added hotstring E option to execute instead of auto-replace.
- Added Hotstring(), the hotstring version of the Hotkey command.
- Changed hotstring recognizer to reset when focus changes instead of just when the active window changes.
- Added function hotstrings.
- Optimised detection of AltGr on Unicode builds. This fixes startup delays present in v1.1.27.00, which previously occurred (in part) each time Send was called for the first time for each target keyboard layout.
- Changed WinMenuSelectItem to treat menu 0& as the window's system menu.
- Added MaxParts parameter to StrSplit.
Preview of v1.1.28.00
Preview of v1.1.28.00
Re: Preview of v1.1.28.00
Updated (v1.1.28-a02).
- Improved #MenuMaskKey to allow specifying VK and SC, or vk00sc000 (disable masking).
Fixed #MenuMaskKey treating some valid keys (such as Del) as invalid.
(These changes were already in the included documentation, but not the executable.)
Reduced size of menu masking code. - Fixed StrSplit MaxParts when Delimiter is omitted.
- Added further explanation to the documentation of why 0& should only be used with custom menus.
- oldbrother
- Posts: 279
- Joined: 23 Oct 2013, 05:08
Re: Preview of v1.1.28.00
Thanks a lot! Where is the installer download link?
Re: Preview of v1.1.28.00
There isn't one.
There won't be one until the actual release.
There won't be one until the actual release.
Re: Preview of v1.1.28.00
#Include Ahk_Patience
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
Re: Preview of v1.1.28.00
Where are the sources for this version, please? I downloaded the test branch from GitHub but AHK_VERSION is set to 1.1.27.04. Is that an overlook or aren't the sources public (yet)? I just wanna look over some keyboard layout-related code, not police on the availability of sources.
Part of my AHK work can be found here.
Re: Preview of v1.1.28.00
The sources are right where you looked.
The version number is not committed, except on the master branch. It is set temporarily by the release script to include the ID of the commit, which cannot be included in that same commit for obvious reasons. The release script suggests a version number based on the last tag, number of commits since, and current commit ID; I edit this via InputBox. I never edit ahkversion.h directly.
The last 7 characters of the version number are the first 7 characters of the commit ID.
The version number is not committed, except on the master branch. It is set temporarily by the release script to include the ID of the commit, which cannot be included in that same commit for obvious reasons. The release script suggests a version number based on the last tag, number of commits since, and current commit ID; I edit this via InputBox. I never edit ahkversion.h directly.
The last 7 characters of the version number are the first 7 characters of the commit ID.
Re: Preview of v1.1.28.00
OK, thank you for the detailed information.
Part of my AHK work can be found here.
Re: Preview of v1.1.28.00
Before v1.1.28.00 is released, I need to find answers to some questions regarding the hotstring() syntax;
Hotstring E(xecute) vs E(nd chars), Hotkey directives - AutoHotkey v2 Development
Edit: v1.1.28.00 has been released.
Hotstring E(xecute) vs E(nd chars), Hotkey directives - AutoHotkey v2 Development
Edit: v1.1.28.00 has been released.
Who is online
Users browsing this forum: No registered users and 9 guests