Commit Graph

90 Commits

Author SHA1 Message Date
Timothy Warren
825966ac54 More cleanup
All checks were successful
timw4mail/php-kilo/pipeline/head This commit looks good
2021-03-04 16:41:12 -05:00
Timothy Warren
b642ff5c59 Readability refactoring
All checks were successful
timw4mail/php-kilo/pipeline/head This commit looks good
2021-03-04 12:03:51 -05:00
6df5bda8f2 Attempt to fix CI tests
Some checks failed
timw4mail/php-kilo/pipeline/head There was a failure building this commit
2021-03-03 20:23:12 -05:00
Timothy Warren
02259f61a7 Simplify code with match statements
Some checks failed
timw4mail/php-kilo/pipeline/head There was a failure building this commit
2021-03-03 16:35:58 -05:00
9280b77d1e Highlight more token types
Some checks failed
timw4mail/php-kilo/pipeline/head There was a failure building this commit
2021-03-03 13:14:44 -05:00
Timothy Warren
03fed4d667 PHP Syntax highlighting using PhpToken
Some checks failed
timw4mail/php-kilo/pipeline/head There was a failure building this commit
2021-03-03 11:50:29 -05:00
Timothy Warren
7cd7d1baa5 Create php8 fork
All checks were successful
timw4mail/php-kilo/pipeline/head This commit looks good
2020-12-04 11:18:21 -05:00
Timothy Warren
b0ea547378 Fix CTRL method 2020-02-05 16:32:17 -05:00
afd6560db4 Add KeyType::CTRL helper method
Some checks failed
timw4mail/php-kilo/master There was a failure building this commit
2020-02-05 15:20:32 -05:00
366945bda1 Fix merge conflict
Some checks failed
timw4mail/php-kilo/master There was a failure building this commit
2020-02-05 14:51:42 -05:00
6f870aa922 Refactor and simplify 2020-02-05 14:50:31 -05:00
Timothy Warren
60b1cca695 Cut down on number of keycode escapes with constants
All checks were successful
timw4mail/php-kilo/master This commit looks good
2020-01-29 16:13:05 -05:00
Timothy Warren
52e284b818 Improve tput detection
All checks were successful
timw4mail/php-kilo/master This commit looks good
2020-01-27 15:57:45 -05:00
Timothy Warren
f8894b971a Add basic event system
Some checks failed
timw4mail/php-kilo/master There was a failure building this commit
2020-01-27 15:11:35 -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
Some checks failed
timw4mail/php-kilo/master There was a failure building this commit
2020-01-23 13:41:35 -05:00
a0e0f80223 Tests for the ANSI methods
All checks were successful
Gitea - Tutorials/php-kilo/master This commit looks good
2019-12-05 14:54:00 -05:00
b54221ed38 Simplify more escape sequences
All checks were successful
Gitea - Tutorials/php-kilo/master This commit looks good
2019-12-05 11:05:07 -05:00
8c159dd5bc Attempt to verify tput exists before using it
All checks were successful
Gitea - Tutorials/php-kilo/master This commit looks good
2019-12-05 11:00:03 -05:00
fb5dd66bee Replace inline ANSI escapes with constants and static methods
Some checks failed
Gitea - Tutorials/php-kilo/master There was a failure building this commit
2019-12-04 10:54:15 -05:00
Timothy Warren
c3bdc6f67b Clean functions, fix sizing on mac
Some checks failed
Gitea - Tutorials/php-kilo/master There was a failure building this commit
2019-12-02 16:27:22 -05:00
f5aafb465a Mac fixes
Some checks failed
Gitea - Tutorials/php-kilo/master There was a failure building this commit
2019-12-02 09:44:11 -05:00
5c73b3db2b More test coverage, and snapshots 2019-11-20 15:03:48 -05:00
a3e902967a A little cleanup refactoring 2019-11-19 15:57:51 -05:00
99c5ac9697 Test coverage 2019-11-19 13:48:12 -05:00
0ed7a34948 Remove redundant checks 2019-11-18 13:45:36 -05:00
cf75f92cd5 Fix syntax highlighting dissapearing when code pushed to new line (for PHP) 2019-11-15 16:19:34 -05:00
345239d248 Fix test, PHP highlighting now works as expected 2019-11-15 11:35:08 -05:00
8951894493 More PHP token refactoring 2019-11-14 17:11:10 -05:00
519a193a8d Refactor PHP token function into class, more tests 2019-11-14 12:14:02 -05:00
de0b6bda43 First unit test 2019-11-14 11:12:32 -05:00
99799e1d5a Slight tweak of php token handling 2019-11-13 16:26:19 -05:00
9c23194feb little rawmode cleanup 2019-11-08 21:48:46 -05:00
5787fe3822 Go full PHP with composer and phpunit 2019-11-08 16:27:08 -05:00
c4f9d67980 Further simplify Row->update 2019-11-08 13:32:31 -05:00
8baca1d293 Improve token mapping, fix multi-line PHP comments 2019-11-08 13:28:24 -05:00
e2e4f421e0 Insert a little more sanity 2019-11-08 12:04:26 -05:00
252eddc093 Another ugly progress commit 2019-11-08 12:02:00 -05:00
bb10b69e12 Make ANSI escape colors into constants 2019-11-06 16:11:38 -05:00
ae5228a6f1 Minor refactor 2019-11-06 14:55:32 -05:00
d3bf9294cc Cut down on some highlighting boilerplate 2019-11-06 14:48:21 -05:00
da2bec354a Ugly progress commit 2019-11-06 13:57:19 -05:00
0877bcd6dd Some progress on multi-line comments in PHP 2019-11-05 16:56:18 -05:00
155340df66 Misc updates 2019-11-05 13:51:21 -05:00
be415d28b8 More looping updates 2019-11-05 13:21:37 -05:00
2871ead27d Do null key check 2019-11-05 12:56:12 -05:00
dd9d52400e Remove redundant code 2019-11-05 12:38:03 -05:00
c7d9f00965 Replace foreachs with for loops 2019-11-05 12:37:25 -05:00
c16b9aa6f0 Fix some editing issues 2019-11-05 12:28:10 -05:00
3d2bc7ef48 Partially fix inserting new lines in the PHP version 2019-10-31 19:05:39 -04:00