idkidknow / Flow.Launcher.Plugin.DirQuickJump

A plugin for the Flow Launcher. When opening or saving files, quickly jump to the directory you already opened in File Explorer. Inspired by Listary Quick Switch.
MIT License
1 stars 1 forks source link

could not jump to the explorer #1

Closed 1925381584 closed 1 month ago

1925381584 commented 1 month ago

Hei, when I press the enter in the results interface,but nothing happen.

OS: Windows 10.0.19045 emacs version : 30.0.50 DirQuickJump: 1.0.0

image

idkidknow commented 1 month ago

It appears that Emacs is utilizing GetOpenFilename/GetSaveFilename from commdlg.h with the flags OFN_EXPLORER and OFN OFN_ENABLEHOOK to create Windows common dialogs, which results in old-style dialog windows without an editable address bar. I am considering to use the filename text box to jump within these legacy dialogs.

1925381584 commented 1 month ago

I see you update the version here, but it hasn't been updated in the store yet, is there some process I still need to wait for?

idkidknow commented 1 month ago

I see you update the version here, but it hasn't been updated in the store yet, is there some process I still need to wait for?

See https://github.com/Flow-Launcher/Flow.Launcher.PluginsManifest/blob/plugin_api_v2/README.md

Flow downloads the plugins manifest file from various CDN providers, so when your new plugin appears is dependant on when these providers next sync the updated file, and this can be anywhere from one to three hours.

1925381584 commented 1 month ago

Hi, This issue still exists in version 1.0.1