Today

Lots of hacking and slashing at JujuEdit today… dealing with a bunch of issues left over from a big changeover not long ago (removed the need for a line buffer, as very large files were causing big slowdowns). As a result, status indicators showing which line the cursor is on (and how many lines are in a file) were disabled. Now they are back, calculated by a background paginating routine.

Virtual Space is also proving to be a tricky business, with cursor movement being tracked beyond line ends (so the user can just move the cursor off into whitespace with being forced onto the next line). A nice feature, worth the effort.