CodeEditApp / CodeEditSourceEditor

A code editor view written in Swift powered by tree-sitter.
https://codeeditapp.github.io/CodeEditSourceEditor/documentation/codeeditsourceeditor
MIT License
535 stars 84 forks source link

🐞 If you hold shift and click, you cannot select a range #254

Closed RonghuaHe closed 2 months ago

RonghuaHe commented 5 months ago

Description

If you hold shift and click, you cannot select a range

To Reproduce

  1. If you hold shift and click,
  2. you cannot select a range 001

Expected Behavior

If you hold shift and click, you can select a range, Selection is just as powerful as NSTextView

Version Information

CodeEditSourceEditor: [e.g. 0.x.y] macOS: [e.g. 13.2.1] Xcode: [e.g. 14.2]

Additional Context

No response

Screenshots

No response

thecoolwinter commented 2 months ago

Fixed with recent changes to CodeEditTextView.