Search found 4 matches

by Sundog
22 Mar 2024, 02:01
Forum: Ask for Help (v1)
Topic: Help setting caret at specific position in text quickly Topic is solved
Replies: 5
Views: 2838

Re: Help setting caret at specific position in text quickly Topic is solved

Thanks boiler! I ended up making that change in addition to a few below. The final version looks at the whole text and jumps between each of the selections with successive presses of the hotkey. Compressed version at top of code, version with commentary below. Thanks for sharing this excellent scri...
by Sundog
21 Feb 2024, 20:08
Forum: Visual Studio Code
Topic: Debugging in VSCode
Replies: 9
Views: 719

Re: Debugging in VSCode

Thanks! I've done a lot with Tooltips and Message boxes, but I was hoping for a more streamlined way. I will play around with your other suggestions.
by Sundog
21 Feb 2024, 20:06
Forum: Ask for Help (v2)
Topic: Find and highlight
Replies: 0
Views: 113

Find and highlight

Hi, I was wondering if someone could help me write a script or at least point me in the right direction. Here's what I am trying to do: For a window with editable text (such as notepad), I want to find the next instance of a phrase in [brackets] and select that phrase, at which point you can either ...
by Sundog
14 Feb 2024, 20:41
Forum: Visual Studio Code
Topic: Debugging in VSCode
Replies: 9
Views: 719

Debugging in VSCode

I have a simple AHK v2 script that controls another application via key presses. Example: Send "A" Send "{Tab}{Tab}" Send " " Send "B" I have VSCode installed and the debugger seems to be working, but when I add a breakpoint, it focuses my script in VSCode and applies the command to that script (IE ...

Go to advanced search