Opening a Folder
To start working in Code Editor Thing, you first need to open a folder containing your project files.Using the File Menu
- Click File in the menu bar
- Select Open Folder
- Choose a directory in the file picker dialog
Using Keyboard Shortcuts
You can quickly open a folder using:macOS/Linux:
Cmd+O or Ctrl+OWindows: Ctrl+OFile Tree Navigation
Once you’ve opened a folder, the sidebar displays all files and directories in a tree structure.How Files Are Organized
The file tree automatically sorts items:- Directories appear first (alphabetically)
- Files appear after directories (alphabetically)
Opening Files from the Tree
Simply click on any file in the sidebar to open it in the editor. The file will:- Load into a new tab (or reuse an existing tab if already open)
- Display its contents in the main editor area
- Apply syntax highlighting based on the file extension
Opening Multiple Files
Code Editor Thing supports multiple open files simultaneously through a tab-based interface.Tab System
Each opened file gets its own tab at the top of the editor:- Click any tab to switch to that file
- The active tab is visually highlighted
- All open files remain in memory for quick switching
Tab Information
Each tab displays:- The file name
- A close button (×) to close the tab
Managing Tabs
Switching Between Files
Click on any tab to make that file active in the editor. The editor will:- Display the file’s contents
- Apply the appropriate language support
- Restore your editing position
Closing Tabs
Ways to close a tab
Ways to close a tab
Click the × button: Each tab has a close button on the right sideClose modified files: Files with unsaved changes can be closed (changes are preserved in memory)