Search found 4 matches
- 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: 3232
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...
- 21 Feb 2024, 20:08
- Forum: Visual Studio Code
- Topic: Debugging in VSCode
- Replies: 9
- Views: 3210
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.
- 21 Feb 2024, 20:06
- Forum: Ask for Help (v2)
- Topic: Find and highlight
- Replies: 0
- Views: 183
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 ...
- 14 Feb 2024, 20:41
- Forum: Visual Studio Code
- Topic: Debugging in VSCode
- Replies: 9
- Views: 3210
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 ...