Page 3 of 6

Re: Updated QuickSwitch [AutoHotkey]

Posted: 08 Apr 2025 18:39
by MBaas
Eh - that's weird. Suddenly paste is working again. Must have been another problem - or a temporary glitch in the time/space continuum... :whistle:

Re: Updated QuickSwitch [AutoHotkey]

Posted: 09 Apr 2025 19:15
by Raf
MBaas wrote: 08 Apr 2025 11:22 just a question: I noticed that when I can't Paste into the Open/Save dialogs when QS is running in the background.
Has anyone else noticed that, too - or is it something with my environment. Or did I miss any options?
Record the gif and attach it to the bug report. You can also try the beta version.

Re: Updated QuickSwitch [AutoHotkey]

Posted: 09 Apr 2025 22:49
by WirlyWirly
Great update, I've been using the original QuickSwitch for a few years and this next-gen is quite promising.

One issue I've run into is that when the xy-tab uses variables (either XY or windows variables), they are not resolved when the script makes the quickswitch. The result is that explorer fails to find the directory.
2025-04-09_13-44-48.png
2025-04-09_13-44-48.png (11.5 KiB) Viewed 13134 times

Re: Updated QuickSwitch [AutoHotkey]

Posted: 10 Apr 2025 09:09
by Raf
WirlyWirly wrote: 09 Apr 2025 22:49 I've been using the original QuickSwitch for a few years...
Me too, so I started by adding all the paths from xyplorer to the menu :D
It only took 30mins, that's why I love XY.
One issue I've run into is that when the xy-tab uses variables...
Versions 1.0+ is aimed at high performance and is devoid of various checks and transformations. But XY always transforms virtual paths to the real paths if it can. Sometimes SC PathReal() cannot convert a path.

You can write a bug report. Please attach screenshots with:
  • Paths from XY
  • This paths display in the menu
And copy any problematic path from the XY address bar and attach it as a log.

To ensure that the correct current paths always appear in the menu, do not open system virtual paths such as This PC. RAF paths is fully converted to real paths.

P.S.: You can use the Short path option to hide the username ;)

Re: Updated QuickSwitch [AutoHotkey]

Posted: 14 Apr 2025 09:40
by Raf
In which file dialogs that you use the menu does not appear? What kind of applications are these?

I added some checks so that the menu does not appear in various erroneous applications, but it seems that the "Blacklist" option is still needed. What should this option be in your opinion?

Re: Updated QuickSwitch [AutoHotkey]

Posted: 21 Apr 2025 16:51
by Raf
New beta version: https://github.com/JoyHak/QuickSwitch/r ... /tag/1.4.1
Full changelog will be available on release. I've greatly improved performance.
WirlyWirly wrote: 09 Apr 2025 22:49 When the xy-tab uses variables (either XY or windows variables), they are not resolved
Fixed.
Norn wrote: 05 Apr 2025 13:59 Using the address bar to navigate causes flickering and leaves a trail, I use the Edit1 control to navigate
Now all dialogs use the Edit field. AutoSwitch and path selection now work very quickly.

Re: Updated QuickSwitch [AutoHotkey]

Posted: 21 Apr 2025 16:53
by Raf
Horst wrote: 04 Apr 2025 16:33 As reported, it works fine in XY but not at all in TC.
Fixed.
xy123 wrote: 02 Apr 2025 20:08 Any plans for supporting the worst of them all and that is "Browse for Folder" dialog?
Added. Fixed slow down if XYplorer child windows are open or a file dialog is open in XY.

Re: Updated QuickSwitch [AutoHotkey]

Posted: 21 Apr 2025 18:16
by xy123
Raf wrote: 21 Apr 2025 16:53
xy123 wrote: 02 Apr 2025 20:08 Any plans for supporting the worst of them all and that is "Browse for Folder" dialog?
Added.
Thank you, but only newer ones are supported, because the older ones still aren't:
xy123 wrote: 05 Apr 2025 12:19 2. This app uses even older one, which cannot be resized.
https://www.softpedia.com/get/System/Fi ... Sync.shtml

Re: Updated QuickSwitch [AutoHotkey]

Posted: 21 Apr 2025 18:21
by Raf
xy123 wrote: 21 Apr 2025 18:16 Thank you, but only newer ones are supported, because the older ones still aren't
OK, I'll test the older versions.

Re: Updated QuickSwitch [AutoHotkey]

Posted: 21 Apr 2025 21:15
by Horst
The new version 1.4.2 now works for me in Total Commander and XY :D

Re: Updated QuickSwitch [AutoHotkey]

Posted: 22 Apr 2025 06:31
by Raf
Horst wrote: 21 Apr 2025 21:15 The new version 1.4.2 now works for me in Total Commander and XY :D
Thanks for testing :D Please do not duplicate the comments on the two forums. Write only on TC or only here, so that I can keep track of what is happening.

Re: Updated QuickSwitch [AutoHotkey]

Posted: 23 Apr 2025 21:10
by Raf
βeta v1.4.4
  • Fixed auto-startup shortcut for βeta versions.
  • Menu no longer appear in non-dialog windows or in dialogs with no buttons or input fields.
  • The internal structure of source code and files has been changed.
  • The menu reappears after enabling any option.
  • Updated Total Commander core.
xy123 wrote: 21 Apr 2025 18:16 Thank you, but only newer ones are supported, because the older ones still aren't
Added old-styles dialogs without input fields. Please try it.

Re: Updated QuickSwitch [AutoHotkey]

Posted: 23 Apr 2025 21:18
by xy123
Raf wrote: 23 Apr 2025 21:10 Added old-styles dialogs without input fields. Please try it.
Doesn't work for me, tested both QuickSwitch-1.4.4-x64.exe and QuickSwitch-1.4.4-x32.exe.

Did you try it with https://www.softpedia.com/get/System/Fi ... Sync.shtml?

Re: Updated QuickSwitch [AutoHotkey]

Posted: 23 Apr 2025 21:25
by Raf
xy123 wrote: 23 Apr 2025 21:18 Did you try it with ...?
Not yet. Tested in XY, RegShot, 7z and WinRAR only

Re: Updated QuickSwitch [AutoHotkey]

Posted: 23 Apr 2025 21:46
by xy123
Raf wrote: 23 Apr 2025 21:25 Not yet. Tested in XY, RegShot, 7z and WinRAR only
They are all using the new one, not the old one. Yes, they don't have the input field, but they are new ones.

If it helps, all old dialogs have these characteristics:

Code: Select all

Window: #32770

Controls:
Static1
Static2
SysTreeView321
Button1
Button2