Summary
Support multiple open documents using TabPane.
Tasks
- Replace single TextArea with a TabPane.
- Each tab hosts its own TextArea + state (currentFile, dirty).
- File ops apply to active tab.
Acceptance Criteria
- Open multiple files simultaneously.
- Switching tabs preserves content/state.