CodeEditApp / CodeEditSourceEditor

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

✨ Shift-Click to Make Text Selection #77

Closed austincondiff closed 1 year ago

austincondiff commented 1 year ago

Users should be able to make a selection by holding down the Shift key and clicking anywhere in the document to highlight text from where the cursor was to where they just clicked.

austincondiff commented 1 year ago

This now works, but only half-way. It only works on the first click. When I click a subsequent time further down, it does not update the selection to include the additional characters/lines.

austincondiff commented 1 year ago

This works now, closing.