Skip to content

Instantly share code, notes, and snippets.

@tablacus
Last active September 8, 2021 10:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tablacus/c471450a1fc5d11ebeef75092e4e44c5 to your computer and use it in GitHub Desktop.
Save tablacus/c471450a1fc5d11ebeef75092e4e44c5 to your computer and use it in GitHub Desktop.
Toggle split pane (Horizontal) Require "Split" - Tablacus Explorer
if (te.Ctrls(CTRL_TC, true).Count > 1) {
Addons.Split.Exec(1, 1);
} else {
Addons.Split.Exec(2, 2);
}
@tablacus
Copy link
Author

image

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