1
0
Fork 0
Commit Graph

65 Commits

Author SHA1 Message Date
Timothy Warren 9eb067485d Highlight multiline comments
timw4mail/gilo/pipeline/head This commit looks good Details
2023-10-06 15:23:01 -04:00
Timothy Warren 79846e372a Complete Step 181
timw4mail/gilo/pipeline/head This commit looks good Details
2023-10-06 14:56:51 -04:00
Timothy Warren ceed34c634 Refactor keyword highlighting to handle more edge cases
timw4mail/gilo/pipeline/head This commit looks good Details
2023-10-06 11:30:21 -04:00
Timothy Warren 5ff459b6ad Complete Chapter 7 Step 176
timw4mail/gilo/pipeline/head This commit looks good Details
2023-10-05 15:29:37 -04:00
Timothy Warren 69709a1cb4 Highlight keywords, and fix emoji rendering issue
timw4mail/gilo/pipeline/head This commit looks good Details
2023-10-05 11:03:08 -04:00
Timothy Warren ca2fcdbede Highlight single-line comments (up to step 172) 2023-10-04 15:08:04 -04:00
Timothy Warren ee99e553f0 Highlight string literals
timw4mail/gilo/pipeline/head This commit looks good Details
2023-10-04 14:22:51 -04:00
Timothy Warren fa584a6306 Fix tests
timw4mail/gilo/pipeline/head This commit looks good Details
2023-10-04 12:35:13 -04:00
Timothy Warren 469679cf6f Complete step 164 in Chapter 7 of Kilo tutorial
timw4mail/gilo/pipeline/head There was a failure building this commit Details
2023-10-04 10:37:47 -04:00
Timothy Warren 3e8a08e454 Fix broken tests
timw4mail/gilo/pipeline/head This commit looks good Details
2023-10-03 17:12:51 -04:00
Timothy Warren cc99f08747 Update to chapter 7 step 161 in kilo tutorial
timw4mail/gilo/pipeline/head There was a failure building this commit Details
2023-10-03 17:02:22 -04:00
Timothy Warren c378b712d3 Fix formatting
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-16 11:46:16 -04:00
Timothy Warren 0569ede1a5 Comments and import fixes
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-13 14:54:44 -04:00
Timothy Warren 9735d9b252 Properly highlight numbers
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-13 14:43:31 -04:00
Timothy Warren fe1c54317e Fix CI build?
timw4mail/gilo/pipeline/head There was a failure building this commit Details
2021-04-12 12:52:20 -04:00
Timothy Warren e6513cf3c2 Minor code cleanup
timw4mail/gilo/pipeline/head There was a failure building this commit Details
2021-04-09 13:48:39 -04:00
Timothy Warren 07c37910d7 Rename editor.document to not collide with import
timw4mail/gilo/pipeline/head There was a failure building this commit Details
2021-04-07 16:33:00 -04:00
Timothy Warren f78bbdabb2 Up to step 154 in Kilo tutorial (chapter 7)
timw4mail/gilo/pipeline/head There was a failure building this commit Details
2021-04-07 16:26:05 -04:00
Timothy Warren 6cdb658d43 Simplify package paths
timw4mail/gilo/pipeline/head There was a failure building this commit Details
2021-04-07 13:10:40 -04:00
Timothy Warren 787166df3a Move stuff again, just because
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-02 15:36:43 -04:00
Timothy Warren c99cf3faf9 More moving stuff around 2021-04-02 14:52:44 -04:00
Timothy Warren 1cc35c95a7 Move more stuff around
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-02 13:11:54 -04:00
Timothy Warren 6255936e35 Increase test coverage
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-02 12:48:15 -04:00
Timothy Warren 38d127e419 Split input handling from editor.go
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-02 12:03:33 -04:00
Timothy Warren f2e9cd3075 Refactor input mapping
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-02 11:57:24 -04:00
Timothy Warren f4a252a294 Basic character deletion
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-02 10:48:51 -04:00
Timothy Warren 42e50dfebb Add quit confirmation for modified document
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-02 10:34:19 -04:00
Timothy Warren 799af21a24 Add 'dirty' flag to document
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-02 10:07:37 -04:00
Timothy Warren e2f35f5e7d Add dirty flag
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-01 20:26:40 -04:00
Timothy Warren a1f62aa8cb Add save functionality
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-01 20:23:51 -04:00
Timothy Warren 522a549c91 Fix tests
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-01 18:54:51 -04:00
Timothy Warren 5cb2047762 More test coverage
timw4mail/gilo/pipeline/head There was a failure building this commit Details
2021-04-01 18:51:52 -04:00
Timothy Warren 1a4f6809fb Fix current line display, automatic formatting fixes
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-01 16:47:32 -04:00
Timothy Warren 41d1aa6553 Insert a char
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-01 16:17:13 -04:00
Timothy Warren bd9a07feed Finish kilo chapter 4, text viewer
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-01 13:25:59 -04:00
Timothy Warren a2bfb5f945 More test coverage
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-01 13:00:58 -04:00
Timothy Warren 587dfc686a Add line number indication to status bar
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-01 12:49:55 -04:00
Timothy Warren 6e5e287bb3 Show filename and row count in status bar
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-01 12:37:28 -04:00
Timothy Warren 1d4c8f99c0 Move file-specific logic to a document struct
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-01 12:02:17 -04:00
Timothy Warren d831bd4f83 Draw empty status bar
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-01 09:41:16 -04:00
Timothy Warren e7ba61b2aa Add more tests
timw4mail/gilo/pipeline/head This commit looks good Details
2021-03-31 19:17:04 -04:00
Timothy Warren 513d328226 Handle rendering tabs
timw4mail/gilo/pipeline/head This commit looks good Details
2021-03-31 14:56:46 -04:00
Timothy Warren ae65be003c Fix some offset errors for cursor operations
timw4mail/gilo/pipeline/head This commit looks good Details
2021-03-31 14:32:43 -04:00
Timothy Warren ae1c91ac74 Horizontal scrolling and line end snapping
timw4mail/gilo/pipeline/head This commit looks good Details
2021-03-31 11:12:09 -04:00
Timothy Warren cef024bb30 Basic scrolling up or down a file
timw4mail/gilo/pipeline/head This commit looks good Details
2021-03-31 09:43:47 -04:00
Timothy Warren 2203e30b18 Extract method for drawing placeholder rows
timw4mail/gilo/pipeline/head This commit looks good Details
2021-03-31 09:28:39 -04:00
Timothy Warren ca49b44c73 More tests
timw4mail/gilo/pipeline/head There was a failure building this commit Details
2021-03-30 20:22:11 -04:00
Timothy Warren 16f7f9464c Add some tests 2021-03-30 19:37:02 -04:00
Timothy Warren 7d435d1556 Non-scrolling file viewer 2021-03-30 18:43:46 -04:00
Timothy Warren 067b38c26a Open first line of a file 2021-03-30 18:29:23 -04:00