I have just spent some time searching for a duplicate PCC file to diagnose an issue (I'd used the 5.17.10 convert data option to update a homebrew, and had managed to leave the original version in my vendor data directory, and had the newly converted in the 5.17.10 base dir...).
I would like, somehow, anywhere something from the source load screen that can indicate the full path to a selected source item.
I'd be happy with a mouseover, a final row in the description, an extra column in the main display, anything at all, as long as I could determine where a duplicate existed!
Eventually managed to find it via the debug console, but even that wasnt obvious, and was only due to other errors in my lst code that helped find it!
Adding it to the description might be the best way.
The change will need to be made in pcgen.gui2.facade.Gui2CampaignInfoFactory in the getHTMLInfo method. It is called from pcgen.gui2.sources.AdvancedSourceSelectionPanel.setSelectedCampaign(CampaignFacade) when a source is clicked on in the Advanced Sources tab.
Implemented as of Subversion revision 1636. The full path the the PCC file is now displayed at the end of the source description in the info pane on the the advanced source selection dialog, prefixed with "PCCPATH:".