📄 File Diff (Monaco)
Monaco editor side-by-side diff with temporary scratch files — compare any two pieces of text without saving first.
New temporary file for diff

Highlights
- Monaco diff engine — the same engine as VS Code: syntax highlighting, inline change markers.
- Scratch files — click "+" to open a blank side, paste any text, and compare immediately without saving.
- Jump from Folder Diff — double-click any differing row in Folder Compare to open its File Diff.
- Large-file safe — files are memory-mapped (
memmap2), no full load into RAM.
📖 縮寫說明 · Glossary
| 縮寫 | 英文全稱 | 說明 |
|---|---|---|
| RAM | Random Access Memory | 記憶體;決定 app 可同時處理的資料量大小。 Random Access Memory — determines how much data an app can process simultaneously. |