Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update snippet #TEMPLATE #202

Merged
merged 2 commits into from
Jul 31, 2022
Merged

Conversation

kyklish
Copy link
Contributor

@kyklish kyklish commented Jul 31, 2022

From official documentation:

Specifying #NoEnv is recommended for all new scripts because:

  1. It significantly improves performance whenever empty variables are used in an expression or command. It also improves DllCall's performance when unquoted parameter types are used (e.g. int vs. "int").
  2. It prevents script bugs caused by environment variables whose names unexpectedly match variables used by the script.
  3. AutoHotkey v2 will make this behavior the default.

Use SetBatchLines, -1 to never sleep (i.e. have the script run at maximum speed). In AutoHotkey v2 is the default behaviour.

Notifying @mark-wiemer

@mark-wiemer mark-wiemer enabled auto-merge (squash) July 31, 2022 18:01
@mark-wiemer mark-wiemer self-assigned this Jul 31, 2022
@mark-wiemer mark-wiemer merged commit 3e5f033 into mark-wiemer-org:main Jul 31, 2022
@kyklish kyklish deleted the update-snippet branch July 31, 2022 18:22
@mark-wiemer mark-wiemer mentioned this pull request Oct 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants