CodeEditApp / CodeEditSourceEditor

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

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

Closed RonghuaHe closed 1 month ago

RonghuaHe commented 3 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 1 month ago

Fixed with recent changes to CodeEditTextView.