v1.1.29 - new Obj functions, OnError, custom mod limits lifted, Send {text} improved

Community news and information about new or upcoming versions of AutoHotkey
Locked
lexikos
Posts: 9569
Joined: 30 Sep 2013, 04:07
Contact:

v1.1.29 - new Obj functions, OnError, custom mod limits lifted, Send {text} improved

Post by lexikos » 24 May 2018, 20:34

Added Object.Count() and ObjCount(Object).
Added ObjGetBase(Object) and ObjSetBase(Object, Base).
Added ObjRawGet(Object, Key).
Added OnError(Func [, AddRemove]).
Revised exception handling:
  • If unhandled, show an error message/call OnError before the stack unwinds (making exceptions consistent with runtime errors).
  • Fixed __Delete causing commands to throw even when Try is not used.
  • Fixed COM clients unable to catch built-in script errors.
Removed the limits on the number of custom modifiers that can be used with each key.
Changed Send {Text} to avoid toggling CapsLock or waiting for Win+L.
Fixed #Warn ClassOverwrite to not warn for A_Args.
Improved DBGp source command to properly convert between file codepage and UTF-8, and to reduce code size.
Other code size optimizations and trivial maintenance.

lexikos
Posts: 9569
Joined: 30 Sep 2013, 04:07
Contact:

v1.1.29.01

Post by lexikos » 02 Jun 2018, 00:30

Fixed WinMove crashing the program in some cases [broken by v1.1.29.00].
Fixed Gui x:Default if no Gui has been created [broken by v1.1.29.00].

Locked

Return to “Announcements”