Search found 227 matches

by DaveT1
17 Mar 2023, 10:11
Forum: Visual Studio Code
Topic: Run & debug v1 and v2 in the same instance of VSCode
Replies: 6
Views: 3510

Re: Run & debug v1 and v2 in the same instance of VSCode

Oh man, thanks RaptorX - learnt so much from you from your vids with Joe :bravo: :thumbup:. I'm sure anyone who needs this will follow your advice. I'm currently sticking with the setup I have as I'm chicken to change it, break it and not know how to revert it (vscode still mighty new to me)!! Here'...
by DaveT1
10 Mar 2023, 06:28
Forum: Visual Studio Code
Topic: Run & debug v1 and v2 in the same instance of VSCode
Replies: 6
Views: 3510

Run & debug v1 and v2 in the same instance of VSCode

I have a project where I'm porting some v1 script to v2. I also use vscode. So it's going to be really useful to be able to run both v1 and v2 interpreters within the same instance of vscode. Here’s a summary of what I do in case it’s useful to others / someone can advise a better way: Firstly, I us...
by DaveT1
26 Feb 2023, 05:31
Forum: Scripts and Functions (v2)
Topic: [v2-beta.3] Function for a more configurable Gui replacement for MsgBox
Replies: 4
Views: 1437

Re: [v2-beta.3] Function for a more configurable Gui replacement for MsgBox

GuiAsMsgbox v1.2 (13-Feb-23) is now available - see original post.

I've significantly re-laid out the original post to improve presentation.

Much gratitude to @ParticleMan for good ideas. I hope I credited these appropriately.
by DaveT1
11 Jan 2023, 03:24
Forum: Scripts and Functions (v2)
Topic: [v2-beta.3] Function for a more configurable Gui replacement for MsgBox
Replies: 4
Views: 1437

Re: [v2-beta.3] Function for a more configurable Gui replacement for MsgBox

Hey, pleased it's given a start for you. Would you mind posting your code so I can adapt mine as appropriate? And then I'll re-post the altered script.

Cheers.
by DaveT1
14 Dec 2022, 14:28
Forum: Scripts and Functions (v1)
Topic: JumpToFolder - Use the power of Everything in File Managers and File dialogs
Replies: 11
Views: 4682

Re: JumpToFolder - Use the power of Everything in File Managers and File dialogs

So I did this as I really wanted the tabbed File Explorer (FE). But guess what - it now 'breaks' (a little) the working of JTF: Thanks for reporting this! I already had a feeling this migfht fo off the rails with tabbed File Explorer. Unfortunately, Microsoft in all its wisdom has not deemed me and...
by DaveT1
01 Dec 2022, 15:05
Forum: Scripts and Functions (v1)
Topic: JumpToFolder - Use the power of Everything in File Managers and File dialogs
Replies: 11
Views: 4682

Re: JumpToFolder - Use the power of Everything in File Managers and File dialogs

I just installed Windows 11 (I know, I know, rash eh!?). So I did this as I really wanted the tabbed File Explorer (FE). But guess what - it now 'breaks' (a little) the working of JTF: Ie., it seems that when you have more than one tab in FE and you launch JTF from any tab other than the first tab, ...
by DaveT1
25 Nov 2022, 04:14
Forum: Scripts and Functions (v1)
Topic: JumpToFolder - Use the power of Everything in File Managers and File dialogs
Replies: 11
Views: 4682

Re: JumpToFolder - Use the power of Everything in File Managers and File dialogs

So, turns out I'm a JumpToFolder fan now too :D :D I added the following hotkey to my ahk utility script (ie., is always available): #HotIf WinActive("ahk_exe explorer.exe") { ^f:: { ;ctrl+f runs JumpToFolder (Everything) only in Explorer. Run("D:\__Program files (writeable)\JumpToFolder\JumpToFolde...
by DaveT1
24 Nov 2022, 04:14
Forum: Scripts and Functions (v1)
Topic: JumpToFolder - Use the power of Everything in File Managers and File dialogs
Replies: 11
Views: 4682

Re: JumpToFolder - Use the power of Everything in File Managers and File dialogs

I'm now an Everything fan, having first heard of it through this thread - so very many thanks Eureka. Now, I many not be fully understanding the rational for JumpToFolder, but in my workflow I'm running Everything, search there for a file (eg., "that" from x:\f\g\h\i\that , and then I right click on...
by DaveT1
27 Oct 2022, 03:23
Forum: Scripts and Functions (v1)
Topic: [Looking for Maintainers/Successors] Clipjump : The Ultimate Clipboard Manager
Replies: 99
Views: 66737

Re: [Looking for Maintainers/Successors] Clipjump : The Ultimate Clipboard Manager

Items are not getting copied to clipboard history when doing it with ahk command and javascript and even ctrl+c while working properly when doing it with rightClick+copy .. Please fix this issue I agree with your later sentiments about Clipjump - very lightweight and intuitive. I'm a big fan, const...
by DaveT1
23 Sep 2022, 14:43
Forum: Scripts and Functions (v1)
Topic: AHK Portable Installer v1.29
Replies: 152
Views: 82014

Re: AHK Portable Installer v1.25

I'll modify the list of reg keys to check, thanks to Lexikos' input: That sounds like a win, but hope your time helping my trials was worth it ;) As lexikos mentioned, the Open With dialog plays a role here. As I just posted above, this, together with stopping the use of Scite4AHK, seems to have fi...
by DaveT1
23 Sep 2022, 14:29
Forum: Scripts and Functions (v1)
Topic: AHK Portable Installer v1.29
Replies: 152
Views: 82014

Re: AHK Portable Installer v1.25

OK, this is the progress I've made As an alternative, you can also try running AHKPI as admin and then click uninstall. That should work. In any case check those other registry locations. Yep that worked and seems to have successfully removed any reference to autohotkey from those 9 registry locatio...
by DaveT1
23 Sep 2022, 03:24
Forum: Scripts and Functions (v1)
Topic: AHK Portable Installer v1.29
Replies: 152
Views: 82014

Re: AHK Portable Installer v1.25

OK, I only just saw Lexikos' post and yours too. Out all day, but will look at both later and report what I find.

Thank you so much.
by DaveT1
23 Sep 2022, 02:27
Forum: Scripts and Functions (v1)
Topic: AHK Portable Installer v1.29
Replies: 152
Views: 82014

Re: AHK Portable Installer v1.25

Again, thank you so much for the reply and most helpful pointers :bravo: Just a minor correction. Admin privileges are actually not required, unless you select to install the registry keys into HKEY_LOCAL_MACHINE. The default is HKEY_CURRENT_USER and this requires no admin permissions. Having said t...
by DaveT1
21 Sep 2022, 04:26
Forum: Scripts and Functions (v1)
Topic: AHK Portable Installer v1.29
Replies: 152
Views: 82014

Re: AHK Portable Installer v1.25

OMG, you are, as usual, most helpful. I'll give the best answers I can to your helpful Qs: 1) do you have any other programs that use the ahk extension? That can be the source of a conflict. No. I've been running ahk scripts for years. 1st noticed this yesterday when I found an ahk script open in Sc...
by DaveT1
20 Sep 2022, 15:25
Forum: Scripts and Functions (v1)
Topic: AHK Portable Installer v1.29
Replies: 152
Views: 82014

Re: AHK Portable Installer v1.25

Hope that this is not too-wrong a thread to post this is, but since a recent Windows 10 update, double-clicking any .ahk file opens it in Scite4AHK rather than running the script which is what would have happened before the update. I use AHK PI to manage my different versions of AHK. I've currently ...
by DaveT1
29 Aug 2022, 13:20
Forum: Visual Studio Code
Topic: new vscode extension allows advanced AHK V1/V2 debugging
Replies: 70
Views: 37741

Re: How to step through a script?

→ How to achieve stepping? I'm no expert - so sorry to ask the obvious but did you set any breakpoints in the code before starting the debugger? I use that extension, but also this extension: AutoHotkey v2 Language Support by thqby. The latter allows you to specify v1 interpreter and, in a v2 subfo...
by DaveT1
14 Aug 2022, 03:22
Forum: Ask for Help (v2)
Topic: how to get a simple matrix (ArrayOfArrays) working ??
Replies: 8
Views: 1754

Re: how to get a simple matrix (ArrayOfArrays) working ??

I just deleted the original a minute ago because i think this is simpler to understand my question about the topic. Hmm, please don't delete like that, especially as I had spent some time working through your problem for you and had already completed a post nailing the issue! From what I can recall...
by DaveT1
13 Aug 2022, 03:24
Forum: Ask for Help (v2)
Topic: how to get a simple matrix (ArrayOfArrays) working ??
Replies: 8
Views: 1754

Re: how to get a simple matrix (ArrayOfArrays) working ??

Hey @Albert Schenning did you delete your original topic? I just posted a reply there and it's completely gone! And I think that the message above was from another poster replying to your original?
by DaveT1
03 Aug 2022, 09:26
Forum: Ask for Help (v2)
Topic: 'Better' way to run Explorer to find files?
Replies: 3
Views: 1236

Re: 'Better' way to run Explorer to find files?

For my own purposes I recast this as a library function, and slightly extended the search-ms options to allow exclusion of items during a search. Here it is: #Warn ; Enable warnings to assist with detecting common errors. SendMode "Input" ; Recommended for new scripts due to its superior speed and r...
by DaveT1
07 Jul 2022, 04:19
Forum: Ask for Help (v2)
Topic: 'Better' way to run Explorer to find files?
Replies: 3
Views: 1236

Re: 'Better' way to run Explorer to find files?

Hi CptRootBeard Wow, this is such a good reply - thanks :thumbup:. Taking your thoughts in turn: I personally couldn't find a way to run a simple search directly through the Shell object, and anything I tried with control send wasn't any better than what you have. Ah, at least it's not just me then ...

Go to advanced search