diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-01-27 21:03:43 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-01-27 21:03:43 -0800 |
commit | 1af628effea8c4f1f29ba22949c7af9e46dc2745 (patch) | |
tree | acef7a1fdf78fab927ed988982565336e14ceca6 /chessboard.arc.t | |
parent | 4270ca61d70311230f22a718090423f5e0bdc91b (diff) | |
download | mu-1af628effea8c4f1f29ba22949c7af9e46dc2745.tar.gz |
644 - backspacing out from within strings/comments
I'd worried last night that I'd have to track the points where comments/strings begin, but at least so far this is elegant. Might run into problems when I try to backspace over strings after ending them. And backspacing over comments after terminating them is a whole different ball of wax. We still can't backspace over newlines because we can't move the cursor across lines because we can't tell where our cursor currently is. And even if we could tell we'd need to track how long each line is. A new data structure is needed..
Diffstat (limited to 'chessboard.arc.t')
0 files changed, 0 insertions, 0 deletions