dustinswan
  • Joined on 2026-03-16
dustinswan pushed to master at dustinswan/cg 2026-04-06 23:58:23 +00:00
fcb8feb16f openLineAbove
dustinswan pushed to master at dustinswan/cg 2026-04-06 23:55:32 +00:00
24f0046c77 textEditor: append, appendEndLine, fixing some bugs
dustinswan pushed to master at dustinswan/cg 2026-04-06 23:29:44 +00:00
586d55df85 Letting me save things to _ or _myVar to throw it away. fixing printing newlines in strings
dustinswan pushed to master at dustinswan/cg 2026-04-06 23:12:23 +00:00
d36f694d80 Adding findPrev for searching backwards to textEditor. Fixing findNext bug
dustinswan pushed to master at dustinswan/cg 2026-04-06 02:42:55 +00:00
4a62774a57 Adding basic search to the text editor
dustinswan pushed to master at dustinswan/cg 2026-04-03 22:17:48 +00:00
8e05690ef3 Modularizing textEditor, moving it to the filename that matches the module
dustinswan pushed to master at dustinswan/cg 2026-04-03 01:37:09 +00:00
ae7ee9418b Taking functions out of state so i can persist it
dustinswan pushed to master at dustinswan/cg 2026-04-03 00:59:57 +00:00
f7c3dff80f Adding the files that were pretty printed
dustinswan pushed to master at dustinswan/cg 2026-04-02 23:17:36 +00:00
5c75d30e44 Writing to disk on syncToAst
dustinswan pushed to master at dustinswan/cg 2026-04-02 23:02:00 +00:00
9555f93dd5 Moving palette so i can save it with CG
dustinswan pushed to master at dustinswan/cg 2026-04-02 22:59:53 +00:00
f2c381cad7 Os module is now generated by CG. modularizing palette
dustinswan pushed to master at dustinswan/cg 2026-04-02 22:58:54 +00:00
fa999b70fe Turning off HMR so every time we change state we don't reload the page
dustinswan pushed to master at dustinswan/cg 2026-04-02 22:58:37 +00:00
13d582419e When compiling top level stuff put it in a store record, don't const them. More cleaning
dustinswan pushed to master at dustinswan/cg 2026-04-02 21:58:32 +00:00
a1caaf54e7 Moving os to the module name. disabling vite ignore for now
dustinswan pushed to master at dustinswan/cg 2026-04-02 21:29:19 +00:00
0bab0b88f3 No longer saving to localStorage. ignoring cg files so vite doesn't reload the page every time i save state
dustinswan pushed to master at dustinswan/cg 2026-04-02 21:07:09 +00:00
e0cd7f2bae Saving cg defs to filesystem upon change, updating calls to save defs to use fs
dustinswan pushed to master at dustinswan/cg 2026-04-02 21:06:18 +00:00
cea41c8247 Saving cg definitions and modules to the cg directory!!
dustinswan pushed to master at dustinswan/cg 2026-04-02 21:05:55 +00:00
d606a83dbd Moving layout into its own module (and file)
dustinswan pushed to master at dustinswan/cg 2026-04-02 03:55:34 +00:00
d6466555df Saving modules to files
dustinswan pushed to master at dustinswan/cg 2026-04-02 03:39:13 +00:00
ed103ed2cb Module syntax. doesn't really do anything yet. well, it groups definitions