From 94ca4607bc9458690e52437be2cef76ef897ec21 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Fri, 20 Apr 2018 20:50:20 +0100 Subject: [PATCH] Add projects to runtime-api --- editor/templates/index.mst | 2 +- red/api/editor/index.js | 9 +- red/api/editor/library.js | 2 +- red/api/editor/projects/index.js | 586 +++++++++++-------------- red/api/editor/theme.js | 5 +- red/api/editor/ui.js | 23 +- red/runtime-api/index.js | 34 +- red/runtime-api/nodes.js | 23 +- red/runtime-api/projects.js | 441 +++++++++++++++++++ red/runtime-api/settings.js | 82 ++-- red/runtime/nodes/registry/registry.js | 3 + 11 files changed, 808 insertions(+), 402 deletions(-) create mode 100644 red/runtime-api/projects.js diff --git a/editor/templates/index.mst b/editor/templates/index.mst index b8d0ac0c0..76036b93c 100644 --- a/editor/templates/index.mst +++ b/editor/templates/index.mst @@ -36,7 +36,7 @@