summaryrefslogtreecommitdiffstats
path: root/builtin-programs/programs.folk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support editing builtin programs.Omar Rizwan2026-03-281-48/+43
| | | | | | | | | | | | | | | | | | | Example: Claim editor {editor 135} has selected program "builtin-programs/decorations/outline.folk" will programmatically point the editor from page 135 (if on your table) to edit the outline builtin program. A patch file ~/folk-data/program/builtin-programs/decorations/outline.folk.edited will be created. The override and "not run" hooks have been moved into boot.folk, so they apply to both builtin and printed programs. programs.folk is significantly simplified. The `program code` claim always refers to original code now (which makes it annoying to query for the code of a running program, which I'm not thrilled about...)
* programs: Add the ability to suppress program runOmar Rizwan2026-02-101-14/+19
|
* forward folk-hex programs to gadget-pinkDaniel Pipkin2025-12-111-1/+1
|
* Detect demo tags, shadow them a bit betterOmar Rizwan2025-12-041-2/+6
|
* virtual-programs -> builtin-programsOmar Rizwan2025-12-041-0/+67