29 Commits

Author SHA1 Message Date
b5856f063a Add string highlighting
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
2024-07-16 15:57:41 -04:00
1951425508 Refactor runtimes
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
2024-07-12 10:58:23 -04:00
4be7be09a7 Fix some issues with line splitting/merging
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
2024-07-10 16:12:39 -04:00
4436a8a783 Refactor stuff
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
2024-07-10 12:11:27 -04:00
b3bddbb601 Refactor search to work like in hecto, albeit with some bugs with backwards searching
Some checks failed
timw4mail/scroll/pipeline/head There was a failure building this commit
2024-07-09 17:02:16 -04:00
e0e7849fe4 Clean up some types 2024-07-09 16:12:28 -04:00
e656ad3112 Fix tests broken by document.row change
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
2024-07-05 09:31:18 -04:00
1cfdeece60 Make document.row getter return an option instead of a nullable 2024-07-05 09:27:28 -04:00
090d6262c3 More Option refactoring, and some tests
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
2024-07-03 19:09:04 -04:00
1b3e9d9796 Add Option type to remove the need to use null/undefined
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
2024-07-03 16:13:29 -04:00
76eacd835f Add test for quit command
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
2024-07-02 16:59:46 -04:00
cf80dce335 Increase test coverage
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
2024-07-02 16:27:18 -04:00
f71239ded5 Minor refactoring, add some more comments and tests 2024-06-26 15:45:33 -04:00
8093683f92 Add util functions for null/undefined checks, organize tests into sections
Some checks failed
timw4mail/scroll/pipeline/head There was a failure building this commit
2024-06-26 13:40:42 -04:00
33f19ddec1 Basic number highlighting
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
2024-02-29 15:48:11 -05:00
55c9dc1c3d Preparations for highlighting numbers
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
2024-02-29 14:24:22 -05:00
e21944b4a4 Add incremental (character by character) search functionality
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
2024-02-22 14:57:12 -05:00
b3177cbd48 Mess with function imports
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
2024-01-11 11:23:28 -05:00
15496646d6 Minor refactoring, build up the ansi escape codes to handle colors 2024-01-10 15:44:19 -05:00
f5599b5192 Implement basic searching 2023-11-30 16:14:52 -05:00
02be6a133c Refactor everything again 2023-11-29 16:09:58 -05:00
759450222f Partially implement SaveAs prompt (need to fix Deno) 2023-11-27 10:25:30 -05:00
820d383c3a Get parsed keypresses from input loop 2023-11-24 08:31:51 -05:00
ddb5eb783e Polish text editing functionality 2023-11-22 17:09:41 -05:00
b665ce8ce7 Basic deletion functionality 2023-11-22 11:07:33 -05:00
a7f5fed9a3 Increase test coverage 2023-11-21 16:36:13 -05:00
95c979066a Add text insertion 2023-11-21 15:14:08 -05:00
a1aa189e11 And a bit more test refactoring and cleanup 2023-11-16 21:22:24 -05:00
2aaf1c678b Refactor tests to be consistent for both runtimes 2023-11-16 20:57:21 -05:00