### Summary Add File → Print that sends editor content to the OS print dialog. ### Tasks - Add menu item + accelerator (Ctrl/Cmd+P). - Use `PrinterJob` to print the TextArea content (or a printable Node). ### Acceptance Criteria - System print dialog appears and prints content as seen.