From 51273c3b034c802a13d9d1455456b6f7aa1f0182 Mon Sep 17 00:00:00 2001 From: Mark Wiemer Date: Thu, 26 Dec 2024 05:16:20 -0600 Subject: [PATCH] Move repo from mark-wiemer-org to mark-wiemer --- .../bug-report--non-formatter-.md | 2 +- .github/ISSUE_TEMPLATE/pre-release.md | 2 +- .github/workflows/add-to-project.yml | 4 +- .github/workflows/publish.yml | 2 +- .gitmodules | 2 +- Contributing.md | 6 +- ahk2 | 2 +- changelog.md | 166 +++++++++--------- docs/Development.md | 6 +- docs/FullV2Integration.md | 2 +- docs/InstallFromVSIX.md | 2 +- docs/TemplateSnippet.md | 2 +- docs/Troubleshooting.md | 10 +- language/samples/0-ahk-explorer.ahk1 | 2 +- language/samples/0-ahk-explorer.ahk1.snap | 2 +- language/samples/295-command-comment.ahk1 | 2 +- .../samples/295-command-comment.ahk1.snap | 2 +- language/samples/295-directive-comment.ahk1 | 2 +- .../samples/295-directive-comment.ahk1.snap | 2 +- .../samples/295-function-call-comment.ahk1 | 2 +- .../295-function-call-comment.ahk1.snap | 2 +- .../295-function-definition-comment.ahk1 | 2 +- .../295-function-definition-comment.ahk1.snap | 2 +- language/samples/295-label-comment.ahk1 | 2 +- language/samples/295-label-comment.ahk1.snap | 2 +- language/samples/318-keyword-in-command.ahk1 | 2 +- .../samples/318-keyword-in-command.ahk1.snap | 2 +- language/samples/357-colon-comment.ahk1 | 2 +- language/samples/357-colon-comment.ahk1.snap | 2 +- language/samples/69-if-directive.ahk1 | 2 +- language/samples/69-if-directive.ahk1.snap | 2 +- language/samples/86-import-comment.ahk1 | 2 +- language/samples/86-import-comment.ahk1.snap | 2 +- license.md | 2 +- package.json | 8 +- readme.md | 14 +- src/parser/samples/117-ten-thousand-lines.ahk | 2 +- .../119-semicolon-inside-string.in.ahk | 2 +- .../119-semicolon-inside-string.out.ahk | 2 +- .../samples/161-colon-on-last-position.in.ahk | 2 +- .../161-colon-on-last-position.out.ahk | 2 +- .../samples/180-if-else-braces.in.ahk | 2 +- .../samples/180-if-else-braces.out.ahk | 2 +- ...184-continuation-section-expression.in.ahk | 2 +- ...84-continuation-section-expression.out.ahk | 2 +- .../184-continuation-section-object.in.ahk | 2 +- .../184-continuation-section-object.out.ahk | 2 +- .../184-continuation-section-text.in.ahk | 2 +- .../184-continuation-section-text.out.ahk | 2 +- .../samples/185-block-comment.in.ahk | 2 +- .../samples/185-block-comment.out.ahk | 2 +- .../187-comments-at-end-of-line.in.ahk | 2 +- .../187-comments-at-end-of-line.out.ahk | 2 +- .../188-one-command-code-in-text.in.ahk | 2 +- .../188-one-command-code-in-text.out.ahk | 2 +- .../samples/189-space-at-end-of-line.in.ahk | 2 +- .../samples/189-space-at-end-of-line.out.ahk | 2 +- .../samples/192-preserve-indent-true.in.ahk | 2 +- .../samples/192-preserve-indent-true.out.ahk | 2 +- .../samples/25-multiline-string.in.ahk | 2 +- .../samples/25-multiline-string.out.ahk | 2 +- src/providers/samples/255-close-brace.in.ahk | 2 +- src/providers/samples/255-close-brace.out.ahk | 2 +- src/providers/samples/255-else-if.in.ahk | 2 +- src/providers/samples/255-else-if.out.ahk | 2 +- src/providers/samples/255-if-loop-mix.in.ahk | 2 +- src/providers/samples/255-if-loop-mix.out.ahk | 2 +- .../samples/255-return-function.in.ahk | 2 +- .../samples/255-return-function.out.ahk | 2 +- src/providers/samples/255-return-label.in.ahk | 2 +- .../samples/255-return-label.out.ahk | 2 +- src/providers/samples/255-style-allman.in.ahk | 2 +- .../samples/255-style-allman.out.ahk | 2 +- .../samples/255-style-k-and-r.in.ahk | 2 +- .../samples/255-style-k-and-r.out.ahk | 2 +- src/providers/samples/255-style-mix.in.ahk | 2 +- src/providers/samples/255-style-mix.out.ahk | 2 +- .../samples/255-style-one-true-brace.in.ahk | 2 +- .../samples/255-style-one-true-brace.out.ahk | 2 +- src/providers/samples/28-switch-case.in.ahk | 2 +- src/providers/samples/28-switch-case.out.ahk | 2 +- src/providers/samples/290-ifmsgbox.in.ahk | 2 +- src/providers/samples/290-ifmsgbox.out.ahk | 2 +- .../samples/291-single-line-comment.in.ahk | 2 +- .../samples/291-single-line-comment.out.ahk | 2 +- .../316-if-object-continuation-section.in.ahk | 2 +- ...316-if-object-continuation-section.out.ahk | 2 +- .../samples/40-command-inside-text.in.ahk | 2 +- .../samples/40-command-inside-text.out.ahk | 2 +- .../samples/411-extra-spaces-in-string.in.ahk | 2 +- .../411-extra-spaces-in-string.out.ahk | 2 +- .../samples/429-single-line-hotkey.in.ahk | 2 +- .../samples/429-single-line-hotkey.out.ahk | 2 +- .../432-label-inside-code-block.in.ahk | 2 +- .../432-label-inside-code-block.out.ahk | 2 +- ...ingle-line-hotkey-with-if-directive.in.ahk | 2 +- ...ngle-line-hotkey-with-if-directive.out.ahk | 2 +- ...gh-single-line-hotkey-with-function.in.ahk | 2 +- ...h-single-line-hotkey-with-function.out.ahk | 2 +- src/providers/samples/55-if-directive.in.ahk | 2 +- src/providers/samples/55-if-directive.out.ahk | 2 +- .../56-return-command-after-label.in.ahk | 2 +- .../56-return-command-after-label.out.ahk | 2 +- .../samples/58-parentheses-indentation.in.ahk | 2 +- .../58-parentheses-indentation.out.ahk | 2 +- .../samples/59-one-command-indentation.in.ahk | 2 +- .../59-one-command-indentation.out.ahk | 2 +- src/providers/samples/ahk-explorer.in.ahk | 2 +- src/providers/samples/ahk-explorer.out.ahk | 2 +- 109 files changed, 209 insertions(+), 209 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report--non-formatter-.md b/.github/ISSUE_TEMPLATE/bug-report--non-formatter-.md index 6286dac0..ffbe3dc9 100644 --- a/.github/ISSUE_TEMPLATE/bug-report--non-formatter-.md +++ b/.github/ISSUE_TEMPLATE/bug-report--non-formatter-.md @@ -8,7 +8,7 @@ labels: bug assignees: mark-wiemer --- -For troubleshooting assistance, refer to the [troubleshooting guide](https://github.com/mark-wiemer-org/docs/Troubleshooting.md) +For troubleshooting assistance, refer to the [troubleshooting guide](https://github.com/mark-wiemer/docs/Troubleshooting.md) ## Description diff --git a/.github/ISSUE_TEMPLATE/pre-release.md b/.github/ISSUE_TEMPLATE/pre-release.md index c15a132f..ac491ee3 100644 --- a/.github/ISSUE_TEMPLATE/pre-release.md +++ b/.github/ISSUE_TEMPLATE/pre-release.md @@ -6,7 +6,7 @@ labels: pre-release assignees: mark-wiemer --- -- [ ] My issue is different from [other reported pre-release issues](https://github.com/mark-wiemer-org/ahkpp/issues?q=sort%3Aupdated-desc+label%3Apre-release+is%3Aopen) +- [ ] My issue is different from [other reported pre-release issues](https://github.com/mark-wiemer/ahkpp/issues?q=sort%3Aupdated-desc+label%3Apre-release+is%3Aopen) **Is your issue related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 072288de..53579cb8 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/add-to-project@v1.0.2 with: # https://github.com/settings/tokens - # https://github.com/mark-wiemer-org/ahkpp/settings/secrets/actions + # https://github.com/mark-wiemer/ahkpp/settings/secrets/actions # Saved locally as "Add to project PAT" - project-url: https://github.com/orgs/mark-wiemer-org/projects/1 + project-url: https://github.com/orgs/mark-wiemer/projects/1 github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 281a511a..4f2e9e6f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,7 +27,7 @@ jobs: - name: Publish to Visual Studio Marketplace uses: HaaLeo/publish-vscode-extension@v1 with: - # https://github.com/mark-wiemer-org/ahkpp/settings/secrets/actions + # https://github.com/mark-wiemer/ahkpp/settings/secrets/actions # https://dev.azure.com/markwiemer/_usersSettings/tokens # Saved locally as "CI VS Code Marketplace Publish Token" pat: ${{ secrets.VS_MARKETPLACE_TOKEN }} diff --git a/.gitmodules b/.gitmodules index df7e084f..04fcaf18 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "ahk2"] path = ahk2 - url = https://github.com/mark-wiemer-org/vscode-autohotkey2-lsp + url = https://github.com/mark-wiemer/vscode-autohotkey2-lsp diff --git a/Contributing.md b/Contributing.md index 5e9a43b1..1f55775f 100644 --- a/Contributing.md +++ b/Contributing.md @@ -59,7 +59,7 @@ Please validate the build before opening a PR. Automated checks will have to pas ### Automated checks -All checks are found in [πŸ“„ `package.json#scripts`](https://github.com/mark-wiemer-org/ahkpp/blob/main/package.json). +All checks are found in [πŸ“„ `package.json#scripts`](https://github.com/mark-wiemer/ahkpp/blob/main/package.json). - Validate: Make sure everything is working correctly - Lint @@ -75,7 +75,7 @@ All checks are found in [πŸ“„ `package.json#scripts`](https://github.com/mark-wi ## Syntax highlighting -The syntax in [πŸ“„ `language/ahk.tmLanguage.yaml`](https://github.com/mark-wiemer-org/ahkpp/blob/main/language/ahk.tmLanguage.yaml) determines how syntax highlighting is applied. +The syntax in [πŸ“„ `language/ahk.tmLanguage.yaml`](https://github.com/mark-wiemer/ahkpp/blob/main/language/ahk.tmLanguage.yaml) determines how syntax highlighting is applied. ``` ; No syntax highlighting here 😞 @@ -94,7 +94,7 @@ Some resources: To update the syntax, we recommend following this flow: 1. πŸ€” Take some time to reproduce a syntax highlighting issue with as little AHK code as possible -1. βž• Add a new file in [πŸ“ `src/test/suite/grammar/samples`](https://github.com/mark-wiemer-org/ahkpp/tree/main/src/test/suite/grammar/samples) that demonstrates the issue +1. βž• Add a new file in [πŸ“ `src/test/suite/grammar/samples`](https://github.com/mark-wiemer/ahkpp/tree/main/src/test/suite/grammar/samples) that demonstrates the issue 1. πŸƒ Run `npm run test_grammar` to generate a `.snap` snapshot for the file you added 1. ✏️ Edit the YAML grammar 1. πŸ§ͺ Repeat the last two steps until everything is working as you want diff --git a/ahk2 b/ahk2 index 5be91832..c6474811 160000 --- a/ahk2 +++ b/ahk2 @@ -1 +1 @@ -Subproject commit 5be918325917ddc9a3500778c30a55ca5dd4086d +Subproject commit c647481176af553f113cb3dbf781e2a40fb42a5f diff --git a/changelog.md b/changelog.md index ad399ce5..89dbd786 100644 --- a/changelog.md +++ b/changelog.md @@ -9,18 +9,18 @@ ### Known issues -- If your AHK v2 interpreter is not recognized and you try to debug an AHK v2 script, an "AutoHotkey execute bin not found: ..." output log will appear and take focus in the AHK++ (v1) output channel (open issue [#570](https://github.com/mark-wiemer-org/ahkpp/issues/570)) -- The "Select AHK v2 interpreter" command does not work, instead please try to run (not debug) an AHK v2 script and use the quick pick from the "... does not exist" error message (open issue [#571](https://github.com/mark-wiemer-org/ahkpp/issues/571)) +- If your AHK v2 interpreter is not recognized and you try to debug an AHK v2 script, an "AutoHotkey execute bin not found: ..." output log will appear and take focus in the AHK++ (v1) output channel (open issue [#570](https://github.com/mark-wiemer/ahkpp/issues/570)) +- The "Select AHK v2 interpreter" command does not work, instead please try to run (not debug) an AHK v2 script and use the quick pick from the "... does not exist" error message (open issue [#571](https://github.com/mark-wiemer/ahkpp/issues/571)) ### Fixes - Add [troubleshooting guide](docs/Troubleshooting.md) -- Fix go to definition in AHK v1 files ([#559](https://github.com/mark-wiemer-org/ahkpp/issues/559)) -- Remove unnecessary error message "Couldn't resolve AHK v2 interpreter" ([#493](https://github.com/mark-wiemer-org/ahkpp/issues/493)) +- Fix go to definition in AHK v1 files ([#559](https://github.com/mark-wiemer/ahkpp/issues/559)) +- Remove unnecessary error message "Couldn't resolve AHK v2 interpreter" ([#493](https://github.com/mark-wiemer/ahkpp/issues/493)) - This has been moved to a output log visible in the AHK++ (v2) output channel - A "... does not exist" error message will still appear when trying to run an AHK v2 script with an unrecognized interpreter path -- Fix quick pick for "... does not exist" error message on run AHK v2 script ([PR #569](https://github.com/mark-wiemer-org/ahkpp/issues/569)) - > Note: this fix copies your config into your workspace settings. If you don't like this, please manually enter the path via the settings, and don't use the quick pick. Learn more at [PR #569](https://github.com/mark-wiemer-org/ahkpp/issues/569). +- Fix quick pick for "... does not exist" error message on run AHK v2 script ([PR #569](https://github.com/mark-wiemer/ahkpp/issues/569)) + > Note: this fix copies your config into your workspace settings. If you don't like this, please manually enter the path via the settings, and don't use the quick pick. Learn more at [PR #569](https://github.com/mark-wiemer/ahkpp/issues/569). ## 6.4.0 - 2024-11-02 πŸ—³οΈ @@ -41,8 +41,8 @@ ### New features -- Rewrite AutoHotkey v2 definition files using [GroggyOtter](https://github.com/GroggyOtter/ahkv2_definition_rewrite)'s syntaxes ([#521](https://github.com/mark-wiemer-org/ahkpp/issues/521)) -- Add exclude setting ([#488](https://github.com/mark-wiemer-org/ahkpp/issues/488)) +- Rewrite AutoHotkey v2 definition files using [GroggyOtter](https://github.com/GroggyOtter/ahkv2_definition_rewrite)'s syntaxes ([#521](https://github.com/mark-wiemer/ahkpp/issues/521)) +- Add exclude setting ([#488](https://github.com/mark-wiemer/ahkpp/issues/488)) - Excluded files are not included in IntelliSense completion suggestions, even when they're added via `#include` - Changed `v2.exclude` setting to `exclude` - One setting works for both v1 and v2 @@ -52,8 +52,8 @@ ### Fixes -- Fix v1 formatter removing extra spaces in strings ([#411](https://github.com/mark-wiemer-org/ahkpp/issues/411)) -- Fix v2 formatter moving closing brackets/braces when `arrayStyle` or `objectStyle` were set to "none" (the default) ([#499](https://github.com/mark-wiemer-org/ahkpp/issues/499)) +- Fix v1 formatter removing extra spaces in strings ([#411](https://github.com/mark-wiemer/ahkpp/issues/411)) +- Fix v2 formatter moving closing brackets/braces when `arrayStyle` or `objectStyle` were set to "none" (the default) ([#499](https://github.com/mark-wiemer/ahkpp/issues/499)) - Fixup output channel names: "AHK++ (v1)" and "AHK++ (v2)" instead of "AHK" and "AHK++" respectively - Fix duplicate output channels (the "AHK" channel used to be created twice) @@ -64,7 +64,7 @@ ## 6.2.3 - 2024-10-08 πŸ“– -- Restore readme to marketplaces once again ([#537](https://github.com/mark-wiemer-org/ahkpp/issues/537)) +- Restore readme to marketplaces once again ([#537](https://github.com/mark-wiemer/ahkpp/issues/537)) - Link to external licenses for better context ### Developer changes @@ -74,11 +74,11 @@ ## 6.2.2 - 2024-10-07 🀏 -- Reduce extension size on marketplaces by ~100x (yes, really) ([#533](https://github.com/mark-wiemer-org/ahkpp/issues/533)) +- Reduce extension size on marketplaces by ~100x (yes, really) ([#533](https://github.com/mark-wiemer/ahkpp/issues/533)) ## 6.2.1 - 2024-10-07 πŸ“š -- Restore readme to marketplaces (lost due to [auto-publish error](https://github.com/mark-wiemer-org/ahkpp/actions/runs/11225795502/job/31205122158)) +- Restore readme to marketplaces (lost due to [auto-publish error](https://github.com/mark-wiemer/ahkpp/actions/runs/11225795502/job/31205122158)) ### Developer changes @@ -129,8 +129,8 @@ Although the settings name changed, the extension name did not change until 6.3. ## 6.1.0 - 2024-09-22 πŸ«™ -- Add `General > showOutput` setting to toggle automatically showing the output view when running a script ([#492](https://github.com/mark-wiemer-org/ahkpp/issues/492)) -- Fix quick help when selecting quoted strings ([#376](https://github.com/mark-wiemer-org/ahkpp/issues/376)) +- Add `General > showOutput` setting to toggle automatically showing the output view when running a script ([#492](https://github.com/mark-wiemer/ahkpp/issues/492)) +- Fix quick help when selecting quoted strings ([#376](https://github.com/mark-wiemer/ahkpp/issues/376)) - Fix description for `V2 > General > actionWhenV1Detected` setting key - Fix `V2 > Syntaxes` setting @@ -197,7 +197,7 @@ Settings are now organized into flat objects for a better user experience. Unfor "classNonDynamicMemberCheck": true, "paramsCheck": true }, - // ⚠️ Not yet supported, ref [issue #488](https://github.com/mark-wiemer-org/ahkpp/issues/488) + // ⚠️ Not yet supported, ref [issue #488](https://github.com/mark-wiemer/ahkpp/issues/488) "AHK++.v2.exclude": [], "AHK++.v2.file": { "compileBaseFile": "", @@ -331,7 +331,7 @@ Fixup new command names and IDs: > πŸ§ͺ means this is a [pre-release](https://code.visualstudio.com/updates/v1_63#_pre-release-extensions)! -- Fix global function recognition ([#472](https://github.com/mark-wiemer-org/ahkpp/issues/472)) +- Fix global function recognition ([#472](https://github.com/mark-wiemer/ahkpp/issues/472)) @@ -347,7 +347,7 @@ This is a very early pre-release, expect significant issues. Commands may not wo For [technical reasons](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#prerelease-extensions), this is tagged with `5.1.0`, but it may be a breaking release and the full release will be tagged `6.0.0` -- I haven't found any yet! Please [πŸ› report any issues](https://github.com/mark-wiemer-org/ahkpp/issues/new/choose) you find πŸ€“ +- I haven't found any yet! Please [πŸ› report any issues](https://github.com/mark-wiemer/ahkpp/issues/new/choose) you find πŸ€“ ### Other changes @@ -369,35 +369,35 @@ Changes to the marketplace page require a new version. This version has no user- - Update package description to clarify v2 support is in preview - Update readme to clarify v2 support is in preview -Full v2 support (IntelliSense, debugging, formatting) is coming later this month! ([Issue #453](https://github.com/mark-wiemer-org/ahkpp/issues/453)) +Full v2 support (IntelliSense, debugging, formatting) is coming later this month! ([Issue #453](https://github.com/mark-wiemer/ahkpp/issues/453)) ## 5.0.5 - 2024-05-24 🏝️ -- Fix formatter in single line hotkey fall-through scenario ([#440](https://github.com/mark-wiemer-org/ahkpp/issues/440), [#442](https://github.com/mark-wiemer-org/ahkpp/issues/442)) -- Fix outline showing invalid labels ([#438](https://github.com/mark-wiemer-org/ahkpp/issues/438)) +- Fix formatter in single line hotkey fall-through scenario ([#440](https://github.com/mark-wiemer/ahkpp/issues/440), [#442](https://github.com/mark-wiemer/ahkpp/issues/442)) +- Fix outline showing invalid labels ([#438](https://github.com/mark-wiemer/ahkpp/issues/438)) ## 5.0.4 - 2024-05-23 😎 -- Add "PixelSearch" to V1 snippets ([PR #427](https://github.com/mark-wiemer-org/ahkpp/pull/427)) -- Fix two minor formatting issues ([Issue #432](https://github.com/mark-wiemer-org/ahkpp/issues/432), [#429](https://github.com/mark-wiemer-org/ahkpp/issues/429)) -- Update internal dependencies for security ([PR #435](https://github.com/mark-wiemer-org/ahkpp/pull/435)) +- Add "PixelSearch" to V1 snippets ([PR #427](https://github.com/mark-wiemer/ahkpp/pull/427)) +- Fix two minor formatting issues ([Issue #432](https://github.com/mark-wiemer/ahkpp/issues/432), [#429](https://github.com/mark-wiemer/ahkpp/issues/429)) +- Update internal dependencies for security ([PR #435](https://github.com/mark-wiemer/ahkpp/pull/435)) ## 5.0.3 - 2023-08-21 πŸ„ -- Fix extension crash when switching to a nullish editor ([Issue #398](https://github.com/mark-wiemer-org/ahkpp/issues/398)) +- Fix extension crash when switching to a nullish editor ([Issue #398](https://github.com/mark-wiemer/ahkpp/issues/398)) ## 5.0.2 - 2023-08-10 🐈 -- Fix language mode resetting when VS Code restarts ([Issue #392](https://github.com/mark-wiemer-org/ahkpp/issues/392)) +- Fix language mode resetting when VS Code restarts ([Issue #392](https://github.com/mark-wiemer/ahkpp/issues/392)) ## 5.0.1 - 2023-08-08 πŸ˜Άβ€πŸŒ«οΈ -- `ahk++.file.interpreterPathV2` now defaults to `C:/Program Files/AutoHotkey/v2/AutoHotkey64.exe` ([Issue #387](https://github.com/mark-wiemer-org/ahkpp/issues/387)) -- Add breakpoint support for AHK v2 files ([Issue #384](https://github.com/mark-wiemer-org/ahkpp/issues/384)) +- `ahk++.file.interpreterPathV2` now defaults to `C:/Program Files/AutoHotkey/v2/AutoHotkey64.exe` ([Issue #387](https://github.com/mark-wiemer/ahkpp/issues/387)) +- Add breakpoint support for AHK v2 files ([Issue #384](https://github.com/mark-wiemer/ahkpp/issues/384)) ## 5.0.0 - 2023-08-07 ✌️ -AutoHotkey v2 support now in preview! Please test it out and [report any issues](https://github.com/mark-wiemer-org/ahkpp/issues/new?assignees=mark-wiemer&labels=AHK+v2&projects=&template=v2.md&title=%5Bv2%5D+), you'll help the community of 120,000+ users of this extension! +AutoHotkey v2 support now in preview! Please test it out and [report any issues](https://github.com/mark-wiemer/ahkpp/issues/new?assignees=mark-wiemer&labels=AHK+v2&projects=&template=v2.md&title=%5Bv2%5D+), you'll help the community of 120,000+ users of this extension! Be sure to go to the settings and update the new `V2` settings in case the defaults aren't correct 😊 @@ -412,9 +412,9 @@ Be sure to go to the settings and update the new `V2` settings in case the defau ### Other changes -- Allow `.ahk1` and `.ah1` extensions for v1 scripts, `.ahk2` and `.ah2` for v2 scripts. `.ahk` and `.ext` can be used for either version, but default to AHK v2 ([Issue #396](https://github.com/mark-wiemer-org/ahkpp/issues/396)) +- Allow `.ahk1` and `.ah1` extensions for v1 scripts, `.ahk2` and `.ah2` for v2 scripts. `.ahk` and `.ext` can be used for either version, but default to AHK v2 ([Issue #396](https://github.com/mark-wiemer/ahkpp/issues/396)) - The original changelog entry mentioned that the shared file extensions defaulted to AHK v1--this was incorrect - - You can add a `#Requires AutoHotkey v1` directive to the top of an of `.ahk` file to have it automatically load in AHK v1 independent of VS Code settings ([Issue #392](https://github.com/mark-wiemer-org/ahkpp/issues/392)) + - You can add a `#Requires AutoHotkey v1` directive to the top of an of `.ahk` file to have it automatically load in AHK v1 independent of VS Code settings ([Issue #392](https://github.com/mark-wiemer/ahkpp/issues/392)) - The same can be done with `#Requires AutoHotkey v2` - Alternatively, you can follow the below steps to associate all `.ahk` files with AHK v1: 1. Open a `.ahk` file @@ -434,8 +434,8 @@ Be sure to go to the settings and update the new `V2` settings in case the defau Some features are not added to this initial preview release, but will be coming soon! - Missing features for AHK v2: - - Formatting ([Issue #381](https://github.com/mark-wiemer-org/ahkpp/issues/381)) - - Snippets ([Issue #382](https://github.com/mark-wiemer-org/ahkpp/issues/382)) + - Formatting ([Issue #381](https://github.com/mark-wiemer/ahkpp/issues/381)) + - Snippets ([Issue #382](https://github.com/mark-wiemer/ahkpp/issues/382)) ### Thank you! @@ -445,7 +445,7 @@ This update relies heavily on open-source code from [thqby](https://github.com/t - Add quick help, adapted from thqby's AutoHotkey v2 Language Support - Selected text (or word at cursor) is now searched within the help documentation - - Known limitation: if selected text would cause a syntax error when injected into a script, help is activated but no search is made. [Issue #376](https://github.com/mark-wiemer-org/ahkpp/issues/376) + - Known limitation: if selected text would cause a syntax error when injected into a script, help is activated but no search is made. [Issue #376](https://github.com/mark-wiemer/ahkpp/issues/376) - Update file icon to match [official AHK repository](https://github.com/AutoHotkey/AutoHotkey/blob/446829bc730aa002635d3d36bfd17e892b6981c0/source/resources/icons.svg) ## 4.0.0 - 2023-07-29 πŸ€ @@ -459,7 +459,7 @@ This update relies heavily on open-source code from [thqby](https://github.com/t ### Other changes -- IntelliSense no longer suggests words when a user presses space ([Issue #110](https://github.com/mark-wiemer-org/ahkpp/issues/110)) +- IntelliSense no longer suggests words when a user presses space ([Issue #110](https://github.com/mark-wiemer/ahkpp/issues/110)) - IntelliSense now suggests `foo(p1, p2)` instead of `foo (p1,p2)` - Improved descriptions of settings @@ -469,52 +469,52 @@ This update relies heavily on open-source code from [thqby](https://github.com/t ## 3.3.2 - 2023-06-21 πŸͺ² -- Revert changes in 3.3.1. This release is the same as 3.3.0. Ref [Issue #369](https://github.com/mark-wiemer-org/ahkpp/issues/369) +- Revert changes in 3.3.1. This release is the same as 3.3.0. Ref [Issue #369](https://github.com/mark-wiemer/ahkpp/issues/369) ## 3.3.1 (yanked) - 2023-06-20 🌞 > This release has been yanked, meaning it's not supported. Use 3.3.3 instead. -- Various syntax highlighting improvements ([PR #354](https://github.com/mark-wiemer-org/ahkpp/pull/354), [PR #358](https://github.com/mark-wiemer-org/ahkpp/pull/358)) -- Running `Open help` while `tutorial` text is selected now opens the Tutorial page ([PR #348](https://github.com/mark-wiemer-org/ahkpp/pull/348)) +- Various syntax highlighting improvements ([PR #354](https://github.com/mark-wiemer/ahkpp/pull/354), [PR #358](https://github.com/mark-wiemer/ahkpp/pull/358)) +- Running `Open help` while `tutorial` text is selected now opens the Tutorial page ([PR #348](https://github.com/mark-wiemer/ahkpp/pull/348)) - Unexpected change: Break debugger. ## 3.3.0 - 2023-03-11 πŸͺ΄ -- Add `ahk++.file.maximumParseLength` setting to support unlimited file size ([Issue #117](https://github.com/mark-wiemer-org/ahkpp/issues/117)) +- Add `ahk++.file.maximumParseLength` setting to support unlimited file size ([Issue #117](https://github.com/mark-wiemer/ahkpp/issues/117)) Fixes: -- Fix several syntax highlighting issues ([#85](https://github.com/mark-wiemer-org/ahkpp/issues/85), [#318](https://github.com/mark-wiemer-org/ahkpp/issues/318)) -- Fix minor debugger issues introduced in 3.1.0 ([#279](https://github.com/mark-wiemer-org/ahkpp/issues/279)) -- Fix debugging a file with a space in its name ([#134](https://github.com/mark-wiemer-org/ahkpp/issues/134)) -- Fix formatting for some bad labels (two colons) ([PR #325](https://github.com/mark-wiemer-org/ahkpp/pull/325)) +- Fix several syntax highlighting issues ([#85](https://github.com/mark-wiemer/ahkpp/issues/85), [#318](https://github.com/mark-wiemer/ahkpp/issues/318)) +- Fix minor debugger issues introduced in 3.1.0 ([#279](https://github.com/mark-wiemer/ahkpp/issues/279)) +- Fix debugging a file with a space in its name ([#134](https://github.com/mark-wiemer/ahkpp/issues/134)) +- Fix formatting for some bad labels (two colons) ([PR #325](https://github.com/mark-wiemer/ahkpp/pull/325)) ## 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](https://code.visualstudio.com/docs/getstarted/keybindings#_basic-editing) now (almost) correctly indents ([PR #306](https://github.com/mark-wiemer-org/ahkpp/pull/306), issue [#319](https://github.com/mark-wiemer-org/ahkpp/issues/319)) -- Snippets and keywords updated to AutoHotkey v1.1.36.0 ([PR #288](https://github.com/mark-wiemer-org/ahkpp/pull/288), [PR #298](https://github.com/mark-wiemer-org/ahkpp/pull/298)) +- [Moving lines of code via commands](https://code.visualstudio.com/docs/getstarted/keybindings#_basic-editing) now (almost) correctly indents ([PR #306](https://github.com/mark-wiemer/ahkpp/pull/306), issue [#319](https://github.com/mark-wiemer/ahkpp/issues/319)) +- Snippets and keywords updated to AutoHotkey v1.1.36.0 ([PR #288](https://github.com/mark-wiemer/ahkpp/pull/288), [PR #298](https://github.com/mark-wiemer/ahkpp/pull/298)) Fixes: - Fix syntax highlighting for: - - strings with double colons in them ([PR #278](https://github.com/mark-wiemer-org/ahkpp/pull/278)) - - conditional directives ([#69](https://github.com/mark-wiemer-org/ahkpp/issues/69)) - - #Include and #IncludeAgain ([#86](https://github.com/mark-wiemer-org/ahkpp/issues/86)) - - semi-colons without a preceding space (usually meant to be comments) ([#295](https://github.com/mark-wiemer-org/ahkpp/issues/295)) + - strings with double colons in them ([PR #278](https://github.com/mark-wiemer/ahkpp/pull/278)) + - conditional directives ([#69](https://github.com/mark-wiemer/ahkpp/issues/69)) + - #Include and #IncludeAgain ([#86](https://github.com/mark-wiemer/ahkpp/issues/86)) + - semi-colons without a preceding space (usually meant to be comments) ([#295](https://github.com/mark-wiemer/ahkpp/issues/295)) - Fix formatting for: - - comments at the beginning of a code block ([#291](https://github.com/mark-wiemer-org/ahkpp/issues/291)) - - `IfMsgBox` ([#290](https://github.com/mark-wiemer-org/ahkpp/issues/290)) - - complex hotkeys ([#303](https://github.com/mark-wiemer-org/ahkpp/issues/303)) - - object assignment within unbraced code blocks ([#316](https://github.com/mark-wiemer-org/ahkpp/issues/316)) - - nested, unbraced code blocks ([PR #287](https://github.com/mark-wiemer-org/ahkpp/pull/287)) + - comments at the beginning of a code block ([#291](https://github.com/mark-wiemer/ahkpp/issues/291)) + - `IfMsgBox` ([#290](https://github.com/mark-wiemer/ahkpp/issues/290)) + - complex hotkeys ([#303](https://github.com/mark-wiemer/ahkpp/issues/303)) + - object assignment within unbraced code blocks ([#316](https://github.com/mark-wiemer/ahkpp/issues/316)) + - nested, unbraced code blocks ([PR #287](https://github.com/mark-wiemer/ahkpp/pull/287)) -- Fix hover message for doc comments to always be trimmed ([PR #308](https://github.com/mark-wiemer-org/ahkpp/pull/308)) +- Fix hover message for doc comments to always be trimmed ([PR #308](https://github.com/mark-wiemer/ahkpp/pull/308)) ## 3.1.0 - 2022-11-21 πŸ¦ƒ @@ -523,9 +523,9 @@ Fixes: - New compiler options in settings: Choose base file, file icon, and "use [MPRESS](https://www.autohotkey.com/mpress/mpress_web.htm)" - Add "Compiler GUI" command in context menu to use the AHK GUI when compiling -**Snippets**: Update snippets for AHK 1.1.35.00 and fix broken `InStr()` snippet ([#263](https://github.com/mark-wiemer-org/ahkpp/issues/263)) +**Snippets**: Update snippets for AHK 1.1.35.00 and fix broken `InStr()` snippet ([#263](https://github.com/mark-wiemer/ahkpp/issues/263)) -**Grammar**: Fix `#Requires` not being recognized ([#268](https://github.com/mark-wiemer-org/ahkpp/issues/268)) +**Grammar**: Fix `#Requires` not being recognized ([#268](https://github.com/mark-wiemer/ahkpp/issues/268)) **Editor**: New AHK file icon (green square with white H) @@ -533,8 +533,8 @@ Fixes: **Formatter**: Close the following bugs: -- Formatter incorrectly indents object literals ([#184](https://github.com/mark-wiemer-org/ahkpp/issues/184), [#222](https://github.com/mark-wiemer-org/ahkpp/issues/222)) -- Nested one command code flow control ([#255](https://github.com/mark-wiemer-org/ahkpp/issues/255)) +- Formatter incorrectly indents object literals ([#184](https://github.com/mark-wiemer/ahkpp/issues/184), [#222](https://github.com/mark-wiemer/ahkpp/issues/222)) +- Nested one command code flow control ([#255](https://github.com/mark-wiemer/ahkpp/issues/255)) **Miscellaneous**: Extension should start up faster @@ -544,26 +544,26 @@ This is "The Kyklish Release" because Kyklish wrote most of this code. Thank you ### ⛓️‍πŸ’₯ Breaking changes -- Update file template: Add `#NoEnv` and `SetBatchLines, -1` ([PR #202](https://github.com/mark-wiemer-org/ahkpp/pull/202)) +- Update file template: Add `#NoEnv` and `SetBatchLines, -1` ([PR #202](https://github.com/mark-wiemer/ahkpp/pull/202)) -> Formatter bugfixes may be considered breaking if you wanted the old behaviors. If you want the old behavior, please [open an issue](https://github.com/mark-wiemer-org/ahkpp/issues/new?assignees=mark-wiemer&labels=bug%2C+formatter&template=formatting-bug.md&title=). +> Formatter bugfixes may be considered breaking if you wanted the old behaviors. If you want the old behavior, please [open an issue](https://github.com/mark-wiemer/ahkpp/issues/new?assignees=mark-wiemer&labels=bug%2C+formatter&template=formatting-bug.md&title=). ### Features -- Add [formatter directive](./readme.md#formatter-directives) for "Format Block Comment" ([PR #164](https://github.com/mark-wiemer-org/ahkpp/pull/164)) -- Add "allowed number of empty lines" setting to preserve any number of lines. Defaults to `1`, `-1` means "preserve all empty lines" ([PR #194](https://github.com/mark-wiemer-org/ahkpp/pull/194)) -- Add "preserve indent" setting to preserve spaces before a comment. Defaults to `false`. ([PR #192](https://github.com/mark-wiemer-org/ahkpp/pull/192)) -- Add "trim extra spaces" to trim spaces between words. Defaults to `true`. ([PR #191](https://github.com/mark-wiemer-org/ahkpp/pull/191)) -- Trim end of line when formatting ([PR #190](https://github.com/mark-wiemer-org/ahkpp/pull/190)) +- Add [formatter directive](./readme.md#formatter-directives) for "Format Block Comment" ([PR #164](https://github.com/mark-wiemer/ahkpp/pull/164)) +- Add "allowed number of empty lines" setting to preserve any number of lines. Defaults to `1`, `-1` means "preserve all empty lines" ([PR #194](https://github.com/mark-wiemer/ahkpp/pull/194)) +- Add "preserve indent" setting to preserve spaces before a comment. Defaults to `false`. ([PR #192](https://github.com/mark-wiemer/ahkpp/pull/192)) +- Add "trim extra spaces" to trim spaces between words. Defaults to `true`. ([PR #191](https://github.com/mark-wiemer/ahkpp/pull/191)) +- Trim end of line when formatting ([PR #190](https://github.com/mark-wiemer/ahkpp/pull/190)) ### Fixes -- Fix some snippets ([PR #138](https://github.com/mark-wiemer-org/ahkpp/pull/138), [PR #201](https://github.com/mark-wiemer-org/ahkpp/pull/201), [PR #210](https://github.com/mark-wiemer-org/ahkpp/pull/210)) -- Fix formatting bugs with semi-colon as part of a string ([PR #159](https://github.com/mark-wiemer-org/ahkpp/pull/159)) -- Fix some formatting bugs with `if`, `else`, etc. without braces ([PR #181](https://github.com/mark-wiemer-org/ahkpp/pull/181)) -- Fix formatter issue with non-label colon at end of line ([PR #162](https://github.com/mark-wiemer-org/ahkpp/pull/162)) -- Even more formatter fixes ([PR #164](https://github.com/mark-wiemer-org/ahkpp/pull/164)) -- Use default debug icon (was yanked in 2.8.3, now it returns!) ([PR #149](https://github.com/mark-wiemer-org/ahkpp/pull/149)) +- Fix some snippets ([PR #138](https://github.com/mark-wiemer/ahkpp/pull/138), [PR #201](https://github.com/mark-wiemer/ahkpp/pull/201), [PR #210](https://github.com/mark-wiemer/ahkpp/pull/210)) +- Fix formatting bugs with semi-colon as part of a string ([PR #159](https://github.com/mark-wiemer/ahkpp/pull/159)) +- Fix some formatting bugs with `if`, `else`, etc. without braces ([PR #181](https://github.com/mark-wiemer/ahkpp/pull/181)) +- Fix formatter issue with non-label colon at end of line ([PR #162](https://github.com/mark-wiemer/ahkpp/pull/162)) +- Even more formatter fixes ([PR #164](https://github.com/mark-wiemer/ahkpp/pull/164)) +- Use default debug icon (was yanked in 2.8.3, now it returns!) ([PR #149](https://github.com/mark-wiemer/ahkpp/pull/149)) ## 2.8.4 - 2022-07-07 @@ -573,7 +573,7 @@ This is "The Kyklish Release" because Kyklish wrote most of this code. Thank you > This release has been yanked, meaning it's not supported. Use 2.8.4 instead. -- Change to use default debug icon ([#100](https://github.com/mark-wiemer-org/ahkpp/issues/100)) +- Change to use default debug icon ([#100](https://github.com/mark-wiemer/ahkpp/issues/100)) - ⛓️‍πŸ’₯ Unexpected breaking change: Break "step into" function of debugger. @@ -586,37 +586,37 @@ This is "The Kyklish Release" because Kyklish wrote most of this code. Thank you ## 2.8.1 - 2021-05-09 -- Fix indentation with `(::` ([#72](https://github.com/mark-wiemer-org/ahkpp/issues/72)) +- Fix indentation with `(::` ([#72](https://github.com/mark-wiemer/ahkpp/issues/72)) ## 2.8.0 - 2021-03-14 -- Add setting to toggle debug button in editor title menu ([#10](https://github.com/mark-wiemer-org/ahkpp/issues/10)) +- Add setting to toggle debug button in editor title menu ([#10](https://github.com/mark-wiemer/ahkpp/issues/10)) ## 2.7.2 - 2021-03-02 -- Fix indentation with parentheses again (sorry!) ([#58](https://github.com/mark-wiemer-org/ahkpp/issues/58)) +- Fix indentation with parentheses again (sorry!) ([#58](https://github.com/mark-wiemer/ahkpp/issues/58)) ## 2.7.1 - 2021-02-28 -- Fix indentation with parentheses ([#25](https://github.com/mark-wiemer-org/ahkpp/issues/25)) +- Fix indentation with parentheses ([#25](https://github.com/mark-wiemer/ahkpp/issues/25)) ## 2.7.0 - 2021-02-21 -- Respect user choice to indent with either tabs or spaces ([#49](https://github.com/mark-wiemer-org/ahkpp/issues/49)) +- Respect user choice to indent with either tabs or spaces ([#49](https://github.com/mark-wiemer/ahkpp/issues/49)) ## 2.6.3 - 2021-02-20 -- Fix IntelliSense ([#48](https://github.com/mark-wiemer-org/ahkpp/issues/48)) +- Fix IntelliSense ([#48](https://github.com/mark-wiemer/ahkpp/issues/48)) - Move `Run Selection` command to same category as all other commands (Thanks [@fade2gray](https://github.com/fade2gray)!) ## 2.6.2 - 2021-01-30 -- Fix formatting after ternary operator ([#18](https://github.com/mark-wiemer-org/ahkpp/issues/18)) -- Fix formatting after multiple close braces on one line ([#26](https://github.com/mark-wiemer-org/ahkpp/issues/26)) +- Fix formatting after ternary operator ([#18](https://github.com/mark-wiemer/ahkpp/issues/18)) +- Fix formatting after multiple close braces on one line ([#26](https://github.com/mark-wiemer/ahkpp/issues/26)) ## 2.6.1 - 2021-01-23 -- Fix hover provider ([#16](https://github.com/mark-wiemer-org/ahkpp/issues/16)) +- Fix hover provider ([#16](https://github.com/mark-wiemer/ahkpp/issues/16)) ## 2.6.0 - 2021-01-18 @@ -629,7 +629,7 @@ This is "The Kyklish Release" because Kyklish wrote most of this code. Thank you ### Fixes - Improve formatting for using `ExitApp` to end subroutines -- Fix function coloring for functions whose names were also keywords ([#11](https://github.com/mark-wiemer-org/ahkpp/issues/11)) +- Fix function coloring for functions whose names were also keywords ([#11](https://github.com/mark-wiemer/ahkpp/issues/11)) - Fix function coloring for calls with a space before the parentheses (e.g. `foo ()`) - Fix detection of labels indented with a tab - Remove confusing deprecation warning from `StrSplit` function diff --git a/docs/Development.md b/docs/Development.md index 91cc1603..57a92c33 100644 --- a/docs/Development.md +++ b/docs/Development.md @@ -36,14 +36,14 @@ Unless otherwise specified, commit messages don't matter. 1. Open the context menu (right-click). 1. Select `Install Extension VSIX`. 1. Reload the window. (`F1` -> Developer: Reload Window) -1. Validate that the vsix includes the readme, license, and changelog visible in the IDE's extension view ([#537](https://github.com/mark-wiemer-org/ahkpp/issues/537)) +1. Validate that the vsix includes the readme, license, and changelog visible in the IDE's extension view ([#537](https://github.com/mark-wiemer/ahkpp/issues/537)) 1. Ensure all tests pass, including manual ones on the new changes. ### Publishing 1. Tag the release 1. e.g. `git checkout main && git pull && git tag v1.2.3 && git push origin v1.2.3` - 1. [Create a new GitHub release for this tag](https://github.com/mark-wiemer-org/ahkpp/tags) + 1. [Create a new GitHub release for this tag](https://github.com/mark-wiemer/ahkpp/tags) 1. Release title: Same as in [changelog.md](../changelog.md) 1. Description: Changelog entry, excluding the heading for this version 1. Attach binary @@ -53,7 +53,7 @@ When the tag is pushed, changes will automatically be published. ### Validating deployment -1. [Deploy workflow](https://github.com/mark-wiemer-org/ahkpp/actions/workflows/deploy.yml) +1. [Deploy workflow](https://github.com/mark-wiemer/ahkpp/actions/workflows/deploy.yml) 1. [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=mark-wiemer.vscode-autohotkey-plus-plus) 1. [Publisher view](https://marketplace.visualstudio.com/manage/publishers/mark-wiemer): validation takes about 5 minutes 1. [Open VSX Marketplace](https://open-vsx.org/extension/mark-wiemer/vscode-autohotkey-plus-plus) diff --git a/docs/FullV2Integration.md b/docs/FullV2Integration.md index 078c0950..14654660 100644 --- a/docs/FullV2Integration.md +++ b/docs/FullV2Integration.md @@ -118,7 +118,7 @@ New, added: These issues will be backlogged and resolved after a full release -- Exclude setting doesn't work, ref [issue #488](https://github.com/mark-wiemer-org/ahkpp/issues/488) +- Exclude setting doesn't work, ref [issue #488](https://github.com/mark-wiemer/ahkpp/issues/488) - No newline at end of file when formatting (inconsistent with v1 and industry standards) - Issue with custom folding and comment blocks (see v2/settings.ahk2) - Cleanup `indentString` to be "spaces" vs "tabs" with a `tabSize` option as well diff --git a/docs/InstallFromVSIX.md b/docs/InstallFromVSIX.md index 42e601a6..18c8cdcb 100644 --- a/docs/InstallFromVSIX.md +++ b/docs/InstallFromVSIX.md @@ -2,7 +2,7 @@ Some IDEs support installing extensions directly from your local machine. This can be faster and more private than downloading from a registry. -All releases are published to https://github.com/mark-wiemer-org/ahkpp/releases as vsix files. +All releases are published to https://github.com/mark-wiemer/ahkpp/releases as vsix files. Once you have the file downloaded, you can open your IDE, go to the extensions view, and select "Install from VSIX..." diff --git a/docs/TemplateSnippet.md b/docs/TemplateSnippet.md index 7090feb5..684b05b6 100644 --- a/docs/TemplateSnippet.md +++ b/docs/TemplateSnippet.md @@ -30,7 +30,7 @@ You can customize the template snippet to fit your needs: 1. Update your VS Code settings for AHK > File > "Template snippet name" to the name of your snippet (`CustomAhkTemplate`) -To test, just create a new file! If you have any issues, please [open a discussion](https://github.com/mark-wiemer-org/ahkpp/discussions). +To test, just create a new file! If you have any issues, please [open a discussion](https://github.com/mark-wiemer/ahkpp/discussions). ## Troubleshooting diff --git a/docs/Troubleshooting.md b/docs/Troubleshooting.md index 13ce06be..51458cef 100644 --- a/docs/Troubleshooting.md +++ b/docs/Troubleshooting.md @@ -6,10 +6,10 @@ If AHK++ isn't behaving as you expect, here are some things you can try. For AHK v2, the language server may not behave correctly if it fails to identify a valid path to an interpreter like `AutoHotkey.exe`. The status bar at the bottom left of your IDE should show the current interpreter or an option to "Select AHK v2 Interpreter". -> Currently, the "Select AHK v2 Interpreter" command does not work, ref [#571](https://github.com/mark-wiemer-org/ahkpp/issues/571). +> Currently, the "Select AHK v2 Interpreter" command does not work, ref [#571](https://github.com/mark-wiemer/ahkpp/issues/571). > To ensure the extension fully recognizes your interpreter, try to run (not debug) an AHK v2 script. If you get a "... does not exist" error message, the corresponding quick pick will work. -> Currently, AHK++ does not support the Windows Store edition of AHK v2, but there are plans to support it by the end of 2024, ref [#496](https://github.com/mark-wiemer-org/ahkpp/issues/496). +> Currently, AHK++ does not support the Windows Store edition of AHK v2, but there are plans to support it by the end of 2024, ref [#496](https://github.com/mark-wiemer/ahkpp/issues/496). Interpreter found: @@ -25,7 +25,7 @@ Some settings changes only take effect after restart. Other issues may arise tha To restart all extensions, press F1 to open the command palette and enter "Developer: Restart Extension Host". Extensions should restart within a few seconds. -If you're able to consistently reproduce the issue, please [open a bug](https://github.com/mark-wiemer-org/ahkpp/issues/new/choose). +If you're able to consistently reproduce the issue, please [open a bug](https://github.com/mark-wiemer/ahkpp/issues/new/choose). ## Install specific version of AHK++ @@ -41,7 +41,7 @@ If a recent release is causing issues, you can revert to a previous version via The current installed version of AHK++ is also shown to the right of the extension name for clarity, outlined above in red. -If the issue goes away with the older version of AHK++, please [open a bug](https://github.com/mark-wiemer-org/ahkpp/issues/new/choose). +If the issue goes away with the older version of AHK++, please [open a bug](https://github.com/mark-wiemer/ahkpp/issues/new/choose). ## Advanced troubleshooting @@ -49,4 +49,4 @@ These steps shouldn't be necessary for most issues, and may be difficult to exec ### Debug logs -Using Ctrl+Shift+U to open the output view, you can select either of the AHK++ channels to see all debug logs. You're welcome to map these logs to `Output.debug` and `console.log` calls in the source code. Please include your findings if you [open a bug](https://github.com/mark-wiemer-org/ahkpp/issues/new/choose). +Using Ctrl+Shift+U to open the output view, you can select either of the AHK++ channels to see all debug logs. You're welcome to map these logs to `Output.debug` and `console.log` calls in the source code. Please include your findings if you [open a bug](https://github.com/mark-wiemer/ahkpp/issues/new/choose). diff --git a/language/samples/0-ahk-explorer.ahk1 b/language/samples/0-ahk-explorer.ahk1 index bed39179..f750e707 100644 --- a/language/samples/0-ahk-explorer.ahk1 +++ b/language/samples/0-ahk-explorer.ahk1 @@ -1,6 +1,6 @@ ; From https://github.com/FuPeiJiang/ahk_explorer/blob/tests/ahk_explorer.ahk ; Copyright 2021 FuPeiJiang, used with permission -; https://github.com/mark-wiemer-org/ahkpp/pull/32#issuecomment-770233225 +; https://github.com/mark-wiemer/ahkpp/pull/32#issuecomment-770233225 #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. #SingleInstance, force diff --git a/language/samples/0-ahk-explorer.ahk1.snap b/language/samples/0-ahk-explorer.ahk1.snap index bb6fc0fc..3ce3804c 100644 --- a/language/samples/0-ahk-explorer.ahk1.snap +++ b/language/samples/0-ahk-explorer.ahk1.snap @@ -4,7 +4,7 @@ >; Copyright 2021 FuPeiJiang, used with permission #^ source.ahk comment.line.semicolon.ahk punctuation.definition.comment.ahk # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.ahk comment.line.semicolon.ahk ->; https://github.com/mark-wiemer-org/ahkpp/pull/32#issuecomment-770233225 +>; https://github.com/mark-wiemer/ahkpp/pull/32#issuecomment-770233225 #^ source.ahk comment.line.semicolon.ahk punctuation.definition.comment.ahk # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.ahk comment.line.semicolon.ahk > diff --git a/language/samples/295-command-comment.ahk1 b/language/samples/295-command-comment.ahk1 index 3119e656..0f8d15b8 100644 --- a/language/samples/295-command-comment.ahk1 +++ b/language/samples/295-command-comment.ahk1 @@ -1,3 +1,3 @@ -; [Issue #295](https://github.com/mark-wiemer-org/ahkpp/issues/295) +; [Issue #295](https://github.com/mark-wiemer/ahkpp/issues/295) ToolTip ;Comment ToolTip;NotComment diff --git a/language/samples/295-command-comment.ahk1.snap b/language/samples/295-command-comment.ahk1.snap index 205f2993..a44babdf 100644 --- a/language/samples/295-command-comment.ahk1.snap +++ b/language/samples/295-command-comment.ahk1.snap @@ -1,4 +1,4 @@ ->; [Issue #295](https://github.com/mark-wiemer-org/ahkpp/issues/295) +>; [Issue #295](https://github.com/mark-wiemer/ahkpp/issues/295) #^ source.ahk comment.line.semicolon.ahk punctuation.definition.comment.ahk # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.ahk comment.line.semicolon.ahk >ToolTip ;Comment diff --git a/language/samples/295-directive-comment.ahk1 b/language/samples/295-directive-comment.ahk1 index aa1b5891..e1b7082c 100644 --- a/language/samples/295-directive-comment.ahk1 +++ b/language/samples/295-directive-comment.ahk1 @@ -1,3 +1,3 @@ -; [Issue #295](https://github.com/mark-wiemer-org/ahkpp/issues/295) +; [Issue #295](https://github.com/mark-wiemer/ahkpp/issues/295) #KeyHistory MaxEvents ;Comment #KeyHistory MaxEvents;NotComment diff --git a/language/samples/295-directive-comment.ahk1.snap b/language/samples/295-directive-comment.ahk1.snap index b2fe59a9..bb78c219 100644 --- a/language/samples/295-directive-comment.ahk1.snap +++ b/language/samples/295-directive-comment.ahk1.snap @@ -1,4 +1,4 @@ ->; [Issue #295](https://github.com/mark-wiemer-org/ahkpp/issues/295) +>; [Issue #295](https://github.com/mark-wiemer/ahkpp/issues/295) #^ source.ahk comment.line.semicolon.ahk punctuation.definition.comment.ahk # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.ahk comment.line.semicolon.ahk >#KeyHistory MaxEvents ;Comment diff --git a/language/samples/295-function-call-comment.ahk1 b/language/samples/295-function-call-comment.ahk1 index 079e19a8..dfc7aa2f 100644 --- a/language/samples/295-function-call-comment.ahk1 +++ b/language/samples/295-function-call-comment.ahk1 @@ -1,3 +1,3 @@ -; [Issue #295](https://github.com/mark-wiemer-org/ahkpp/issues/295) +; [Issue #295](https://github.com/mark-wiemer/ahkpp/issues/295) Foo();NotComment Foo() ;Comment diff --git a/language/samples/295-function-call-comment.ahk1.snap b/language/samples/295-function-call-comment.ahk1.snap index 90099633..64be9abd 100644 --- a/language/samples/295-function-call-comment.ahk1.snap +++ b/language/samples/295-function-call-comment.ahk1.snap @@ -1,4 +1,4 @@ ->; [Issue #295](https://github.com/mark-wiemer-org/ahkpp/issues/295) +>; [Issue #295](https://github.com/mark-wiemer/ahkpp/issues/295) #^ source.ahk comment.line.semicolon.ahk punctuation.definition.comment.ahk # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.ahk comment.line.semicolon.ahk >Foo();NotComment diff --git a/language/samples/295-function-definition-comment.ahk1 b/language/samples/295-function-definition-comment.ahk1 index 02c6ff9b..6729430e 100644 --- a/language/samples/295-function-definition-comment.ahk1 +++ b/language/samples/295-function-definition-comment.ahk1 @@ -1,4 +1,4 @@ -; [Issue #295](https://github.com/mark-wiemer-org/ahkpp/issues/295) +; [Issue #295](https://github.com/mark-wiemer/ahkpp/issues/295) Foo() {;NotComment MsgBox } diff --git a/language/samples/295-function-definition-comment.ahk1.snap b/language/samples/295-function-definition-comment.ahk1.snap index cc555bd3..9ae61086 100644 --- a/language/samples/295-function-definition-comment.ahk1.snap +++ b/language/samples/295-function-definition-comment.ahk1.snap @@ -1,4 +1,4 @@ ->; [Issue #295](https://github.com/mark-wiemer-org/ahkpp/issues/295) +>; [Issue #295](https://github.com/mark-wiemer/ahkpp/issues/295) #^ source.ahk comment.line.semicolon.ahk punctuation.definition.comment.ahk # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.ahk comment.line.semicolon.ahk >Foo() {;NotComment diff --git a/language/samples/295-label-comment.ahk1 b/language/samples/295-label-comment.ahk1 index db294795..fd869251 100644 --- a/language/samples/295-label-comment.ahk1 +++ b/language/samples/295-label-comment.ahk1 @@ -1,3 +1,3 @@ -; [Issue #295](https://github.com/mark-wiemer-org/ahkpp/issues/295) +; [Issue #295](https://github.com/mark-wiemer/ahkpp/issues/295) OpenLabel: ;Comment OpenLabel:;NotComment diff --git a/language/samples/295-label-comment.ahk1.snap b/language/samples/295-label-comment.ahk1.snap index 838ad39a..951269a9 100644 --- a/language/samples/295-label-comment.ahk1.snap +++ b/language/samples/295-label-comment.ahk1.snap @@ -1,4 +1,4 @@ ->; [Issue #295](https://github.com/mark-wiemer-org/ahkpp/issues/295) +>; [Issue #295](https://github.com/mark-wiemer/ahkpp/issues/295) #^ source.ahk comment.line.semicolon.ahk punctuation.definition.comment.ahk # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.ahk comment.line.semicolon.ahk >OpenLabel: ;Comment diff --git a/language/samples/318-keyword-in-command.ahk1 b/language/samples/318-keyword-in-command.ahk1 index b4464755..f3ba1ea1 100644 --- a/language/samples/318-keyword-in-command.ahk1 +++ b/language/samples/318-keyword-in-command.ahk1 @@ -1,4 +1,4 @@ -; [Issue #318](https://github.com/mark-wiemer-org/ahkpp/issues/318) +; [Issue #318](https://github.com/mark-wiemer/ahkpp/issues/318) RAlt & j::AltTab RAlt & k::ShiftAltTab AutoTrim, On diff --git a/language/samples/318-keyword-in-command.ahk1.snap b/language/samples/318-keyword-in-command.ahk1.snap index 48cc91da..4b2f9a6b 100644 --- a/language/samples/318-keyword-in-command.ahk1.snap +++ b/language/samples/318-keyword-in-command.ahk1.snap @@ -1,4 +1,4 @@ ->; [Issue #318](https://github.com/mark-wiemer-org/ahkpp/issues/318) +>; [Issue #318](https://github.com/mark-wiemer/ahkpp/issues/318) #^ source.ahk comment.line.semicolon.ahk punctuation.definition.comment.ahk # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.ahk comment.line.semicolon.ahk >RAlt & j::AltTab diff --git a/language/samples/357-colon-comment.ahk1 b/language/samples/357-colon-comment.ahk1 index cd90818e..80846c0c 100644 --- a/language/samples/357-colon-comment.ahk1 +++ b/language/samples/357-colon-comment.ahk1 @@ -1,3 +1,3 @@ -; [Issue #357](https://github.com/mark-wiemer-org/ahkpp/issues/357) +; [Issue #357](https://github.com/mark-wiemer/ahkpp/issues/357) ; Test::Comment ; Test::Comment diff --git a/language/samples/357-colon-comment.ahk1.snap b/language/samples/357-colon-comment.ahk1.snap index bf9ebb43..3f8cab14 100644 --- a/language/samples/357-colon-comment.ahk1.snap +++ b/language/samples/357-colon-comment.ahk1.snap @@ -1,4 +1,4 @@ ->; [Issue #357](https://github.com/mark-wiemer-org/ahkpp/issues/357) +>; [Issue #357](https://github.com/mark-wiemer/ahkpp/issues/357) #^ source.ahk comment.line.semicolon.ahk punctuation.definition.comment.ahk # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.ahk comment.line.semicolon.ahk >; Test::Comment diff --git a/language/samples/69-if-directive.ahk1 b/language/samples/69-if-directive.ahk1 index c58aecd1..4d33fe83 100644 --- a/language/samples/69-if-directive.ahk1 +++ b/language/samples/69-if-directive.ahk1 @@ -1,2 +1,2 @@ -; [Issue #69](https://github.com/mark-wiemer-org/ahkpp/issues/69) +; [Issue #69](https://github.com/mark-wiemer/ahkpp/issues/69) #If WinActive("ahk_class Notepad") or WinActive(MyWindowTitle) ;Comment diff --git a/language/samples/69-if-directive.ahk1.snap b/language/samples/69-if-directive.ahk1.snap index 9afc8ec5..2470f0ef 100644 --- a/language/samples/69-if-directive.ahk1.snap +++ b/language/samples/69-if-directive.ahk1.snap @@ -1,4 +1,4 @@ ->; [Issue #69](https://github.com/mark-wiemer-org/ahkpp/issues/69) +>; [Issue #69](https://github.com/mark-wiemer/ahkpp/issues/69) #^ source.ahk comment.line.semicolon.ahk punctuation.definition.comment.ahk # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.ahk comment.line.semicolon.ahk >#If WinActive("ahk_class Notepad") or WinActive(MyWindowTitle) ;Comment diff --git a/language/samples/86-import-comment.ahk1 b/language/samples/86-import-comment.ahk1 index 263bb334..b7d5dfb4 100644 --- a/language/samples/86-import-comment.ahk1 +++ b/language/samples/86-import-comment.ahk1 @@ -1,4 +1,4 @@ -; [Issue #86](https://github.com/mark-wiemer-org/ahkpp/issues/86) +; [Issue #86](https://github.com/mark-wiemer/ahkpp/issues/86) #Include #Include File.ahk #Include File.ahk ;Comment diff --git a/language/samples/86-import-comment.ahk1.snap b/language/samples/86-import-comment.ahk1.snap index 7d6690a7..029793ec 100644 --- a/language/samples/86-import-comment.ahk1.snap +++ b/language/samples/86-import-comment.ahk1.snap @@ -1,4 +1,4 @@ ->; [Issue #86](https://github.com/mark-wiemer-org/ahkpp/issues/86) +>; [Issue #86](https://github.com/mark-wiemer/ahkpp/issues/86) #^ source.ahk comment.line.semicolon.ahk punctuation.definition.comment.ahk # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.ahk comment.line.semicolon.ahk >#Include diff --git a/license.md b/license.md index 56d8e766..d80c9223 100644 --- a/license.md +++ b/license.md @@ -13,4 +13,4 @@ Portions copyright: - Files in the ahk2 submodule are licensed under [GNU Lesser General Public License version 3](https://opensource.org/license/lgpl-3-0). - AutoHotkey v2 definition files provided by [GroggyOtter](https://github.com/GroggyOtter/ahkv2_definition_rewrite) and [used with permission](https://github.com/GroggyOtter/ahkv2_definition_rewrite/issues/8) - Other files licensed outside of MIT are marked as such at the top of the file. -- Please [open a discussion](https://github.com/mark-wiemer-org/ahkpp/discussions/new?category=q-a) if you have any questions :) +- Please [open a discussion](https://github.com/mark-wiemer/ahkpp/discussions/new?category=q-a) if you have any questions :) diff --git a/package.json b/package.json index e43620e8..59a2b3ae 100644 --- a/package.json +++ b/package.json @@ -17,13 +17,13 @@ "ahk v2", "ahk v1" ], - "homepage": "https://github.com/mark-wiemer-org/ahkpp/blob/main/readme.md", + "homepage": "https://github.com/mark-wiemer/ahkpp/blob/main/readme.md", "bugs": { - "url": "https://github.com/mark-wiemer-org/ahkpp/issues" + "url": "https://github.com/mark-wiemer/ahkpp/issues" }, "repository": { "type": "git", - "url": "https://github.com/mark-wiemer-org/ahkpp.git" + "url": "https://github.com/mark-wiemer/ahkpp.git" }, "license": "See license.md", "publisher": "mark-wiemer", @@ -284,7 +284,7 @@ }, "AHK++.v1.file": { "type": "object", - "markdownDescription": "[Learn more about the template snippet](https://github.com/mark-wiemer-org/ahkpp/tree/main/docs/TemplateSnippet.md)", + "markdownDescription": "[Learn more about the template snippet](https://github.com/mark-wiemer/ahkpp/tree/main/docs/TemplateSnippet.md)", "properties": { "compileBaseFile": { "type": "string", diff --git a/readme.md b/readme.md index ae4f07bb..9b15c560 100644 --- a/readme.md +++ b/readme.md @@ -8,14 +8,14 @@
Quick help
...and more

-
Troubleshooting | Open a bug | Leave a review
+
Troubleshooting | Open a bug | Leave a review
## Install -AHK++ is available for: [VS Code](https://code.visualstudio.com) | [Theia IDE](https://theia-ide.org) | [VSCodium](https://vscodium.com) | [any other IDE that supports \*.vsix extensions](https://github.com/mark-wiemer-org/ahkpp/releases) +AHK++ is available for: [VS Code](https://code.visualstudio.com) | [Theia IDE](https://theia-ide.org) | [VSCodium](https://vscodium.com) | [any other IDE that supports \*.vsix extensions](https://github.com/mark-wiemer/ahkpp/releases) -Download from a trusted source: [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=mark-wiemer.vscode-autohotkey-plus-plus) | [Open VSX Registry](https://open-vsx.org/extension/mark-wiemer/vscode-autohotkey-plus-plus) | [GitHub releases](https://github.com/mark-wiemer-org/ahkpp/releases) +Download from a trusted source: [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=mark-wiemer.vscode-autohotkey-plus-plus) | [Open VSX Registry](https://open-vsx.org/extension/mark-wiemer/vscode-autohotkey-plus-plus) | [GitHub releases](https://github.com/mark-wiemer/ahkpp/releases) ## AHK v2 full support is here! πŸ₯‚ @@ -30,7 +30,7 @@ AHK++ 6 incorporates [AutoHotkey v2 Language Support by thqby](https://marketpla For all changes, including breaking changes, see [the changelog](./changelog.md#600---2024-09-01-) -As always, please [πŸ› report any issues](https://github.com/mark-wiemer-org/ahkpp/issues/new/choose) +As always, please [πŸ› report any issues](https://github.com/mark-wiemer/ahkpp/issues/new/choose) πŸ’š Special thanks again to [thqby](https://github.com/thqby), as this would not have been possible without thqby's open-source [AutoHotkey v2 Language Support](https://marketplace.visualstudio.com/items?itemName=thqby.vscode-autohotkey2-lsp)! @@ -49,7 +49,7 @@ With AHK++, you can compile, debug, and run your scripts with keyboard shortcuts ## Debug -> There are some [known issues with the debugger](https://github.com/mark-wiemer-org/ahkpp/issues?q=is%3Aopen+is%3Aissue+label%3Adebugger). If you need an advanced setup, we recommend [zero-plusplus.vscode-autohotkey-debug](https://marketplace.visualstudio.com/items?itemName=zero-plusplus.vscode-autohotkey-debug) for now. Please [open an issue](https://github.com/mark-wiemer-org/ahkpp/issues/new/choose) if the built-in debugger does not support your needs. As `zero-plusplus.vscode-autohotkey-debug` is [closed-source](https://github.com/zero-plusplus/vscode-autohotkey-debug/discussions/332), we will be working to introduce advanced debugger features to ensure an open-source, collaborative, complete extension is available to the AHK community πŸ™‚ +> There are some [known issues with the debugger](https://github.com/mark-wiemer/ahkpp/issues?q=is%3Aopen+is%3Aissue+label%3Adebugger). If you need an advanced setup, we recommend [zero-plusplus.vscode-autohotkey-debug](https://marketplace.visualstudio.com/items?itemName=zero-plusplus.vscode-autohotkey-debug) for now. Please [open an issue](https://github.com/mark-wiemer/ahkpp/issues/new/choose) if the built-in debugger does not support your needs. As `zero-plusplus.vscode-autohotkey-debug` is [closed-source](https://github.com/zero-plusplus/vscode-autohotkey-debug/discussions/332), we will be working to introduce advanced debugger features to ensure an open-source, collaborative, complete extension is available to the AHK community πŸ™‚ 1. Click the debug button in the editor title menu (at the top right of the editor) or press `Ctrl + Alt + F9`. 2. The debugger supports breakpoints, stack tracing, and variable watching @@ -149,7 +149,7 @@ This extension relies heavily on open-source code. A huge thank you to all these - [AutoHotkey Plus by cweijan](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-autohotkey-plus): AHK++ is a fork of AutoHotkey Plus by cweijan (Weijan Chen) - [AutoHotkey v2 Language Support extension by thqby](https://marketplace.visualstudio.com/items?itemName=thqby.vscode-autohotkey2-lsp): The source of the v2 grammar and other great contributions -- [Contributions to AHK++ by kyklish](https://github.com/mark-wiemer-org/ahkpp/commits/main?author=kyklish): Greatly improved formatting and snippets by both fixing bugs and adding features +- [Contributions to AHK++ by kyklish](https://github.com/mark-wiemer/ahkpp/commits/main?author=kyklish): Greatly improved formatting and snippets by both fixing bugs and adding features - [AutoHotkey v2 definition files by GroggyOtter](https://github.com/GroggyOtter/ahkv2_definition_rewrite) - [AHK version selection by Lexikos](https://github.com/Lexikos/vscode-auto-select): The core code for automatically switching AHK versions - [AutoHotkey by stef-levesque](https://marketplace.visualstudio.com/items?itemName=slevesque.vscode-autohotkey): AutoHotkey Plus is a fork of stef-levesque's original AutoHotkey extension, which provided the original grammar and snippets for AHK @@ -157,5 +157,5 @@ This extension relies heavily on open-source code. A huge thank you to all these ## Links -- [GitHub repo](https://github.com/mark-wiemer-org/ahkpp): View code, file bugs, and join discussions +- [GitHub repo](https://github.com/mark-wiemer/ahkpp): View code, file bugs, and join discussions - [Reviews on VS Marketplace](https://marketplace.visualstudio.com/items?itemName=mark-wiemer.vscode-autohotkey-plus-plus&ssr=false#review-details): Help others discover AHK++ by leaving a review diff --git a/src/parser/samples/117-ten-thousand-lines.ahk b/src/parser/samples/117-ten-thousand-lines.ahk index 56ac3b00..12df13c6 100644 --- a/src/parser/samples/117-ten-thousand-lines.ahk +++ b/src/parser/samples/117-ten-thousand-lines.ahk @@ -1,4 +1,4 @@ -; [Issue #117](https://github.com/mark-wiemer-org/ahkpp/issues/117) +; [Issue #117](https://github.com/mark-wiemer/ahkpp/issues/117) ; Go to definition here should work, even though `bottom` is defined ; after line 10,000 bottom() diff --git a/src/providers/samples/119-semicolon-inside-string.in.ahk b/src/providers/samples/119-semicolon-inside-string.in.ahk index 171484be..9fffe49b 100644 --- a/src/providers/samples/119-semicolon-inside-string.in.ahk +++ b/src/providers/samples/119-semicolon-inside-string.in.ahk @@ -1,4 +1,4 @@ -; [Issue #119](https://github.com/mark-wiemer-org/ahkpp/issues/119) +; [Issue #119](https://github.com/mark-wiemer/ahkpp/issues/119) MsgBox, { ; comment with close brace } bar() { diff --git a/src/providers/samples/119-semicolon-inside-string.out.ahk b/src/providers/samples/119-semicolon-inside-string.out.ahk index 20d5d487..8247da8e 100644 --- a/src/providers/samples/119-semicolon-inside-string.out.ahk +++ b/src/providers/samples/119-semicolon-inside-string.out.ahk @@ -1,4 +1,4 @@ -; [Issue #119](https://github.com/mark-wiemer-org/ahkpp/issues/119) +; [Issue #119](https://github.com/mark-wiemer/ahkpp/issues/119) MsgBox, { ; comment with close brace } bar() { diff --git a/src/providers/samples/161-colon-on-last-position.in.ahk b/src/providers/samples/161-colon-on-last-position.in.ahk index 97d2cdbc..ec8656cb 100644 --- a/src/providers/samples/161-colon-on-last-position.in.ahk +++ b/src/providers/samples/161-colon-on-last-position.in.ahk @@ -1,4 +1,4 @@ -; [Issue #161](https://github.com/mark-wiemer-org/ahkpp/issues/161) +; [Issue #161](https://github.com/mark-wiemer/ahkpp/issues/161) str = text: MsgBox % str Invalid label: diff --git a/src/providers/samples/161-colon-on-last-position.out.ahk b/src/providers/samples/161-colon-on-last-position.out.ahk index 13081de3..10be5b21 100644 --- a/src/providers/samples/161-colon-on-last-position.out.ahk +++ b/src/providers/samples/161-colon-on-last-position.out.ahk @@ -1,4 +1,4 @@ -; [Issue #161](https://github.com/mark-wiemer-org/ahkpp/issues/161) +; [Issue #161](https://github.com/mark-wiemer/ahkpp/issues/161) str = text: MsgBox % str Invalid label: diff --git a/src/providers/samples/180-if-else-braces.in.ahk b/src/providers/samples/180-if-else-braces.in.ahk index e109957d..4a6aab76 100644 --- a/src/providers/samples/180-if-else-braces.in.ahk +++ b/src/providers/samples/180-if-else-braces.in.ahk @@ -1,4 +1,4 @@ -; [Issue #180](https://github.com/mark-wiemer-org/ahkpp/issues/180) +; [Issue #180](https://github.com/mark-wiemer/ahkpp/issues/180) if (true) { foo() } else { diff --git a/src/providers/samples/180-if-else-braces.out.ahk b/src/providers/samples/180-if-else-braces.out.ahk index 7b26faab..30fa3f84 100644 --- a/src/providers/samples/180-if-else-braces.out.ahk +++ b/src/providers/samples/180-if-else-braces.out.ahk @@ -1,4 +1,4 @@ -; [Issue #180](https://github.com/mark-wiemer-org/ahkpp/issues/180) +; [Issue #180](https://github.com/mark-wiemer/ahkpp/issues/180) if (true) { foo() } else { diff --git a/src/providers/samples/184-continuation-section-expression.in.ahk b/src/providers/samples/184-continuation-section-expression.in.ahk index efbd0e0e..8ef94864 100644 --- a/src/providers/samples/184-continuation-section-expression.in.ahk +++ b/src/providers/samples/184-continuation-section-expression.in.ahk @@ -1,4 +1,4 @@ -; [Issue #184](https://github.com/mark-wiemer-org/ahkpp/issues/184) +; [Issue #184](https://github.com/mark-wiemer/ahkpp/issues/184) FileAppend, This is the text to append.`n ; A comment is allowed here. , %A_ProgramFiles%\SomeApplication\LogFile.txt ; Comment. diff --git a/src/providers/samples/184-continuation-section-expression.out.ahk b/src/providers/samples/184-continuation-section-expression.out.ahk index adecd5f9..a4f32ba9 100644 --- a/src/providers/samples/184-continuation-section-expression.out.ahk +++ b/src/providers/samples/184-continuation-section-expression.out.ahk @@ -1,4 +1,4 @@ -; [Issue #184](https://github.com/mark-wiemer-org/ahkpp/issues/184) +; [Issue #184](https://github.com/mark-wiemer/ahkpp/issues/184) FileAppend, This is the text to append.`n ; A comment is allowed here. , %A_ProgramFiles%\SomeApplication\LogFile.txt ; Comment. diff --git a/src/providers/samples/184-continuation-section-object.in.ahk b/src/providers/samples/184-continuation-section-object.in.ahk index 0405534c..a9138a48 100644 --- a/src/providers/samples/184-continuation-section-object.in.ahk +++ b/src/providers/samples/184-continuation-section-object.in.ahk @@ -1,4 +1,4 @@ -; [Issue #184](https://github.com/mark-wiemer-org/ahkpp/issues/184) +; [Issue #184](https://github.com/mark-wiemer/ahkpp/issues/184) { obj := { , } diff --git a/src/providers/samples/184-continuation-section-object.out.ahk b/src/providers/samples/184-continuation-section-object.out.ahk index 6eeca317..362d9e7d 100644 --- a/src/providers/samples/184-continuation-section-object.out.ahk +++ b/src/providers/samples/184-continuation-section-object.out.ahk @@ -1,4 +1,4 @@ -; [Issue #184](https://github.com/mark-wiemer-org/ahkpp/issues/184) +; [Issue #184](https://github.com/mark-wiemer/ahkpp/issues/184) { obj := { , } diff --git a/src/providers/samples/184-continuation-section-text.in.ahk b/src/providers/samples/184-continuation-section-text.in.ahk index 8afbbec5..0c1b8020 100644 --- a/src/providers/samples/184-continuation-section-text.in.ahk +++ b/src/providers/samples/184-continuation-section-text.in.ahk @@ -1,4 +1,4 @@ -; [Issue #184](https://github.com/mark-wiemer-org/ahkpp/issues/184) +; [Issue #184](https://github.com/mark-wiemer/ahkpp/issues/184) Var = ( A line of text. diff --git a/src/providers/samples/184-continuation-section-text.out.ahk b/src/providers/samples/184-continuation-section-text.out.ahk index 3c067d3e..64787891 100644 --- a/src/providers/samples/184-continuation-section-text.out.ahk +++ b/src/providers/samples/184-continuation-section-text.out.ahk @@ -1,4 +1,4 @@ -; [Issue #184](https://github.com/mark-wiemer-org/ahkpp/issues/184) +; [Issue #184](https://github.com/mark-wiemer/ahkpp/issues/184) Var = ( A line of text. diff --git a/src/providers/samples/185-block-comment.in.ahk b/src/providers/samples/185-block-comment.in.ahk index 0af36ed9..dfaec11c 100644 --- a/src/providers/samples/185-block-comment.in.ahk +++ b/src/providers/samples/185-block-comment.in.ahk @@ -1,4 +1,4 @@ -; [Issue #185](https://github.com/mark-wiemer-org/ahkpp/issues/185) +; [Issue #185](https://github.com/mark-wiemer/ahkpp/issues/185) foo () { ;@AHK++FormatBlockCommentOn /* diff --git a/src/providers/samples/185-block-comment.out.ahk b/src/providers/samples/185-block-comment.out.ahk index 756b2ba1..3622d218 100644 --- a/src/providers/samples/185-block-comment.out.ahk +++ b/src/providers/samples/185-block-comment.out.ahk @@ -1,4 +1,4 @@ -; [Issue #185](https://github.com/mark-wiemer-org/ahkpp/issues/185) +; [Issue #185](https://github.com/mark-wiemer/ahkpp/issues/185) foo () { ;@AHK++FormatBlockCommentOn /* diff --git a/src/providers/samples/187-comments-at-end-of-line.in.ahk b/src/providers/samples/187-comments-at-end-of-line.in.ahk index 891972a3..29788cc3 100644 --- a/src/providers/samples/187-comments-at-end-of-line.in.ahk +++ b/src/providers/samples/187-comments-at-end-of-line.in.ahk @@ -1,3 +1,3 @@ -; [Issue #187](https://github.com/mark-wiemer-org/ahkpp/issues/187) +; [Issue #187](https://github.com/mark-wiemer/ahkpp/issues/187) #noEnv ;// prevents empty variables from being looked up drawMenuItem__exit() ;// call this function \ No newline at end of file diff --git a/src/providers/samples/187-comments-at-end-of-line.out.ahk b/src/providers/samples/187-comments-at-end-of-line.out.ahk index 891972a3..29788cc3 100644 --- a/src/providers/samples/187-comments-at-end-of-line.out.ahk +++ b/src/providers/samples/187-comments-at-end-of-line.out.ahk @@ -1,3 +1,3 @@ -; [Issue #187](https://github.com/mark-wiemer-org/ahkpp/issues/187) +; [Issue #187](https://github.com/mark-wiemer/ahkpp/issues/187) #noEnv ;// prevents empty variables from being looked up drawMenuItem__exit() ;// call this function \ No newline at end of file diff --git a/src/providers/samples/188-one-command-code-in-text.in.ahk b/src/providers/samples/188-one-command-code-in-text.in.ahk index 1a4622c9..23ba8592 100644 --- a/src/providers/samples/188-one-command-code-in-text.in.ahk +++ b/src/providers/samples/188-one-command-code-in-text.in.ahk @@ -1,4 +1,4 @@ -; [Issue #188](https://github.com/mark-wiemer-org/ahkpp/issues/188) +; [Issue #188](https://github.com/mark-wiemer/ahkpp/issues/188) ; 'if' is 'one command code' command, formatter must not indent next line str = text if text foo() diff --git a/src/providers/samples/188-one-command-code-in-text.out.ahk b/src/providers/samples/188-one-command-code-in-text.out.ahk index 1a4622c9..23ba8592 100644 --- a/src/providers/samples/188-one-command-code-in-text.out.ahk +++ b/src/providers/samples/188-one-command-code-in-text.out.ahk @@ -1,4 +1,4 @@ -; [Issue #188](https://github.com/mark-wiemer-org/ahkpp/issues/188) +; [Issue #188](https://github.com/mark-wiemer/ahkpp/issues/188) ; 'if' is 'one command code' command, formatter must not indent next line str = text if text foo() diff --git a/src/providers/samples/189-space-at-end-of-line.in.ahk b/src/providers/samples/189-space-at-end-of-line.in.ahk index e2e81eae..c0a7447c 100644 --- a/src/providers/samples/189-space-at-end-of-line.in.ahk +++ b/src/providers/samples/189-space-at-end-of-line.in.ahk @@ -1,3 +1,3 @@ -; [Issue #189](https://github.com/mark-wiemer-org/ahkpp/issues/189) +; [Issue #189](https://github.com/mark-wiemer/ahkpp/issues/189) foo() foo(a, b) ; comment diff --git a/src/providers/samples/189-space-at-end-of-line.out.ahk b/src/providers/samples/189-space-at-end-of-line.out.ahk index 86a81424..41ab7cb5 100644 --- a/src/providers/samples/189-space-at-end-of-line.out.ahk +++ b/src/providers/samples/189-space-at-end-of-line.out.ahk @@ -1,3 +1,3 @@ -; [Issue #189](https://github.com/mark-wiemer-org/ahkpp/issues/189) +; [Issue #189](https://github.com/mark-wiemer/ahkpp/issues/189) foo() foo(a, b) ; comment diff --git a/src/providers/samples/192-preserve-indent-true.in.ahk b/src/providers/samples/192-preserve-indent-true.in.ahk index 7c5d396f..25359bb7 100644 --- a/src/providers/samples/192-preserve-indent-true.in.ahk +++ b/src/providers/samples/192-preserve-indent-true.in.ahk @@ -1,4 +1,4 @@ -; [PR #192](https://github.com/mark-wiemer-org/ahkpp/pull/192) +; [PR #192](https://github.com/mark-wiemer/ahkpp/pull/192) foo() { bar() diff --git a/src/providers/samples/192-preserve-indent-true.out.ahk b/src/providers/samples/192-preserve-indent-true.out.ahk index 7c5d396f..25359bb7 100644 --- a/src/providers/samples/192-preserve-indent-true.out.ahk +++ b/src/providers/samples/192-preserve-indent-true.out.ahk @@ -1,4 +1,4 @@ -; [PR #192](https://github.com/mark-wiemer-org/ahkpp/pull/192) +; [PR #192](https://github.com/mark-wiemer/ahkpp/pull/192) foo() { bar() diff --git a/src/providers/samples/25-multiline-string.in.ahk b/src/providers/samples/25-multiline-string.in.ahk index 0aaba2ce..20b15b87 100644 --- a/src/providers/samples/25-multiline-string.in.ahk +++ b/src/providers/samples/25-multiline-string.in.ahk @@ -1,5 +1,5 @@ #Requires AutoHotkey v1 -; [Issue #25](https://github.com/mark-wiemer-org/ahkpp/issues/25) +; [Issue #25](https://github.com/mark-wiemer/ahkpp/issues/25) x := " (LTrim hello world diff --git a/src/providers/samples/25-multiline-string.out.ahk b/src/providers/samples/25-multiline-string.out.ahk index 79cad6ad..1e0798f9 100644 --- a/src/providers/samples/25-multiline-string.out.ahk +++ b/src/providers/samples/25-multiline-string.out.ahk @@ -1,5 +1,5 @@ #Requires AutoHotkey v1 -; [Issue #25](https://github.com/mark-wiemer-org/ahkpp/issues/25) +; [Issue #25](https://github.com/mark-wiemer/ahkpp/issues/25) x := " (LTrim hello world diff --git a/src/providers/samples/255-close-brace.in.ahk b/src/providers/samples/255-close-brace.in.ahk index 146a99fc..b30e2aa3 100644 --- a/src/providers/samples/255-close-brace.in.ahk +++ b/src/providers/samples/255-close-brace.in.ahk @@ -1,4 +1,4 @@ -; [Issue #255](https://github.com/mark-wiemer-org/ahkpp/issues/255) +; [Issue #255](https://github.com/mark-wiemer/ahkpp/issues/255) { foo() { if diff --git a/src/providers/samples/255-close-brace.out.ahk b/src/providers/samples/255-close-brace.out.ahk index 44ad4e91..38e0adbf 100644 --- a/src/providers/samples/255-close-brace.out.ahk +++ b/src/providers/samples/255-close-brace.out.ahk @@ -1,4 +1,4 @@ -; [Issue #255](https://github.com/mark-wiemer-org/ahkpp/issues/255) +; [Issue #255](https://github.com/mark-wiemer/ahkpp/issues/255) { foo() { if diff --git a/src/providers/samples/255-else-if.in.ahk b/src/providers/samples/255-else-if.in.ahk index 529629a3..5586d349 100644 --- a/src/providers/samples/255-else-if.in.ahk +++ b/src/providers/samples/255-else-if.in.ahk @@ -1,4 +1,4 @@ -; [Issue #255](https://github.com/mark-wiemer-org/ahkpp/issues/255) +; [Issue #255](https://github.com/mark-wiemer/ahkpp/issues/255) { if code diff --git a/src/providers/samples/255-else-if.out.ahk b/src/providers/samples/255-else-if.out.ahk index d67a0d53..eb4657c2 100644 --- a/src/providers/samples/255-else-if.out.ahk +++ b/src/providers/samples/255-else-if.out.ahk @@ -1,4 +1,4 @@ -; [Issue #255](https://github.com/mark-wiemer-org/ahkpp/issues/255) +; [Issue #255](https://github.com/mark-wiemer/ahkpp/issues/255) { if code diff --git a/src/providers/samples/255-if-loop-mix.in.ahk b/src/providers/samples/255-if-loop-mix.in.ahk index 91592548..897c351b 100644 --- a/src/providers/samples/255-if-loop-mix.in.ahk +++ b/src/providers/samples/255-if-loop-mix.in.ahk @@ -1,4 +1,4 @@ -; [Issue #255](https://github.com/mark-wiemer-org/ahkpp/issues/255) +; [Issue #255](https://github.com/mark-wiemer/ahkpp/issues/255) { if if diff --git a/src/providers/samples/255-if-loop-mix.out.ahk b/src/providers/samples/255-if-loop-mix.out.ahk index df113357..316d9456 100644 --- a/src/providers/samples/255-if-loop-mix.out.ahk +++ b/src/providers/samples/255-if-loop-mix.out.ahk @@ -1,4 +1,4 @@ -; [Issue #255](https://github.com/mark-wiemer-org/ahkpp/issues/255) +; [Issue #255](https://github.com/mark-wiemer/ahkpp/issues/255) { if if diff --git a/src/providers/samples/255-return-function.in.ahk b/src/providers/samples/255-return-function.in.ahk index 33a0b81c..ed75baa3 100644 --- a/src/providers/samples/255-return-function.in.ahk +++ b/src/providers/samples/255-return-function.in.ahk @@ -1,4 +1,4 @@ -; [Issue #255](https://github.com/mark-wiemer-org/ahkpp/issues/255) +; [Issue #255](https://github.com/mark-wiemer/ahkpp/issues/255) foo() { Loop code diff --git a/src/providers/samples/255-return-function.out.ahk b/src/providers/samples/255-return-function.out.ahk index a3491715..bd9fb33f 100644 --- a/src/providers/samples/255-return-function.out.ahk +++ b/src/providers/samples/255-return-function.out.ahk @@ -1,4 +1,4 @@ -; [Issue #255](https://github.com/mark-wiemer-org/ahkpp/issues/255) +; [Issue #255](https://github.com/mark-wiemer/ahkpp/issues/255) foo() { Loop code diff --git a/src/providers/samples/255-return-label.in.ahk b/src/providers/samples/255-return-label.in.ahk index 43562fa9..1ed5d841 100644 --- a/src/providers/samples/255-return-label.in.ahk +++ b/src/providers/samples/255-return-label.in.ahk @@ -1,4 +1,4 @@ -; [Issue #255](https://github.com/mark-wiemer-org/ahkpp/issues/255) +; [Issue #255](https://github.com/mark-wiemer/ahkpp/issues/255) label: if { code diff --git a/src/providers/samples/255-return-label.out.ahk b/src/providers/samples/255-return-label.out.ahk index e8b20981..b1002d35 100644 --- a/src/providers/samples/255-return-label.out.ahk +++ b/src/providers/samples/255-return-label.out.ahk @@ -1,4 +1,4 @@ -; [Issue #255](https://github.com/mark-wiemer-org/ahkpp/issues/255) +; [Issue #255](https://github.com/mark-wiemer/ahkpp/issues/255) label: if { code diff --git a/src/providers/samples/255-style-allman.in.ahk b/src/providers/samples/255-style-allman.in.ahk index ec488de8..d802f33e 100644 --- a/src/providers/samples/255-style-allman.in.ahk +++ b/src/providers/samples/255-style-allman.in.ahk @@ -1,4 +1,4 @@ -; [Issue #255](https://github.com/mark-wiemer-org/ahkpp/issues/255) +; [Issue #255](https://github.com/mark-wiemer/ahkpp/issues/255) { loop { diff --git a/src/providers/samples/255-style-allman.out.ahk b/src/providers/samples/255-style-allman.out.ahk index ed6576c9..0996a298 100644 --- a/src/providers/samples/255-style-allman.out.ahk +++ b/src/providers/samples/255-style-allman.out.ahk @@ -1,4 +1,4 @@ -; [Issue #255](https://github.com/mark-wiemer-org/ahkpp/issues/255) +; [Issue #255](https://github.com/mark-wiemer/ahkpp/issues/255) { loop { diff --git a/src/providers/samples/255-style-k-and-r.in.ahk b/src/providers/samples/255-style-k-and-r.in.ahk index 0bb432a2..d6a7ba0d 100644 --- a/src/providers/samples/255-style-k-and-r.in.ahk +++ b/src/providers/samples/255-style-k-and-r.in.ahk @@ -1,4 +1,4 @@ -; [Issue #255](https://github.com/mark-wiemer-org/ahkpp/issues/255) +; [Issue #255](https://github.com/mark-wiemer/ahkpp/issues/255) { Loop code diff --git a/src/providers/samples/255-style-k-and-r.out.ahk b/src/providers/samples/255-style-k-and-r.out.ahk index 94dc124b..983422c7 100644 --- a/src/providers/samples/255-style-k-and-r.out.ahk +++ b/src/providers/samples/255-style-k-and-r.out.ahk @@ -1,4 +1,4 @@ -; [Issue #255](https://github.com/mark-wiemer-org/ahkpp/issues/255) +; [Issue #255](https://github.com/mark-wiemer/ahkpp/issues/255) { Loop code diff --git a/src/providers/samples/255-style-mix.in.ahk b/src/providers/samples/255-style-mix.in.ahk index d36b73fb..172bedb6 100644 --- a/src/providers/samples/255-style-mix.in.ahk +++ b/src/providers/samples/255-style-mix.in.ahk @@ -1,4 +1,4 @@ -; [Issue #255](https://github.com/mark-wiemer-org/ahkpp/issues/255) +; [Issue #255](https://github.com/mark-wiemer/ahkpp/issues/255) { if { diff --git a/src/providers/samples/255-style-mix.out.ahk b/src/providers/samples/255-style-mix.out.ahk index 73a7000e..140e430a 100644 --- a/src/providers/samples/255-style-mix.out.ahk +++ b/src/providers/samples/255-style-mix.out.ahk @@ -1,4 +1,4 @@ -; [Issue #255](https://github.com/mark-wiemer-org/ahkpp/issues/255) +; [Issue #255](https://github.com/mark-wiemer/ahkpp/issues/255) { if { diff --git a/src/providers/samples/255-style-one-true-brace.in.ahk b/src/providers/samples/255-style-one-true-brace.in.ahk index ee1f74e3..ad56f346 100644 --- a/src/providers/samples/255-style-one-true-brace.in.ahk +++ b/src/providers/samples/255-style-one-true-brace.in.ahk @@ -1,4 +1,4 @@ -; [Issue #255](https://github.com/mark-wiemer-org/ahkpp/issues/255) +; [Issue #255](https://github.com/mark-wiemer/ahkpp/issues/255) { loop { code diff --git a/src/providers/samples/255-style-one-true-brace.out.ahk b/src/providers/samples/255-style-one-true-brace.out.ahk index 63dd5e28..bbccc47c 100644 --- a/src/providers/samples/255-style-one-true-brace.out.ahk +++ b/src/providers/samples/255-style-one-true-brace.out.ahk @@ -1,4 +1,4 @@ -; [Issue #255](https://github.com/mark-wiemer-org/ahkpp/issues/255) +; [Issue #255](https://github.com/mark-wiemer/ahkpp/issues/255) { loop { code diff --git a/src/providers/samples/28-switch-case.in.ahk b/src/providers/samples/28-switch-case.in.ahk index fe4b510f..f37bb699 100644 --- a/src/providers/samples/28-switch-case.in.ahk +++ b/src/providers/samples/28-switch-case.in.ahk @@ -1,4 +1,4 @@ -; [Issue #28](https://github.com/mark-wiemer-org/ahkpp/issues/28) +; [Issue #28](https://github.com/mark-wiemer/ahkpp/issues/28) { Switch SwitchValue { Case CaseValue1: diff --git a/src/providers/samples/28-switch-case.out.ahk b/src/providers/samples/28-switch-case.out.ahk index 5be107d0..32dbf0bc 100644 --- a/src/providers/samples/28-switch-case.out.ahk +++ b/src/providers/samples/28-switch-case.out.ahk @@ -1,4 +1,4 @@ -; [Issue #28](https://github.com/mark-wiemer-org/ahkpp/issues/28) +; [Issue #28](https://github.com/mark-wiemer/ahkpp/issues/28) { Switch SwitchValue { Case CaseValue1: diff --git a/src/providers/samples/290-ifmsgbox.in.ahk b/src/providers/samples/290-ifmsgbox.in.ahk index a331b9ef..5589d06b 100644 --- a/src/providers/samples/290-ifmsgbox.in.ahk +++ b/src/providers/samples/290-ifmsgbox.in.ahk @@ -1,4 +1,4 @@ -; [Issue #255](https://github.com/mark-wiemer-org/ahkpp/issues/290) +; [Issue #255](https://github.com/mark-wiemer/ahkpp/issues/290) MsgBox, 4, , Would you like to continue?, 5 ; 5-second timeout. IfMsgBox, No Return ; User pressed the "No" button. diff --git a/src/providers/samples/290-ifmsgbox.out.ahk b/src/providers/samples/290-ifmsgbox.out.ahk index 8ad7a3c8..034a5151 100644 --- a/src/providers/samples/290-ifmsgbox.out.ahk +++ b/src/providers/samples/290-ifmsgbox.out.ahk @@ -1,4 +1,4 @@ -; [Issue #255](https://github.com/mark-wiemer-org/ahkpp/issues/290) +; [Issue #255](https://github.com/mark-wiemer/ahkpp/issues/290) MsgBox, 4, , Would you like to continue?, 5 ; 5-second timeout. IfMsgBox, No Return ; User pressed the "No" button. diff --git a/src/providers/samples/291-single-line-comment.in.ahk b/src/providers/samples/291-single-line-comment.in.ahk index f17cd80e..f4d9685a 100644 --- a/src/providers/samples/291-single-line-comment.in.ahk +++ b/src/providers/samples/291-single-line-comment.in.ahk @@ -1,4 +1,4 @@ -; [Issue #291](https://github.com/mark-wiemer-org/ahkpp/issues/291) +; [Issue #291](https://github.com/mark-wiemer/ahkpp/issues/291) if (expression) ; code diff --git a/src/providers/samples/291-single-line-comment.out.ahk b/src/providers/samples/291-single-line-comment.out.ahk index f445ec16..bb35e419 100644 --- a/src/providers/samples/291-single-line-comment.out.ahk +++ b/src/providers/samples/291-single-line-comment.out.ahk @@ -1,4 +1,4 @@ -; [Issue #291](https://github.com/mark-wiemer-org/ahkpp/issues/291) +; [Issue #291](https://github.com/mark-wiemer/ahkpp/issues/291) if (expression) ; code diff --git a/src/providers/samples/316-if-object-continuation-section.in.ahk b/src/providers/samples/316-if-object-continuation-section.in.ahk index 07c4ceb1..07efb133 100644 --- a/src/providers/samples/316-if-object-continuation-section.in.ahk +++ b/src/providers/samples/316-if-object-continuation-section.in.ahk @@ -1,4 +1,4 @@ -; [Issue #316](https://github.com/mark-wiemer-org/ahkpp/issues/316) +; [Issue #316](https://github.com/mark-wiemer/ahkpp/issues/316) { if (expression) obj := { 0:"" diff --git a/src/providers/samples/316-if-object-continuation-section.out.ahk b/src/providers/samples/316-if-object-continuation-section.out.ahk index 7f1dd26d..4a9a0463 100644 --- a/src/providers/samples/316-if-object-continuation-section.out.ahk +++ b/src/providers/samples/316-if-object-continuation-section.out.ahk @@ -1,4 +1,4 @@ -; [Issue #316](https://github.com/mark-wiemer-org/ahkpp/issues/316) +; [Issue #316](https://github.com/mark-wiemer/ahkpp/issues/316) { if (expression) obj := { 0:"" diff --git a/src/providers/samples/40-command-inside-text.in.ahk b/src/providers/samples/40-command-inside-text.in.ahk index a520ad9f..c33aaa6d 100644 --- a/src/providers/samples/40-command-inside-text.in.ahk +++ b/src/providers/samples/40-command-inside-text.in.ahk @@ -1,4 +1,4 @@ -; [Issue #40](https://github.com/mark-wiemer-org/ahkpp/issues/40) +; [Issue #40](https://github.com/mark-wiemer/ahkpp/issues/40) InputBox, name, if this InputBox, name, for that If (true) diff --git a/src/providers/samples/40-command-inside-text.out.ahk b/src/providers/samples/40-command-inside-text.out.ahk index 2e40b6c7..a3abc971 100644 --- a/src/providers/samples/40-command-inside-text.out.ahk +++ b/src/providers/samples/40-command-inside-text.out.ahk @@ -1,4 +1,4 @@ -; [Issue #40](https://github.com/mark-wiemer-org/ahkpp/issues/40) +; [Issue #40](https://github.com/mark-wiemer/ahkpp/issues/40) InputBox, name, if this InputBox, name, for that If (true) diff --git a/src/providers/samples/411-extra-spaces-in-string.in.ahk b/src/providers/samples/411-extra-spaces-in-string.in.ahk index 9e894f81..9e61a37e 100644 --- a/src/providers/samples/411-extra-spaces-in-string.in.ahk +++ b/src/providers/samples/411-extra-spaces-in-string.in.ahk @@ -1,3 +1,3 @@ -; https://github.com/mark-wiemer-org/ahkpp/issues/411 +; https://github.com/mark-wiemer/ahkpp/issues/411 string_with_multiple_spaces := " " string_with_multiple_spaces_2 := " ahk is nice " diff --git a/src/providers/samples/411-extra-spaces-in-string.out.ahk b/src/providers/samples/411-extra-spaces-in-string.out.ahk index 9e894f81..9e61a37e 100644 --- a/src/providers/samples/411-extra-spaces-in-string.out.ahk +++ b/src/providers/samples/411-extra-spaces-in-string.out.ahk @@ -1,3 +1,3 @@ -; https://github.com/mark-wiemer-org/ahkpp/issues/411 +; https://github.com/mark-wiemer/ahkpp/issues/411 string_with_multiple_spaces := " " string_with_multiple_spaces_2 := " ahk is nice " diff --git a/src/providers/samples/429-single-line-hotkey.in.ahk b/src/providers/samples/429-single-line-hotkey.in.ahk index 57d4985c..ba679f00 100644 --- a/src/providers/samples/429-single-line-hotkey.in.ahk +++ b/src/providers/samples/429-single-line-hotkey.in.ahk @@ -1,4 +1,4 @@ -; [Issue #429](https://github.com/mark-wiemer-org/ahkpp/issues/429) +; [Issue #429](https://github.com/mark-wiemer/ahkpp/issues/429) #IfWinActive, WinTitle F1:: F2:: diff --git a/src/providers/samples/429-single-line-hotkey.out.ahk b/src/providers/samples/429-single-line-hotkey.out.ahk index d720d681..44097ee9 100644 --- a/src/providers/samples/429-single-line-hotkey.out.ahk +++ b/src/providers/samples/429-single-line-hotkey.out.ahk @@ -1,4 +1,4 @@ -; [Issue #429](https://github.com/mark-wiemer-org/ahkpp/issues/429) +; [Issue #429](https://github.com/mark-wiemer/ahkpp/issues/429) #IfWinActive, WinTitle F1:: F2:: diff --git a/src/providers/samples/432-label-inside-code-block.in.ahk b/src/providers/samples/432-label-inside-code-block.in.ahk index 175c1812..342353b1 100644 --- a/src/providers/samples/432-label-inside-code-block.in.ahk +++ b/src/providers/samples/432-label-inside-code-block.in.ahk @@ -1,4 +1,4 @@ -; [Issue #432](https://github.com/mark-wiemer-org/ahkpp/issues/432) +; [Issue #432](https://github.com/mark-wiemer/ahkpp/issues/432) F1:: if (var) { LABEL: diff --git a/src/providers/samples/432-label-inside-code-block.out.ahk b/src/providers/samples/432-label-inside-code-block.out.ahk index a4b83546..6c2426a6 100644 --- a/src/providers/samples/432-label-inside-code-block.out.ahk +++ b/src/providers/samples/432-label-inside-code-block.out.ahk @@ -1,4 +1,4 @@ -; [Issue #432](https://github.com/mark-wiemer-org/ahkpp/issues/432) +; [Issue #432](https://github.com/mark-wiemer/ahkpp/issues/432) F1:: if (var) { LABEL: diff --git a/src/providers/samples/440-fall-through-single-line-hotkey-with-if-directive.in.ahk b/src/providers/samples/440-fall-through-single-line-hotkey-with-if-directive.in.ahk index a8d67780..749bc7f7 100644 --- a/src/providers/samples/440-fall-through-single-line-hotkey-with-if-directive.in.ahk +++ b/src/providers/samples/440-fall-through-single-line-hotkey-with-if-directive.in.ahk @@ -1,4 +1,4 @@ -; [Issue #440](https://github.com/mark-wiemer-org/ahkpp/issues/440) +; [Issue #440](https://github.com/mark-wiemer/ahkpp/issues/440) F1:: F2::code #IfWinActive, WinTitle diff --git a/src/providers/samples/440-fall-through-single-line-hotkey-with-if-directive.out.ahk b/src/providers/samples/440-fall-through-single-line-hotkey-with-if-directive.out.ahk index 266ee8d3..4a2283f5 100644 --- a/src/providers/samples/440-fall-through-single-line-hotkey-with-if-directive.out.ahk +++ b/src/providers/samples/440-fall-through-single-line-hotkey-with-if-directive.out.ahk @@ -1,4 +1,4 @@ -; [Issue #440](https://github.com/mark-wiemer-org/ahkpp/issues/440) +; [Issue #440](https://github.com/mark-wiemer/ahkpp/issues/440) F1:: F2::code #IfWinActive, WinTitle diff --git a/src/providers/samples/442-fall-through-single-line-hotkey-with-function.in.ahk b/src/providers/samples/442-fall-through-single-line-hotkey-with-function.in.ahk index b1a4a1bd..3e887b84 100644 --- a/src/providers/samples/442-fall-through-single-line-hotkey-with-function.in.ahk +++ b/src/providers/samples/442-fall-through-single-line-hotkey-with-function.in.ahk @@ -1,4 +1,4 @@ -; [Issue #442](https://github.com/mark-wiemer-org/ahkpp/issues/442) +; [Issue #442](https://github.com/mark-wiemer/ahkpp/issues/442) F1:: F2::code foo() { diff --git a/src/providers/samples/442-fall-through-single-line-hotkey-with-function.out.ahk b/src/providers/samples/442-fall-through-single-line-hotkey-with-function.out.ahk index d0d10ec5..7336db95 100644 --- a/src/providers/samples/442-fall-through-single-line-hotkey-with-function.out.ahk +++ b/src/providers/samples/442-fall-through-single-line-hotkey-with-function.out.ahk @@ -1,4 +1,4 @@ -; [Issue #442](https://github.com/mark-wiemer-org/ahkpp/issues/442) +; [Issue #442](https://github.com/mark-wiemer/ahkpp/issues/442) F1:: F2::code foo() { diff --git a/src/providers/samples/55-if-directive.in.ahk b/src/providers/samples/55-if-directive.in.ahk index c1d3d3d9..9aa65aab 100644 --- a/src/providers/samples/55-if-directive.in.ahk +++ b/src/providers/samples/55-if-directive.in.ahk @@ -1,4 +1,4 @@ -; [Issue #55](https://github.com/mark-wiemer-org/ahkpp/issues/55) +; [Issue #55](https://github.com/mark-wiemer/ahkpp/issues/55) #If WinActive(title) s:: SoundBeep diff --git a/src/providers/samples/55-if-directive.out.ahk b/src/providers/samples/55-if-directive.out.ahk index 48eda121..fa9bda7b 100644 --- a/src/providers/samples/55-if-directive.out.ahk +++ b/src/providers/samples/55-if-directive.out.ahk @@ -1,4 +1,4 @@ -; [Issue #55](https://github.com/mark-wiemer-org/ahkpp/issues/55) +; [Issue #55](https://github.com/mark-wiemer/ahkpp/issues/55) #If WinActive(title) s:: SoundBeep diff --git a/src/providers/samples/56-return-command-after-label.in.ahk b/src/providers/samples/56-return-command-after-label.in.ahk index 96cc0104..5291fe60 100644 --- a/src/providers/samples/56-return-command-after-label.in.ahk +++ b/src/providers/samples/56-return-command-after-label.in.ahk @@ -1,4 +1,4 @@ -; [Issue #56](https://github.com/mark-wiemer-org/ahkpp/issues/56) +; [Issue #56](https://github.com/mark-wiemer/ahkpp/issues/56) func1(x, y) { return x + y } diff --git a/src/providers/samples/56-return-command-after-label.out.ahk b/src/providers/samples/56-return-command-after-label.out.ahk index 74f9e5b1..451debca 100644 --- a/src/providers/samples/56-return-command-after-label.out.ahk +++ b/src/providers/samples/56-return-command-after-label.out.ahk @@ -1,4 +1,4 @@ -; [Issue #56](https://github.com/mark-wiemer-org/ahkpp/issues/56) +; [Issue #56](https://github.com/mark-wiemer/ahkpp/issues/56) func1(x, y) { return x + y } diff --git a/src/providers/samples/58-parentheses-indentation.in.ahk b/src/providers/samples/58-parentheses-indentation.in.ahk index d98597d7..6a89a7fe 100644 --- a/src/providers/samples/58-parentheses-indentation.in.ahk +++ b/src/providers/samples/58-parentheses-indentation.in.ahk @@ -1,4 +1,4 @@ -; [Issue #58](https://github.com/mark-wiemer-org/ahkpp/issues/58) +; [Issue #58](https://github.com/mark-wiemer/ahkpp/issues/58) foo(bar ,(baz) ) x := 1 diff --git a/src/providers/samples/58-parentheses-indentation.out.ahk b/src/providers/samples/58-parentheses-indentation.out.ahk index d36e177a..38796d2b 100644 --- a/src/providers/samples/58-parentheses-indentation.out.ahk +++ b/src/providers/samples/58-parentheses-indentation.out.ahk @@ -1,4 +1,4 @@ -; [Issue #58](https://github.com/mark-wiemer-org/ahkpp/issues/58) +; [Issue #58](https://github.com/mark-wiemer/ahkpp/issues/58) foo(bar ,(baz) ) x := 1 diff --git a/src/providers/samples/59-one-command-indentation.in.ahk b/src/providers/samples/59-one-command-indentation.in.ahk index dfc10044..336a7017 100644 --- a/src/providers/samples/59-one-command-indentation.in.ahk +++ b/src/providers/samples/59-one-command-indentation.in.ahk @@ -1,4 +1,4 @@ -; [Issue #59](https://github.com/mark-wiemer-org/ahkpp/issues/59) +; [Issue #59](https://github.com/mark-wiemer/ahkpp/issues/59) if (true) ; comment diff --git a/src/providers/samples/59-one-command-indentation.out.ahk b/src/providers/samples/59-one-command-indentation.out.ahk index 13bd3df9..56a1479e 100644 --- a/src/providers/samples/59-one-command-indentation.out.ahk +++ b/src/providers/samples/59-one-command-indentation.out.ahk @@ -1,4 +1,4 @@ -; [Issue #59](https://github.com/mark-wiemer-org/ahkpp/issues/59) +; [Issue #59](https://github.com/mark-wiemer/ahkpp/issues/59) if (true) ; comment diff --git a/src/providers/samples/ahk-explorer.in.ahk b/src/providers/samples/ahk-explorer.in.ahk index bed39179..f750e707 100644 --- a/src/providers/samples/ahk-explorer.in.ahk +++ b/src/providers/samples/ahk-explorer.in.ahk @@ -1,6 +1,6 @@ ; From https://github.com/FuPeiJiang/ahk_explorer/blob/tests/ahk_explorer.ahk ; Copyright 2021 FuPeiJiang, used with permission -; https://github.com/mark-wiemer-org/ahkpp/pull/32#issuecomment-770233225 +; https://github.com/mark-wiemer/ahkpp/pull/32#issuecomment-770233225 #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. #SingleInstance, force diff --git a/src/providers/samples/ahk-explorer.out.ahk b/src/providers/samples/ahk-explorer.out.ahk index 5ae27f79..f59cd677 100644 --- a/src/providers/samples/ahk-explorer.out.ahk +++ b/src/providers/samples/ahk-explorer.out.ahk @@ -1,6 +1,6 @@ ; From https://github.com/FuPeiJiang/ahk_explorer/blob/tests/ahk_explorer.ahk ; Copyright 2021 FuPeiJiang, used with permission -; https://github.com/mark-wiemer-org/ahkpp/pull/32#issuecomment-770233225 +; https://github.com/mark-wiemer/ahkpp/pull/32#issuecomment-770233225 #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. #SingleInstance, force