Page 6 of 17
Re: Paper Folders
Posted: 02 Jul 2014 00:04
by nerdweed
All fixed.
Now, if you would expose the undocumented PFAllowZombies tweak to the undocumented tweak command, I can retire my papyrus script.
Re: Paper Folders
Posted: 02 Jul 2014 00:17
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.
Re: Paper Folders
Posted: 02 Jul 2014 07:02
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!!
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).
Re: Paper Folders
Posted: 02 Jul 2014 07:12
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.
Re: Paper Folders
Posted: 02 Jul 2014 11:20
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.
Re: Paper Folders
Posted: 02 Jul 2014 11:21
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.
Re: Paper Folders
Posted: 02 Jul 2014 13:11
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");
Re: Paper Folders
Posted: 02 Jul 2014 13:22
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
Then suddenly, it started to work but now Ctrl+B instead of toggling favorites status started adding duplicates favorites of paper:NAME

Re: Paper Folders
Posted: 02 Jul 2014 13:35
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...
Re: Paper Folders
Posted: 02 Jul 2014 13:48
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
Then suddenly, it started to work but now Ctrl+B instead of toggling favorites status started adding duplicates favorites of paper:NAME

Confirmed. Fix comes.
Re: Paper Folders
Posted: 02 Jul 2014 14:18
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.
Re: Paper Folders
Posted: 02 Jul 2014 14:30
by binocular222
"Always Show Path Column" has no effect on me. "Path" is still not shown
Win7 x32, Classic theme
Re: Paper Folders
Posted: 02 Jul 2014 15:09
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...
Re: Paper Folders
Posted: 02 Jul 2014 15:20
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.
Re: Paper Folders
Posted: 02 Jul 2014 15:24
by admin
Not a bug but totally expected. Or what did you expect?
