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

v3.2.0 #329

Merged
merged 4 commits into from
Jan 29, 2023
Merged

v3.2.0 #329

merged 4 commits into from
Jan 29, 2023

Conversation

mark-wiemer
Copy link
Owner

@mark-wiemer mark-wiemer commented Jan 29, 2023

3.2.0 - 2023-01-29 ❄️

  • Debug keyboard shortcut is now Ctrl + Alt + F9 (was F9) to avoid conflicts with VS Code default shortcuts.
  • New setting: Snippet template name. Create your own template for new AHK files, including no template at all.
  • Moving lines of code via commands now (almost) correctly indents (PR #306, issue #319)
  • Snippets and keywords updated to AutoHotkey v1.1.36.0 (PR #288, PR #298)

Fixes:

  • Fix syntax highlighting for:

    • strings with double colons in them (PR #278)
    • conditional directives (#69)
    • #Include and #IncludeAgain (#86)
    • semi-colons without a preceding space (usually meant to be comments) (#295)
  • Fix formatting for:

    • comments at the beginning of a code block (#291)
    • IfMsgBox (#290)
    • hotstrings and complex hotkeys (#303)
    • object assignment within unbraced code blocks (#316)
    • nested, unbraced code blocks (PR #287)
  • Fix hover message for doc comments to always be trimmed (PR #308)

@mark-wiemer mark-wiemer enabled auto-merge (squash) January 29, 2023 22:27
@mark-wiemer mark-wiemer disabled auto-merge January 29, 2023 22:30
@mark-wiemer mark-wiemer merged commit f6b4781 into main Jan 29, 2023
@mark-wiemer mark-wiemer deleted the release-3.2.0 branch January 29, 2023 22:36
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.

1 participant