diff options
| author | jmoenig <jens@moenig.org> | 2014-07-06 19:07:30 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2014-07-06 19:07:30 +0200 |
| commit | 17ea18f05733d5f6962266316a6ffa8ca6b0808a (patch) | |
| tree | 1025b13ac89c812531bfbd402c8f851b79cd8b6a | |
| parent | 90b30ceed5abcee1dc05ed79afbfb9b25935f113 (diff) | |
| download | snap-yow-17ea18f05733d5f6962266316a6ffa8ca6b0808a.tar.gz snap-yow-17ea18f05733d5f6962266316a6ffa8ca6b0808a.zip | |
add "ringify" to every "unringify" menu option
| -rw-r--r-- | blocks.js | 3 | ||||
| -rwxr-xr-x | history.txt | 4 |
2 files changed, 6 insertions, 1 deletions
@@ -155,7 +155,7 @@ DialogBoxMorph, BlockInputFragmentMorph, PrototypeHatBlockMorph, Costume*/ // Global stuff //////////////////////////////////////////////////////// -modules.blocks = '2014-June-06'; +modules.blocks = '2014-July-06'; var SyntaxElementMorph; @@ -2110,6 +2110,7 @@ BlockMorph.prototype.userMenu = function () { if (this.parentThatIsA(RingMorph)) { menu.addLine(); menu.addItem("unringify", 'unringify'); + menu.addItem("ringify", 'ringify'); return menu; } if (this.parent instanceof ReporterSlotMorph diff --git a/history.txt b/history.txt index 170fa29..8a519e9 100755 --- a/history.txt +++ b/history.txt @@ -2171,3 +2171,7 @@ ______ ------ * Morphic: Inspector enhancements (dynamic property update, keyboard shortcuts) * GUI: update visibility of share/unshare buttons, Thanks, Kunal! + +* 140706 +-------- +* Blocks: add “ringify” to every context menu that already has “unringify” |
