Skip to content

Open by prefix: disable on Win10 #165

@ProgerXP

Description

@ProgerXP

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions