Mark Wiemer

Results 299 comments of Mark Wiemer

Because this is a bug, fixing this is not a semver-major change. Going to go ahead with this now

Ref #189 and #191. This bug was introduced in AHK++ 3.0.0

Correct. I'll update the issue when this is fixed, but it may be a while. Remember I'm just one guy!!

Hi @oiss, sorry for the delay. For now, only the v1 version has an outline, as v2 support is still in preview. Unfortunately, your images failed to upload.

I don't think you configured anything wrong. Renaming variables is not currently supported, but is a great suggestion for a future release. I'll keep this on the backlog, thanks for...

Correct, still not working. I've focused on other things during my maintenance of this project, but as long as the issue is open it's something I'm planning to add.

What happens when you run `Format Document` (Shift+Alt+F)? The document should look nice and indented: ![Code_-_Insiders_g2mZYqbBFf](https://github.com/mark-wiemer-org/ahkpp/assets/7833360/6d669340-54d7-4530-b08a-cfc7bef25d62)

I think format-on-paste is out of scope of this extension, maybe you have some other setting messing things up? Does this issue occur when you disable this extension and try...

Closing this as won't fix given how minor it is. I recommend using braces to automatically indent code: ```ahk F1:: { MsgBox % "Hello world" Return } F2:: { MsgBox...

Note: leaving this out of the initial preview release because thqby's formatter is 6,000+ lines long! I'll consider adding basic support using the existing formatter, but step 1 is actually...