Hayden Hargreaves
273be90d42
feat: HUGE refactor of colorschemes, untested.
...
Now we can load them in via JSON files at launch time. They are embded
in the final exe though...
2026-04-08 11:59:49 -07:00
Hayden Hargreaves
1c2585b8d9
feat: Implemented syntax styles
...
Treesitter integration implemented! But tests are failing, need to
resolve that.
2026-04-07 22:34:42 -07:00
Hayden Hargreaves
77416bc0a4
feat: created theme module
...
This means we can finally create some themes! But the treesitter mapping
is not complete.
2026-04-07 21:44:34 -07:00
Hayden Hargreaves
16d1318c22
feat: start TS impl
...
This is so vibe coded, but in the interest of time, its a bit
necessary. Plus this is a complex problem that I don't have the mental
bandwidth to invest right now.
2026-04-07 10:23:25 -07:00
Hayden Hargreaves
58082afdd2
fix: added gutter fix and basic scroll
...
Run Test Suite / test (push) Successful in 15s
Scrolling is pretty useless, but nice touch
2026-04-05 00:16:19 -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
1e2f1b147b
fix: added scroll hint to message on command output
2026-03-30 22:37:02 -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
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
8364d8b880
feat: lots of IO fixes! Writing and forcing seems to be working.
2026-03-10 12:32:32 -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
ea4638d815
wip: implement windows, buffers and builders
2026-02-26 13:20:21 -07:00
Hayden Hargreaves
774d0d0071
feat: implement scroll actions, tested
...
This is control+d and control+u
2026-02-18 18:09:19 -07:00
Hayden Hargreaves
ee7bf9354b
feat: rough command mode implementation
...
I am starting to develop so fast, testing is such a life saver, oh my
god.
2026-02-13 23:16:47 -07:00
Hayden Hargreaves
307f89bcd1
feat: implemented command mode mappings, needs review and tests
2026-02-13 17:44:27 -07:00
Hayden Hargreaves
6b93fb2f6c
feat: implemented a better way to draw the bar
2026-02-13 16:39:30 -07:00
Hayden Hargreaves
d5f0f2413a
feat: settings abstraction supports numbers
2026-02-13 16:10:43 -07:00
Hayden Hargreaves
be46cae73d
fix: settings abstracted a bit
2026-02-13 15:56:41 -07:00
Hayden Hargreaves
db70ca39f1
feat: implementing vertical scrolling, tested
...
Heavy on the AI...
2026-02-12 22:40:17 -07:00
Hayden Hargreaves
77374ba447
feat: implemented 'dd' and other 'd' for visual mode.
...
Tested 'dd' but not visual mode.
2026-02-11 17:56:06 -07:00
Hayden Hargreaves
f0f3f95e7b
feat: highlighting implemented! No tests yet
2026-02-11 15:00:02 -07:00
Hayden Hargreaves
f2496f91dd
fix: added enter command mode action
2026-02-10 22:30:01 -07:00
Hayden Hargreaves
84a7983a21
feat: lots of word actions. 'w', 'e', and 'b'. Includes tests.
2026-02-10 22:00:18 -07:00
Hayden Hargreaves
2438da08d4
Huge module refactor. Much needed, but it came much more complex
2026-02-10 11:04:24 -07:00