Choose one: (1) Install Package, (2) No-Install Package (each about 1 MB).
Code: Select all
v7.30.0005 - 2008-07-02 22:14
+ Catalog: Added command "Tabs" to submenu "Insert as Category
Here". Imports all open Tabs into a new Category called "Tabs".
Search Results and locked tabs are skipped.
It's the complementary function to "Open Folders in Tabs".
+ CKS | Miscellaneous | File Operations: Added command "Delete
(Recycle, No Confirmation)". Deletes selected Tree or List
item(s), uses Recycle Bin, no questions.
This makes using the Recycle Bin practical for scripting (as
#1055) since you won't have to OK and prompts during script
execution.
Here's the complete matrix for Function IDs that delete items:
recycle confirm
#169 + (depends on config setting)
#170 - (depends on config setting)
#1054 - -
#1055 + -
For better control of deletions in scripting see command "delete"
here below.
+ Scripting got a new command:
- delete
Action: Deletes selected Tree or List item(s).
Syntax: delete [mode=rc], [control]
mode: r = use Recycle Bin
c = confirmation prompt
rc = [default](both of the above)
x = (none of the above)
control: [empty] = the currently focused control
tree = Tree (case does not matter)
list = List (case does not matter)
Remarks:
Note that the mode parameter overrides the setting of "Turn
off delete confirmation" (in Configuration | General) as well
as the state of the SHIFT key: if "r" is passed then SHIFT can
be down and the deleted items still go to the Recycler.
Examples:
::delete OR
::delete rc
Delete Tree or List items (depending on focus), use Recycle
Bin, ask before; same as menu File | Delete (#169), but
independent of setting "Turn off delete confirmation".
::delete r, list
Send selected List items to the Recycle Bin, no questions.
::delete c, tree
Delete selected Tree folder (NO Recycle Bin), ask before.
::delete x
Delete Tree or List items (depending on focus), (NO Recycle
Bin, NO questions).
* Now, the new item(s) after executing Create Shortcut(s) are
automatically selected.
XYplorer Beta Club