# Switch to Editor Wizard

## Overview

The **Switch to Editor Wizard** allows users to quickly switch between open editor tabs. This tool is particularly useful for managing multiple open files and improving workflow efficiency.

<figure><img src="/files/5twLiATvKKTUZk8Fc4qG" alt=""><figcaption><p>Switch to Editor</p></figcaption></figure>

## Sections

### Editor List

Displays a list of currently open editors, showing the file name and path:

* Name: The name of the open file.
* Path: The file path within the project structure.

### Editor commands and options

Here are the available commands and options:

#### Select Clean Editors

Selects editors that have no unsaved changes.

#### Invert Selection

Inverts the current selection of editors, selecting all previously unselected editors and deselecting all previously selected ones.

#### Select All

Selects all editors in the list.

#### Activate Selected Editor

Activates and brings focus to the selected editor. This button is enabled when at least one editor is selected.

#### Close Selected Editors

Closes the selected editors. This button is enabled when at least one editor is selected.

#### Save Selected Editors

Saves any unsaved changes in the selected editors. This button is enabled when at least one editor with unsaved changes is selected.

#### Show Editors from All Windows

When checked, this option includes editors from all open windows.

### Buttons

Here are the available buttons:

#### Close

Closes the Switch to Editor Wizard.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.servoy.com/reference/servoy-developer/object-editors/switch-to-editor-wizard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
