SciTE4AutoHotkey
SciTE4AutoHotkey copied to clipboard
SciTE4AutoHotkey 3.1.0 is not compatible with AutoHotKey's current folder structure
When trying to run or debug a script Scite throws the error:
'C:\Program' is not recognized as an internal or external command, operable program or batch file.
It can be fixed by changing line 14 in ahk.properties from this:
AutoHotkey=$(AutoHotkeyDir)\AutoHotkey.exe
to this:
AutoHotkey=$(AutoHotkeyDir)\v2\AutoHotkey.exe
However, the ability to choose AHK V1 as a platform seems to be broken and running a V2 script does not run even with #Requires AutoHotkey v1.0