Skip to content

Instantly share code, notes, and snippets.

@tablacus
Created April 20, 2023 11:28
Show Gist options
  • Save tablacus/ad4e795e48d6a1ea802cd542a1ebf9af to your computer and use it in GitHub Desktop.
Save tablacus/ad4e795e48d6a1ea802cd542a1ebf9af to your computer and use it in GitHub Desktop.
Copy tabs to next pane (Add-on "Switch to next pane" is required) - Tablacus Explorer
const TC = FV.Parent;
for (let i = 0; i < TC.length; i++) {
NavigateFV(Sync.SwitchPane.NextFV(TC[i]), TC[i].History, SBSP_NEWBROWSER);
}
@tablacus
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment