From 2596fabf110b560b7a0ea688e136591b5ab1cb92 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Wed, 29 May 2019 13:49:22 +0200 Subject: [PATCH] made the "temporary?" attibute readable I hate my life even more! This emphasizes totally silly aspects of Snap! at the cost of adding cognitive burden. It's a mirage: It looks loomingly important but has little to no relevance in reality. Only for nitpicks who don't ever make projects. --- HISTORY.md | 2 ++ src/blocks.js | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 25059aa1..0ecf4559 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -58,6 +58,7 @@ * colors in the vector editor are now named "Edge color" and "Fill color", thanks, Brian! * renamed "whitespace" option in SPLIT to "word" * made the "name" attribute programmatically settable + * made the "temporary?" attibute readyble * deprecated storing projects in the browser's localStorage * deprecated some (useless) graphic effects * additional "publish / unpublish" buttons in the project dialog @@ -87,6 +88,7 @@ * Blocks, Threads, Objects: added "blitz" version of FIND * Blocks, Threads, Objects: renamed "whitespace" option in SPLIT to "word" * GUI, Threads: made "name" attribut programmatically settable, (I hate my life!) +* Blocks: made the "temporary?" attibute readable (I hate my life even more!) ### 2019-05-28 * Maps: added various different tile hosts diff --git a/src/blocks.js b/src/blocks.js index 84712253..3e0ae5d5 100644 --- a/src/blocks.js +++ b/src/blocks.js @@ -8959,8 +8959,6 @@ InputSlotMorph.prototype.gettablesMenu = function () { if (oop) { dict.children = ['children']; dict.parent = ['parent']; - } - if (oop && this.world().isDevMode) { dict['temporary?'] = ['temporary?']; } dict.name = ['name'];