Introduction:
This script addin provides extended Go-command functionality.
It tries to provide an all-in-solution to existing script-addins and also tries to enhance some of them.
- Command: Go-Relative (go to next/prev sibling folder)
- GoExisting (open path, focus existing tab if found on either side) and Findexisting anyside - #6 by Jon
- Command: GoRefreshKeepSelection (refresh & keep selected)
Furthermore it has a feature "Go External Selection", which allows to follow any highlighted path/url in any external application. Your text editor, your email program etc..
Examples:
GoEx SIBLING:
Switch into next sibling folder:
GoEx SIBLING=next
Switch into previous sibling folder, skip hidden + empty folders, wrap folder list
GoEx SIBLING=prev,wrapauto,skiphidden,skipemptySIBLING/O[,prev,wrapauto,wrapask,skiphidden,skipempty],SETVAR/K,SETENV/K
GoEx REFRESHKEEPSEL:
Refresh source tab and keep current selection:
GoEx REFRESHKEEPSEL
Refresh source tab, keep current selection and scroll to first selected item
GoEx REFRESHKEEPSEL MAKEVISIBLE
Refresh dest tab, tree and viewpane and scroll to first checked item if checkbox mode is activated
GoEx REFRESHKEEPSEL=dest,tree,viewpane MAKEVISIBLE=checkedREFRESHKEEPSEL/O[all,both,
GoEx EXISTING:
Open folder in existing tab and focus tab if found on either side
GoEx EXISTING
GoEx EXTSELECTION:
Open highlighted path/url from anywhere
GoEx EXTSELECTION
Common parameters:
PATH/K (provide path)
PT/R (pass through commands to native DO commands used, "Go" most of the time here)
NOFAIL/S (do not set fail state if command failed)
NODESELECT/S (do not deselect after command finished)
XLOG/O[off,xit,error,warning,info,,trace,dump,all] (debug and output options for the script console)
Download:
v0.21 - 2019.07.02 - initial upload
Command.Generic_GoEx.js.txt (50.4 KB)