Tabs & Layout Management

The editor supports multitasking with a Tab system and flexible view modes.

Editor Tabs

The Tab bar is located at the top of the editor area, displaying open files.

Basic Operations

  • Open Tab: Double-click a file in the File Explorer.
  • Close Tab: Click the x on the tab or middle-click.
  • Reorder: Drag and Drop tabs to change their position.

Context Menu (Right-click)

Right-click on a Tab to access quick commands:

  • Duplicate: Duplicate the current tab (useful for split-screen reference).
  • Close Others: Close all other tabs, keeping only the current one.
  • Close All: Close all tabs.

Status Indicators

  • Cloud Icon (Teal): File is stored on Cloud.
  • Hard Drive Icon (Orange): File is Local.
  • Dot (Dirty dot): File has unsaved changes.

View Modes

In the top right corner of the Tab bar, you can switch between 3 view modes:

  1. Code View (Default): Displays only the code editor. Optimized for focused coding.
  2. Diagram View: Displays schematic/connection diagram (if Visualizer features are enabled). Helps visualize circuits.
  3. Split View: Splits the screen, one side Code, one side Diagram. Suitable for coding while referencing schematics.

Next: IntelliSense & Tools