From e7378cc9cf8f949de370fb2733a3fc9aeb9e46f1 Mon Sep 17 00:00:00 2001 From: Austin Cory Bart Date: Tue, 2 Jun 2020 22:16:53 -0400 Subject: [PATCH] Image mode now mostly works --- .idea/workspace.xml | 32 +++++----- src/ast/ast_Call.js | 5 +- src/ast/ast_Import.js | 12 ++-- src/ast/ast_Str.js | 17 +++--- src/ast/ast_functions.js | 16 +++++ src/block_mirror.js | 15 ++++- src/text_editor.js | 124 +++++++++++++++++++++++++-------------- test/minimal_skulpt.html | 38 +++++++++++- 8 files changed, 184 insertions(+), 75 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 6823046..d59dcb8 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,10 +3,12 @@ - - - - + + + + + +