📄 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
| Abbreviation | Full name | Meaning |
|---|---|---|
| RAM | Random Access Memory | Random Access Memory — determines how much data an app can process simultaneously. |