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.
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,skipempty
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=checked
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)
For this also - first file is also getting selected with the current selection,i edited "F5" hotkey to use these 2 commands for refresh -
GoEx REFRESHKEEPSEL
GoEx REFRESHKEEPSEL MAKEVISIBLE