CodeEditTextView
CodeEditTextView copied to clipboard
🐞 Command-A (Copy All) is capturing, but not highlighting
Description
File with 19 lines of text - when trying to capture all via the Command-A key sequence, only the first 18 lines are highlighted. However, after copying via Command-C and pasting via Command-V, all of the lines are pasted. So all the lines are being selected, but not all the lines are highlighted.
To Reproduce
- Open any existing file or create a new file
- Enter a few lines
- Press Command+A to attempt to highlight all text
- Press Command+C to copy the text
Expected Behavior
Pressing Command-A should highlight all text in the open editor window
Version Information
CodeEdit: [e.g. 0.0.x-alpha.y] macOS: [e.g. 13.2.1] Xcode: [e.g. 14.2]
Additional Context
No response