dustinswan
  • Joined on 2026-03-16
dustinswan pushed to master at dustinswan/cg 2026-04-07 02:52:26 +00:00
22c74bac85 Calling display instead of show in os
dustinswan pushed to master at dustinswan/cg 2026-04-07 02:52:09 +00:00
8932fef6b9 Adding display, fixing show to include quotes in strings
dustinswan pushed to master at dustinswan/cg 2026-04-07 02:51:30 +00:00
d99de85dee updating 'R'
dustinswan pushed to master at dustinswan/cg 2026-04-07 02:50:55 +00:00
dad962d1a8 Formatting fontEditor
dustinswan pushed to master at dustinswan/cg 2026-04-07 02:48:03 +00:00
88fc3a4477 Fixing glyph editor
53105bea7d Putting fonts into a module
Compare 2 commits »
dustinswan pushed to master at dustinswan/cg 2026-04-07 01:54:39 +00:00
d24155e47f on second thought, i want these to stay \n
dustinswan pushed to master at dustinswan/cg 2026-04-07 01:54:18 +00:00
99ee0da8c1 Adding applyModule! function
b4372b69fa Auto format textEditor
Compare 2 commits »
dustinswan pushed to master at dustinswan/cg 2026-04-07 00:18:07 +00:00
88098a9ce0 texteditor: replaceChar
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