Page 2 of 4

Re: AutoHotkey

Posted: Wed Mar 11, 2015 11:10 am
by lintalist
v1.1.20.02

Fixed add-first mode of OnMessage.
Fixed A_OSVersion for unrecognized OSes on x64 builds.
Fixed ExitApp to unpause the script before releasing objects in case a __delete meta-function is called.
Trivial optimizations and code maintenance.

http://ahkscript.org/docs/AHKL_ChangeLog.htm

Re: AutoHotkey

Posted: Wed Mar 11, 2015 11:41 am
by SYSTEM
lintalist wrote:v1.1.20.02

Fixed add-first mode of OnMessage.
Fixed A_OSVersion for unrecognized OSes on x64 builds.
Fixed ExitApp to unpause the script before releasing objects in case a __delete meta-function is called.
Trivial optimizations and code maintenance.

http://ahkscript.org/docs/AHKL_ChangeLog.htm
Checker had already updated the entry. :)

Re: AutoHotkey

Posted: Wed Mar 11, 2015 11:59 am
by lintalist
I saw that just now and wanted to Edit my post - you beat me to it SYSTEM :-)

Re: AutoHotkey

Posted: Wed Mar 11, 2015 12:05 pm
by SYSTEM
lintalist wrote:I saw that just now and wanted to Edit my post - you beat me to it SYSTEM :-)
Haha, I am fast. ;)

And so is Checker. :mrgreen:

Re: AutoHotkey

Posted: Wed Mar 11, 2015 2:37 pm
by Checker
Image

Re: AutoHotkey

Posted: Wed Mar 11, 2015 3:01 pm
by Midas
The quickest in the East! :D

Re: AutoHotkey

Posted: Wed Mar 11, 2015 11:11 pm
by guinness
Syntactically AutoHotKey seems a little bit all over the place. Is it BASIC-like? Is it C? Who knows?

Re: AutoHotkey

Posted: Fri Mar 20, 2015 11:50 pm
by lintalist
1.1.20.03 - March 21, 2015

Fixed MouseGetPos (OutputVarControl), GuiContextMenu and GuiDropFiles (A_GuiControl) to not ignore disabled controls [broken by v1.1.20.00].

http://ahkscript.org/docs/AHKL_ChangeLog.htm

Re: AutoHotkey

Posted: Sat Mar 21, 2015 12:19 am
by SYSTEM
lintalist wrote:1.1.20.03 - March 21, 2015

Fixed MouseGetPos (OutputVarControl), GuiContextMenu and GuiDropFiles (A_GuiControl) to not ignore disabled controls [broken by v1.1.20.00].

http://ahkscript.org/docs/AHKL_ChangeLog.htm
Thanks. Entry updated. :)

Re: AutoHotkey

Posted: Sat Mar 28, 2015 12:18 am
by lintalist
v1.1.21.00 - March 28, 2015 - http://ahkscript.org/docs/AHKL_ChangeLog.htm#v1.1.21.00
  • Added Loop, Reg, RootKey[\Key, Mode].
  • Added Loop, Files, FilePattern [, Mode].
  • Changed InputVar parameters to allow % expression (except with If commands).
  • Revised Object methods:
    • Added Object.InsertAt(), Object.Push() and ObjRawSet().
    • Added Object.Delete(), Object.RemoveAt() and Object.Pop().
    • Added Object.Length().
  • Added Ord() and updated Chr() to support supplementary chars (>0xFFFF).
  • Added StrReplace().
  • Removed the obsolete and undocumented 5-parameter mode of RegRead, which was exclusively for AutoIt v2 compatibility (the extra parameter was unused).
  • Changed RegRead, RegWrite and RegDelete so that the RootKey and SubKey parameters can optionally be combined.

Re: AutoHotkey

Posted: Sat Mar 28, 2015 1:58 am
by SYSTEM
lintalist wrote:v1.1.21.00 - March 28, 2015 - http://ahkscript.org/docs/AHKL_ChangeLog.htm#v1.1.21.00
  • Added Loop, Reg, RootKey[\Key, Mode].
  • Added Loop, Files, FilePattern [, Mode].
  • Changed InputVar parameters to allow % expression (except with If commands).
  • Revised Object methods:
    • Added Object.InsertAt(), Object.Push() and ObjRawSet().
    • Added Object.Delete(), Object.RemoveAt() and Object.Pop().
    • Added Object.Length().
  • Added Ord() and updated Chr() to support supplementary chars (>0xFFFF).
  • Added StrReplace().
  • Removed the obsolete and undocumented 5-parameter mode of RegRead, which was exclusively for AutoIt v2 compatibility (the extra parameter was unused).
  • Changed RegRead, RegWrite and RegDelete so that the RootKey and SubKey parameters can optionally be combined.
Entry updated. :)

Re: AutoHotkey

Posted: Fri Apr 03, 2015 8:02 am
by lintalist
1.1.21.01 - April 3, 2015 - http://ahkscript.org/docs/AHKL_ChangeLog.htm
  • Fixed StrReplace() to allow ReplaceText to be omitted.
  • Fixed class variables to allow non-ASCII names.

Re: AutoHotkey

Posted: Sat Apr 11, 2015 11:30 pm
by lintalist
v1.1.21.03 - April 12, 2015

* Fixed detection of naming conflicts between properties and methods.

http://ahkscript.org/docs/AHKL_ChangeLog.htm

Re: AutoHotkey

Posted: Sun Apr 12, 2015 12:24 am
by SYSTEM
lintalist wrote:v1.1.21.03 - April 12, 2015

* Fixed detection of naming conflicts between properties and methods.

http://ahkscript.org/docs/AHKL_ChangeLog.htm
Entry updated. :)

Re: AutoHotkey

Posted: Sun Jul 12, 2015 1:10 am
by lintalist
1.1.22.03 - July 12, 2015

Fixed A_EndChar returning a truncated value for Unicode end chars.

Small implementation changes:
  • Changed A_Language to use GetSystemDefaultUILanguage().
  • Refactored Window Spy/help file launching from tray menu to improve code re-use.
  • Optimized Gui/Menu/Hotkey/Hotstring/OnClipboard message handling (minor).
Source: http://ahkscript.org/docs/AHKL_ChangeLog.htm