~akkartik/template-live-editor

18bdac06 — Kartik K. Agaram a month ago main
Merge text0
98c46112 — Kartik K. Agaram a month ago
Merge text.love
690ca0c3 — Kartik K. Agaram a month ago
Merge lines.love
67e3cbe5 — Kartik K. Agaram a month ago
simpler implementation of bugfix #2
e2ae6981 — Kartik K. Agaram a month ago
Merge text0
1ca5f522 — Kartik K. Agaram a month ago
Merge text.love
883ad16c — Kartik K. Agaram a month ago
some more renames
349258f9 — Kartik K. Agaram a month ago
Merge text0
c75644d1 — Kartik K. Agaram a month ago
Merge text.love
7e5653c8 — Kartik K. Agaram a month ago
Merge lines.love
6975b8b7 — Kartik K. Agaram a month ago
bugfix #3, attempt #2 in search UI

Avoid accidental side-effects.
0940e727 — Kartik K. Agaram a month ago
bugfix #3 in search UI

This is a regression. Scenario: search for a string, then backspace
until it goes empty.
1693f1f1 — Kartik K. Agaram a month ago
bugfix #2 in search UI
c1a36169 — Kartik K. Agaram a month ago
bugfix in search UI

This one is ancient and it affects every single one of my forks,
including the whole lines2 lineage. The corner case: searching for empty
string.

In the process I've also cleaned up edit.check_locs on initialization to
only modify cursor if it can find a legal place for it.

In general I should be more careful about mutating the cursor. Just
adding 1 to it is irresponsible.
1609d795 — Kartik K. Agaram a month ago
bugfix: restart search on backspace

Ported from bugfix of 2024-06-23.
17448d93 — Kartik K. Agaram a month ago
Merge text0
c520c872 — Kartik K. Agaram a month ago
Merge text.love
549423b0 — Kartik K. Agaram a month ago
Merge lines.love
e0ccf1de — Kartik K. Agaram a month ago
bugfix: Unicode
0cb33a9b — Kartik K. Agaram 2 months ago
Merge text0
Next