Commit Graph

61 Commits

Author SHA1 Message Date
Timothy Warren 99685f3fcb Some refactoring
timw4mail/php-kilo/pipeline/head This commit looks good Details
2021-03-09 17:22:49 -05:00
Timothy Warren 5329378b93 Cleanup some unused code
timw4mail/php-kilo/pipeline/head This commit looks good Details
2021-03-09 13:37:03 -05:00
Timothy Warren fdd90e289e Fix arrow key movement and use Position class for cursor and offset 2021-03-09 12:46:30 -05:00
Timothy Warren e4ffe8eb98 Correct syntax highlighting when adding a new line in the middle of the file 2021-03-09 11:05:23 -05:00
Timothy Warren 113cc1a0a1 Minor tweaks
timw4mail/php-kilo/pipeline/head There was a failure building this commit Details
2021-03-05 20:47:59 -05:00
Timothy Warren e6f7095a45 Move terminal handling to its own class
timw4mail/php-kilo/pipeline/head This commit looks good Details
2021-03-05 12:06:23 -05:00
Timothy Warren 825966ac54 More cleanup
timw4mail/php-kilo/pipeline/head This commit looks good Details
2021-03-04 16:41:12 -05:00
Timothy Warren b642ff5c59 Readability refactoring
timw4mail/php-kilo/pipeline/head This commit looks good Details
2021-03-04 12:03:51 -05:00
Timothy Warren 02259f61a7 Simplify code with match statements
timw4mail/php-kilo/pipeline/head There was a failure building this commit Details
2021-03-03 16:35:58 -05:00
Timothy Warren 03fed4d667 PHP Syntax highlighting using PhpToken
timw4mail/php-kilo/pipeline/head There was a failure building this commit Details
2021-03-03 11:50:29 -05:00
Timothy Warren 7cd7d1baa5 Create php8 fork
timw4mail/php-kilo/pipeline/head This commit looks good Details
2020-12-04 11:18:21 -05:00
Timothy Warren b0ea547378 Fix CTRL method 2020-02-05 16:32:17 -05:00
Timothy Warren 366945bda1 Fix merge conflict
timw4mail/php-kilo/master There was a failure building this commit Details
2020-02-05 14:51:42 -05:00
Timothy Warren 6f870aa922 Refactor and simplify 2020-02-05 14:50:31 -05:00
Timothy Warren 60b1cca695 Cut down on number of keycode escapes with constants
timw4mail/php-kilo/master This commit looks good Details
2020-01-29 16:13:05 -05:00
Timothy Warren 54bc83e1f9 Clean up key mapping with more constants 2020-01-27 15:11:20 -05:00
Timothy Warren 24baca3cb8 Improve terminal size checking
timw4mail/php-kilo/master There was a failure building this commit Details
2020-01-23 13:41:35 -05:00
Timothy Warren b54221ed38 Simplify more escape sequences
Gitea - Tutorials/php-kilo/master This commit looks good Details
2019-12-05 11:05:07 -05:00
Timothy Warren fb5dd66bee Replace inline ANSI escapes with constants and static methods
Gitea - Tutorials/php-kilo/master There was a failure building this commit Details
2019-12-04 10:54:15 -05:00
Timothy Warren f5aafb465a Mac fixes
Gitea - Tutorials/php-kilo/master There was a failure building this commit Details
2019-12-02 09:44:11 -05:00
Timothy Warren 5c73b3db2b More test coverage, and snapshots 2019-11-20 15:03:48 -05:00
Timothy Warren a3e902967a A little cleanup refactoring 2019-11-19 15:57:51 -05:00
Timothy Warren cf75f92cd5 Fix syntax highlighting dissapearing when code pushed to new line (for PHP) 2019-11-15 16:19:34 -05:00
Timothy Warren 519a193a8d Refactor PHP token function into class, more tests 2019-11-14 12:14:02 -05:00
Timothy Warren 9c23194feb little rawmode cleanup 2019-11-08 21:48:46 -05:00
Timothy Warren 5787fe3822 Go full PHP with composer and phpunit 2019-11-08 16:27:08 -05:00
Timothy Warren e2e4f421e0 Insert a little more sanity 2019-11-08 12:04:26 -05:00
Timothy Warren 155340df66 Misc updates 2019-11-05 13:51:21 -05:00
Timothy Warren be415d28b8 More looping updates 2019-11-05 13:21:37 -05:00
Timothy Warren c7d9f00965 Replace foreachs with for loops 2019-11-05 12:37:25 -05:00
Timothy Warren c16b9aa6f0 Fix some editing issues 2019-11-05 12:28:10 -05:00
Timothy Warren 3d2bc7ef48 Partially fix inserting new lines in the PHP version 2019-10-31 19:05:39 -04:00
Timothy Warren d617c1c009 More progress on PHP syntax highlighting 2019-10-30 16:36:17 -04:00
Timothy Warren d115985833 Make sure to keep all the tokens, rework php highlighting into lookup arrays 2019-10-30 14:21:10 -04:00
Timothy Warren 346ef67a08 Work in progress on PHP highlighting using token_get_all 2019-10-29 17:02:03 -04:00
Timothy Warren ca9ec17d49 Complete tutorial 2019-10-25 16:36:03 -04:00
Timothy Warren e6dc670c1d Complete step 176 2019-10-25 15:34:56 -04:00
Timothy Warren 17283f5011 Improve highlighting loop and language support 2019-10-25 10:47:44 -04:00
Timothy Warren 5566441dc3 Complete step 164 2019-10-25 10:28:15 -04:00
Timothy Warren 79d9a6def3 Remove some extra lines 2019-10-24 20:21:44 -04:00
Timothy Warren cb8eb05249 Split classes and setup autoloading 2019-10-24 16:57:27 -04:00
Timothy Warren 88afc3909e Improve number highlighting, finish step 156 2019-10-24 16:22:52 -04:00
Timothy Warren a59bcfb9d1 highlight search results in blue, step 151 2019-10-24 12:01:00 -04:00
Timothy Warren 29026373b8 Make functions all snake case, move ffi to only functions.php 2019-10-24 10:58:38 -04:00
Timothy Warren 23c88b7dad Simplify getting 'enum' constants 2019-10-23 16:14:27 -04:00
Timothy Warren 0da8d12758 Refactor syntax highlighting, complete step 149 2019-10-23 16:10:56 -04:00
Timothy Warren 83168301ce Make digits red 2019-10-23 13:36:16 -04:00
Timothy Warren bb1ee20964 Remove unused ffi prototypes, make php equivalent functions 2019-10-23 13:34:40 -04:00
Timothy Warren 0b66606e6c Finish chapter 6, adding incremental search 2019-10-23 10:36:04 -04:00
Timothy Warren 5642187c0e Ugly progress commit 2019-10-22 16:44:55 -04:00