Wanzyee Studio

Utility to switch or close a tab or window. More...

Static Public Member Functions

static void NextTab ()
 Switch to the next window tab from the focused one, hotkey "Ctrl-`". More...
 
static void PreviousTab ()
 Switch to the previous window tab from the focused one, hotkey "Ctrl-Shift-`". More...
 
static void CloseTab ()
 Close the focused window tab, hotkey "Ctrl-W". More...
 
static void CloseWindow ()
 Close the whole window contains the focused tab, hotkey "Ctrl-Shift-W". More...
 

Detailed Description

Utility to switch or close a tab or window.

Menu "Window/View/Next Tab" or hotkey "Ctrl-`", to focus the next of hovered or focused tab. Menu "Window/View/Previous Tab" or hotkey "Ctrl-Shift-`", to focus the previous of hovered or focused tab. Menu "Window/View/Close Tab" or hotkey "Ctrl-W", to close the hovered and focused window tab. Menu "Window/View/Close Window" or hotkey "Ctrl-Shift-W", to close the hovered and focused window. Easy thing causes easy mistake, be careful to use this, since closing is not undoable.

Member Function Documentation

static void NextTab ( )
static

Switch to the next window tab from the focused one, hotkey "Ctrl-`".

static void PreviousTab ( )
static

Switch to the previous window tab from the focused one, hotkey "Ctrl-Shift-`".

static void CloseTab ( )
static

Close the focused window tab, hotkey "Ctrl-W".

static void CloseWindow ( )
static

Close the whole window contains the focused tab, hotkey "Ctrl-Shift-W".