-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Description
Windows 10 has a preference that can be enabled with this reg file:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete]
"Append Completion"="yes"
When enabled, Explorer starts autocompleting file names in various places (Win+R, open/save dialogs, Explorer windows, etc.). For open dialog, it does exactly what our current implementation does but natively.
Extend OpenDialogByPrefix setting (currently it has simple 0/1 value):
- if it's 1 then read the above key and set OpenDialogByPrefix to 0 if it's
yes, else set to 2 - if it's 0 then don't enable open-by-prefix feature (dialog hook)
- if it's 2 (or other) then do enable
gtumanyan
Metadata
Metadata
Assignees
Labels
No labels