1
0
Fork 0
Commit Graph

112 Commits

Author SHA1 Message Date
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 9c1fa5402d Add more color constants
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-07 13:08:40 -04:00
Timothy Warren 6f51f441e3 Autoformatting
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-07 12:32:57 -04:00
Timothy Warren c18181c064 Refactor highlighting to use highlight array 2021-04-07 12:32:22 -04:00
Timothy Warren c3b2900f42 Highlight numbers
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-07 12:02:08 -04:00
Timothy Warren 554012eb52 Update search prompt, fix some buggy output formatting
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-06 16:44:59 -04:00
Timothy Warren 910107428c Buggy incremental search
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-06 16:37:58 -04:00
Timothy Warren 1d73869db0 Basic search
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-06 10:59:24 -04:00
Timothy Warren 3672c5c3e9 Complete kilo chapter 5, fix backspace and delete behavior
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-06 10:30:12 -04:00
Timothy Warren 4668ba5628 Fix save as
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-06 09:58:45 -04:00
Timothy Warren 52aa174091 Fix formatting
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-02 19:24:58 -04:00
Timothy Warren 052a4ebbf4 Prepare for Save As functionality 2021-04-02 19:24:20 -04:00
Timothy Warren 19ab06ac4f Allow inserting new lines
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-02 18:43:49 -04:00
Timothy Warren 3c6568f8f7 Merge lines if you press delete at beginning of a line
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-02 16:14:19 -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 1c424fad74 Try again to get CI code coverage working
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-01 18:48:49 -04:00
Timothy Warren e1516667a4 Try again to get CI code coverage working
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-01 18:45:35 -04:00
Timothy Warren cac89de4dc Try again to get CI code coverage working
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-01 18:44:08 -04:00
Timothy Warren 01d1dbc834 Try again to get CI code coverage working
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-01 18:41:36 -04:00
Timothy Warren dc23a972dd Try again to get CI code coverage working
timw4mail/gilo/pipeline/head There was a failure building this commit Details
2021-04-01 18:40:13 -04:00
Timothy Warren 2fef2e494a Attmpt to generate coverge
timw4mail/gilo/pipeline/head There was a failure building this commit Details
2021-04-01 17:48:31 -04:00
Timothy Warren 5e17c5b931 Attmpt to generate coverge
timw4mail/gilo/pipeline/head There was a failure building this commit Details
2021-04-01 17:46:25 -04:00
Timothy Warren 26f3decced Attempt to generate CI coverage
timw4mail/gilo/pipeline/head There was a failure building this commit Details
2021-04-01 17:23:10 -04:00
Timothy Warren c64b52ffe1 Attempt to generate CI coverage
timw4mail/gilo/pipeline/head There was a failure building this commit Details
2021-04-01 17:21:37 -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 818b8cf6bf Make it easier to use gofmt
timw4mail/gilo/pipeline/head This commit looks good Details
2021-04-01 16:19:16 -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