From 9e5f7674c69c5b44d10599daf5fad791c73aef95 Mon Sep 17 00:00:00 2001 From: Mark Wiemer Date: Tue, 25 Feb 2025 04:56:29 -0800 Subject: [PATCH 1/2] Mark #571 as fixed --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index 60fbd863..9f1f098d 100644 --- a/changelog.md +++ b/changelog.md @@ -15,6 +15,10 @@ - Add detailed `__New` docs for `InputHook` and basic `__New` docs for all `Object` descendants that didn't have it ([Issue #586](https://github.com/mark-wiemer/ahkpp/issues/586)) +### Other changes + +- "Set AHK v2 Interpreter" command now works ([#571](https://github.com/mark-wiemer/ahkpp/issues/571)) + ## 6.4.3 - 2025-01-18 🎆 - Fix IniWrite IntelliSense ([#590](https://github.com/mark-wiemer/ahkpp/issues/590)) From 5a98b3faf7ab8dcb7597bc84290c26a8f684b92c Mon Sep 17 00:00:00 2001 From: Mark Wiemer Date: Tue, 25 Feb 2025 05:03:48 -0800 Subject: [PATCH 2/2] Update changelog RE #571 --- changelog.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index 9f1f098d..f13856cb 100644 --- a/changelog.md +++ b/changelog.md @@ -15,10 +15,6 @@ - Add detailed `__New` docs for `InputHook` and basic `__New` docs for all `Object` descendants that didn't have it ([Issue #586](https://github.com/mark-wiemer/ahkpp/issues/586)) -### Other changes - -- "Set AHK v2 Interpreter" command now works ([#571](https://github.com/mark-wiemer/ahkpp/issues/571)) - ## 6.4.3 - 2025-01-18 🎆 - Fix IniWrite IntelliSense ([#590](https://github.com/mark-wiemer/ahkpp/issues/590)) @@ -35,7 +31,8 @@ ### 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/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)) + +(Previously, this changelog noted [#571](https://github.com/mark-wiemer/ahkpp/issues/571), an issue with the "Set AHK v2 Interpreter" command. However, further review shows that was likely a false positive report.) ### Fixes