PFA/POM - Duplicate Removal
Posted: 21 May 2008 17:41
This might not be worth fixing, as it's just as much user error as it is a bug, but I thought I'd bring it up anyhow.
If you have two portable file associations that point to the same program, but one is in quotes and the other isn't, it will display both, even if the quoted one has no arguments.
For instance:
Now if I select an ini file, it would display all four of these patterns in the POM.
Ideally, it should recognize that item 3 has no additional parameters and is thus the same as item 1 and not show both.
SIDE-WISH: If you noticed my PFA has a line of just "-", anyway we could use such things to create separators in the POM?
If you have two portable file associations that point to the same program, but one is in quotes and the other isn't, it will display both, even if the quoted one has no arguments.
For instance:
Code: Select all
+"Open In Textpad" bat;ini;java;syn;tcl;txt;xml;xsl;xys>C:\Program Files\TextPad 4\Textpad.exe
-
+"Default (Windows)" *>::Open("<curitem>","w");
+"Open In Textpad" *>"C:\Program Files\Textpad 4\Textpad.exe"
+"Open In Textpad [New Instance]" *>"C:\Program Files\Textpad 4\Textpad.exe" -m
Ideally, it should recognize that item 3 has no additional parameters and is thus the same as item 1 and not show both.
SIDE-WISH: If you noticed my PFA has a line of just "-", anyway we could use such things to create separators in the POM?