Now, if you would expose the undocumented PFAllowZombies tweak to the undocumented tweak command, I can retire my papyrus script.
Paper Folders
Re: Paper Folders
All fixed.
Now, if you would expose the undocumented PFAllowZombies tweak to the undocumented tweak command, I can retire my papyrus script.
Now, if you would expose the undocumented PFAllowZombies tweak to the undocumented tweak command, I can retire my papyrus script.
Re: Paper Folders
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.
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.
Re: Paper Folders
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.
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
Re: Paper Folders
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.
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
1. Confirmed and fixed.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.
2. Known and not fixed (technically uber-tricky).
3. Yes, added an option.
FAQ | XY News RSS | XY X
-
admin
- Site Admin
- Posts: 64875
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Paper Folders
1. Yes.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.
2. Not now.
FAQ | XY News RSS | XY X
Re: Paper Folders
Ok!admin wrote:1. Yes.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.
2. Not now.
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");
Re: Paper Folders
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
Then suddenly, it started to work but now Ctrl+B instead of toggling favorites status started adding duplicates favorites of paper:NAME

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
-
admin
- Site Admin
- Posts: 64875
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Paper Folders
Yep, bug. Coming...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");
FAQ | XY News RSS | XY X
-
admin
- Site Admin
- Posts: 64875
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Paper Folders
Confirmed. Fix comes.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 FavoritesThen suddenly, it started to work but now Ctrl+B instead of toggling favorites status started adding duplicates favorites of paper:NAMECode: Select all
unset favorite: paper:NAME
FAQ | XY News RSS | XY X
Re: Paper Folders
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.Win 10 Pro 64bit
-
binocular222
- Posts: 1419
- Joined: 04 Nov 2008 05:35
- Location: Win11, Win10, 100% Scaling
Re: Paper Folders
"Always Show Path Column" has no effect on me. "Path" is still not shown
Win7 x32, Classic theme
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
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
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...
FAQ | XY News RSS | XY X
Re: Paper Folders
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.
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.
XYplorer Beta Club