kopia lustrzana https://github.com/backface/turtlestitch
updated history and version dates
rodzic
643cf9072f
commit
c532ac1f02
|
@ -148,7 +148,7 @@ CustomCommandBlockMorph, SymbolMorph*/
|
||||||
|
|
||||||
// Global stuff ////////////////////////////////////////////////////////
|
// Global stuff ////////////////////////////////////////////////////////
|
||||||
|
|
||||||
modules.blocks = '2017-September-18';
|
modules.blocks = '2017-September-19';
|
||||||
|
|
||||||
var SyntaxElementMorph;
|
var SyntaxElementMorph;
|
||||||
var BlockMorph;
|
var BlockMorph;
|
||||||
|
|
4
gui.js
4
gui.js
|
@ -75,7 +75,7 @@ isRetinaSupported, SliderMorph, Animation*/
|
||||||
|
|
||||||
// Global stuff ////////////////////////////////////////////////////////
|
// Global stuff ////////////////////////////////////////////////////////
|
||||||
|
|
||||||
modules.gui = '2017-September-14';
|
modules.gui = '2017-September-19';
|
||||||
|
|
||||||
// Declarations
|
// Declarations
|
||||||
|
|
||||||
|
@ -4222,7 +4222,7 @@ IDE_Morph.prototype.saveFileAs = function (
|
||||||
var blobIsSupported = false,
|
var blobIsSupported = false,
|
||||||
world = this.world(),
|
world = this.world(),
|
||||||
fileExt,
|
fileExt,
|
||||||
dataURI, dialog;
|
dialog;
|
||||||
|
|
||||||
// fileType is a <kind>/<ext>;<charset> format.
|
// fileType is a <kind>/<ext>;<charset> format.
|
||||||
fileExt = fileType.split('/')[1].split(';')[0];
|
fileExt = fileType.split('/')[1].split(';')[0];
|
||||||
|
|
|
@ -3636,6 +3636,7 @@ Fixes:
|
||||||
170919
|
170919
|
||||||
------
|
------
|
||||||
* BYOB: added “inherited” option to inheritable method templates’ context menu in the palette
|
* BYOB: added “inherited” option to inheritable method templates’ context menu in the palette
|
||||||
|
* fixes for exporting resources, thanks, Michael!
|
||||||
|
|
||||||
|
|
||||||
v4.1 Features:
|
v4.1 Features:
|
||||||
|
|
|
@ -82,7 +82,7 @@ SpeechBubbleMorph, RingMorph, isNil, FileReader, TableDialogMorph,
|
||||||
BlockEditorMorph, BlockDialogMorph, PrototypeHatBlockMorph, localize,
|
BlockEditorMorph, BlockDialogMorph, PrototypeHatBlockMorph, localize,
|
||||||
TableMorph, TableFrameMorph, normalizeCanvas, BooleanSlotMorph, HandleMorph*/
|
TableMorph, TableFrameMorph, normalizeCanvas, BooleanSlotMorph, HandleMorph*/
|
||||||
|
|
||||||
modules.objects = '2017-September-15';
|
modules.objects = '2017-September-19';
|
||||||
|
|
||||||
var SpriteMorph;
|
var SpriteMorph;
|
||||||
var StageMorph;
|
var StageMorph;
|
||||||
|
|
Ładowanie…
Reference in New Issue