Date: 2019-11-18
Glad to announce the release of the next version of teditor: v1.4.0. It can be found here.
Changes
Changes/features in this release:
- Complete removal of multiple-cursors from the editor. (reason below)
- Bug fixes to highlighting the empty lines under selection.
Why no Multiple Cursors?
There are multiple reasons for this:
- We'll introduce more macro-like interface that'll void the need for such a thing. Many blogs have been written about this here and here. Thus I do not want to elaborate further on this.
- In future, underlying implementation of buffers can be optimized very easily without multiple-cursors support Reference