Updated QuickSwitch [AutoHotkey]

Discuss and share scripts and script files...
Post Reply
Raf
Posts: 156
Joined: 31 Jul 2024 15:34

Re: Updated QuickSwitch [AutoHotkey]

Post by Raf »

You can make QuickSwitch better! Join the discussion on improving usability and friendliness: https://github.com/JoyHak/QuickSwitch/discussions/169 I'd welcome any concept arts and new design ideas.
fluent.png
You can also add new task to the current task list for user experience improvement.
To see the attached files, you need to log into the forum.

Raf
Posts: 156
Joined: 31 Jul 2024 15:34

Re: Updated QuickSwitch [AutoHotkey]

Post by Raf »

I'm glad to share that since v28.30.1405 XYplorer has modern file dialogs everywhere:
Select Folder: The old dialog, SHBrowseForFolder, has been replaced with the Common Item Dialog in all instances where only folders, and not folders and files, were selected. That was 14 out of 22 instances. Overall, the new dialog is much more user-friendly. It saves navigation history and supports the navigation pane, aka tree view, as well as search and favorites/quick access. It generally behaves like a little File Explorer
Which means that QuickSwitch should work properly inside XYplorer in 2 ways:
1. Open folder. If you want to copy your files anywhere, e.g. by using File -> Copy to -> Browse you can quickly open target folder via QuickSwitch.
2. Switch tab. Press Win+Shift+Alt+0 and select only path from the menu to open it in current XYplorer instance.

Don't forget to check the last XYplorer versions, it got massive UI upgrade!

Raf
Posts: 156
Joined: 31 Jul 2024 15:34

Re: Updated QuickSwitch [AutoHotkey]

Post by Raf »

βeta v1.9.17

Fixed Menu annoyances
  • The empty AutoHotkey window may appear after the Menu appears.
  • The Menu may disappear after frequently selecting multiple items in a short period of time.
  • The Menu activation hotkey would stop working and the file dialog would become inactive after activating BlackList.
  • The Menu might not close and stay above all windows after pressing Esc or clicking anywhere (#88, #94).
Please share your feedback about QuickSwitch behavior.

Fixed
  • Special characters in paths from Explorer were displayed incorrectly (#149).
  • Special paths from Explorer like "This PC" may cause "Catastrophic failure" (#185)
  • Paths from XYplorer were not displayed if exactly one tab was open in XYplorer.
  • The active Directory Opus tab was incorrect if it's path was contained in the paths of other tabs.
  • The active Total Commander tab was incorrect after enabling Settings > Theme > (show) locked tabs checkbox.
  • Total Commander console may return wrong path to the wincmd.ini.
  • File dialog may close after switching the path.
  • Copied paths may have been truncated incorrectly.
  • An error about (any) incorrect directory that was entered in the settings appeared every time the program was restarted.
  • An accidentally entered space or tab in the "comment" field of the shortcut to a favorite path no longer displays an empty path in the Menu.

Raf
Posts: 156
Joined: 31 Jul 2024 15:34

Re: Updated QuickSwitch [AutoHotkey]

Post by Raf »

βeta v1.9.19

Features
  • Tray menu: right-click the icon in the system tray, to show a menu with useful options
Other
  • Inverted "AutoSwitch" and "BlackList" icons. Now they show option state (gray = disabled)
  • Significantly reduced disk usage and improved performance.
    • "Nuke configuration" checkbox (Reset tab) no longer deletes pinned paths nor "Auto Switch"/"BlackList" values for each dialog. You need to check required "reset" checkboxes manually.
    • Favorite paths (theme tab) may not be updated in the Menu if an individual shortcut has been changed. To enforce update, open and close the settings or restart the application.
Fixed regressions
  • Fixed unresponsive Menu became unresponsive after file dialog error message about non-existing path.
  • Explorer returned empty paths and the following "icons error" after opening special paths like "This PC".
  • Settings may popup behind the screen edge.
  • An attempt to pin the path sometimes pinned the wrong one.

Post Reply