[Closed] Custom file associations: The ones at the bottom should override the ones at the top, not vice versa
Posted: 15 Aug 2022 15:46
I would call it not a "wish" but a small UI fix.
Currently, when you open the Customize File Associations window (Ctrl+F9), custom file associations at the top of the list override custom file associations that are below them.
I would say this order doesn't make sense and it should be the opposite: custom file associations at the bottom of the list should override custom file associations that are above them.
Currently, when you open the Customize File Associations window (Ctrl+F9), custom file associations at the top of the list override custom file associations that are below them.
Code: Select all
So, if you consider .html files as "text" ones,
but you want to open them by default in Edge and not in Vim,
you will have:
html>%ProgramFiles%\Microsoft\Edge\Application\msedge.exe
{:Text}>C:\prgfiles\vim\vim90\gvim.exe
Code: Select all
So, if you consider .html files as "text" ones,
but you want to open them by default in Edge and not in Vim,
you will need:
{:Text}>C:\prgfiles\vim\vim90\gvim.exe
html>%ProgramFiles%\Microsoft\Edge\Application\msedge.exe