cosmic-text/src/edit
Jeremy Soller 0cfd9b64ef
Add line ending abstraction (#250)
* Add line ending abstraction

* Make Buffer::set_text use LineIter

* Add ctrl+s for saving to editor
2024-04-30 12:12:25 -06:00
..
editor.rs Add line ending abstraction (#250) 2024-04-30 12:12:25 -06:00
mod.rs Implement Clone for Buffer and use Arc::make_mut 2024-01-17 13:31:03 -07:00
syntect.rs Make Editor::buffer_ref accessible, rename lifetimes 2024-01-17 13:31:03 -07:00
vi.rs Fix: Undo and redo correctly updates editor modified status (#244) 2024-03-25 08:55:44 -06:00