From 06d35dae6c6810c3db369b0cf6902c1af3e6f956 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Wed, 17 Apr 2013 17:28:49 +0200 Subject: Export picture of all scripts * new entry in the ScriptsMorph's userMenu lets you export a picture of all scripts, including comments. * place sticky comments on World layer on dragging their anchor block, fixes both #8 and #18 * additional settings for developing the backend --- gui.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gui.js') diff --git a/gui.js b/gui.js index d4320f2..7a0465e 100644 --- a/gui.js +++ b/gui.js @@ -68,7 +68,7 @@ sb, CommentMorph, CommandBlockMorph*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2013-April-12'; +modules.gui = '2013-April-17'; // Declarations @@ -3343,8 +3343,10 @@ IDE_Morph.prototype.setCloudURL = function () { 'Snap!Cloud' : 'https://snapcloud.miosoft.com/miocon/app/' + 'login?_app=SnapCloud', - 'local network dev' : + 'local network lab' : '192.168.2.108:8087/miocon/app/login?_app=SnapCloud', + 'local network office' : + '192.168.186.167:8087/miocon/app/login?_app=SnapCloud', 'localhost dev' : 'localhost/miocon/app/login?_app=SnapCloud' } -- cgit v1.3.1