bazed-editor / bazed

The baz editor
Apache License 2.0
26 stars 3 forks source link

Implement selections #40

Closed elkowar closed 1 year ago

elkowar commented 1 year ago

It should be possible to store selections in BufferMarks, and it should be possible to change selections by moving the cursor whilst a selection is active. We will probably need to distinguish between any region and user-initiated selections again, those details and plans for other uses of regions should be discussed prior to implementation.