Tab & Layout Management
The editor supports multitasking with a flexible Tab system and view modes.
Editor Tabs
The Tab bar is located at the top of the editor area, displaying the currently open files.
Basic Operations
- Open Tab: Double-click a file in the File Explorer.
- Close Tab: Click the
xicon on the tab. Note: When a file is deleted from the File Explorer, its corresponding tab (if open) will automatically close. - Reorder: Drag and drop tabs to change their positions.
Context Menu (Right-click)
Right-click on a Tab to access quick commands:
- Close Others: Closes all other tabs, keeping only the current one.
- Close All: Closes all tabs.
Status Indicators
- Cloud Icon (Teal): The file is securely synchronized on the Cloud system (Workspace Sync).
- Dot (Dirty dot): The file has changes that are in the process of being auto-saved.
View Modes
In the top-right corner of the Tab bar, you can switch between 3 view modes:
- Code View (Default): Displays only the code editor. Optimized for focused programming.
- Diagram View: Displays the full-screen block diagram (Arduino Diagram) analyzed from the source code, reflecting the logical structure of the code.
- Split View: Splits the display space, with Code on one side and the block diagram on the other. Supports the two-way linked Click-to-jump feature.