Wishlist of functions valid with conditional breakpoint, etc. #290
zero-plusplus
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With the next major update, 2.0.0, it will be possible to evaluate AutoHotkey expressions in breakpoint conditionals and logs.
However, this is a reproduction of AutoHotkey expressions in JavaScript and is not fully compatible.
The function is also one of the incompatible ones. However, some functions such as ObjHasKey and SubStr can be reproduced.
Therefore, I am looking for AutoHotkey functions that would be useful to use in conditional expressions and logs.
Also, I am looking for ideas for functions that are not in AutoHotkey but would be useful.
The list of function implementations is managed in the following Issues.
Beta Was this translation helpful? Give feedback.
All reactions