Skip to main content

Windows

Controls tool windows visibility

Constructors

new Windows()

new Windows(): Windows

Returns

Windows

Properties

PropertyTypeDefault value
contextShellContextPanel...
helpShellHelpPanel...

Accessors

autoShowToolbox

get autoShowToolbox(): boolean

When true (default), opening a view automatically shows the toolbox. Set false to prevent the toolbox from appearing automatically.

set autoShowToolbox(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:423


hideTabsInPresentationMode

get hideTabsInPresentationMode(): boolean

Hide dock tabs in presentation mode *

set hideTabsInPresentationMode(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:475


presentationMode

get presentationMode(): boolean

Presentation mode

set presentationMode(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:479


showBrowse

get showBrowse(): boolean

Controls the visibility of the browse.

set showBrowse(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:427


showColumns

get showColumns(): boolean

Controls the visibility of the columns window.

set showColumns(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:467


showConsole

get showConsole(): boolean

Controls the visibility of the console.

set showConsole(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:443


showContextPanel

get showContextPanel(): boolean

Controls the visibility of the context pane.

set showContextPanel(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:455


showFavorites

get showFavorites(): boolean

Controls the visibility of the Favorites.

set showFavorites(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:435


showHelp

get showHelp(): boolean

Controls the visibility of the help window.

set showHelp(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:447


showProjects

get showProjects(): boolean

Controls the visibility of the Projects.

set showProjects(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:431


showProperties

get showProperties(): boolean

Obsolete. Controls the visibility of the properties window.

set showProperties(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:451


showRibbon

get showRibbon(): boolean

Controls the visibility of the top menu ribbon.

set showRibbon(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:471


showSidebar

get showSidebar(): boolean

Controls the visibility of the sidebar.

set showSidebar(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:414


showStatusBar

get showStatusBar(): boolean

Controls the visibility of the status bar.

set showStatusBar(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:439


showTables

get showTables(): boolean

Controls the visibility of the tables window.

set showTables(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:463


showToolbox

get showToolbox(): boolean

Controls the visibility of the toolbox.

set showToolbox(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:418


showVariables

get showVariables(): boolean

Controls the visibility of the variables window.

set showVariables(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:459


simpleMode

get simpleMode(): boolean

New menu style *

set simpleMode(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/shell.ts:483