From 8601925accf85d68311f012a82e7c406a7f242e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20M=C3=B6nig?= Date: Thu, 30 Jul 2015 14:49:10 +0200 Subject: [PATCH] improve keyboard editing for embedded rings --- blocks.js | 3 ++- history.txt | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/blocks.js b/blocks.js index 06862246..895a7125 100644 --- a/blocks.js +++ b/blocks.js @@ -156,7 +156,7 @@ DialogBoxMorph, BlockInputFragmentMorph, PrototypeHatBlockMorph, Costume*/ // Global stuff //////////////////////////////////////////////////////// -modules.blocks = '2015-July-27'; +modules.blocks = '2015-July-30'; var SyntaxElementMorph; var BlockMorph; @@ -11675,6 +11675,7 @@ ScriptFocusMorph.prototype.items = function () { !(each instanceof TemplateSlotMorph) && (!each.isStatic || each.choices || + each instanceof RingMorph || each instanceof MultiArgMorph || each instanceof CommandSlotMorph); }); diff --git a/history.txt b/history.txt index 9a91794a..88bb47ff 100755 --- a/history.txt +++ b/history.txt @@ -2550,3 +2550,7 @@ ______ * Morphic: escalate origin with “accept” and “cancel” events from text cursors * BYOB: keep BlockEditors open when or keys are pressed * GUI: stop keyboard editing of blocks when selecting another sprite + +150730 +------ +* Blocks: improve keyboard editing for embedded rings