Paper Folders

Features wanted...
Post Reply
nerdweed
Posts: 648
Joined: 25 Feb 2012 07:47

Re: Paper Folders

Post by nerdweed »

All fixed. :mrgreen:

Now, if you would expose the undocumented PFAllowZombies tweak to the undocumented tweak command, I can retire my papyrus script.

neil9090
Posts: 64
Joined: 28 Jun 2014 00:09

Re: Paper Folders

Post by neil9090 »

On a single pane view,
If you drag a file from one tab to a paper folder the (+) shows but when the tab switches to view the paper folder, the (+) in the main list section disappears unless you press CTRL (copy).
It does allow dropping on the actual paper folder tab (add to folder) but not in the main folder i.e. not a valid drop target or something.

Also noticed on dual pane mode, not specific to paper folders;
When dragging from one pane to the other pane with a non active tab, the (+) shows on the tab, but the tab does switch in that deactivated pane, drop still works on the tab,
but it doesn't activate/show the tab where you want to drop the file.

Also could you build in an option to warn users i.e. me that the DELETE button in a paper folder will delete the actually file, or provide a setting to prevent real files being deleted accidental, another option would be to change the DELETE default behaviour for a paper folders to remove the item from the paper folder instead of actually deleting the file being pointed to.

I am sure at some point I will hit delete thinking I am removing the item from the paper folder.

Borut
Posts: 1465
Joined: 19 Oct 2010 19:29
Location: Win10 Pro 64b 22H2, @120DPI (125%)

Re: Paper Folders

Post by Borut »

Code: Select all

v14.20.0305 - 2014-07-01 21:35
    + New variable: <xypaper> = XYplorer Paper Folder path (unslashed). Points 
      to "<xydata>\Paper" unless tweaked (see next).
    + Tweak PaperPath to overwrite the default Paper Folder path 
      (<xydata>\Paper\, and <xypaper>). The value can be absolute or 
      portable/relative to app path. For example,
        PaperPath=Paper
      will resolve to K:\XY\Paper\ if XYplorer.exe is located in K:\XY\.
      That way you can also centralize the icons pool in a team context.
Have tried it with tweaking to the absolute path and it works great. Many thanks!! :appl:

Maybe it would be a good idea to document the "tweakability" of XY variables in the help one day. I think that it is currently not mentioned there (or I overlooked it).
Win 10 Pro 64bit

Enternal
Posts: 1174
Joined: 10 Jan 2012 18:26

Re: Paper Folders

Post by Enternal »

Also Don, once again, can you implemented the new PaperPath to be used in Admin.ini?

Also curious but can you perhaps implement a variable for layouts (toolbars and columns?)? Regarding toolbars and columns, It seems like a good idea to implement a menu item for it to save and load just like how you did it with layouts. Basically updating these to a GUI friendly way.

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Paper Folders

Post by admin »

neil9090 wrote:On a single pane view,
If you drag a file from one tab to a paper folder the (+) shows but when the tab switches to view the paper folder, the (+) in the main list section disappears unless you press CTRL (copy).
It does allow dropping on the actual paper folder tab (add to folder) but not in the main folder i.e. not a valid drop target or something.

Also noticed on dual pane mode, not specific to paper folders;
When dragging from one pane to the other pane with a non active tab, the (+) shows on the tab, but the tab does switch in that deactivated pane, drop still works on the tab,
but it doesn't activate/show the tab where you want to drop the file.

Also could you build in an option to warn users i.e. me that the DELETE button in a paper folder will delete the actually file, or provide a setting to prevent real files being deleted accidental, another option would be to change the DELETE default behaviour for a paper folders to remove the item from the paper folder instead of actually deleting the file being pointed to.

I am sure at some point I will hit delete thinking I am removing the item from the paper folder.
1. Confirmed and fixed.
2. Known and not fixed (technically uber-tricky).
3. Yes, added an option.

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Paper Folders

Post by admin »

Enternal wrote:Also Don, once again, can you implemented the new PaperPath to be used in Admin.ini?

Also curious but can you perhaps implement a variable for layouts (toolbars and columns?)? Regarding toolbars and columns, It seems like a good idea to implement a menu item for it to save and load just like how you did it with layouts. Basically updating these to a GUI friendly way.
1. Yes.
2. Not now.

Enternal
Posts: 1174
Joined: 10 Jan 2012 18:26

Re: Paper Folders

Post by Enternal »

admin wrote:
Enternal wrote:Also Don, once again, can you implemented the new PaperPath to be used in Admin.ini?

Also curious but can you perhaps implement a variable for layouts (toolbars and columns?)? Regarding toolbars and columns, It seems like a good idea to implement a menu item for it to save and load just like how you did it with layouts. Basically updating these to a GUI friendly way.
1. Yes.
2. Not now.
Ok!

Also, the "l" parameter for the SC PaperFolder, I still don't get what it does. The changelog is a bit vague. I have a PaperFolder named Temp that I have various files in it. Tried playing with the "l" parameter but could not figure out what it does.
PaperFolder("Temp", , , "l");

aviaryan
Posts: 28
Joined: 26 Jun 2014 10:11
Location: India
Contact:

Re: Paper Folders

Post by aviaryan »

When pressing Ctrl+B to add a paper folder to Favorites, the result shown were inconsistent.
Firstly I only saw the following message when I pressed Ctrl+B and no entry of paper:NAME was created in Favorites

Code: Select all

unset favorite: paper:NAME
Then suddenly, it started to work but now Ctrl+B instead of toggling favorites status started adding duplicates favorites of paper:NAME
Image

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Paper Folders

Post by admin »

Enternal wrote:Also, the "l" parameter for the SC PaperFolder, I still don't get what it does. The changelog is a bit vague. I have a PaperFolder named Temp that I have various files in it. Tried playing with the "l" parameter but could not figure out what it does.
PaperFolder("Temp", , , "l");
Yep, bug. Coming...

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Paper Folders

Post by admin »

aviaryan wrote:When pressing Ctrl+B to add a paper folder to Favorites, the result shown were inconsistent.
Firstly I only saw the following message when I pressed Ctrl+B and no entry of paper:NAME was created in Favorites

Code: Select all

unset favorite: paper:NAME
Then suddenly, it started to work but now Ctrl+B instead of toggling favorites status started adding duplicates favorites of paper:NAME
Image
Confirmed. Fix comes.

Borut
Posts: 1465
Joined: 19 Oct 2010 19:29
Location: Win10 Pro 64b 22H2, @120DPI (125%)

Re: Paper Folders

Post by Borut »

Code: Select all

v14.20.0306 - 2014-07-02 13:53
    + Toolbar | Paper Folder: Added a couple of related settings to the 
      right-click menu. Experimentally. Later they might go to Configuration.
      - Always Show Path Column
        When going back to a normal folder the Path column is hidden.
But, when going from a tab with a paper folder to another tab with a normal folder, the path column stays active (in all tabs actually). Not good, I would say.
Win 10 Pro 64bit

binocular222
Posts: 1419
Joined: 04 Nov 2008 05:35
Location: Win11, Win10, 100% Scaling

Re: Paper Folders

Post by binocular222 »

"Always Show Path Column" has no effect on me. "Path" is still not shown
Win7 x32, Classic theme
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Paper Folders

Post by admin »

There are certain conditions/priorites. E.g. it does not happen on tab switch (tabs remeber ther columns anyway). Try to change locations within a tab...

LittleBiG
Posts: 1848
Joined: 08 Apr 2011 12:57
Location: Win10x64

Re: Paper Folders

Post by LittleBiG »

Bug:
1. set Always Show Path Column
2. goto a paper folder
3. Untick the Always Show Path
4. Click "Go back" to enter a normal folder
The Path doesn't disappear, because XY assumes, the option was unticked when I entered the paper folder.

To avoid: don't change this option when you are in a paper folder.

admin
Site Admin
Posts: 64875
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Paper Folders

Post by admin »

Not a bug but totally expected. Or what did you expect? :)

Post Reply