Skip to content

Instantly share code, notes, and snippets.

@tablacus
Last active November 22, 2021 10:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tablacus/12276e5fa1015e564c9d9a5a954239a9 to your computer and use it in GitHub Desktop.
Save tablacus/12276e5fa1015e564c9d9a5a954239a9 to your computer and use it in GitHub Desktop.
Splut top1 bottom 2 - Tablacus Explorer * require split
const TC = [await te.Ctrl(CTRL_TC)];
await Addons.Split.Exec2(3, TC);
TC[0].Left = 0;
TC[0].Top = 0;
TC[0].Width = "100%";
TC[0].Height = "50%";
TC[1].Left = 0;
TC[1].Top = "50%";
TC[1].Width = "50%";
TC[1].Height = "50%";
TC[2].Left = "50%";
TC[2].Top = "50%";
TC[2].Width = "50%";
TC[2].Height = "50%";
FV = await TC[0].Selected;
FV.Focus();
ChangeView(FV);
@tablacus
Copy link
Author

image

@molio
Copy link

molio commented Nov 22, 2021

window_split_hor3
window_split_ver3
l1r2
l1r2b (2)
t1b2
t1b2b

I made an icon, though it is messy. Please use it if you like.

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