Hayden Hargreaves
1166a67c64
fix: updated via using feedback from Qodo
Run Test Suite / test (push) Successful in 20s
Run Test Suite / test (pull_request) Successful in 15s
2026-04-04 11:38:19 -07:00
Hayden Hargreaves
8b7a479ecb
feat: finally got the tests passing.
...
Run Test Suite / test (push) Successful in 19s
Run Test Suite / test (pull_request) Successful in 16s
Most of the tests were just written poorly, the code was right. Though
the yank related questions were actually broken.
2026-04-04 11:08:33 -07:00
Hayden Hargreaves
9938f0d5d3
feat: adding word actions, not done, and lots of failing tests
...
Run Test Suite / test (push) Failing after 15s
Run Test Suite / test (pull_request) Failing after 15s
This is a test for the new AI reviewing tool
2026-04-03 13:18:23 -07:00
Hayden Hargreaves
ea3ebcdc83
feat: implemented :<n> command, tested
...
Run Test Suite / test (push) Successful in 17s
Also added tons of tests for the actual command mode, since that was all
untested...
2026-04-02 14:03:36 -07:00
Hayden Hargreaves
0e2867b948
feat: added better lexer selection handling
Run Test Suite / test (push) Successful in 18s
2026-04-02 12:55:46 -07:00
Hayden Hargreaves
e362c9f118
feat: gap buffer is implemented, tested
...
Run Test Suite / test (push) Successful in 56s
Not sure if this is perfect, but it seems to be working
2026-04-02 12:39:30 -07:00
Hayden Hargreaves
1a98d3a4de
fix: p and P differ in V mode, resolved and tested.
...
P should not replace the register, p should
2026-04-01 18:21:15 -07:00
Hayden Hargreaves
c6215a37cb
test: I am far more confident now, these tests are nice to have
...
Run Test Suite / test (push) Successful in 53s
Many more full range integration tests.
2026-03-31 18:43:58 -07:00
Hayden Hargreaves
0e8bb50c20
feat: implemented and tested the dot operator.
...
The content gets stored in the '.' register.
2026-03-31 18:26:18 -07:00
Hayden Hargreaves
ddbc860530
doc: updated README.md
Run Test Suite / test (push) Successful in 51s
2026-03-30 23:14:01 -07:00
Hayden Hargreaves
066b817200
test: added some more tests to confirm the undo tree is "good"
...
Yay! These are from Sonnet 4.0, hope theyre good.
2026-03-30 23:10:18 -07:00
Hayden Hargreaves
4dedb15a36
test: initial tests are complete!
...
Claude says they are "production ready"
2026-03-30 23:01:46 -07:00
Hayden Hargreaves
98e02553b1
feat: working on the undo stack! Huge progress, not tested
...
Tests are coming, but there are some infrastructure issues with the
tests
2026-03-30 22:38:33 -07:00
Hayden Hargreaves
1e2f1b147b
fix: added scroll hint to message on command output
2026-03-30 22:37:02 -07:00
Hayden Hargreaves
04c247cc8e
fix: looks like we resolved the issues with pasting.
...
Run Test Suite / test (push) Successful in 46s
We means me and Claude (heavy on the Claude). Originally, if we copied a
many line segment into a charwise register, the paste op would error,
this is not right, it should paste, just differently.
2026-03-30 18:27:53 -07:00
Hayden Hargreaves
9960d5c4e2
fix: added multi line delimiter support
2026-03-30 18:13:08 -07:00
Hayden Hargreaves
21ed76bed5
fix: fixed the delimiter "same-line" issue.
...
With the help of Claude. I want this to be over with so I can move onto
more fun things than actions.
2026-03-30 17:58:06 -07:00
Hayden Hargreaves
5405d5a6bd
fix: added b and B text objects and note about failing case.
Run Test Suite / test (push) Successful in 47s
2026-03-26 14:15:59 -07:00
Hayden Hargreaves
aa156971ad
feat: text objects initial impl, tested
...
However, it does not work for multi line delimiters.
2026-03-26 14:09:10 -07:00
Hayden Hargreaves
b0b885d57d
fix: this got missed, silly fugitive
Run Test Suite / test (push) Successful in 43s
2026-03-19 17:44:25 -07:00
Hayden Hargreaves
5c629496c6
feat: implemented 'X', tested
...
X and x are the same in visual mode I think
2026-03-19 17:43:12 -07:00
Hayden Hargreaves
a01369f407
fix: cleaned up the testing mocking. New single module
Run Test Suite / test (push) Successful in 42s
2026-03-19 17:31:53 -07:00
Hayden Hargreaves
3c98dca777
feat: implement command history, tested
...
The tests are starting to get messy, lots of duplication. Going to
resolve that. Lots of this is due to AI generation of tests.
2026-03-19 15:23:44 -07:00
Hayden Hargreaves
5ff473d0d9
feat: implementing scrolling cmd output window: tested
Run Test Suite / test (push) Successful in 42s
2026-03-19 14:32:21 -07:00
Hayden Hargreaves
b618e3a382
feat: implemented colorscheme commands. Tested
...
Run Test Suite / test (push) Successful in 39s
There are some odd things being done in the testing files, that should
get reviewed.
2026-03-16 23:25:09 -07:00
Hayden Hargreaves
76fa55440e
feat: syntax highlighting powered by chroma.
...
This is sick! It is not perfect, highlight groups would be cool, but for
now this works!
2026-03-16 22:48:57 -07:00
Hayden Hargreaves
6b8845b245
chore: did not implement :bw
...
Run Test Suite / test (push) Successful in 13s
I do not think this is totally necessary, but I left a TODO.
2026-03-15 19:17:29 -07:00
Hayden Hargreaves
d5ad3dcdcd
feat: implemented buffer commands! All of them are tested
2026-03-15 19:16:33 -07:00
Hayden Hargreaves
10e37b82af
feat: implemented the command window! Not tested. Maybe we need some?
Run Test Suite / test (push) Successful in 13s
2026-03-14 23:13:59 -07:00
Hayden Hargreaves
0de38ec837
feat: implementing the repeat commands! Tested
Run Test Suite / test (push) Successful in 13s
Run Test Suite / test (pull_request) Successful in 13s
2026-03-13 23:00:26 -07:00
Hayden Hargreaves
8df55c60d2
fix: forgot visual mode keymaps
Run Test Suite / test (push) Successful in 30s
Run Test Suite / test (pull_request) Successful in 13s
2026-03-13 10:54:22 -07:00
Hayden Hargreaves
050935941c
feat: implemented find char motions. tested.
2026-03-13 10:53:44 -07:00
Hayden Hargreaves
d4980c5532
feat: created (tested) program_builder.
...
Run Test Suite / test (push) Successful in 15s
Also adjusted some of the IO tests for writing and force writing.
2026-03-10 14:18:20 -07:00
Hayden Hargreaves
8364d8b880
feat: lots of IO fixes! Writing and forcing seems to be working.
2026-03-10 12:32:32 -07:00
Hayden Hargreaves
354fbc4f9b
feat: added tests for the buffer and window
2026-03-06 18:27:16 -07:00
Hayden Hargreaves
15d847e3c8
chore: removed some todos
2026-03-06 18:20:19 -07:00
Hayden Hargreaves
c126242ee1
fix: fixed the settings back to their original implementation
2026-03-06 18:11:33 -07:00
Hayden Hargreaves
93968e7333
fix: fixed most of the tests, but not all of them, some still fail
2026-03-05 14:42:11 -07:00
Hayden Hargreaves
098641f5c0
fix: cleaned up and fixed the settings that needed updating
2026-03-05 14:34:21 -07:00
Hayden Hargreaves
dc9a814508
chore: cleanup depreciated code
2026-03-05 14:09:08 -07:00
Hayden Hargreaves
03c3a41162
fix: viewing is much better, dynamic as well :)
2026-03-05 14:07:51 -07:00
Hayden Hargreaves
ccb061989a
refactor: huge refactor, this looks amazing.
...
Lots of comments from the AI. Some tests are not passing though
2026-03-04 21:45:47 -07:00
Hayden Hargreaves
154558b790
checkpoint: this code does not work, just want a fallback
...
Going to start a LARGE ai refactor of the arch of the project.
2026-03-01 23:20:37 -07:00
Hayden Hargreaves
b1b3edf810
feat: this is huge, and needs some review, but for now its good
...
The tests are not passing, something to do with view I think.
2026-02-26 23:18:18 -07:00
Hayden Hargreaves
9b1bf35a8e
wip: implemented model builder, this is nice :)
...
Builder pattern is actually so goated
2026-02-26 22:21:29 -07:00
Hayden Hargreaves
770cbcceb7
wip: cleaned up the separation of concerns in the MWB model
2026-02-26 21:59:32 -07:00
Hayden Hargreaves
ea4638d815
wip: implement windows, buffers and builders
2026-02-26 13:20:21 -07:00
Hayden Hargreaves
3339dd4409
wip: first initial commit. Not sure if I like this
2026-02-26 12:14:59 -07:00
Hayden Hargreaves
65f96a5089
chore: cleaned up the file system a bit
2026-02-24 12:16:13 -07:00
Hayden Hargreaves
db52b63db1
feat: substitute and change motions/actions, tested
2026-02-24 12:05:18 -07:00