------
While cleaning up my portable file associations, finally converting many to use generic file types, I stumbled over a conundrum.
I have Visual Studio Solutions (sln) added to Text Files so that I can preview them in XY.
I have a PFA to open text files, now using the GFT:
Code: Select all
"Sublime" {:Text}>sublime-text.exe
My current options are:
- Don't use the GFT - which means a long list of extensions, complicated management, and is just really ugly and sad.
- Don't preview sln as text - not a terrible option with Raw Text so readily available.
- Override the text PFA with a higher-priority one.
Code: Select all
sln><pfaitem>
sln>::#1053; // Open Selected Item(s) with OS Default
sln>:://some other script/UDC solution.
We need a better way!
I think Stef123 had the right idea in this thread - we need a way to create a "use system default" PFA.
%system_default% is too much like an environment variable, but I'm sure we can come up with something that would work:
Code: Select all
sln>
"Or..." sln>*
"Or Even" sln>!default
The only other solution I can see would be a way to define exclusion patterns in PFA, but that's really ugly and would have a far greater/worse impact.
Please Don, you're our only hope!
