eaburns / T

T is a work-in-progress text editor inspired by the Acme editor from Plan9.
MIT License
8 stars 1 forks source link

ui: add 3-click search #2

Open eaburns opened 5 years ago

eaburns commented 5 years ago

3-clicking a non-directory searches for matching text in the body of the corresponding Sheet (or if in a Col background, just in the textbox itself). All matches are highlighted, but the cursor remains on the clicked match. On subsequent clicks, the cursor jumps to the next match. (This slightly deviates from Acme, which jumps to the next match even on the first click.)