v0.1.0-pre.13Latest
The in-app code editor arrives — open, edit, and save files directly from SFTP, now grown into a full multi-document editor.
- AddedBuilt-in Monaco (VS Code) editor — open any text file from the SFTP panel (local or remote), edit it with full syntax highlighting, line numbers, and minimap, then save it straight back. Listings auto-refresh (size & date) after each save.
- AddedMulti-file editing — open several files at once in a tab bar, each with an unsaved-changes indicator. Every file keeps its own undo history, cursor, and scroll position when switching tabs.
- AddedMinimize to a floating pill — collapse the editor so you can keep working in the terminal or file manager, then click to restore.
- AddedSplit view, freely nestable — split any pane and pick which open file appears, including the same file to compare two parts side by side. Closing a pane collapses the layout back automatically.
- AddedWord-wrap and maximize toggles in the editor header.
- ChangedFiles are read and written as UTF-8; line endings (CRLF/LF) are preserved exactly as stored.
- ChangedClosing a tab or "close all" prompts for confirmation when there are unsaved changes.
- ChangedEditing guards: files over 1 MB prompt before opening, files over 10 MB are declined to keep the editor responsive, and binary files are detected up front and kept read-only.
- ChangedWhen an SSH/SFTP session closes while a remote file is open, the document becomes read-only with a clear badge; reopening the file manager re-binds it so you can edit and save again.