bazed-editor / bazed

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

Implement regex based search #41

Closed elkowar closed 1 year ago

elkowar commented 1 year ago

Regex-based search should be supported at the Buffer level, and should be exposed through an EditOp. This would most likely also be the first instance of using Marks for things other than carets, so some architecture around how we want to store that state should be discussed - should these be on the view level?