-
The class name shows `AuotHotkey2`. Is it intentional or a misspelling?
```
ahk2 := ComObject("AutoHotkey2.Script")
MsgBox Type(ahk2)
```
-
I was trying to install this for a few hours now, and am running into an issue.
Error:
Module file "/home/domen/vscode-autohotkey2-lsp/server/dist/server.js" not found for LS "lsp-ahk2"
- I fol…
-
How to run script as ahk v1? I cannot find any button or something.
When i try run script with ctrl+F9 I get error from ahk because run it in v2 and i have script in v1
Thanks for reply.
-
When calling Chrome().GetPage().Evaluate(...), error is thrown about failing to deserialize parameter `awaitPromise`. The reason is that the json string sent in Call(..) has awaitPromise set as 0 rath…
-
Hi thanks for your efforts on this one
this ones not highlighted
Built in > ComObject(), ComValue(), Buffer(), Map(), IsSet()
Gui related > Gui(),Gui.Add(),Gui.AddEdit(),Gui.AddButton(),Gui.S…
-
```
RButton::{
switch {
}
}
```
The last `}` is reported wrong (but not wrong), and is formatted to
```
RButton::{
switch {
}
}
```
-
AHK 2.0.4 Error in WebView2.ahk line 458
Lib\Webview2\WebView2.ahk (458) : ==> Too many parameters passed to function.
Specifically: ComVar(object)
AHK Code:
#Requires AutoHotKey v2.0+
…
-
能更新解压缩函数的底层库吗?比如用这个 https://github.com/zlib-ng/zlib-ng
解压缩函数非常有用,解压gzip数据,快速查看zip文件信息,解压文件到内存,都是常用的需求。不过不知道为啥这些函数性能很低,有时比用7Z命令行都要慢,而且经常出错,有时还崩溃。渐渐我就不用了。如果能用zlib-ng这样的新库重新实现就好了。刚测试了下zlib-ng.dll的调用,似…
-
## Description
When I open VS Code, in AHK++ Runtime Status I see "Not yet activated."
At installation it worked, but now no.
Therefore I can't run scripts with hotkey.
## Reproduction steps
…
-
Type: Feature Request
I use multiline comments with asterisks at the beginning for styling purposes.
It would be great if the lexer could detect if a line has an asterisk and when I press enter …