diff options
| author | jmoenig <jens@moenig.org> | 2013-04-17 17:28:49 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2013-04-17 17:28:49 +0200 |
| commit | 06d35dae6c6810c3db369b0cf6902c1af3e6f956 (patch) | |
| tree | b663e4aae943db63d6a0b7061e4e1daafefcc821 /gui.js | |
| parent | 15718f44a30a022a5f45001f3fd2d506da504ff1 (diff) | |
| download | snap-byow-06d35dae6c6810c3db369b0cf6902c1af3e6f956.tar.gz snap-byow-06d35dae6c6810c3db369b0cf6902c1af3e6f956.zip | |
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
Diffstat (limited to 'gui.js')
| -rw-r--r-- | gui.js | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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' } |
