Page 16 of 17
Re: Paper Folders
Posted: 29 Aug 2014 11:26
by admin
Hi Petra, welcome to the club!
1) is planned.
2) has been discussed but declined so far I think -- no time to check now
Don
Re: Paper Folders
Posted: 11 Sep 2014 20:31
by joxymot
Hi
Am I missing sth, or could paper folders just have a suffix of their own and be opened by clicking?

Re: Paper Folders
Posted: 11 Sep 2014 20:56
by admin
joxymot wrote:Hi
Am I missing sth, or could paper folders just have a suffix of their own and be opened by clicking?

The TXT extension is obligatory in PF. This has practical reasons, and is also more secure.
There are ways to build a button to load the currently selected file as PF. Would that work for you?
Re: Paper Folders
Posted: 11 Sep 2014 21:03
by bdeshi
There's a great idea lurking here.
A script that converts popular filelist formats into valid PFs...

Re: Paper Folders
Posted: 11 Sep 2014 21:18
by admin
There are popular filelist formats?

Re: Paper Folders
Posted: 11 Sep 2014 21:43
by TheQwerty
There's always this fun PFA:
Code: Select all
"Load Paper Folder" ?:\Path\To\XYplorer\Data\Paper\*.txt;*.xyp.txt>::goto "paper:<pfaitem>";
This will open any txt file in
?:\Path\To\XYplorer\Data\Paper and file ending with
.xyp.txt as a paper folder when "opened".
Unfortunately, it doesn't look like PFA patterns accept XY variables so you cannot use
<xypaper>.
EDIT: You don't have to use
.xyp.txt so feel free to use any pattern you want for txt files outside of
<xypaper> - just remember as Don said: "The TXT extension is obligatory in PF."
Re: Paper Folders
Posted: 12 Sep 2014 09:21
by nerdweed
PFA supports xy variables partially
<xypaper>\ >::command //works fine
<xypaper>\*.txt >::command //this wont work. Nor does quoting it help
Re: Paper Folders
Posted: 12 Sep 2014 11:05
by admin
TheQwerty wrote:Unfortunately, it doesn't look like PFA patterns accept XY variables so you cannot use <xypaper>.
Supporting this is a bit tricky because of the overloading of ">". It might work, but needs careful testing. Remind me after 14.50 is out.
PS: OK, I'm doing it too in CFI, so I think I can just add it...
Re: Paper Folders
Posted: 13 Sep 2014 11:29
by yusef88
do paper folders have the ability to be shared?
Re: Paper Folders
Posted: 13 Sep 2014 11:40
by highend
It's just a .txt file. If the same files within the same paths exist on a different computer, sure, share them...
Re: Paper Folders
Posted: 12 Dec 2015 10:47
by Enternal
Not sure if this is a bug or not but here are the steps to produce it.
This is with the most recent version of XYplorer.
1. Fresh instance of XYplorer
2. In address bar, type "paper:Temp"
3. In the other pane, create 3 new random text files.
4. Add these 3 text files into the paper folder you just created name Temp.
5. Right click in paper folder bar and "Allow Zombies"
6. Delete the 3 text files.
7. Refresh the paper folder.
8. Now attempt to select more than 1 zombiefied file. You won't be able to.
It would be nice that you can manually select more than 1 zombie files to delete them after fixing them or something.
Re: Paper Folders
Posted: 12 Dec 2015 17:12
by admin
Confirmed and fixed.
Re: Paper Folders
Posted: 14 Aug 2016 12:12
by Enternal
I don't know why or how it happened but I have a few really old Papers that had a few duplicated files in them (the entire path and name). Could there be some kind of check and/or notification (give the actual name/path) if it finds any duplicates? Currently I had to clean it up manually and it's a pain when you have thousands of lines to go through.
Or perhaps making the Find panel able to find Dupes matching Names only? Currently whenever I tried doing it, it would just list all the files/folders in the Paper.
Re: Paper Folders
Posted: 15 Aug 2016 11:29
by admin
I see no way to get dupes in PFs via XY internal operations today. So it seems you created that PF manually (or in an old version of XY where dupes still were possible).
Auto-de-duping on reading a PF would be possible but would slow things down exponentially depending on folder size.
Also, it might even be desired by a user to have dupes in manually created PFs .
Tip for manual deduping:
- sort by name
- use Grid style "Highlighted Groups"
Any dupes are immediately visible then.
Re: Paper Folders
Posted: 30 Aug 2016 05:14
by Enternal
admin wrote:I see no way to get dupes in PFs via XY internal operations today. So it seems you created that PF manually (or in an old version of XY where dupes still were possible).
Auto-de-duping on reading a PF would be possible but would slow things down exponentially depending on folder size.
Also, it might even be desired by a user to have dupes in manually created PFs .
Tip for manual deduping:
- sort by name
- use Grid style "Highlighted Groups"
Any dupes are immediately visible then.
Thanks! This saved me a lot of time cleaning up! Yeah the paper folder is really really old and made when the feature first showed up.