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 hour ago

1925381584 commented 6 hours 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 3 hours 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.