Dustin Swan dustinswan
dustinswan pushed to master at dustinswan/cg 2026-03-12 21:04:55 -06:00
fcce2ac4c0 refactoring key events so all Insert mode are together... may regret that later but its cleaner now. Getting delete line working
dustinswan pushed to master at dustinswan/dustinswan.com 2026-03-12 20:36:40 -06:00
85d329c899 Deleting this, not using it any more, ancient links
dustinswan pushed to master at dustinswan/dotfiles 2026-03-12 20:20:29 -06:00
243c6008c6 de-catppuccining
dustinswan pushed to master at dustinswan/cg 2026-03-04 17:56:56 -07:00
7a97ec3f90 texteditor. 'o' key
dustinswan pushed to master at dustinswan/cg 2026-02-27 21:41:02 -07:00
295a8a5e24 More pretty printer
dustinswan pushed to master at dustinswan/cg 2026-02-26 21:53:57 -07:00
4904b7df7f ctrl-d and ctrl-u for half scrolling
dustinswan pushed to master at dustinswan/cg 2026-02-26 21:39:15 -07:00
4ba3eda57a More pretty printer stuff. fixing infix. fixing indents
dustinswan pushed to master at dustinswan/cg 2026-02-26 21:21:52 -07:00
15f6124173 Ability to delete from store
dustinswan pushed to master at dustinswan/cg 2026-02-26 21:03:12 -07:00
3267d5bc39 textEditor scrolling. only rendering the lines that are in the viewport. smooth. better prettyPrinting of match inside lambda
dustinswan pushed to master at dustinswan/cg 2026-02-26 20:29:40 -07:00
f54b8ca65e Better pretty printing. scrolling in the textEditor
dustinswan pushed to master at dustinswan/cg 2026-02-26 16:51:39 -07:00
f1ff6c29d6 textEditor can save to a textEditorBuffers list with the W command. it can apply back to the original store ref with the A command. Crazy man
dustinswan pushed to master at dustinswan/cg 2026-02-26 15:03:08 -07:00
b0726bc0fb Undo and redo!
dustinswan pushed to master at dustinswan/cg 2026-02-25 23:27:10 -07:00
63f599b850 More editor stuff
dustinswan pushed to master at dustinswan/cg 2026-02-25 21:48:32 -07:00
735db38a2f omg i'm text editing
dustinswan pushed to master at dustinswan/cg 2026-02-25 18:42:00 -07:00
824d4f61de textEditor is happening
dustinswan pushed to master at dustinswan/cg 2026-02-24 21:53:23 -07:00
cbab2a3417 Fixing tree after making paths lists. more font stuff. fixing rebind from the palette
dustinswan pushed to master at dustinswan/cg 2026-02-24 17:48:43 -07:00
414fc5d79c More font crap. fixing getField typo.
dustinswan pushed to master at dustinswan/cg 2026-02-24 17:20:16 -07:00
c0a8d29119 2nd font
169b067050 Rendering my disgusting font. using it in a few places. wow its hideous
Compare 2 commits »
dustinswan pushed to master at dustinswan/cg 2026-02-23 22:51:20 -07:00
6fe94ddfb2 store paths are now arrays, because '.' needed to be a valid path ident. more quoting crap. font is done! well.. it's something. probably not 'done'
dustinswan pushed to master at dustinswan/cg 2026-02-23 22:22:17 -07:00
515ad7fc9c More quoting nonsense