0; i--){\n var origin = this.similarityMatrix[startingCell.x][startingCell.y].getOrigin()\n \n if (origin == \"northWest\"){\n if (!(this.firstWord[startingCell.x-1] == this.secondWord[startingCell.y-1])){\n var newWord = this.evolutionArray[i+1].getTextString().substring(0, i-1) \n + this.firstWord[i-1]\n + this.evolutionArray[i+1].getTextString().substr(i)\n this.evolutionArray[i].setTextString(newWord)\n } else {\n this.evolutionArray[i].setTextString(this.evolutionArray[i+1].getTextString())\n }\n startingCell.x--\n startingCell.y--\n } else if (origin == \"north\"){\n var newWord = this.evolutionArray[i+1].getTextString().substring(0, i) \n + this.evolutionArray[i+1].getTextString().substr(i+1)\n this.evolutionArray[i].setTextString(newWord)\n startingCell.y--\n } else {\n alertOK(i)\n var newWord = this.evolutionArray[i+1].getTextString().substring(0, i+1) \n + this.firstWord[startingCell.x]\n + this.evolutionArray[i+1].getTextString().substr(i+1)\n this.evolutionArray[i].setTextString(newWord)\n startingCell.x--\n }\n \n }*/\n \n}).tag([]);","_Align":"left","lastSearchString":"migrate","eventHandler":{"__isSmartRef__":true,"id":2919},"attributeConnections":[{"__isSmartRef__":true,"id":2920},{"__isSmartRef__":true,"id":2935},{"__isSmartRef__":true,"id":2936}],"doNotSerialize":["$$textString","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors"],"doNotCopyProperties":["$$textString"],"_MinTextWidth":588.0166612695056,"_MinTextHeight":null,"lastSaveSource":"// changed at Wed Dec 12 2012 15:02:01 GMT+0100 (Mitteleuropäische Zeit) by dustin.glaeser \nthis.addScript(function showEvolutionArray() {\n\n this.initializeEvolutionArray()\n \n var startingCell= new Object()\n startingCell.x = this.matrixIndexX\n startingCell.y = this.matrixIndexY\n startingCell.origin = this.similarityMatrix[startingCell.x][startingCell.y].getOrigin()\n \n this.fillEvolutionArray(startingCell, this.stepCounter-1)\n \n /*\n for (var i = this.stepCounter-1; i > 0; i--){\n var origin = this.similarityMatrix[startingCell.x][startingCell.y].getOrigin()\n \n if (origin == \"northWest\"){\n if (!(this.firstWord[startingCell.x-1] == this.secondWord[startingCell.y-1])){\n var newWord = this.evolutionArray[i+1].getTextString().substring(0, i-1) \n + this.firstWord[i-1]\n + this.evolutionArray[i+1].getTextString().substr(i)\n this.evolutionArray[i].setTextString(newWord)\n } else {\n this.evolutionArray[i].setTextString(this.evolutionArray[i+1].getTextString())\n }\n startingCell.x--\n startingCell.y--\n } else if (origin == \"north\"){\n var newWord = this.evolutionArray[i+1].getTextString().substring(0, i) \n + this.evolutionArray[i+1].getTextString().substr(i+1)\n this.evolutionArray[i].setTextString(newWord)\n startingCell.y--\n } else {\n alertOK(i)\n var newWord = this.evolutionArray[i+1].getTextString().substring(0, i+1) \n + this.firstWord[startingCell.x]\n + this.evolutionArray[i+1].getTextString().substr(i+1)\n this.evolutionArray[i].setTextString(newWord)\n startingCell.x--\n }\n \n }*/\n \n}).tag([]);","isBeingDragged":false,"draggingEnabled":false,"objectEditorPane":{"__isSmartRef__":true,"id":10},"isCopyMorphRef":true,"morphRefId":1,"statusMorph":{"__isSmartRef__":true,"id":2938},"derivationIds":[219,"DD5046D0-C1D6-412A-83C9-CD7EE63D40E0","4D92BDFD-A599-4154-A197-A4B1292C1619","98551F68-B128-4262-9BC2-6B8AC7C8D7C0","47731662-FF8E-4C0F-A170-FD5C56A06021","3FC7FDE6-156F-4056-BB04-B76D8B6C5472","C1E8D5BB-56F9-47B3-A520-BEEFEF791823","115FC149-EEF9-415A-A5B7-AB0B9D0170A4","0D66FA39-01E7-4F16-840C-4FA0FA14DD10","B0A74693-DE3F-4867-8DC0-61B098A8F0D1","3547765B-E224-48EC-B58F-278C1DC7422E","8561ACCF-315A-46EC-9412-BC5D4C55D437","533D6602-9E1A-414A-9646-0FEF9ECCEBF7","5141CF81-6EA1-419B-97AC-62C22FEFC658","B9E83FD9-9781-4F00-8A07-0C96E0D29D3D","034F48B5-B4B1-4DF5-9FA5-9A9CFB99F43A","70FBC800-1914-4F9C-A8E4-2190F72E2902","64465644-E389-4AA2-BE05-93FB591B45D0","E80928FE-6AC8-4FE0-B0A2-7C7A0C7D5E85","E24E50AD-DCA6-4D01-A523-CC1E4FB09222","27E050B0-3192-426E-B01D-907ECF280A68","A241F064-0186-4F84-A037-84CBD9E0D24D","829776FC-15F2-466D-B5F4-88CC9444B1B8","22E56E25-3268-413C-B033-1DB2D96AFA9B","FD5B6693-EB83-4E16-BEA6-D5E23C7E3D48","0A2AD01B-8B4E-4779-9FDF-A504DBC86B5D","EBDFA302-80A1-48E9-B1B3-6143F685CCFF","AB62E3F9-D889-47F9-922A-C440E6382005","6675A7FB-925B-4D65-9CBE-77F2760A6040","122CA78C-89E9-45CE-ADE1-33219233E35A","0A19446A-7C58-465E-9B96-6D7E1CFCDEC5"],"owner":{"__isSmartRef__":true,"id":10},"syntaxHighlightingWhileTyping":true,"#startLetters":"enable","_Rotation":0,"_Scale":1,"_syntaxHighlightTimeout":null,"lastSyntaxHighlightTimes":[1,5,7,3,4,5,5,11,10,10],"_lastSyntaxHighlightTime":47,"_WordBreak":"break-all","__serializedExpressions__":["_Padding","distanceToDragEvent","_Position"],"textString":"// changed at Wed Dec 12 2012 15:02:01 GMT+0100 (Mitteleuropäische Zeit) by dustin.glaeser \nthis.addScript(function showEvolutionArray() {\n\n this.initializeEvolutionArray()\n \n var startingCell= new Object()\n startingCell.x = this.matrixIndexX\n startingCell.y = this.matrixIndexY\n startingCell.origin = this.similarityMatrix[startingCell.x][startingCell.y].getOrigin()\n \n this.fillEvolutionArray(startingCell, this.stepCounter-1)\n \n /*\n for (var i = this.stepCounter-1; i > 0; i--){\n var origin = this.similarityMatrix[startingCell.x][startingCell.y].getOrigin()\n \n if (origin == \"northWest\"){\n if (!(this.firstWord[startingCell.x-1] == this.secondWord[startingCell.y-1])){\n var newWord = this.evolutionArray[i+1].getTextString().substring(0, i-1) \n + this.firstWord[i-1]\n + this.evolutionArray[i+1].getTextString().substr(i)\n this.evolutionArray[i].setTextString(newWord)\n } else {\n this.evolutionArray[i].setTextString(this.evolutionArray[i+1].getTextString())\n }\n startingCell.x--\n startingCell.y--\n } else if (origin == \"north\"){\n var newWord = this.evolutionArray[i+1].getTextString().substring(0, i) \n + this.evolutionArray[i+1].getTextString().substr(i+1)\n this.evolutionArray[i].setTextString(newWord)\n startingCell.y--\n } else {\n alertOK(i)\n var newWord = this.evolutionArray[i+1].getTextString().substring(0, i+1) \n + this.firstWord[startingCell.x]\n + this.evolutionArray[i+1].getTextString().substr(i+1)\n this.evolutionArray[i].setTextString(newWord)\n startingCell.x--\n }\n \n }*/\n \n}).tag([]);","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2943},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(2,1,0,0)","distanceToDragEvent":"lively.pt(341.2,-18.3)","_Position":"lively.pt(200.0,40.0)"},"246":{"_BorderWidth":1,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"auto","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(734.0,382.8)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)","_Padding":"lively.rect(0,0,0,0)"},"247":{"style":{"__isSmartRef__":true,"id":248},"chunkOwner":{"__isSmartRef__":true,"id":245},"_id":"_7","storedString":"//","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"248":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(128,0,0)"},"249":{"_id":"_21","style":{"__isSmartRef__":true,"id":250},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":" changed at Wed Dec 12 2012 15:02:01 GMT+0100 (Mitteleuropäische Zeit) by dustin.glaeser ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"250":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"251":{"_id":"_22","style":{"__isSmartRef__":true,"id":252},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":"\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"252":{"__serializedExpressions__":["backgroundColor"],"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","backgroundColor":"Color.rgba(204,204,0,0.4)"},"253":{"_id":"_23","style":{"__isSmartRef__":true,"id":254},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"254":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"255":{"_id":"_24","style":{"__isSmartRef__":true,"id":256},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":".addScript(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"256":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"257":{"_id":"_25","style":{"__isSmartRef__":true,"id":258},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":"function","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"258":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"259":{"_id":"_26","style":{"__isSmartRef__":true,"id":260},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":" showEvolutionArray() ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"260":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"261":{"_id":"_27","style":{"__isSmartRef__":true,"id":262},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"262":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"263":{"_id":"_28","style":{"__isSmartRef__":true,"id":264},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":"\n\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"264":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"265":{"_id":"_29","style":{"__isSmartRef__":true,"id":266},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"266":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"267":{"_id":"_30","style":{"__isSmartRef__":true,"id":268},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":".initializeEvolutionArray()\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"268":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"269":{"_id":"_31","style":{"__isSmartRef__":true,"id":270},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":" \n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"270":{"__serializedExpressions__":["backgroundColor"],"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","backgroundColor":"Color.rgba(204,204,0,0.4)"},"271":{"_id":"_32","style":{"__isSmartRef__":true,"id":272},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"272":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"273":{"_id":"_33","style":{"__isSmartRef__":true,"id":274},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":"var","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"274":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"275":{"_id":"_34","style":{"__isSmartRef__":true,"id":276},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":" startingCell= ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"276":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"277":{"_id":"_35","style":{"__isSmartRef__":true,"id":278},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":"new","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"278":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"279":{"_id":"_36","style":{"__isSmartRef__":true,"id":280},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"280":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"281":{"_id":"_37","style":{"__isSmartRef__":true,"id":282},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":"Object","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"282":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(255,20,147)"},"283":{"_id":"_38","style":{"__isSmartRef__":true,"id":284},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":"()\n startingCell.x = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"284":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"285":{"_id":"_39","style":{"__isSmartRef__":true,"id":286},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"286":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"287":{"_id":"_40","style":{"__isSmartRef__":true,"id":288},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":".matrixIndexX\n startingCell.y = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"288":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"289":{"_id":"_41","style":{"__isSmartRef__":true,"id":290},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"290":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"291":{"_id":"_42","style":{"__isSmartRef__":true,"id":292},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":".matrixIndexY\n startingCell.origin = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"292":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"293":{"_id":"_43","style":{"__isSmartRef__":true,"id":294},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"294":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"295":{"_id":"_44","style":{"__isSmartRef__":true,"id":296},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":".similarityMatrix[startingCell.x][startingCell.y].getOrigin()\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"296":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"297":{"_id":"_45","style":{"__isSmartRef__":true,"id":298},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":" \n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"298":{"__serializedExpressions__":["backgroundColor"],"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","backgroundColor":"Color.rgba(204,204,0,0.4)"},"299":{"_id":"_46","style":{"__isSmartRef__":true,"id":300},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"300":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"301":{"_id":"_47","style":{"__isSmartRef__":true,"id":302},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"302":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"303":{"_id":"_48","style":{"__isSmartRef__":true,"id":304},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":".fillEvolutionArray(startingCell, ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"304":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"305":{"_id":"_49","style":{"__isSmartRef__":true,"id":306},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"306":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"307":{"_id":"_50","style":{"__isSmartRef__":true,"id":308},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":".stepCounter","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"308":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"309":{"_id":"_51","style":{"__isSmartRef__":true,"id":310},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":"-1","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"310":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"311":{"_id":"_52","style":{"__isSmartRef__":true,"id":312},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":")\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"312":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"313":{"_id":"_53","style":{"__isSmartRef__":true,"id":314},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":" \n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"314":{"__serializedExpressions__":["backgroundColor"],"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","backgroundColor":"Color.rgba(204,204,0,0.4)"},"315":{"_id":"_54","style":{"__isSmartRef__":true,"id":316},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"316":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"317":{"_id":"_55","style":{"__isSmartRef__":true,"id":318},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":"/*\n for (var i = this.stepCounter-1; i > 0; i--){\n var origin = this.similarityMatrix[startingCell.x][startingCell.y].getOrigin()\n \n if (origin == \"northWest\"){\n if (!(this.firstWord[startingCell.x-1] == this.secondWord[startingCell.y-1])){\n var newWord = this.evolutionArray[i+1].getTextString().substring(0, i-1) \n + this.firstWord[i-1]\n + this.evolutionArray[i+1].getTextString().substr(i)\n this.evolutionArray[i].setTextString(newWord)\n } else {\n this.evolutionArray[i].setTextString(this.evolutionArray[i+1].getTextString())\n }\n startingCell.x--\n startingCell.y--\n } else if (origin == \"north\"){\n var newWord = this.evolutionArray[i+1].getTextString().substring(0, i) \n + this.evolutionArray[i+1].getTextString().substr(i+1)\n this.evolutionArray[i].setTextString(newWord)\n startingCell.y--\n } else {\n alertOK(i)\n var newWord = this.evolutionArray[i+1].getTextString().substring(0, i+1) \n + this.firstWord[startingCell.x]\n + this.evolutionArray[i+1].getTextString().substr(i+1)\n this.evolutionArray[i].setTextString(newWord)\n startingCell.x--\n }\n \n }*/","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"318":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(128,128,128)"},"319":{"_id":"_56","style":{"__isSmartRef__":true,"id":320},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":"\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"320":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"321":{"_id":"_57","style":{"__isSmartRef__":true,"id":322},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":" \n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"322":{"__serializedExpressions__":["backgroundColor"],"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","backgroundColor":"Color.rgba(204,204,0,0.4)"},"323":{"_id":"_58","style":{"__isSmartRef__":true,"id":324},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"324":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"325":{"_id":"_59","style":{"__isSmartRef__":true,"id":326},"chunkOwner":{"__isSmartRef__":true,"id":245},"storedString":").tag([]);","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"326":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"327":{"resizeWidth":true,"resizeHeight":true},"328":{"requiredModules":[],"partsSpaceName":"PartsBin/Widgets/","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"329":{"submorphs":[{"__isSmartRef__":true,"id":330},{"__isSmartRef__":true,"id":360},{"__isSmartRef__":true,"id":528},{"__isSmartRef__":true,"id":577},{"__isSmartRef__":true,"id":619},{"__isSmartRef__":true,"id":660},{"__isSmartRef__":true,"id":700},{"__isSmartRef__":true,"id":742},{"__isSmartRef__":true,"id":763},{"__isSmartRef__":true,"id":812},{"__isSmartRef__":true,"id":861},{"__isSmartRef__":true,"id":910},{"__isSmartRef__":true,"id":959},{"__isSmartRef__":true,"id":1008},{"__isSmartRef__":true,"id":1057},{"__isSmartRef__":true,"id":1106},{"__isSmartRef__":true,"id":1155},{"__isSmartRef__":true,"id":1204},{"__isSmartRef__":true,"id":1253},{"__isSmartRef__":true,"id":1302},{"__isSmartRef__":true,"id":1351},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1449},{"__isSmartRef__":true,"id":1498},{"__isSmartRef__":true,"id":1547},{"__isSmartRef__":true,"id":1596},{"__isSmartRef__":true,"id":1645},{"__isSmartRef__":true,"id":1694},{"__isSmartRef__":true,"id":1743},{"__isSmartRef__":true,"id":1792},{"__isSmartRef__":true,"id":1841},{"__isSmartRef__":true,"id":1890},{"__isSmartRef__":true,"id":1939},{"__isSmartRef__":true,"id":1988},{"__isSmartRef__":true,"id":2037},{"__isSmartRef__":true,"id":2086},{"__isSmartRef__":true,"id":2135},{"__isSmartRef__":true,"id":2184},{"__isSmartRef__":true,"id":2201},{"__isSmartRef__":true,"id":2206},{"__isSmartRef__":true,"id":2211},{"__isSmartRef__":true,"id":2216}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2221},"derivationIds":[null,"2EFF143B-F40A-4B09-9952-E84CF562D536","FF0758E5-A537-4FB5-9602-372ED64B0580","C21FF8FF-A260-43B8-BB3E-5F8F6EC0419D","6BB3A3E4-92EA-413F-9534-063A260CB61E","C17C74E8-8023-452E-89C5-46030CFA3FE5","95BC416C-0142-4315-9DC6-9EB79896A94A","E456ACAD-E205-40D9-AE9E-09BE747CD0C5","B4198021-0EE5-4A6C-B406-0A985D100315","ED0F612C-5C5A-4FD5-BC7C-23F8B0454ADD","F9B82564-44C2-4ED5-B794-B6E782144CB2"],"id":"F79A87F4-45EF-4084-948D-A9E72947A5AB","eventHandler":{"__isSmartRef__":true,"id":2222},"droppingEnabled":true,"halosEnabled":true,"tab":{"__isSmartRef__":true,"id":2223},"tabBar":{"__isSmartRef__":true,"id":2231},"grabbingEnabled":false,"draggingEnabled":false,"name":"Levenshtein - Pane","owner":{"__isSmartRef__":true,"id":2240},"showsHalos":false,"_ClipMode":"scroll","layout":{"__isSmartRef__":true,"id":2824},"similarityMatrix":[[{"__isSmartRef__":true,"id":1204},{"__isSmartRef__":true,"id":1449},{"__isSmartRef__":true,"id":1498},{"__isSmartRef__":true,"id":1547}],[{"__isSmartRef__":true,"id":1253},{"__isSmartRef__":true,"id":1596},{"__isSmartRef__":true,"id":1645},{"__isSmartRef__":true,"id":1694}],[{"__isSmartRef__":true,"id":1302},{"__isSmartRef__":true,"id":1743},{"__isSmartRef__":true,"id":1792},{"__isSmartRef__":true,"id":1841}],[{"__isSmartRef__":true,"id":1351},{"__isSmartRef__":true,"id":1890},{"__isSmartRef__":true,"id":1939},{"__isSmartRef__":true,"id":1988}],[{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":2037},{"__isSmartRef__":true,"id":2086},{"__isSmartRef__":true,"id":2135}]],"firstWord":"TIER","secondWord":"TOR","#startLetters":"stepCounter","prevScroll":[0,0],"cellsToDelete":[{"__isSmartRef__":true,"id":763},{"__isSmartRef__":true,"id":812},{"__isSmartRef__":true,"id":861},{"__isSmartRef__":true,"id":910},{"__isSmartRef__":true,"id":959},{"__isSmartRef__":true,"id":1008},{"__isSmartRef__":true,"id":1057},{"__isSmartRef__":true,"id":1106},{"__isSmartRef__":true,"id":1155},{"__isSmartRef__":true,"id":1204},{"__isSmartRef__":true,"id":1253},{"__isSmartRef__":true,"id":1302},{"__isSmartRef__":true,"id":1351},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1449},{"__isSmartRef__":true,"id":1498},{"__isSmartRef__":true,"id":1547},{"__isSmartRef__":true,"id":1596},{"__isSmartRef__":true,"id":1645},{"__isSmartRef__":true,"id":1694},{"__isSmartRef__":true,"id":1743},{"__isSmartRef__":true,"id":1792},{"__isSmartRef__":true,"id":1841},{"__isSmartRef__":true,"id":1890},{"__isSmartRef__":true,"id":1939},{"__isSmartRef__":true,"id":1988},{"__isSmartRef__":true,"id":2037},{"__isSmartRef__":true,"id":2086},{"__isSmartRef__":true,"id":2135}],"partTests":{"__isSmartRef__":true,"id":2825},"matrixIndexX":4,"matrixIndexY":3,"arrowsToDelete":[],"stepCounter":4,"evolutionArray":[{"__isSmartRef__":true,"id":2184},{"__isSmartRef__":true,"id":2201},{"__isSmartRef__":true,"id":2206},{"__isSmartRef__":true,"id":2211},{"__isSmartRef__":true,"id":2216}],"textBoxesToDelete":[{"__isSmartRef__":true,"id":2184},{"__isSmartRef__":true,"id":2201},{"__isSmartRef__":true,"id":2206},{"__isSmartRef__":true,"id":2211},{"__isSmartRef__":true,"id":2216}],"__serializedExpressions__":["_Position"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2826},"__LivelyClassName__":"lively.morphic.TabPane","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(0.0,0.0)"},"330":{"submorphs":[],"scripts":[],"id":"3F226E40-5E4D-44A4-BD21-815A0CD707BA","shape":{"__isSmartRef__":true,"id":331},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":434.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"cellPrototype1","partsBinMetaInfo":{"__isSmartRef__":true,"id":332},"textChunks":[{"__isSmartRef__":true,"id":343}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":345},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","912C0C89-FAFC-4FF5-AE7C-9E96379A6CD5","DE261404-C89B-4A15-A35F-F1CE7999EF3E","8F46E464-00F3-440F-9F85-E162300504AC","25AA1AEE-A7AB-447E-B3BA-291EB204ADD2","5BFD9275-5EAD-475E-B781-125BF45788EA","BA7EFF02-88FC-4F64-BAE3-B09414B770AF","17D8B678-47B9-4E7E-AEF0-0BC4CA174EC7","89B1AD2F-CB1E-4F22-BC6B-0EB8F01A6B8D"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":434.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"open","owner":null,"layout":{"__isSmartRef__":true,"id":346},"lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":347},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(50.0,100.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(300.0,-10.0)"},"331":{"fill":null,"_BorderWidth":1,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(444.7,28.0)","_BorderColor":"Color.rgb(95,94,95)","_Padding":"lively.rect(4,2,0,0)"},"332":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":333},{"__isSmartRef__":true,"id":335},{"__isSmartRef__":true,"id":337},{"__isSmartRef__":true,"id":339},{"__isSmartRef__":true,"id":341}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"333":{"date":{"__isSmartRef__":true,"id":334},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"334":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"335":{"date":{"__isSmartRef__":true,"id":336},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"336":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"337":{"date":{"__isSmartRef__":true,"id":338},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"338":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"339":{"date":{"__isSmartRef__":true,"id":340},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"340":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"341":{"date":{"__isSmartRef__":true,"id":342},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"342":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"343":{"style":{"__isSmartRef__":true,"id":344},"morph":{"__isSmartRef__":true,"id":330},"chunkOwner":{"__isSmartRef__":true,"id":330},"storedString":"T","_id":"_16355","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"344":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"345":{"morph":{"__isSmartRef__":true,"id":330},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"346":{"resizeWidth":true,"resizeHeight":true},"347":{"setValue":{"__isSmartRef__":true,"id":348},"showValue":{"__isSmartRef__":true,"id":352},"hideValue":{"__isSmartRef__":true,"id":356}},"348":{"varMapping":{"__isSmartRef__":true,"id":349},"source":"function setValue(value) {\n this.value = value\n}","funcProperties":{"__isSmartRef__":true,"id":350},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"349":{"this":{"__isSmartRef__":true,"id":330}},"350":{"timestamp":{"__isSmartRef__":true,"id":351},"user":"dustin.glaeser","tags":[]},"351":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:47:03 GMT+0100 (Mitteleuropäische Zeit)"},"352":{"varMapping":{"__isSmartRef__":true,"id":353},"source":"function showValue() {\n this.setTextString(this.value)\n}","funcProperties":{"__isSmartRef__":true,"id":354},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"353":{"this":{"__isSmartRef__":true,"id":330}},"354":{"timestamp":{"__isSmartRef__":true,"id":355},"user":"dustin.glaeser","tags":[]},"355":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:48:56 GMT+0100 (Mitteleuropäische Zeit)"},"356":{"varMapping":{"__isSmartRef__":true,"id":357},"source":"function hideValue() {\n this.setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":358},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"357":{"this":{"__isSmartRef__":true,"id":330}},"358":{"timestamp":{"__isSmartRef__":true,"id":359},"user":"dustin.glaeser","tags":[]},"359":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:49:13 GMT+0100 (Mitteleuropäische Zeit)"},"360":{"submorphs":[{"__isSmartRef__":true,"id":361},{"__isSmartRef__":true,"id":385},{"__isSmartRef__":true,"id":402},{"__isSmartRef__":true,"id":420},{"__isSmartRef__":true,"id":455},{"__isSmartRef__":true,"id":473},{"__isSmartRef__":true,"id":490}],"scripts":[],"id":"F03AE1B8-1AD4-4C92-9253-0D10ECC609A8","shape":{"__isSmartRef__":true,"id":507},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"name":"CollapsiblePanel","isCollapsed":false,"minCollapsedWidth":5,"collapseOrientation":0,"minCollapsedHeight":5,"partsBinMetaInfo":{"__isSmartRef__":true,"id":508},"CollapseOrientations":{"__isSmartRef__":true,"id":510},"derivationIds":[86],"eventHandler":{"__isSmartRef__":true,"id":511},"_ClipMode":"visible","moved":true,"owner":{"__isSmartRef__":true,"id":329},"isBeingDragged":false,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":512},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(285.0,11.0)","distanceToDragEvent":"lively.pt(147.0,-11.0)"},"361":{"submorphs":[{"__isSmartRef__":true,"id":362}],"scripts":[],"id":"80AB32F4-60B5-4706-86DD-673860160EAC","shape":{"__isSmartRef__":true,"id":373},"droppingEnabled":true,"halosEnabled":true,"eventHandler":{"__isSmartRef__":true,"id":376},"controlPoints":[{"__isSmartRef__":true,"id":377},{"__isSmartRef__":true,"id":378}],"showsHalos":false,"name":"LineWithArrow","partsBinMetaInfo":{"__isSmartRef__":true,"id":379},"isBeingDragged":false,"derivationIds":[1637],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":360},"_Rotation":0,"_Scale":0.2,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(16.0,12.0)"},"362":{"submorphs":[],"scripts":[],"id":"5F4935E9-6230-48A8-BB61-F36F0B2B91D9","shape":{"__isSmartRef__":true,"id":363},"droppingEnabled":true,"halosEnabled":true,"eventHandler":{"__isSmartRef__":true,"id":368},"owner":{"__isSmartRef__":true,"id":361},"controlPoints":[{"__isSmartRef__":true,"id":369},{"__isSmartRef__":true,"id":370},{"__isSmartRef__":true,"id":371},{"__isSmartRef__":true,"id":372}],"showsHalos":false,"grabbingEnabled":false,"derivationIds":[1638],"_ClipMode":"visible","_Rotation":0.6548320685978207,"_Scale":2,"__serializedExpressions__":["_Origin","_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Origin":"lively.pt(12.0,6.0)","_Position":"lively.pt(55.0,43.0)","distanceToDragEvent":"lively.pt(15.0,-33.0)"},"363":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":364},{"__isSmartRef__":true,"id":365},{"__isSmartRef__":true,"id":366},{"__isSmartRef__":true,"id":367}],"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_Fill","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(-19.0,-8.0)","_Extent":"lively.pt(19.0,16.0)","_Fill":"Color.rgb(0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"364":{"isAbsolute":true,"x":-18,"y":-7,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"365":{"isAbsolute":true,"x":-18,"y":8,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"366":{"isAbsolute":true,"x":0,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"367":{"isAbsolute":true,"x":-18,"y":-7,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"368":{"morph":{"__isSmartRef__":true,"id":362},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"369":{"morph":{"__isSmartRef__":true,"id":362},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"370":{"morph":{"__isSmartRef__":true,"id":362},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"371":{"morph":{"__isSmartRef__":true,"id":362},"index":2,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"372":{"morph":{"__isSmartRef__":true,"id":362},"index":3,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"373":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":374},{"__isSmartRef__":true,"id":375}],"_BorderWidth":4,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(-60.0,-46.0)","_Extent":"lively.pt(117.0,91.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"374":{"isAbsolute":true,"x":-57,"y":-43,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"375":{"isAbsolute":true,"x":55,"y":43.00000000000003,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"376":{"morph":{"__isSmartRef__":true,"id":361},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"377":{"morph":{"__isSmartRef__":true,"id":361},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"378":{"morph":{"__isSmartRef__":true,"id":361},"index":1,"marker":{"__isSmartRef__":true,"id":362},"markerDirection":"prev","connectedMagnet":null,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"379":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","partName":"LineWithArrow","comment":"a Line with one arrow","changes":[{"__isSmartRef__":true,"id":380},{"__isSmartRef__":true,"id":382}],"lastModifiedDate":{"__isSmartRef__":true,"id":384},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"380":{"date":{"__isSmartRef__":true,"id":381},"author":"lauritz","message":"recreated after origin fix","id":"B14B3E80-753D-4508-A4CA-B29DD1280CB1"},"381":{"isSerializedDate":true,"string":"Wed Nov 02 2011 06:22:22 GMT+0100 (Mitteleuropäische Zeit)"},"382":{"date":{"__isSmartRef__":true,"id":383},"author":"jenslincke","message":"disable grabbling in arrow head","id":"4E6AF6E9-9FED-4B0A-85E9-9A73E7171295"},"383":{"isSerializedDate":true,"string":"Thu Nov 17 2011 15:54:18 GMT+0100 (Mitteleuropäische Zeit)"},"384":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"385":{"submorphs":[],"scripts":[],"id":"180E2C95-6D95-43F8-A5B1-35359FDC0947","shape":{"__isSmartRef__":true,"id":386},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":10,"name":"Text3","partsBinMetaInfo":{"__isSmartRef__":true,"id":387},"textChunks":[{"__isSmartRef__":true,"id":399}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":401},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":360},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(38.0,6.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(93.0,-13.0)"},"386":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(130.7,20.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"387":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":388},{"__isSmartRef__":true,"id":390},{"__isSmartRef__":true,"id":392},{"__isSmartRef__":true,"id":394},{"__isSmartRef__":true,"id":396}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":398},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"388":{"date":{"__isSmartRef__":true,"id":389},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"389":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"390":{"date":{"__isSmartRef__":true,"id":391},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"391":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"392":{"date":{"__isSmartRef__":true,"id":393},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"393":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"394":{"date":{"__isSmartRef__":true,"id":395},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"395":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"396":{"date":{"__isSmartRef__":true,"id":397},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"397":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"398":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"399":{"style":{"__isSmartRef__":true,"id":400},"morph":{"__isSmartRef__":true,"id":385},"chunkOwner":{"__isSmartRef__":true,"id":385},"storedString":"Match","_id":"_1916","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"400":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"401":{"morph":{"__isSmartRef__":true,"id":385},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"402":{"submorphs":[{"__isSmartRef__":true,"id":403}],"scripts":[],"id":"2E592998-504C-4F1E-86DA-0D72B33E11A4","shape":{"__isSmartRef__":true,"id":414},"droppingEnabled":true,"halosEnabled":true,"eventHandler":{"__isSmartRef__":true,"id":417},"controlPoints":[{"__isSmartRef__":true,"id":418},{"__isSmartRef__":true,"id":419}],"showsHalos":false,"name":"LineWithArrow1","partsBinMetaInfo":{"__isSmartRef__":true,"id":379},"isBeingDragged":false,"derivationIds":[1637],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":360},"_Rotation":-0.6499999999999998,"_Scale":0.2,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(161.0,13.0)"},"403":{"submorphs":[],"scripts":[],"id":"74EF403E-1EC7-4B9A-80C0-7927B81A5AFD","shape":{"__isSmartRef__":true,"id":404},"droppingEnabled":true,"halosEnabled":true,"eventHandler":{"__isSmartRef__":true,"id":409},"owner":{"__isSmartRef__":true,"id":402},"controlPoints":[{"__isSmartRef__":true,"id":410},{"__isSmartRef__":true,"id":411},{"__isSmartRef__":true,"id":412},{"__isSmartRef__":true,"id":413}],"showsHalos":false,"grabbingEnabled":false,"derivationIds":[1638],"_ClipMode":"visible","_Rotation":0.6548320685978207,"_Scale":2,"__serializedExpressions__":["_Origin","_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Origin":"lively.pt(12.0,6.0)","_Position":"lively.pt(55.0,43.0)","distanceToDragEvent":"lively.pt(15.0,-33.0)"},"404":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":405},{"__isSmartRef__":true,"id":406},{"__isSmartRef__":true,"id":407},{"__isSmartRef__":true,"id":408}],"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_Fill","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(-19.0,-8.0)","_Extent":"lively.pt(19.0,16.0)","_Fill":"Color.rgb(204,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"405":{"isAbsolute":true,"x":-18,"y":-7,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"406":{"isAbsolute":true,"x":-18,"y":8,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"407":{"isAbsolute":true,"x":0,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"408":{"isAbsolute":true,"x":-18,"y":-7,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"409":{"morph":{"__isSmartRef__":true,"id":403},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"410":{"morph":{"__isSmartRef__":true,"id":403},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"411":{"morph":{"__isSmartRef__":true,"id":403},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"412":{"morph":{"__isSmartRef__":true,"id":403},"index":2,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"413":{"morph":{"__isSmartRef__":true,"id":403},"index":3,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"414":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":415},{"__isSmartRef__":true,"id":416}],"_BorderWidth":4,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(-60.0,-46.0)","_Extent":"lively.pt(117.0,91.0)","_BorderColor":"Color.rgb(204,0,0)","_Padding":"lively.rect(0,0,0,0)"},"415":{"isAbsolute":true,"x":-57,"y":-43,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"416":{"isAbsolute":true,"x":55,"y":43.00000000000003,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"417":{"morph":{"__isSmartRef__":true,"id":402},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"418":{"morph":{"__isSmartRef__":true,"id":402},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"419":{"morph":{"__isSmartRef__":true,"id":402},"index":1,"marker":{"__isSmartRef__":true,"id":403},"markerDirection":"prev","connectedMagnet":null,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"420":{"submorphs":[{"__isSmartRef__":true,"id":421}],"scripts":[],"id":"2EE34F47-0B1F-4224-BC9A-859FE7C9F240","shape":{"__isSmartRef__":true,"id":449},"droppingEnabled":true,"halosEnabled":true,"eventHandler":{"__isSmartRef__":true,"id":452},"controlPoints":[{"__isSmartRef__":true,"id":453},{"__isSmartRef__":true,"id":454}],"showsHalos":false,"name":"LineWithArrow2","partsBinMetaInfo":{"__isSmartRef__":true,"id":379},"isBeingDragged":false,"derivationIds":[1637],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":360},"_Rotation":0,"_Scale":0.2,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(15.0,39.0)"},"421":{"submorphs":[{"__isSmartRef__":true,"id":422}],"scripts":[],"id":"BDD825CF-2CF5-4728-B768-6B9EF7F1E89F","shape":{"__isSmartRef__":true,"id":439},"droppingEnabled":true,"halosEnabled":true,"eventHandler":{"__isSmartRef__":true,"id":444},"owner":{"__isSmartRef__":true,"id":420},"controlPoints":[{"__isSmartRef__":true,"id":445},{"__isSmartRef__":true,"id":446},{"__isSmartRef__":true,"id":447},{"__isSmartRef__":true,"id":448}],"showsHalos":false,"grabbingEnabled":false,"derivationIds":[1638],"_ClipMode":"visible","_Rotation":0.6548320685978207,"_Scale":2,"__serializedExpressions__":["_Origin","_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Origin":"lively.pt(12.0,6.0)","_Position":"lively.pt(55.0,43.0)","distanceToDragEvent":"lively.pt(15.0,-33.0)"},"422":{"submorphs":[],"scripts":[],"id":"44EE3898-8D2A-4E15-99B8-36944BBEF228","shape":{"__isSmartRef__":true,"id":423},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":10,"name":"Text5","partsBinMetaInfo":{"__isSmartRef__":true,"id":424},"textChunks":[{"__isSmartRef__":true,"id":436}],"charsReplaced":"","lastFindLoc":13,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":438},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","180E2C95-6D95-43F8-A5B1-35359FDC0947"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":421},"_Rotation":-0.6537071515600802,"_Scale":2.4963358983866963,"__serializedExpressions__":["_Position","textColor","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-0.5,-58.1)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)"},"423":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(130.7,20.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"424":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":425},{"__isSmartRef__":true,"id":427},{"__isSmartRef__":true,"id":429},{"__isSmartRef__":true,"id":431},{"__isSmartRef__":true,"id":433}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":435},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"425":{"date":{"__isSmartRef__":true,"id":426},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"426":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"427":{"date":{"__isSmartRef__":true,"id":428},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"428":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"429":{"date":{"__isSmartRef__":true,"id":430},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"430":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"431":{"date":{"__isSmartRef__":true,"id":432},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"432":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"433":{"date":{"__isSmartRef__":true,"id":434},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"434":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"435":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"436":{"style":{"__isSmartRef__":true,"id":437},"morph":{"__isSmartRef__":true,"id":422},"chunkOwner":{"__isSmartRef__":true,"id":422},"storedString":"Substitution","_id":"_1916","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"437":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"438":{"morph":{"__isSmartRef__":true,"id":422},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"439":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":440},{"__isSmartRef__":true,"id":441},{"__isSmartRef__":true,"id":442},{"__isSmartRef__":true,"id":443}],"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_Fill","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(-19.0,-8.0)","_Extent":"lively.pt(19.0,16.0)","_Fill":"Color.rgb(0,0,204)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"440":{"isAbsolute":true,"x":-18,"y":-7,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"441":{"isAbsolute":true,"x":-18,"y":8,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"442":{"isAbsolute":true,"x":0,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"443":{"isAbsolute":true,"x":-18,"y":-7,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"444":{"morph":{"__isSmartRef__":true,"id":421},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"445":{"morph":{"__isSmartRef__":true,"id":421},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"446":{"morph":{"__isSmartRef__":true,"id":421},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"447":{"morph":{"__isSmartRef__":true,"id":421},"index":2,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"448":{"morph":{"__isSmartRef__":true,"id":421},"index":3,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"449":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":450},{"__isSmartRef__":true,"id":451}],"_BorderWidth":4,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(-60.0,-46.0)","_Extent":"lively.pt(117.0,91.0)","_BorderColor":"Color.rgb(0,0,204)","_Padding":"lively.rect(0,0,0,0)"},"450":{"isAbsolute":true,"x":-57,"y":-43,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"451":{"isAbsolute":true,"x":55,"y":43.00000000000003,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"452":{"morph":{"__isSmartRef__":true,"id":420},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"453":{"morph":{"__isSmartRef__":true,"id":420},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"454":{"morph":{"__isSmartRef__":true,"id":420},"index":1,"marker":{"__isSmartRef__":true,"id":421},"markerDirection":"prev","connectedMagnet":null,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"455":{"submorphs":[{"__isSmartRef__":true,"id":456}],"scripts":[],"id":"C798EFB1-C8DC-4E13-ACD2-F53DED09EDD4","shape":{"__isSmartRef__":true,"id":467},"droppingEnabled":true,"halosEnabled":true,"eventHandler":{"__isSmartRef__":true,"id":470},"controlPoints":[{"__isSmartRef__":true,"id":471},{"__isSmartRef__":true,"id":472}],"showsHalos":false,"name":"LineWithArrow3","partsBinMetaInfo":{"__isSmartRef__":true,"id":379},"isBeingDragged":false,"derivationIds":[1637],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":360},"_Rotation":0.8899999999999999,"_Scale":0.2,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(159.0,33.0)"},"456":{"submorphs":[],"scripts":[],"id":"8AED6356-C965-4CCB-8055-9E464BECFD42","shape":{"__isSmartRef__":true,"id":457},"droppingEnabled":true,"halosEnabled":true,"eventHandler":{"__isSmartRef__":true,"id":462},"owner":{"__isSmartRef__":true,"id":455},"controlPoints":[{"__isSmartRef__":true,"id":463},{"__isSmartRef__":true,"id":464},{"__isSmartRef__":true,"id":465},{"__isSmartRef__":true,"id":466}],"showsHalos":false,"grabbingEnabled":false,"derivationIds":[1638],"_ClipMode":"visible","_Rotation":0.6548320685978207,"_Scale":2,"__serializedExpressions__":["_Origin","_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Origin":"lively.pt(12.0,6.0)","_Position":"lively.pt(55.0,43.0)","distanceToDragEvent":"lively.pt(15.0,-33.0)"},"457":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":458},{"__isSmartRef__":true,"id":459},{"__isSmartRef__":true,"id":460},{"__isSmartRef__":true,"id":461}],"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_Fill","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(-19.0,-8.0)","_Extent":"lively.pt(19.0,16.0)","_Fill":"Color.rgb(0,204,0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"458":{"isAbsolute":true,"x":-18,"y":-7,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"459":{"isAbsolute":true,"x":-18,"y":8,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"460":{"isAbsolute":true,"x":0,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"461":{"isAbsolute":true,"x":-18,"y":-7,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"462":{"morph":{"__isSmartRef__":true,"id":456},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"463":{"morph":{"__isSmartRef__":true,"id":456},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"464":{"morph":{"__isSmartRef__":true,"id":456},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"465":{"morph":{"__isSmartRef__":true,"id":456},"index":2,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"466":{"morph":{"__isSmartRef__":true,"id":456},"index":3,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"467":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":468},{"__isSmartRef__":true,"id":469}],"_BorderWidth":4,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(-60.0,-46.0)","_Extent":"lively.pt(117.0,91.0)","_BorderColor":"Color.rgb(0,204,0)","_Padding":"lively.rect(0,0,0,0)"},"468":{"isAbsolute":true,"x":-57,"y":-43,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"469":{"isAbsolute":true,"x":55,"y":43.00000000000003,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"470":{"morph":{"__isSmartRef__":true,"id":455},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"471":{"morph":{"__isSmartRef__":true,"id":455},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"472":{"morph":{"__isSmartRef__":true,"id":455},"index":1,"marker":{"__isSmartRef__":true,"id":456},"markerDirection":"prev","connectedMagnet":null,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"473":{"submorphs":[],"scripts":[],"id":"CE979789-ABE0-4777-B5AB-245C75F2DC4C","shape":{"__isSmartRef__":true,"id":474},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":10,"name":"Text6","partsBinMetaInfo":{"__isSmartRef__":true,"id":475},"textChunks":[{"__isSmartRef__":true,"id":487}],"charsReplaced":"Match","lastFindLoc":10,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":489},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","180E2C95-6D95-43F8-A5B1-35359FDC0947"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":360},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(185.0,3.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)"},"474":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(96.7,20.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"475":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":476},{"__isSmartRef__":true,"id":478},{"__isSmartRef__":true,"id":480},{"__isSmartRef__":true,"id":482},{"__isSmartRef__":true,"id":484}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":486},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"476":{"date":{"__isSmartRef__":true,"id":477},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"477":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"478":{"date":{"__isSmartRef__":true,"id":479},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"479":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"480":{"date":{"__isSmartRef__":true,"id":481},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"481":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"482":{"date":{"__isSmartRef__":true,"id":483},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"483":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"484":{"date":{"__isSmartRef__":true,"id":485},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"485":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"486":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"487":{"style":{"__isSmartRef__":true,"id":488},"morph":{"__isSmartRef__":true,"id":473},"chunkOwner":{"__isSmartRef__":true,"id":473},"storedString":"Deletion","_id":"_1916","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"488":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"489":{"morph":{"__isSmartRef__":true,"id":473},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"490":{"submorphs":[],"scripts":[],"id":"02465B2E-2323-4DE4-8EB2-D8F8D395AA8C","shape":{"__isSmartRef__":true,"id":491},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":10,"name":"Text7","partsBinMetaInfo":{"__isSmartRef__":true,"id":492},"textChunks":[{"__isSmartRef__":true,"id":504}],"charsReplaced":"Deletion","lastFindLoc":16,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":506},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","180E2C95-6D95-43F8-A5B1-35359FDC0947","CE979789-ABE0-4777-B5AB-245C75F2DC4C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":360},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(184.0,27.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(66.0,-11.0)"},"491":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(96.7,20.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"492":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":493},{"__isSmartRef__":true,"id":495},{"__isSmartRef__":true,"id":497},{"__isSmartRef__":true,"id":499},{"__isSmartRef__":true,"id":501}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":503},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"493":{"date":{"__isSmartRef__":true,"id":494},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"494":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"495":{"date":{"__isSmartRef__":true,"id":496},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"496":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"497":{"date":{"__isSmartRef__":true,"id":498},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"498":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"499":{"date":{"__isSmartRef__":true,"id":500},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"500":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"501":{"date":{"__isSmartRef__":true,"id":502},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"502":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"503":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"504":{"style":{"__isSmartRef__":true,"id":505},"morph":{"__isSmartRef__":true,"id":490},"chunkOwner":{"__isSmartRef__":true,"id":490},"storedString":"Insertion","_id":"_1916","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"505":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"506":{"morph":{"__isSmartRef__":true,"id":490},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"507":{"_BorderWidth":1,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(289.3,56.2)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)"},"508":{"requiredModules":[],"partsSpaceName":"PartsBin/NewWorld/","migrationLevel":2,"lastModifiedDate":{"__isSmartRef__":true,"id":509},"revisionOnLoad":140039,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"509":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"510":{"HORIZONTAL":0,"VERTICAL":1,"BOTH":2},"511":{"morph":{"__isSmartRef__":true,"id":360},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"512":{"toggleCollapse":{"__isSmartRef__":true,"id":513},"expand":{"__isSmartRef__":true,"id":516},"collapse":{"__isSmartRef__":true,"id":519},"setMinCollapsed":{"__isSmartRef__":true,"id":522},"setCollapseOrientation":{"__isSmartRef__":true,"id":525}},"513":{"varMapping":{"__isSmartRef__":true,"id":514},"source":"function toggleCollapse(){\n\tif(this['isCollapsed']){\n\t\tthis.expand();\n\t} else {\n\t\tthis.collapse();\n\t}\n}","funcProperties":{"__isSmartRef__":true,"id":515},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"514":{"this":{"__isSmartRef__":true,"id":360}},"515":{},"516":{"varMapping":{"__isSmartRef__":true,"id":517},"source":"function expand(){\n\tthis.setExtent(this.priorExtent);\n\tthis.isCollapsed = false;\n}","funcProperties":{"__isSmartRef__":true,"id":518},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"517":{"this":{"__isSmartRef__":true,"id":360}},"518":{},"519":{"varMapping":{"__isSmartRef__":true,"id":520},"source":"function collapse(){\n\talert(this.getExtent());\n\tvar x = (this['collapseOrientation']==0 || this['collapseOrientation']==2)? (0-this.getExtent().x+this.minCollapsedWidth):0;\n\tvar y = (this['collapseOrientation']==1 || this['collapseOrientation']==2)? (0-this.getExtent().y+this.minCollapsedHeight):0; \n\talert(this.getExtent());\n\tthis.setExtent(this.getExtent().addXY(x,y));\n\tthis.isCollapsed = true;\n}","funcProperties":{"__isSmartRef__":true,"id":521},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"520":{"this":{"__isSmartRef__":true,"id":360}},"521":{},"522":{"varMapping":{"__isSmartRef__":true,"id":523},"source":"function setMinCollapsed(minWidth,minHeight){\n\tif(minWidth<0) minWidth = 0;\n\tif(minHeight<0) minHeight = 0;\n\tthis.minCollapsedWidth(minWidth);\n\tthis.minCollapsedHeight(minHeight);\n}","funcProperties":{"__isSmartRef__":true,"id":524},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"523":{"this":{"__isSmartRef__":true,"id":360}},"524":{},"525":{"varMapping":{"__isSmartRef__":true,"id":526},"source":"function setCollapseOrientation(orientation){\n\tif(orientation<0 || orientation>2)\n\t\torientation = 0;\n\tthis.collapseOrientation = orientation;\t\n}","funcProperties":{"__isSmartRef__":true,"id":527},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"526":{"this":{"__isSmartRef__":true,"id":360}},"527":{},"528":{"submorphs":[],"scripts":[],"id":"E4C4A39C-93CC-4450-A36D-E5FA0D8E0C8C","shape":{"__isSmartRef__":true,"id":529},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":-0.8603480000000046,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"cellPrototype","partsBinMetaInfo":{"__isSmartRef__":true,"id":530},"textChunks":[{"__isSmartRef__":true,"id":541}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":543},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","912C0C89-FAFC-4FF5-AE7C-9E96379A6CD5","028B853E-4D4B-4EB1-A156-43D871C37ECF","7864590F-D0E7-4A8D-B4C4-4FFF010F8E8F","553D860E-5A8A-4BEA-B479-3E7B35ABB4E6","7DEE0169-D497-4944-8261-78D8EF1B8CF1","2E5FFD6E-D3A1-42EA-B7CA-187507807C7F","DEE347F2-28A5-4388-A2A4-BCCC8AFDC1D4"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":-0.8603480000000046,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":329},"#startLetters":"getW","_Align":"center","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":544},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(24.0,77.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(42.0,-16.0)"},"529":{"fill":null,"_BorderWidth":1.778,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(27.7,29.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"530":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":531},{"__isSmartRef__":true,"id":533},{"__isSmartRef__":true,"id":535},{"__isSmartRef__":true,"id":537},{"__isSmartRef__":true,"id":539}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"531":{"date":{"__isSmartRef__":true,"id":532},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"532":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"533":{"date":{"__isSmartRef__":true,"id":534},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"534":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"535":{"date":{"__isSmartRef__":true,"id":536},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"536":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"537":{"date":{"__isSmartRef__":true,"id":538},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"538":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"539":{"date":{"__isSmartRef__":true,"id":540},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"540":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"541":{"style":{"__isSmartRef__":true,"id":542},"morph":{"__isSmartRef__":true,"id":528},"chunkOwner":{"__isSmartRef__":true,"id":528},"storedString":"","_id":"_16355","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"542":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"543":{"morph":{"__isSmartRef__":true,"id":528},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"544":{"setValue":{"__isSmartRef__":true,"id":545},"showValue":{"__isSmartRef__":true,"id":549},"hideValue":{"__isSmartRef__":true,"id":553},"getValue":{"__isSmartRef__":true,"id":557},"getOrigin":{"__isSmartRef__":true,"id":561},"setOrigin":{"__isSmartRef__":true,"id":569}},"545":{"varMapping":{"__isSmartRef__":true,"id":546},"source":"function setValue(value) {\n this.value = value\n}","funcProperties":{"__isSmartRef__":true,"id":547},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"546":{"this":{"__isSmartRef__":true,"id":528}},"547":{"timestamp":{"__isSmartRef__":true,"id":548},"user":"dustin.glaeser","tags":[]},"548":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:47:03 GMT+0100 (Mitteleuropäische Zeit)"},"549":{"varMapping":{"__isSmartRef__":true,"id":550},"source":"function showValue() {\n this.setTextString(this.value)\n}","funcProperties":{"__isSmartRef__":true,"id":551},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"550":{"this":{"__isSmartRef__":true,"id":528}},"551":{"timestamp":{"__isSmartRef__":true,"id":552},"user":"dustin.glaeser","tags":[]},"552":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:48:56 GMT+0100 (Mitteleuropäische Zeit)"},"553":{"varMapping":{"__isSmartRef__":true,"id":554},"source":"function hideValue() {\n this.setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":555},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"554":{"this":{"__isSmartRef__":true,"id":528}},"555":{"timestamp":{"__isSmartRef__":true,"id":556},"user":"dustin.glaeser","tags":[]},"556":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:49:13 GMT+0100 (Mitteleuropäische Zeit)"},"557":{"varMapping":{"__isSmartRef__":true,"id":558},"source":"function getValue() {\n return this.value\n}","funcProperties":{"__isSmartRef__":true,"id":559},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"558":{"this":{"__isSmartRef__":true,"id":528}},"559":{"timestamp":{"__isSmartRef__":true,"id":560},"user":"dustin.glaeser","tags":[]},"560":{"isSerializedDate":true,"string":"Thu Nov 22 2012 17:58:11 GMT+0100 (Mitteleuropäische Zeit)"},"561":{"varMapping":{"__isSmartRef__":true,"id":562},"source":"function getOrigin() {\n return this.origin\n}","funcProperties":{"__isSmartRef__":true,"id":567},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"562":{"this":{"__isSmartRef__":true,"id":528},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":563}},"563":{"$super":{"__isSmartRef__":true,"id":564}},"564":{"varMapping":{"__isSmartRef__":true,"id":565},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":566},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"565":{"obj":{"__isSmartRef__":true,"id":528},"name":"getOrigin"},"566":{},"567":{"timestamp":{"__isSmartRef__":true,"id":568},"user":"dustin.glaeser","tags":[]},"568":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:11 GMT+0100 (Mitteleuropäische Zeit)"},"569":{"varMapping":{"__isSmartRef__":true,"id":570},"source":"function setOrigin(value) {\n this.origin = value\n}","funcProperties":{"__isSmartRef__":true,"id":575},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"570":{"this":{"__isSmartRef__":true,"id":528},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":571}},"571":{"$super":{"__isSmartRef__":true,"id":572}},"572":{"varMapping":{"__isSmartRef__":true,"id":573},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":574},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"573":{"obj":{"__isSmartRef__":true,"id":528},"name":"setOrigin"},"574":{},"575":{"timestamp":{"__isSmartRef__":true,"id":576},"user":"dustin.glaeser","tags":[]},"576":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:46 GMT+0100 (Mitteleuropäische Zeit)"},"577":{"submorphs":[{"__isSmartRef__":true,"id":578}],"scripts":[],"id":"3DF3C82F-02FF-47E9-A70B-281ED94A3C54","shape":{"__isSmartRef__":true,"id":583},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":589},"lighterFill":{"__isSmartRef__":true,"id":594},"label":{"__isSmartRef__":true,"id":578},"name":"backButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":599},"attributeConnections":[{"__isSmartRef__":true,"id":611}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":613},"derivationIds":[7251,"3F26258D-0EE1-4A94-8419-5EE2BB6065A6","B624295D-42E3-4E0A-B370-844C2B43F4F0","F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3","7D4A1972-76E5-4369-9964-2F6ACB87C81F","C8D9FA90-6351-4345-A389-5FD52E256587","BDE7824A-25C2-499B-99B7-5CD561FC6621","CBD10407-0D81-4860-8BF4-B345EFE436E3","58D91518-5C13-4722-A8B3-AE890C8FE9EE","B31AC0E8-28FB-443D-A2F1-248F92456090","7B995353-DDA0-4866-8765-AE3D2968BBFA"],"_ClipMode":"visible","isPressed":false,"owner":{"__isSmartRef__":true,"id":329},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":614},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(50.0,22.0)","distanceToDragEvent":"lively.pt(54.9,-11.0)"},"578":{"submorphs":[],"scripts":[],"id":"FA276EAB-270A-40A9-8A9A-76045A85FAF7","shape":{"__isSmartRef__":true,"id":579},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":100,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":577},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":580}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":582},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[7252,"4881773E-A824-4992-B814-33C8D37580C6","EE955AA4-D648-4DFC-8E2D-08881D605170","7EC413DD-D34D-449D-B448-2F3904B04FA5","7939AA82-2A96-4559-9090-DD58B7C8868A","E4F78045-6FB9-4295-B9E1-73C09D2F3D17","94D3391E-16BE-4993-A12E-6C3D247B811D","664C1FB9-4460-4132-9ECC-B405661BD36D","924A9976-0F57-44F8-A7E2-6B10745A76FE","BA0B7873-6B08-4574-A6E4-2751C7C36DD3","0BC35CCE-8D0E-4822-94EA-5B86497B3D96"],"_MinTextWidth":100,"_MinTextHeight":null,"_FontSize":10,"_WordBreak":"break-all","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"__serializedExpressions__":["_Position","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"579":{"_BorderWidth":0,"_Fill":null,"_ClipMode":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(51.0,26.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"580":{"style":{"__isSmartRef__":true,"id":581},"chunkOwner":{"__isSmartRef__":true,"id":578},"_id":"_13250","storedString":"<","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"581":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"582":{"morph":{"__isSmartRef__":true,"id":578},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"583":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":584},"_BorderRadius":5.2,"_ClipMode":"visible","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(51.0,26.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"584":{"stops":[{"__isSmartRef__":true,"id":585},{"__isSmartRef__":true,"id":586},{"__isSmartRef__":true,"id":587},{"__isSmartRef__":true,"id":588}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"585":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"586":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"587":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"588":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"589":{"stops":[{"__isSmartRef__":true,"id":590},{"__isSmartRef__":true,"id":591},{"__isSmartRef__":true,"id":592},{"__isSmartRef__":true,"id":593}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"590":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"591":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"592":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"593":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"594":{"stops":[{"__isSmartRef__":true,"id":595},{"__isSmartRef__":true,"id":596},{"__isSmartRef__":true,"id":597},{"__isSmartRef__":true,"id":598}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"595":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"596":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"597":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"598":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"599":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":600},{"__isSmartRef__":true,"id":602},{"__isSmartRef__":true,"id":604},{"__isSmartRef__":true,"id":606},{"__isSmartRef__":true,"id":608}],"revisionOnLoad":171940,"lastModifiedDate":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"600":{"date":{"__isSmartRef__":true,"id":601},"author":"undefined","message":"","id":"7074B413-6CF0-4892-9D18-52009A2A2E03"},"601":{"isSerializedDate":true,"string":"Fri Apr 13 2012 21:04:01 GMT+0200 (Mitteleuropäische Sommerzeit)"},"602":{"date":{"__isSmartRef__":true,"id":603},"author":"sstamm","message":"reverted button","id":"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E"},"603":{"isSerializedDate":true,"string":"Mon Apr 16 2012 10:36:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"604":{"date":{"__isSmartRef__":true,"id":605},"author":"robertkrahn","message":"no comment","id":"97D17254-EAC6-4494-8330-A347909590D6"},"605":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:08:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"606":{"date":{"__isSmartRef__":true,"id":607},"author":"robertkrahn","message":"no comment","id":"DDE22D44-9A6D-4485-80F3-262D5DA0CC07"},"607":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:03:19 GMT+0200 (Mitteleuropäische Sommerzeit)"},"608":{"date":{"__isSmartRef__":true,"id":609},"author":"bgnauk","message":"no comment","id":"FA43C1A3-19A9-4ED6-A014-82C74689A5C3"},"609":{"isSerializedDate":true,"string":"Tue Jun 19 2012 23:39:23 GMT+0200 (Mitteleuropäische Sommerzeit)"},"610":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"611":{"sourceObj":{"__isSmartRef__":true,"id":577},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":329},"targetMethodName":"hideCurrentValue","varMapping":{"__isSmartRef__":true,"id":612},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"612":{"source":{"__isSmartRef__":true,"id":577},"target":{"__isSmartRef__":true,"id":329}},"613":{"morph":{"__isSmartRef__":true,"id":577},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"614":{"doAction":{"__isSmartRef__":true,"id":615}},"615":{"varMapping":{"__isSmartRef__":true,"id":616},"source":"function doAction() {\n \n}","funcProperties":{"__isSmartRef__":true,"id":617},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"616":{"this":{"__isSmartRef__":true,"id":577}},"617":{"timestamp":{"__isSmartRef__":true,"id":618},"user":"robertkrahn","tags":[]},"618":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:02:40 GMT+0200 (Mitteleuropäische Sommerzeit)"},"619":{"submorphs":[{"__isSmartRef__":true,"id":620}],"scripts":[],"id":"B04589C8-C162-4B8F-BF4B-B9962C42A907","shape":{"__isSmartRef__":true,"id":625},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":631},"lighterFill":{"__isSmartRef__":true,"id":636},"label":{"__isSmartRef__":true,"id":620},"name":"fastBackwardButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":641},"attributeConnections":[{"__isSmartRef__":true,"id":652}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":654},"derivationIds":[7251,"3F26258D-0EE1-4A94-8419-5EE2BB6065A6","B624295D-42E3-4E0A-B370-844C2B43F4F0","F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3","7D4A1972-76E5-4369-9964-2F6ACB87C81F","74A83014-DCA5-4E16-A996-D648C22EEC3F","7EA39D81-B161-4DA7-AAF9-D39ACE26FF88","E8ACB1AB-0632-40EB-B967-0EB499EFE17C","12B4DB6F-AAC8-498E-89F6-BFEED8F8D277","E5F52A64-29E7-44C8-B419-0CBDE526C56E","0A3E82B6-DF77-458D-BDCE-A4AC5787BDC9"],"_ClipMode":"visible","isPressed":false,"owner":{"__isSmartRef__":true,"id":329},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":655},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(13.0,22.0)","distanceToDragEvent":"lively.pt(54.9,-11.0)"},"620":{"submorphs":[],"scripts":[],"id":"F801544B-ADEF-4011-902B-106E1BB6235B","shape":{"__isSmartRef__":true,"id":621},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":100,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":619},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":622}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":624},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[7252,"4881773E-A824-4992-B814-33C8D37580C6","EE955AA4-D648-4DFC-8E2D-08881D605170","7EC413DD-D34D-449D-B448-2F3904B04FA5","7939AA82-2A96-4559-9090-DD58B7C8868A","F8C7313B-4EFE-43E3-9A30-50E2689BD226","852CBCCA-1E1C-4F62-BA0B-760370EF51E5","B4EF04EE-DA35-4A37-8C12-2610F5AAC0C0","878A3022-9C5E-44B1-B34B-F464FE401A7B","47579B39-8642-4DA0-BE1B-555A704458BE","B9CF5488-4951-4E1E-B5AC-D14D804D2A40"],"_MinTextWidth":100,"_MinTextHeight":null,"_FontSize":10,"_WordBreak":"break-all","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"__serializedExpressions__":["_Position","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"621":{"_BorderWidth":0,"_Fill":null,"_ClipMode":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(33.0,26.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"622":{"style":{"__isSmartRef__":true,"id":623},"chunkOwner":{"__isSmartRef__":true,"id":620},"_id":"_23037","storedString":"|<<","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"623":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"624":{"morph":{"__isSmartRef__":true,"id":620},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"625":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":626},"_BorderRadius":5.2,"_ClipMode":"visible","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(33.0,26.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"626":{"stops":[{"__isSmartRef__":true,"id":627},{"__isSmartRef__":true,"id":628},{"__isSmartRef__":true,"id":629},{"__isSmartRef__":true,"id":630}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"627":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"628":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"629":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"630":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"631":{"stops":[{"__isSmartRef__":true,"id":632},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":634},{"__isSmartRef__":true,"id":635}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"632":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"633":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"634":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"635":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"636":{"stops":[{"__isSmartRef__":true,"id":637},{"__isSmartRef__":true,"id":638},{"__isSmartRef__":true,"id":639},{"__isSmartRef__":true,"id":640}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"637":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"638":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"639":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"640":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"641":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":642},{"__isSmartRef__":true,"id":644},{"__isSmartRef__":true,"id":646},{"__isSmartRef__":true,"id":648},{"__isSmartRef__":true,"id":650}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"642":{"date":{"__isSmartRef__":true,"id":643},"author":"undefined","message":"","id":"7074B413-6CF0-4892-9D18-52009A2A2E03"},"643":{"isSerializedDate":true,"string":"Fri Apr 13 2012 21:04:01 GMT+0200 (Mitteleuropäische Sommerzeit)"},"644":{"date":{"__isSmartRef__":true,"id":645},"author":"sstamm","message":"reverted button","id":"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E"},"645":{"isSerializedDate":true,"string":"Mon Apr 16 2012 10:36:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"646":{"date":{"__isSmartRef__":true,"id":647},"author":"robertkrahn","message":"no comment","id":"97D17254-EAC6-4494-8330-A347909590D6"},"647":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:08:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"648":{"date":{"__isSmartRef__":true,"id":649},"author":"robertkrahn","message":"no comment","id":"DDE22D44-9A6D-4485-80F3-262D5DA0CC07"},"649":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:03:19 GMT+0200 (Mitteleuropäische Sommerzeit)"},"650":{"date":{"__isSmartRef__":true,"id":651},"author":"bgnauk","message":"no comment","id":"FA43C1A3-19A9-4ED6-A014-82C74689A5C3"},"651":{"isSerializedDate":true,"string":"Tue Jun 19 2012 23:39:23 GMT+0200 (Mitteleuropäische Sommerzeit)"},"652":{"sourceObj":{"__isSmartRef__":true,"id":619},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":329},"targetMethodName":"hideAllValues","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":653},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"653":{"source":{"__isSmartRef__":true,"id":619},"target":{"__isSmartRef__":true,"id":329}},"654":{"morph":{"__isSmartRef__":true,"id":619},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"655":{"doAction":{"__isSmartRef__":true,"id":656}},"656":{"varMapping":{"__isSmartRef__":true,"id":657},"source":"function doAction() {\n \n}","funcProperties":{"__isSmartRef__":true,"id":658},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"657":{"this":{"__isSmartRef__":true,"id":619}},"658":{"timestamp":{"__isSmartRef__":true,"id":659},"user":"robertkrahn","tags":[]},"659":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:02:40 GMT+0200 (Mitteleuropäische Sommerzeit)"},"660":{"submorphs":[{"__isSmartRef__":true,"id":661}],"scripts":[],"id":"4F11D77A-A48F-46D4-BCBD-3E54C58247FD","shape":{"__isSmartRef__":true,"id":666},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":672},"lighterFill":{"__isSmartRef__":true,"id":677},"label":{"__isSmartRef__":true,"id":661},"name":"fastForwardButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":682},"attributeConnections":[{"__isSmartRef__":true,"id":693}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":694},"derivationIds":[7251,"3F26258D-0EE1-4A94-8419-5EE2BB6065A6","B624295D-42E3-4E0A-B370-844C2B43F4F0","F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3","7D4A1972-76E5-4369-9964-2F6ACB87C81F","74A83014-DCA5-4E16-A996-D648C22EEC3F","90F4773D-7311-46CE-B831-0F2907DB6DEA","4F7E3AC4-13AE-4422-9ABF-095A612103E7","70AE0B54-98A9-41C5-8D8A-9027002A0BED","FBDC5BB7-4BCA-41DF-BAB9-5D45B82853BB","199E6629-20BB-4BD5-B1F1-B9291C120F56","AF054730-5E5C-443D-BD6D-AA4F2932570A"],"_ClipMode":"visible","isPressed":false,"owner":{"__isSmartRef__":true,"id":329},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":695},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(159.0,21.0)","distanceToDragEvent":"lively.pt(33.0,-10.0)"},"661":{"submorphs":[],"scripts":[],"id":"5D8F476A-26E2-4D17-8648-33B9B115C0DC","shape":{"__isSmartRef__":true,"id":662},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":100,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":660},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":663}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":665},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[7252,"4881773E-A824-4992-B814-33C8D37580C6","EE955AA4-D648-4DFC-8E2D-08881D605170","7EC413DD-D34D-449D-B448-2F3904B04FA5","7939AA82-2A96-4559-9090-DD58B7C8868A","F8C7313B-4EFE-43E3-9A30-50E2689BD226","F191288E-CD0A-4B19-8220-A62DCD5F2DB5","7440E756-F199-4031-AB0B-D9E857473D78","07B78EB5-AA0E-4DC5-B5B4-932B754569CE","83CD69BB-0B36-427A-80E1-94D966A276A5","7BAF53C2-9823-469D-88D4-DE7DE23E6847","F1B4CB66-F4EE-4D50-9FF9-26221FCABA95"],"_MinTextWidth":100,"_MinTextHeight":null,"_FontSize":10,"_WordBreak":"break-all","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"__serializedExpressions__":["_Position","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"662":{"_BorderWidth":0,"_Fill":null,"_ClipMode":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(33.0,26.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"663":{"style":{"__isSmartRef__":true,"id":664},"chunkOwner":{"__isSmartRef__":true,"id":661},"_id":"_25965","storedString":">>|","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"664":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"665":{"morph":{"__isSmartRef__":true,"id":661},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"666":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":667},"_BorderRadius":5.2,"_ClipMode":"visible","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(33.0,26.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"667":{"stops":[{"__isSmartRef__":true,"id":668},{"__isSmartRef__":true,"id":669},{"__isSmartRef__":true,"id":670},{"__isSmartRef__":true,"id":671}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"668":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"669":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"670":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"671":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"672":{"stops":[{"__isSmartRef__":true,"id":673},{"__isSmartRef__":true,"id":674},{"__isSmartRef__":true,"id":675},{"__isSmartRef__":true,"id":676}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"673":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"674":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"675":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"676":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"677":{"stops":[{"__isSmartRef__":true,"id":678},{"__isSmartRef__":true,"id":679},{"__isSmartRef__":true,"id":680},{"__isSmartRef__":true,"id":681}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"678":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"679":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"680":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"681":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"682":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":683},{"__isSmartRef__":true,"id":685},{"__isSmartRef__":true,"id":687},{"__isSmartRef__":true,"id":689},{"__isSmartRef__":true,"id":691}],"revisionOnLoad":171940,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"683":{"date":{"__isSmartRef__":true,"id":684},"author":"undefined","message":"","id":"7074B413-6CF0-4892-9D18-52009A2A2E03"},"684":{"isSerializedDate":true,"string":"Fri Apr 13 2012 21:04:01 GMT+0200 (Mitteleuropäische Sommerzeit)"},"685":{"date":{"__isSmartRef__":true,"id":686},"author":"sstamm","message":"reverted button","id":"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E"},"686":{"isSerializedDate":true,"string":"Mon Apr 16 2012 10:36:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"687":{"date":{"__isSmartRef__":true,"id":688},"author":"robertkrahn","message":"no comment","id":"97D17254-EAC6-4494-8330-A347909590D6"},"688":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:08:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"689":{"date":{"__isSmartRef__":true,"id":690},"author":"robertkrahn","message":"no comment","id":"DDE22D44-9A6D-4485-80F3-262D5DA0CC07"},"690":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:03:19 GMT+0200 (Mitteleuropäische Sommerzeit)"},"691":{"date":{"__isSmartRef__":true,"id":692},"author":"bgnauk","message":"no comment","id":"FA43C1A3-19A9-4ED6-A014-82C74689A5C3"},"692":{"isSerializedDate":true,"string":"Tue Jun 19 2012 23:39:23 GMT+0200 (Mitteleuropäische Sommerzeit)"},"693":{"sourceObj":{"__isSmartRef__":true,"id":660},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":329},"targetMethodName":"showAllValues","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"694":{"morph":{"__isSmartRef__":true,"id":660},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"695":{"doAction":{"__isSmartRef__":true,"id":696}},"696":{"varMapping":{"__isSmartRef__":true,"id":697},"source":"function doAction() {\n \n}","funcProperties":{"__isSmartRef__":true,"id":698},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"697":{"this":{"__isSmartRef__":true,"id":660}},"698":{"timestamp":{"__isSmartRef__":true,"id":699},"user":"robertkrahn","tags":[]},"699":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:02:40 GMT+0200 (Mitteleuropäische Sommerzeit)"},"700":{"submorphs":[{"__isSmartRef__":true,"id":701}],"scripts":[],"id":"B567F320-F057-40CD-B342-55711E10A743","shape":{"__isSmartRef__":true,"id":706},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":712},"lighterFill":{"__isSmartRef__":true,"id":717},"label":{"__isSmartRef__":true,"id":701},"name":"backtraceButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":722},"attributeConnections":[{"__isSmartRef__":true,"id":734}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":736},"derivationIds":[7251,"3F26258D-0EE1-4A94-8419-5EE2BB6065A6","B624295D-42E3-4E0A-B370-844C2B43F4F0","F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3","7D4A1972-76E5-4369-9964-2F6ACB87C81F","863AE268-ACC3-406C-9F68-1E000DBA957A","B5EF1A9A-2811-4326-B91E-9BFF2E3FDA64"],"_ClipMode":"visible","isPressed":false,"owner":{"__isSmartRef__":true,"id":329},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":737},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(195.0,22.0)","distanceToDragEvent":"lively.pt(74.0,-12.0)"},"701":{"submorphs":[],"scripts":[],"id":"45B34FA8-F91D-4E6B-B12F-9EFD22AA0439","shape":{"__isSmartRef__":true,"id":702},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":100,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":700},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":703}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":705},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[7252,"4881773E-A824-4992-B814-33C8D37580C6","EE955AA4-D648-4DFC-8E2D-08881D605170","7EC413DD-D34D-449D-B448-2F3904B04FA5","7939AA82-2A96-4559-9090-DD58B7C8868A","B2B64041-E082-42DC-9C31-470836B57BA8","467A692F-9A86-456D-A3A0-26C2F2604EEE"],"_MinTextWidth":100,"_MinTextHeight":null,"_FontSize":10,"_WordBreak":"break-all","__serializedExpressions__":["_Position","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"702":{"_BorderWidth":0,"_Fill":null,"_ClipMode":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(69.0,23.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"703":{"style":{"__isSmartRef__":true,"id":704},"chunkOwner":{"__isSmartRef__":true,"id":701},"_id":"_7149","storedString":"Backtrace","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"704":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"705":{"morph":{"__isSmartRef__":true,"id":701},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"706":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":707},"_BorderRadius":5.2,"_ClipMode":"visible","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(69.0,23.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"707":{"stops":[{"__isSmartRef__":true,"id":708},{"__isSmartRef__":true,"id":709},{"__isSmartRef__":true,"id":710},{"__isSmartRef__":true,"id":711}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"708":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"709":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"710":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"711":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"712":{"stops":[{"__isSmartRef__":true,"id":713},{"__isSmartRef__":true,"id":714},{"__isSmartRef__":true,"id":715},{"__isSmartRef__":true,"id":716}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"713":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"714":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"715":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"716":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"717":{"stops":[{"__isSmartRef__":true,"id":718},{"__isSmartRef__":true,"id":719},{"__isSmartRef__":true,"id":720},{"__isSmartRef__":true,"id":721}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"718":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"719":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"720":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"721":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"722":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":723},{"__isSmartRef__":true,"id":725},{"__isSmartRef__":true,"id":727},{"__isSmartRef__":true,"id":729},{"__isSmartRef__":true,"id":731}],"revisionOnLoad":171940,"lastModifiedDate":{"__isSmartRef__":true,"id":733},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"723":{"date":{"__isSmartRef__":true,"id":724},"author":"undefined","message":"","id":"7074B413-6CF0-4892-9D18-52009A2A2E03"},"724":{"isSerializedDate":true,"string":"Fri Apr 13 2012 21:04:01 GMT+0200 (Mitteleuropäische Sommerzeit)"},"725":{"date":{"__isSmartRef__":true,"id":726},"author":"sstamm","message":"reverted button","id":"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E"},"726":{"isSerializedDate":true,"string":"Mon Apr 16 2012 10:36:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"727":{"date":{"__isSmartRef__":true,"id":728},"author":"robertkrahn","message":"no comment","id":"97D17254-EAC6-4494-8330-A347909590D6"},"728":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:08:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"729":{"date":{"__isSmartRef__":true,"id":730},"author":"robertkrahn","message":"no comment","id":"DDE22D44-9A6D-4485-80F3-262D5DA0CC07"},"730":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:03:19 GMT+0200 (Mitteleuropäische Sommerzeit)"},"731":{"date":{"__isSmartRef__":true,"id":732},"author":"bgnauk","message":"no comment","id":"FA43C1A3-19A9-4ED6-A014-82C74689A5C3"},"732":{"isSerializedDate":true,"string":"Tue Jun 19 2012 23:39:23 GMT+0200 (Mitteleuropäische Sommerzeit)"},"733":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"734":{"sourceObj":{"__isSmartRef__":true,"id":700},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":329},"targetMethodName":"backtrace","varMapping":{"__isSmartRef__":true,"id":735},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"735":{"source":{"__isSmartRef__":true,"id":700},"target":{"__isSmartRef__":true,"id":329}},"736":{"morph":{"__isSmartRef__":true,"id":700},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"737":{"doAction":{"__isSmartRef__":true,"id":738}},"738":{"varMapping":{"__isSmartRef__":true,"id":739},"source":"function doAction() {\n \n}","funcProperties":{"__isSmartRef__":true,"id":740},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"739":{"this":{"__isSmartRef__":true,"id":700}},"740":{"timestamp":{"__isSmartRef__":true,"id":741},"user":"robertkrahn","tags":[]},"741":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:02:40 GMT+0200 (Mitteleuropäische Sommerzeit)"},"742":{"submorphs":[{"__isSmartRef__":true,"id":743}],"scripts":[],"shape":{"__isSmartRef__":true,"id":748},"eventHandler":{"__isSmartRef__":true,"id":749},"_ClipMode":"visible","derivationIds":["EC7EBB28-54AE-4244-80ED-3E13650F82B7"],"id":"97CA66B8-2C2E-4199-83CE-66C416075DA2","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":false,"label":{"__isSmartRef__":true,"id":743},"_PreviousBorderWidth":1,"isPressed":false,"showsHalos":false,"attributeConnections":[{"__isSmartRef__":true,"id":750}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"name":"forwardButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":752},"owner":{"__isSmartRef__":true,"id":329},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"_StyleClassNames":["disabled"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":758},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(105.0,21.0)","distanceToDragEvent":"lively.pt(33.0,-13.0)"},"743":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":744},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":745}],"eventHandler":{"__isSmartRef__":true,"id":747},"_ClipMode":"hidden","derivationIds":["7884E73F-0D17-44B3-907F-44A5223F1F3D"],"id":"2BF90292-EB0C-4410-8BB8-0B00B5FDF211","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":742},"isLabel":true,"_Align":"center","eventsAreIgnored":true,"_TextStylingMode":true,"showsHalos":false,"eventsAreDisabled":true,"_PointerEvents":"none","__serializedExpressions__":["_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"744":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(48.0,26.0)","_Padding":"lively.rect(0,3,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"745":{"style":{"__isSmartRef__":true,"id":746},"chunkOwner":{"__isSmartRef__":true,"id":743},"_id":"_19003","storedString":">","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"746":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"747":{"morph":{"__isSmartRef__":true,"id":743},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"748":{"_BorderWidth":1,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(48.0,26.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"749":{"morph":{"__isSmartRef__":true,"id":742},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"750":{"sourceObj":{"__isSmartRef__":true,"id":742},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":329},"targetMethodName":"showNextValue","varMapping":{"__isSmartRef__":true,"id":751},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"751":{"source":{"__isSmartRef__":true,"id":742},"target":{"__isSmartRef__":true,"id":329}},"752":{"partName":"Button","requiredModules":[],"partsSpaceName":"PartsBin/Inputs","comment":"A simple button that calls a method #doAction when pressed.","changes":[{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":755}],"migrationLevel":4,"lastModifiedDate":{"__isSmartRef__":true,"id":757},"revisionOnLoad":186411,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"753":{"date":{"__isSmartRef__":true,"id":754},"author":null,"message":"no comment","id":"F8B70225-5143-4A51-ABB4-344B488B3811"},"754":{"isSerializedDate":true,"string":"Tue Dec 11 2012 22:15:42 GMT+0100 (Mitteleuropäische Zeit)"},"755":{"date":{"__isSmartRef__":true,"id":756},"author":"robertkrahn","message":"no comment","id":"9B8B6BE4-4519-4A6C-8F47-70DE61BBB0FB"},"756":{"isSerializedDate":true,"string":"Tue Dec 11 2012 22:53:16 GMT+0100 (Mitteleuropäische Zeit)"},"757":{"isSerializedDate":true,"string":"Tue Dec 11 2012 22:53:24 GMT+0100 (Mitteleuropäische Zeit)"},"758":{"doAction":{"__isSmartRef__":true,"id":759}},"759":{"varMapping":{"__isSmartRef__":true,"id":760},"source":"function doAction() {\n \n}","funcProperties":{"__isSmartRef__":true,"id":761},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"760":{"this":{"__isSmartRef__":true,"id":742}},"761":{"timestamp":{"__isSmartRef__":true,"id":762},"user":"undefined","tags":[]},"762":{"isSerializedDate":true,"string":"Tue Dec 11 2012 22:14:29 GMT+0100 (Mitteleuropäische Zeit)"},"763":{"submorphs":[],"scripts":[],"id":"843600D4-CB14-41ED-B86B-8A72B154F41F","shape":{"__isSmartRef__":true,"id":764},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":-0.8603480000000046,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"cellPrototype2","partsBinMetaInfo":{"__isSmartRef__":true,"id":765},"textChunks":[{"__isSmartRef__":true,"id":776}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":778},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","912C0C89-FAFC-4FF5-AE7C-9E96379A6CD5","028B853E-4D4B-4EB1-A156-43D871C37ECF","7864590F-D0E7-4A8D-B4C4-4FFF010F8E8F","553D860E-5A8A-4BEA-B479-3E7B35ABB4E6","7DEE0169-D497-4944-8261-78D8EF1B8CF1","2E5FFD6E-D3A1-42EA-B7CA-187507807C7F","DEE347F2-28A5-4388-A2A4-BCCC8AFDC1D4","E4C4A39C-93CC-4450-A36D-E5FA0D8E0C8C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":-0.8603480000000046,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"getW","_Align":"center","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":329},"value":"ε","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":779},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(56.7,77.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(42.0,-16.0)"},"764":{"fill":null,"_BorderWidth":1.778,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(27.7,29.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"765":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":766},{"__isSmartRef__":true,"id":768},{"__isSmartRef__":true,"id":770},{"__isSmartRef__":true,"id":772},{"__isSmartRef__":true,"id":774}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"766":{"date":{"__isSmartRef__":true,"id":767},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"767":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"768":{"date":{"__isSmartRef__":true,"id":769},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"769":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"770":{"date":{"__isSmartRef__":true,"id":771},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"771":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"772":{"date":{"__isSmartRef__":true,"id":773},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"773":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"774":{"date":{"__isSmartRef__":true,"id":775},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"775":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"776":{"style":{"__isSmartRef__":true,"id":777},"chunkOwner":{"__isSmartRef__":true,"id":763},"_id":"_139","storedString":"ε","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"777":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"778":{"morph":{"__isSmartRef__":true,"id":763},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"779":{"setValue":{"__isSmartRef__":true,"id":780},"showValue":{"__isSmartRef__":true,"id":784},"hideValue":{"__isSmartRef__":true,"id":788},"getValue":{"__isSmartRef__":true,"id":792},"getOrigin":{"__isSmartRef__":true,"id":796},"setOrigin":{"__isSmartRef__":true,"id":804}},"780":{"varMapping":{"__isSmartRef__":true,"id":781},"source":"function setValue(value) {\n this.value = value\n}","funcProperties":{"__isSmartRef__":true,"id":782},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"781":{"this":{"__isSmartRef__":true,"id":763}},"782":{"timestamp":{"__isSmartRef__":true,"id":783},"user":"dustin.glaeser","tags":[]},"783":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:47:03 GMT+0100 (Mitteleuropäische Zeit)"},"784":{"varMapping":{"__isSmartRef__":true,"id":785},"source":"function showValue() {\n this.setTextString(this.value)\n}","funcProperties":{"__isSmartRef__":true,"id":786},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"785":{"this":{"__isSmartRef__":true,"id":763}},"786":{"timestamp":{"__isSmartRef__":true,"id":787},"user":"dustin.glaeser","tags":[]},"787":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:48:56 GMT+0100 (Mitteleuropäische Zeit)"},"788":{"varMapping":{"__isSmartRef__":true,"id":789},"source":"function hideValue() {\n this.setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":790},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"789":{"this":{"__isSmartRef__":true,"id":763}},"790":{"timestamp":{"__isSmartRef__":true,"id":791},"user":"dustin.glaeser","tags":[]},"791":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:49:13 GMT+0100 (Mitteleuropäische Zeit)"},"792":{"varMapping":{"__isSmartRef__":true,"id":793},"source":"function getValue() {\n return this.value\n}","funcProperties":{"__isSmartRef__":true,"id":794},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"793":{"this":{"__isSmartRef__":true,"id":763}},"794":{"timestamp":{"__isSmartRef__":true,"id":795},"user":"dustin.glaeser","tags":[]},"795":{"isSerializedDate":true,"string":"Thu Nov 22 2012 17:58:11 GMT+0100 (Mitteleuropäische Zeit)"},"796":{"varMapping":{"__isSmartRef__":true,"id":797},"source":"function getOrigin() {\n return this.origin\n}","funcProperties":{"__isSmartRef__":true,"id":802},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"797":{"this":{"__isSmartRef__":true,"id":763},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":798}},"798":{"$super":{"__isSmartRef__":true,"id":799}},"799":{"varMapping":{"__isSmartRef__":true,"id":800},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":801},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"800":{"obj":{"__isSmartRef__":true,"id":763},"name":"getOrigin"},"801":{},"802":{"timestamp":{"__isSmartRef__":true,"id":803},"user":"dustin.glaeser","tags":[]},"803":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:11 GMT+0100 (Mitteleuropäische Zeit)"},"804":{"varMapping":{"__isSmartRef__":true,"id":805},"source":"function setOrigin(value) {\n this.origin = value\n}","funcProperties":{"__isSmartRef__":true,"id":810},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"805":{"this":{"__isSmartRef__":true,"id":763},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":806}},"806":{"$super":{"__isSmartRef__":true,"id":807}},"807":{"varMapping":{"__isSmartRef__":true,"id":808},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":809},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"808":{"obj":{"__isSmartRef__":true,"id":763},"name":"setOrigin"},"809":{},"810":{"timestamp":{"__isSmartRef__":true,"id":811},"user":"dustin.glaeser","tags":[]},"811":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:46 GMT+0100 (Mitteleuropäische Zeit)"},"812":{"submorphs":[],"scripts":[],"id":"45479BE6-36C3-40A7-9BD4-90353CE3D8C1","shape":{"__isSmartRef__":true,"id":813},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":-0.8603480000000046,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"cellPrototype3","partsBinMetaInfo":{"__isSmartRef__":true,"id":814},"textChunks":[{"__isSmartRef__":true,"id":825}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":827},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","912C0C89-FAFC-4FF5-AE7C-9E96379A6CD5","028B853E-4D4B-4EB1-A156-43D871C37ECF","7864590F-D0E7-4A8D-B4C4-4FFF010F8E8F","553D860E-5A8A-4BEA-B479-3E7B35ABB4E6","7DEE0169-D497-4944-8261-78D8EF1B8CF1","2E5FFD6E-D3A1-42EA-B7CA-187507807C7F","DEE347F2-28A5-4388-A2A4-BCCC8AFDC1D4","E4C4A39C-93CC-4450-A36D-E5FA0D8E0C8C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":-0.8603480000000046,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"getW","_Align":"center","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":329},"value":"T","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":828},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(89.4,77.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(42.0,-16.0)"},"813":{"fill":null,"_BorderWidth":1.778,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(27.7,29.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"814":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":815},{"__isSmartRef__":true,"id":817},{"__isSmartRef__":true,"id":819},{"__isSmartRef__":true,"id":821},{"__isSmartRef__":true,"id":823}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"815":{"date":{"__isSmartRef__":true,"id":816},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"816":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"817":{"date":{"__isSmartRef__":true,"id":818},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"818":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"819":{"date":{"__isSmartRef__":true,"id":820},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"820":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"821":{"date":{"__isSmartRef__":true,"id":822},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"822":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"823":{"date":{"__isSmartRef__":true,"id":824},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"824":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"825":{"style":{"__isSmartRef__":true,"id":826},"chunkOwner":{"__isSmartRef__":true,"id":812},"_id":"_140","storedString":"T","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"826":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"827":{"morph":{"__isSmartRef__":true,"id":812},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"828":{"setValue":{"__isSmartRef__":true,"id":829},"showValue":{"__isSmartRef__":true,"id":833},"hideValue":{"__isSmartRef__":true,"id":837},"getValue":{"__isSmartRef__":true,"id":841},"getOrigin":{"__isSmartRef__":true,"id":845},"setOrigin":{"__isSmartRef__":true,"id":853}},"829":{"varMapping":{"__isSmartRef__":true,"id":830},"source":"function setValue(value) {\n this.value = value\n}","funcProperties":{"__isSmartRef__":true,"id":831},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"830":{"this":{"__isSmartRef__":true,"id":812}},"831":{"timestamp":{"__isSmartRef__":true,"id":832},"user":"dustin.glaeser","tags":[]},"832":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:47:03 GMT+0100 (Mitteleuropäische Zeit)"},"833":{"varMapping":{"__isSmartRef__":true,"id":834},"source":"function showValue() {\n this.setTextString(this.value)\n}","funcProperties":{"__isSmartRef__":true,"id":835},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"834":{"this":{"__isSmartRef__":true,"id":812}},"835":{"timestamp":{"__isSmartRef__":true,"id":836},"user":"dustin.glaeser","tags":[]},"836":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:48:56 GMT+0100 (Mitteleuropäische Zeit)"},"837":{"varMapping":{"__isSmartRef__":true,"id":838},"source":"function hideValue() {\n this.setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":839},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"838":{"this":{"__isSmartRef__":true,"id":812}},"839":{"timestamp":{"__isSmartRef__":true,"id":840},"user":"dustin.glaeser","tags":[]},"840":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:49:13 GMT+0100 (Mitteleuropäische Zeit)"},"841":{"varMapping":{"__isSmartRef__":true,"id":842},"source":"function getValue() {\n return this.value\n}","funcProperties":{"__isSmartRef__":true,"id":843},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"842":{"this":{"__isSmartRef__":true,"id":812}},"843":{"timestamp":{"__isSmartRef__":true,"id":844},"user":"dustin.glaeser","tags":[]},"844":{"isSerializedDate":true,"string":"Thu Nov 22 2012 17:58:11 GMT+0100 (Mitteleuropäische Zeit)"},"845":{"varMapping":{"__isSmartRef__":true,"id":846},"source":"function getOrigin() {\n return this.origin\n}","funcProperties":{"__isSmartRef__":true,"id":851},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"846":{"this":{"__isSmartRef__":true,"id":812},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":847}},"847":{"$super":{"__isSmartRef__":true,"id":848}},"848":{"varMapping":{"__isSmartRef__":true,"id":849},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":850},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"849":{"obj":{"__isSmartRef__":true,"id":812},"name":"getOrigin"},"850":{},"851":{"timestamp":{"__isSmartRef__":true,"id":852},"user":"dustin.glaeser","tags":[]},"852":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:11 GMT+0100 (Mitteleuropäische Zeit)"},"853":{"varMapping":{"__isSmartRef__":true,"id":854},"source":"function setOrigin(value) {\n this.origin = value\n}","funcProperties":{"__isSmartRef__":true,"id":859},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"854":{"this":{"__isSmartRef__":true,"id":812},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":855}},"855":{"$super":{"__isSmartRef__":true,"id":856}},"856":{"varMapping":{"__isSmartRef__":true,"id":857},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":858},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"857":{"obj":{"__isSmartRef__":true,"id":812},"name":"setOrigin"},"858":{},"859":{"timestamp":{"__isSmartRef__":true,"id":860},"user":"dustin.glaeser","tags":[]},"860":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:46 GMT+0100 (Mitteleuropäische Zeit)"},"861":{"submorphs":[],"scripts":[],"id":"3D512501-9DEC-410B-89AB-171C76F0F7F1","shape":{"__isSmartRef__":true,"id":862},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":-0.8603480000000046,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"cellPrototype4","partsBinMetaInfo":{"__isSmartRef__":true,"id":863},"textChunks":[{"__isSmartRef__":true,"id":874}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":876},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","912C0C89-FAFC-4FF5-AE7C-9E96379A6CD5","028B853E-4D4B-4EB1-A156-43D871C37ECF","7864590F-D0E7-4A8D-B4C4-4FFF010F8E8F","553D860E-5A8A-4BEA-B479-3E7B35ABB4E6","7DEE0169-D497-4944-8261-78D8EF1B8CF1","2E5FFD6E-D3A1-42EA-B7CA-187507807C7F","DEE347F2-28A5-4388-A2A4-BCCC8AFDC1D4","E4C4A39C-93CC-4450-A36D-E5FA0D8E0C8C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":-0.8603480000000046,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"getW","_Align":"center","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":329},"value":"I","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":877},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(122.1,77.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(42.0,-16.0)"},"862":{"fill":null,"_BorderWidth":1.778,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(27.7,29.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"863":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":864},{"__isSmartRef__":true,"id":866},{"__isSmartRef__":true,"id":868},{"__isSmartRef__":true,"id":870},{"__isSmartRef__":true,"id":872}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"864":{"date":{"__isSmartRef__":true,"id":865},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"865":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"866":{"date":{"__isSmartRef__":true,"id":867},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"867":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"868":{"date":{"__isSmartRef__":true,"id":869},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"869":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"870":{"date":{"__isSmartRef__":true,"id":871},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"871":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"872":{"date":{"__isSmartRef__":true,"id":873},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"873":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"874":{"style":{"__isSmartRef__":true,"id":875},"chunkOwner":{"__isSmartRef__":true,"id":861},"_id":"_141","storedString":"I","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"875":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"876":{"morph":{"__isSmartRef__":true,"id":861},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"877":{"setValue":{"__isSmartRef__":true,"id":878},"showValue":{"__isSmartRef__":true,"id":882},"hideValue":{"__isSmartRef__":true,"id":886},"getValue":{"__isSmartRef__":true,"id":890},"getOrigin":{"__isSmartRef__":true,"id":894},"setOrigin":{"__isSmartRef__":true,"id":902}},"878":{"varMapping":{"__isSmartRef__":true,"id":879},"source":"function setValue(value) {\n this.value = value\n}","funcProperties":{"__isSmartRef__":true,"id":880},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"879":{"this":{"__isSmartRef__":true,"id":861}},"880":{"timestamp":{"__isSmartRef__":true,"id":881},"user":"dustin.glaeser","tags":[]},"881":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:47:03 GMT+0100 (Mitteleuropäische Zeit)"},"882":{"varMapping":{"__isSmartRef__":true,"id":883},"source":"function showValue() {\n this.setTextString(this.value)\n}","funcProperties":{"__isSmartRef__":true,"id":884},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"883":{"this":{"__isSmartRef__":true,"id":861}},"884":{"timestamp":{"__isSmartRef__":true,"id":885},"user":"dustin.glaeser","tags":[]},"885":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:48:56 GMT+0100 (Mitteleuropäische Zeit)"},"886":{"varMapping":{"__isSmartRef__":true,"id":887},"source":"function hideValue() {\n this.setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":888},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"887":{"this":{"__isSmartRef__":true,"id":861}},"888":{"timestamp":{"__isSmartRef__":true,"id":889},"user":"dustin.glaeser","tags":[]},"889":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:49:13 GMT+0100 (Mitteleuropäische Zeit)"},"890":{"varMapping":{"__isSmartRef__":true,"id":891},"source":"function getValue() {\n return this.value\n}","funcProperties":{"__isSmartRef__":true,"id":892},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"891":{"this":{"__isSmartRef__":true,"id":861}},"892":{"timestamp":{"__isSmartRef__":true,"id":893},"user":"dustin.glaeser","tags":[]},"893":{"isSerializedDate":true,"string":"Thu Nov 22 2012 17:58:11 GMT+0100 (Mitteleuropäische Zeit)"},"894":{"varMapping":{"__isSmartRef__":true,"id":895},"source":"function getOrigin() {\n return this.origin\n}","funcProperties":{"__isSmartRef__":true,"id":900},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"895":{"this":{"__isSmartRef__":true,"id":861},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":896}},"896":{"$super":{"__isSmartRef__":true,"id":897}},"897":{"varMapping":{"__isSmartRef__":true,"id":898},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":899},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"898":{"obj":{"__isSmartRef__":true,"id":861},"name":"getOrigin"},"899":{},"900":{"timestamp":{"__isSmartRef__":true,"id":901},"user":"dustin.glaeser","tags":[]},"901":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:11 GMT+0100 (Mitteleuropäische Zeit)"},"902":{"varMapping":{"__isSmartRef__":true,"id":903},"source":"function setOrigin(value) {\n this.origin = value\n}","funcProperties":{"__isSmartRef__":true,"id":908},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"903":{"this":{"__isSmartRef__":true,"id":861},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":904}},"904":{"$super":{"__isSmartRef__":true,"id":905}},"905":{"varMapping":{"__isSmartRef__":true,"id":906},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":907},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"906":{"obj":{"__isSmartRef__":true,"id":861},"name":"setOrigin"},"907":{},"908":{"timestamp":{"__isSmartRef__":true,"id":909},"user":"dustin.glaeser","tags":[]},"909":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:46 GMT+0100 (Mitteleuropäische Zeit)"},"910":{"submorphs":[],"scripts":[],"id":"8E06AC2C-F2B9-4C32-A217-D3826239AAF8","shape":{"__isSmartRef__":true,"id":911},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":-0.8603480000000046,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"cellPrototype5","partsBinMetaInfo":{"__isSmartRef__":true,"id":912},"textChunks":[{"__isSmartRef__":true,"id":923}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":925},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","912C0C89-FAFC-4FF5-AE7C-9E96379A6CD5","028B853E-4D4B-4EB1-A156-43D871C37ECF","7864590F-D0E7-4A8D-B4C4-4FFF010F8E8F","553D860E-5A8A-4BEA-B479-3E7B35ABB4E6","7DEE0169-D497-4944-8261-78D8EF1B8CF1","2E5FFD6E-D3A1-42EA-B7CA-187507807C7F","DEE347F2-28A5-4388-A2A4-BCCC8AFDC1D4","E4C4A39C-93CC-4450-A36D-E5FA0D8E0C8C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":-0.8603480000000046,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"getW","_Align":"center","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":329},"value":"E","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":926},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(154.8,77.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(42.0,-16.0)"},"911":{"fill":null,"_BorderWidth":1.778,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(27.7,29.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"912":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":913},{"__isSmartRef__":true,"id":915},{"__isSmartRef__":true,"id":917},{"__isSmartRef__":true,"id":919},{"__isSmartRef__":true,"id":921}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"913":{"date":{"__isSmartRef__":true,"id":914},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"914":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"915":{"date":{"__isSmartRef__":true,"id":916},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"916":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"917":{"date":{"__isSmartRef__":true,"id":918},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"918":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"919":{"date":{"__isSmartRef__":true,"id":920},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"920":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"921":{"date":{"__isSmartRef__":true,"id":922},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"922":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"923":{"style":{"__isSmartRef__":true,"id":924},"chunkOwner":{"__isSmartRef__":true,"id":910},"_id":"_142","storedString":"E","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"924":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"925":{"morph":{"__isSmartRef__":true,"id":910},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"926":{"setValue":{"__isSmartRef__":true,"id":927},"showValue":{"__isSmartRef__":true,"id":931},"hideValue":{"__isSmartRef__":true,"id":935},"getValue":{"__isSmartRef__":true,"id":939},"getOrigin":{"__isSmartRef__":true,"id":943},"setOrigin":{"__isSmartRef__":true,"id":951}},"927":{"varMapping":{"__isSmartRef__":true,"id":928},"source":"function setValue(value) {\n this.value = value\n}","funcProperties":{"__isSmartRef__":true,"id":929},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"928":{"this":{"__isSmartRef__":true,"id":910}},"929":{"timestamp":{"__isSmartRef__":true,"id":930},"user":"dustin.glaeser","tags":[]},"930":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:47:03 GMT+0100 (Mitteleuropäische Zeit)"},"931":{"varMapping":{"__isSmartRef__":true,"id":932},"source":"function showValue() {\n this.setTextString(this.value)\n}","funcProperties":{"__isSmartRef__":true,"id":933},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"932":{"this":{"__isSmartRef__":true,"id":910}},"933":{"timestamp":{"__isSmartRef__":true,"id":934},"user":"dustin.glaeser","tags":[]},"934":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:48:56 GMT+0100 (Mitteleuropäische Zeit)"},"935":{"varMapping":{"__isSmartRef__":true,"id":936},"source":"function hideValue() {\n this.setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":937},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"936":{"this":{"__isSmartRef__":true,"id":910}},"937":{"timestamp":{"__isSmartRef__":true,"id":938},"user":"dustin.glaeser","tags":[]},"938":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:49:13 GMT+0100 (Mitteleuropäische Zeit)"},"939":{"varMapping":{"__isSmartRef__":true,"id":940},"source":"function getValue() {\n return this.value\n}","funcProperties":{"__isSmartRef__":true,"id":941},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"940":{"this":{"__isSmartRef__":true,"id":910}},"941":{"timestamp":{"__isSmartRef__":true,"id":942},"user":"dustin.glaeser","tags":[]},"942":{"isSerializedDate":true,"string":"Thu Nov 22 2012 17:58:11 GMT+0100 (Mitteleuropäische Zeit)"},"943":{"varMapping":{"__isSmartRef__":true,"id":944},"source":"function getOrigin() {\n return this.origin\n}","funcProperties":{"__isSmartRef__":true,"id":949},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"944":{"this":{"__isSmartRef__":true,"id":910},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":945}},"945":{"$super":{"__isSmartRef__":true,"id":946}},"946":{"varMapping":{"__isSmartRef__":true,"id":947},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":948},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"947":{"obj":{"__isSmartRef__":true,"id":910},"name":"getOrigin"},"948":{},"949":{"timestamp":{"__isSmartRef__":true,"id":950},"user":"dustin.glaeser","tags":[]},"950":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:11 GMT+0100 (Mitteleuropäische Zeit)"},"951":{"varMapping":{"__isSmartRef__":true,"id":952},"source":"function setOrigin(value) {\n this.origin = value\n}","funcProperties":{"__isSmartRef__":true,"id":957},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"952":{"this":{"__isSmartRef__":true,"id":910},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":953}},"953":{"$super":{"__isSmartRef__":true,"id":954}},"954":{"varMapping":{"__isSmartRef__":true,"id":955},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":956},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"955":{"obj":{"__isSmartRef__":true,"id":910},"name":"setOrigin"},"956":{},"957":{"timestamp":{"__isSmartRef__":true,"id":958},"user":"dustin.glaeser","tags":[]},"958":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:46 GMT+0100 (Mitteleuropäische Zeit)"},"959":{"submorphs":[],"scripts":[],"id":"E9A2A5B0-E6D4-4D0D-937D-B760A3E8237F","shape":{"__isSmartRef__":true,"id":960},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":-0.8603480000000046,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"cellPrototype6","partsBinMetaInfo":{"__isSmartRef__":true,"id":961},"textChunks":[{"__isSmartRef__":true,"id":972}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":974},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","912C0C89-FAFC-4FF5-AE7C-9E96379A6CD5","028B853E-4D4B-4EB1-A156-43D871C37ECF","7864590F-D0E7-4A8D-B4C4-4FFF010F8E8F","553D860E-5A8A-4BEA-B479-3E7B35ABB4E6","7DEE0169-D497-4944-8261-78D8EF1B8CF1","2E5FFD6E-D3A1-42EA-B7CA-187507807C7F","DEE347F2-28A5-4388-A2A4-BCCC8AFDC1D4","E4C4A39C-93CC-4450-A36D-E5FA0D8E0C8C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":-0.8603480000000046,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"getW","_Align":"center","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":329},"value":"R","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":975},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(187.5,77.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(42.0,-16.0)"},"960":{"fill":null,"_BorderWidth":1.778,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(27.7,29.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"961":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":962},{"__isSmartRef__":true,"id":964},{"__isSmartRef__":true,"id":966},{"__isSmartRef__":true,"id":968},{"__isSmartRef__":true,"id":970}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"962":{"date":{"__isSmartRef__":true,"id":963},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"963":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"964":{"date":{"__isSmartRef__":true,"id":965},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"965":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"966":{"date":{"__isSmartRef__":true,"id":967},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"967":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"968":{"date":{"__isSmartRef__":true,"id":969},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"969":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"970":{"date":{"__isSmartRef__":true,"id":971},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"971":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"972":{"style":{"__isSmartRef__":true,"id":973},"chunkOwner":{"__isSmartRef__":true,"id":959},"_id":"_143","storedString":"R","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"973":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"974":{"morph":{"__isSmartRef__":true,"id":959},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"975":{"setValue":{"__isSmartRef__":true,"id":976},"showValue":{"__isSmartRef__":true,"id":980},"hideValue":{"__isSmartRef__":true,"id":984},"getValue":{"__isSmartRef__":true,"id":988},"getOrigin":{"__isSmartRef__":true,"id":992},"setOrigin":{"__isSmartRef__":true,"id":1000}},"976":{"varMapping":{"__isSmartRef__":true,"id":977},"source":"function setValue(value) {\n this.value = value\n}","funcProperties":{"__isSmartRef__":true,"id":978},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"977":{"this":{"__isSmartRef__":true,"id":959}},"978":{"timestamp":{"__isSmartRef__":true,"id":979},"user":"dustin.glaeser","tags":[]},"979":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:47:03 GMT+0100 (Mitteleuropäische Zeit)"},"980":{"varMapping":{"__isSmartRef__":true,"id":981},"source":"function showValue() {\n this.setTextString(this.value)\n}","funcProperties":{"__isSmartRef__":true,"id":982},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"981":{"this":{"__isSmartRef__":true,"id":959}},"982":{"timestamp":{"__isSmartRef__":true,"id":983},"user":"dustin.glaeser","tags":[]},"983":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:48:56 GMT+0100 (Mitteleuropäische Zeit)"},"984":{"varMapping":{"__isSmartRef__":true,"id":985},"source":"function hideValue() {\n this.setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":986},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"985":{"this":{"__isSmartRef__":true,"id":959}},"986":{"timestamp":{"__isSmartRef__":true,"id":987},"user":"dustin.glaeser","tags":[]},"987":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:49:13 GMT+0100 (Mitteleuropäische Zeit)"},"988":{"varMapping":{"__isSmartRef__":true,"id":989},"source":"function getValue() {\n return this.value\n}","funcProperties":{"__isSmartRef__":true,"id":990},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"989":{"this":{"__isSmartRef__":true,"id":959}},"990":{"timestamp":{"__isSmartRef__":true,"id":991},"user":"dustin.glaeser","tags":[]},"991":{"isSerializedDate":true,"string":"Thu Nov 22 2012 17:58:11 GMT+0100 (Mitteleuropäische Zeit)"},"992":{"varMapping":{"__isSmartRef__":true,"id":993},"source":"function getOrigin() {\n return this.origin\n}","funcProperties":{"__isSmartRef__":true,"id":998},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"993":{"this":{"__isSmartRef__":true,"id":959},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":994}},"994":{"$super":{"__isSmartRef__":true,"id":995}},"995":{"varMapping":{"__isSmartRef__":true,"id":996},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":997},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"996":{"obj":{"__isSmartRef__":true,"id":959},"name":"getOrigin"},"997":{},"998":{"timestamp":{"__isSmartRef__":true,"id":999},"user":"dustin.glaeser","tags":[]},"999":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:11 GMT+0100 (Mitteleuropäische Zeit)"},"1000":{"varMapping":{"__isSmartRef__":true,"id":1001},"source":"function setOrigin(value) {\n this.origin = value\n}","funcProperties":{"__isSmartRef__":true,"id":1006},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1001":{"this":{"__isSmartRef__":true,"id":959},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1002}},"1002":{"$super":{"__isSmartRef__":true,"id":1003}},"1003":{"varMapping":{"__isSmartRef__":true,"id":1004},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1005},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1004":{"obj":{"__isSmartRef__":true,"id":959},"name":"setOrigin"},"1005":{},"1006":{"timestamp":{"__isSmartRef__":true,"id":1007},"user":"dustin.glaeser","tags":[]},"1007":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:46 GMT+0100 (Mitteleuropäische Zeit)"},"1008":{"submorphs":[],"scripts":[],"id":"115612D9-C54A-477F-91A6-AE1E4D72C6F3","shape":{"__isSmartRef__":true,"id":1009},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":-0.8603480000000046,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"cellPrototype7","partsBinMetaInfo":{"__isSmartRef__":true,"id":1010},"textChunks":[{"__isSmartRef__":true,"id":1021}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":1023},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","912C0C89-FAFC-4FF5-AE7C-9E96379A6CD5","028B853E-4D4B-4EB1-A156-43D871C37ECF","7864590F-D0E7-4A8D-B4C4-4FFF010F8E8F","553D860E-5A8A-4BEA-B479-3E7B35ABB4E6","7DEE0169-D497-4944-8261-78D8EF1B8CF1","2E5FFD6E-D3A1-42EA-B7CA-187507807C7F","DEE347F2-28A5-4388-A2A4-BCCC8AFDC1D4","E4C4A39C-93CC-4450-A36D-E5FA0D8E0C8C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":-0.8603480000000046,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"getW","_Align":"center","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":329},"value":"ε","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1024},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(24.0,111.6)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(42.0,-16.0)"},"1009":{"fill":null,"_BorderWidth":1.778,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(27.7,29.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"1010":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":1011},{"__isSmartRef__":true,"id":1013},{"__isSmartRef__":true,"id":1015},{"__isSmartRef__":true,"id":1017},{"__isSmartRef__":true,"id":1019}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1011":{"date":{"__isSmartRef__":true,"id":1012},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"1012":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1013":{"date":{"__isSmartRef__":true,"id":1014},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"1014":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"1015":{"date":{"__isSmartRef__":true,"id":1016},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"1016":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1017":{"date":{"__isSmartRef__":true,"id":1018},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"1018":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1019":{"date":{"__isSmartRef__":true,"id":1020},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"1020":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1021":{"style":{"__isSmartRef__":true,"id":1022},"chunkOwner":{"__isSmartRef__":true,"id":1008},"_id":"_144","storedString":"ε","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1022":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1023":{"morph":{"__isSmartRef__":true,"id":1008},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1024":{"setValue":{"__isSmartRef__":true,"id":1025},"showValue":{"__isSmartRef__":true,"id":1029},"hideValue":{"__isSmartRef__":true,"id":1033},"getValue":{"__isSmartRef__":true,"id":1037},"getOrigin":{"__isSmartRef__":true,"id":1041},"setOrigin":{"__isSmartRef__":true,"id":1049}},"1025":{"varMapping":{"__isSmartRef__":true,"id":1026},"source":"function setValue(value) {\n this.value = value\n}","funcProperties":{"__isSmartRef__":true,"id":1027},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1026":{"this":{"__isSmartRef__":true,"id":1008}},"1027":{"timestamp":{"__isSmartRef__":true,"id":1028},"user":"dustin.glaeser","tags":[]},"1028":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:47:03 GMT+0100 (Mitteleuropäische Zeit)"},"1029":{"varMapping":{"__isSmartRef__":true,"id":1030},"source":"function showValue() {\n this.setTextString(this.value)\n}","funcProperties":{"__isSmartRef__":true,"id":1031},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1030":{"this":{"__isSmartRef__":true,"id":1008}},"1031":{"timestamp":{"__isSmartRef__":true,"id":1032},"user":"dustin.glaeser","tags":[]},"1032":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:48:56 GMT+0100 (Mitteleuropäische Zeit)"},"1033":{"varMapping":{"__isSmartRef__":true,"id":1034},"source":"function hideValue() {\n this.setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":1035},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1034":{"this":{"__isSmartRef__":true,"id":1008}},"1035":{"timestamp":{"__isSmartRef__":true,"id":1036},"user":"dustin.glaeser","tags":[]},"1036":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:49:13 GMT+0100 (Mitteleuropäische Zeit)"},"1037":{"varMapping":{"__isSmartRef__":true,"id":1038},"source":"function getValue() {\n return this.value\n}","funcProperties":{"__isSmartRef__":true,"id":1039},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1038":{"this":{"__isSmartRef__":true,"id":1008}},"1039":{"timestamp":{"__isSmartRef__":true,"id":1040},"user":"dustin.glaeser","tags":[]},"1040":{"isSerializedDate":true,"string":"Thu Nov 22 2012 17:58:11 GMT+0100 (Mitteleuropäische Zeit)"},"1041":{"varMapping":{"__isSmartRef__":true,"id":1042},"source":"function getOrigin() {\n return this.origin\n}","funcProperties":{"__isSmartRef__":true,"id":1047},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1042":{"this":{"__isSmartRef__":true,"id":1008},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1043}},"1043":{"$super":{"__isSmartRef__":true,"id":1044}},"1044":{"varMapping":{"__isSmartRef__":true,"id":1045},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1046},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1045":{"obj":{"__isSmartRef__":true,"id":1008},"name":"getOrigin"},"1046":{},"1047":{"timestamp":{"__isSmartRef__":true,"id":1048},"user":"dustin.glaeser","tags":[]},"1048":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:11 GMT+0100 (Mitteleuropäische Zeit)"},"1049":{"varMapping":{"__isSmartRef__":true,"id":1050},"source":"function setOrigin(value) {\n this.origin = value\n}","funcProperties":{"__isSmartRef__":true,"id":1055},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1050":{"this":{"__isSmartRef__":true,"id":1008},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1051}},"1051":{"$super":{"__isSmartRef__":true,"id":1052}},"1052":{"varMapping":{"__isSmartRef__":true,"id":1053},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1054},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1053":{"obj":{"__isSmartRef__":true,"id":1008},"name":"setOrigin"},"1054":{},"1055":{"timestamp":{"__isSmartRef__":true,"id":1056},"user":"dustin.glaeser","tags":[]},"1056":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:46 GMT+0100 (Mitteleuropäische Zeit)"},"1057":{"submorphs":[],"scripts":[],"id":"540A8A2E-8F96-4FFF-940C-89980B53F619","shape":{"__isSmartRef__":true,"id":1058},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":-0.8603480000000046,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"cellPrototype8","partsBinMetaInfo":{"__isSmartRef__":true,"id":1059},"textChunks":[{"__isSmartRef__":true,"id":1070}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":1072},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","912C0C89-FAFC-4FF5-AE7C-9E96379A6CD5","028B853E-4D4B-4EB1-A156-43D871C37ECF","7864590F-D0E7-4A8D-B4C4-4FFF010F8E8F","553D860E-5A8A-4BEA-B479-3E7B35ABB4E6","7DEE0169-D497-4944-8261-78D8EF1B8CF1","2E5FFD6E-D3A1-42EA-B7CA-187507807C7F","DEE347F2-28A5-4388-A2A4-BCCC8AFDC1D4","E4C4A39C-93CC-4450-A36D-E5FA0D8E0C8C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":-0.8603480000000046,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"getW","_Align":"center","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":329},"value":"T","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1073},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(24.0,146.1)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(42.0,-16.0)"},"1058":{"fill":null,"_BorderWidth":1.778,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(27.7,29.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"1059":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":1060},{"__isSmartRef__":true,"id":1062},{"__isSmartRef__":true,"id":1064},{"__isSmartRef__":true,"id":1066},{"__isSmartRef__":true,"id":1068}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1060":{"date":{"__isSmartRef__":true,"id":1061},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"1061":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1062":{"date":{"__isSmartRef__":true,"id":1063},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"1063":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"1064":{"date":{"__isSmartRef__":true,"id":1065},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"1065":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1066":{"date":{"__isSmartRef__":true,"id":1067},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"1067":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1068":{"date":{"__isSmartRef__":true,"id":1069},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"1069":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1070":{"style":{"__isSmartRef__":true,"id":1071},"chunkOwner":{"__isSmartRef__":true,"id":1057},"_id":"_145","storedString":"T","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1071":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1072":{"morph":{"__isSmartRef__":true,"id":1057},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1073":{"setValue":{"__isSmartRef__":true,"id":1074},"showValue":{"__isSmartRef__":true,"id":1078},"hideValue":{"__isSmartRef__":true,"id":1082},"getValue":{"__isSmartRef__":true,"id":1086},"getOrigin":{"__isSmartRef__":true,"id":1090},"setOrigin":{"__isSmartRef__":true,"id":1098}},"1074":{"varMapping":{"__isSmartRef__":true,"id":1075},"source":"function setValue(value) {\n this.value = value\n}","funcProperties":{"__isSmartRef__":true,"id":1076},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1075":{"this":{"__isSmartRef__":true,"id":1057}},"1076":{"timestamp":{"__isSmartRef__":true,"id":1077},"user":"dustin.glaeser","tags":[]},"1077":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:47:03 GMT+0100 (Mitteleuropäische Zeit)"},"1078":{"varMapping":{"__isSmartRef__":true,"id":1079},"source":"function showValue() {\n this.setTextString(this.value)\n}","funcProperties":{"__isSmartRef__":true,"id":1080},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1079":{"this":{"__isSmartRef__":true,"id":1057}},"1080":{"timestamp":{"__isSmartRef__":true,"id":1081},"user":"dustin.glaeser","tags":[]},"1081":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:48:56 GMT+0100 (Mitteleuropäische Zeit)"},"1082":{"varMapping":{"__isSmartRef__":true,"id":1083},"source":"function hideValue() {\n this.setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":1084},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1083":{"this":{"__isSmartRef__":true,"id":1057}},"1084":{"timestamp":{"__isSmartRef__":true,"id":1085},"user":"dustin.glaeser","tags":[]},"1085":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:49:13 GMT+0100 (Mitteleuropäische Zeit)"},"1086":{"varMapping":{"__isSmartRef__":true,"id":1087},"source":"function getValue() {\n return this.value\n}","funcProperties":{"__isSmartRef__":true,"id":1088},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1087":{"this":{"__isSmartRef__":true,"id":1057}},"1088":{"timestamp":{"__isSmartRef__":true,"id":1089},"user":"dustin.glaeser","tags":[]},"1089":{"isSerializedDate":true,"string":"Thu Nov 22 2012 17:58:11 GMT+0100 (Mitteleuropäische Zeit)"},"1090":{"varMapping":{"__isSmartRef__":true,"id":1091},"source":"function getOrigin() {\n return this.origin\n}","funcProperties":{"__isSmartRef__":true,"id":1096},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1091":{"this":{"__isSmartRef__":true,"id":1057},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1092}},"1092":{"$super":{"__isSmartRef__":true,"id":1093}},"1093":{"varMapping":{"__isSmartRef__":true,"id":1094},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1095},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1094":{"obj":{"__isSmartRef__":true,"id":1057},"name":"getOrigin"},"1095":{},"1096":{"timestamp":{"__isSmartRef__":true,"id":1097},"user":"dustin.glaeser","tags":[]},"1097":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:11 GMT+0100 (Mitteleuropäische Zeit)"},"1098":{"varMapping":{"__isSmartRef__":true,"id":1099},"source":"function setOrigin(value) {\n this.origin = value\n}","funcProperties":{"__isSmartRef__":true,"id":1104},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1099":{"this":{"__isSmartRef__":true,"id":1057},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1100}},"1100":{"$super":{"__isSmartRef__":true,"id":1101}},"1101":{"varMapping":{"__isSmartRef__":true,"id":1102},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1103},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1102":{"obj":{"__isSmartRef__":true,"id":1057},"name":"setOrigin"},"1103":{},"1104":{"timestamp":{"__isSmartRef__":true,"id":1105},"user":"dustin.glaeser","tags":[]},"1105":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:46 GMT+0100 (Mitteleuropäische Zeit)"},"1106":{"submorphs":[],"scripts":[],"id":"CCEDD751-5944-4FB3-8E3C-D777191023DE","shape":{"__isSmartRef__":true,"id":1107},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":-0.8603480000000046,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"cellPrototype9","partsBinMetaInfo":{"__isSmartRef__":true,"id":1108},"textChunks":[{"__isSmartRef__":true,"id":1119}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":1121},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","912C0C89-FAFC-4FF5-AE7C-9E96379A6CD5","028B853E-4D4B-4EB1-A156-43D871C37ECF","7864590F-D0E7-4A8D-B4C4-4FFF010F8E8F","553D860E-5A8A-4BEA-B479-3E7B35ABB4E6","7DEE0169-D497-4944-8261-78D8EF1B8CF1","2E5FFD6E-D3A1-42EA-B7CA-187507807C7F","DEE347F2-28A5-4388-A2A4-BCCC8AFDC1D4","E4C4A39C-93CC-4450-A36D-E5FA0D8E0C8C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":-0.8603480000000046,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"getW","_Align":"center","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":329},"value":"O","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1122},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(24.0,180.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(42.0,-16.0)"},"1107":{"fill":null,"_BorderWidth":1.778,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(27.7,29.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"1108":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":1109},{"__isSmartRef__":true,"id":1111},{"__isSmartRef__":true,"id":1113},{"__isSmartRef__":true,"id":1115},{"__isSmartRef__":true,"id":1117}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1109":{"date":{"__isSmartRef__":true,"id":1110},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"1110":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1111":{"date":{"__isSmartRef__":true,"id":1112},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"1112":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"1113":{"date":{"__isSmartRef__":true,"id":1114},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"1114":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1115":{"date":{"__isSmartRef__":true,"id":1116},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"1116":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1117":{"date":{"__isSmartRef__":true,"id":1118},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"1118":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1119":{"style":{"__isSmartRef__":true,"id":1120},"chunkOwner":{"__isSmartRef__":true,"id":1106},"_id":"_146","storedString":"O","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1120":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1121":{"morph":{"__isSmartRef__":true,"id":1106},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1122":{"setValue":{"__isSmartRef__":true,"id":1123},"showValue":{"__isSmartRef__":true,"id":1127},"hideValue":{"__isSmartRef__":true,"id":1131},"getValue":{"__isSmartRef__":true,"id":1135},"getOrigin":{"__isSmartRef__":true,"id":1139},"setOrigin":{"__isSmartRef__":true,"id":1147}},"1123":{"varMapping":{"__isSmartRef__":true,"id":1124},"source":"function setValue(value) {\n this.value = value\n}","funcProperties":{"__isSmartRef__":true,"id":1125},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1124":{"this":{"__isSmartRef__":true,"id":1106}},"1125":{"timestamp":{"__isSmartRef__":true,"id":1126},"user":"dustin.glaeser","tags":[]},"1126":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:47:03 GMT+0100 (Mitteleuropäische Zeit)"},"1127":{"varMapping":{"__isSmartRef__":true,"id":1128},"source":"function showValue() {\n this.setTextString(this.value)\n}","funcProperties":{"__isSmartRef__":true,"id":1129},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1128":{"this":{"__isSmartRef__":true,"id":1106}},"1129":{"timestamp":{"__isSmartRef__":true,"id":1130},"user":"dustin.glaeser","tags":[]},"1130":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:48:56 GMT+0100 (Mitteleuropäische Zeit)"},"1131":{"varMapping":{"__isSmartRef__":true,"id":1132},"source":"function hideValue() {\n this.setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":1133},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1132":{"this":{"__isSmartRef__":true,"id":1106}},"1133":{"timestamp":{"__isSmartRef__":true,"id":1134},"user":"dustin.glaeser","tags":[]},"1134":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:49:13 GMT+0100 (Mitteleuropäische Zeit)"},"1135":{"varMapping":{"__isSmartRef__":true,"id":1136},"source":"function getValue() {\n return this.value\n}","funcProperties":{"__isSmartRef__":true,"id":1137},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1136":{"this":{"__isSmartRef__":true,"id":1106}},"1137":{"timestamp":{"__isSmartRef__":true,"id":1138},"user":"dustin.glaeser","tags":[]},"1138":{"isSerializedDate":true,"string":"Thu Nov 22 2012 17:58:11 GMT+0100 (Mitteleuropäische Zeit)"},"1139":{"varMapping":{"__isSmartRef__":true,"id":1140},"source":"function getOrigin() {\n return this.origin\n}","funcProperties":{"__isSmartRef__":true,"id":1145},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1140":{"this":{"__isSmartRef__":true,"id":1106},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1141}},"1141":{"$super":{"__isSmartRef__":true,"id":1142}},"1142":{"varMapping":{"__isSmartRef__":true,"id":1143},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1144},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1143":{"obj":{"__isSmartRef__":true,"id":1106},"name":"getOrigin"},"1144":{},"1145":{"timestamp":{"__isSmartRef__":true,"id":1146},"user":"dustin.glaeser","tags":[]},"1146":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:11 GMT+0100 (Mitteleuropäische Zeit)"},"1147":{"varMapping":{"__isSmartRef__":true,"id":1148},"source":"function setOrigin(value) {\n this.origin = value\n}","funcProperties":{"__isSmartRef__":true,"id":1153},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1148":{"this":{"__isSmartRef__":true,"id":1106},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1149}},"1149":{"$super":{"__isSmartRef__":true,"id":1150}},"1150":{"varMapping":{"__isSmartRef__":true,"id":1151},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1152},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1151":{"obj":{"__isSmartRef__":true,"id":1106},"name":"setOrigin"},"1152":{},"1153":{"timestamp":{"__isSmartRef__":true,"id":1154},"user":"dustin.glaeser","tags":[]},"1154":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:46 GMT+0100 (Mitteleuropäische Zeit)"},"1155":{"submorphs":[],"scripts":[],"id":"6F8758E0-5E03-4361-A040-2BD12279350D","shape":{"__isSmartRef__":true,"id":1156},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":-0.8603480000000046,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"cellPrototype10","partsBinMetaInfo":{"__isSmartRef__":true,"id":1157},"textChunks":[{"__isSmartRef__":true,"id":1168}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":1170},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","912C0C89-FAFC-4FF5-AE7C-9E96379A6CD5","028B853E-4D4B-4EB1-A156-43D871C37ECF","7864590F-D0E7-4A8D-B4C4-4FFF010F8E8F","553D860E-5A8A-4BEA-B479-3E7B35ABB4E6","7DEE0169-D497-4944-8261-78D8EF1B8CF1","2E5FFD6E-D3A1-42EA-B7CA-187507807C7F","DEE347F2-28A5-4388-A2A4-BCCC8AFDC1D4","E4C4A39C-93CC-4450-A36D-E5FA0D8E0C8C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":-0.8603480000000046,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"getW","_Align":"center","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":329},"value":"R","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1171},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(24.0,215.2)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(42.0,-16.0)"},"1156":{"fill":null,"_BorderWidth":1.778,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(27.7,29.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"1157":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":1158},{"__isSmartRef__":true,"id":1160},{"__isSmartRef__":true,"id":1162},{"__isSmartRef__":true,"id":1164},{"__isSmartRef__":true,"id":1166}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1158":{"date":{"__isSmartRef__":true,"id":1159},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"1159":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1160":{"date":{"__isSmartRef__":true,"id":1161},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"1161":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"1162":{"date":{"__isSmartRef__":true,"id":1163},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"1163":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1164":{"date":{"__isSmartRef__":true,"id":1165},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"1165":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1166":{"date":{"__isSmartRef__":true,"id":1167},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"1167":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1168":{"style":{"__isSmartRef__":true,"id":1169},"chunkOwner":{"__isSmartRef__":true,"id":1155},"_id":"_147","storedString":"R","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1169":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1170":{"morph":{"__isSmartRef__":true,"id":1155},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1171":{"setValue":{"__isSmartRef__":true,"id":1172},"showValue":{"__isSmartRef__":true,"id":1176},"hideValue":{"__isSmartRef__":true,"id":1180},"getValue":{"__isSmartRef__":true,"id":1184},"getOrigin":{"__isSmartRef__":true,"id":1188},"setOrigin":{"__isSmartRef__":true,"id":1196}},"1172":{"varMapping":{"__isSmartRef__":true,"id":1173},"source":"function setValue(value) {\n this.value = value\n}","funcProperties":{"__isSmartRef__":true,"id":1174},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1173":{"this":{"__isSmartRef__":true,"id":1155}},"1174":{"timestamp":{"__isSmartRef__":true,"id":1175},"user":"dustin.glaeser","tags":[]},"1175":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:47:03 GMT+0100 (Mitteleuropäische Zeit)"},"1176":{"varMapping":{"__isSmartRef__":true,"id":1177},"source":"function showValue() {\n this.setTextString(this.value)\n}","funcProperties":{"__isSmartRef__":true,"id":1178},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1177":{"this":{"__isSmartRef__":true,"id":1155}},"1178":{"timestamp":{"__isSmartRef__":true,"id":1179},"user":"dustin.glaeser","tags":[]},"1179":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:48:56 GMT+0100 (Mitteleuropäische Zeit)"},"1180":{"varMapping":{"__isSmartRef__":true,"id":1181},"source":"function hideValue() {\n this.setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":1182},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1181":{"this":{"__isSmartRef__":true,"id":1155}},"1182":{"timestamp":{"__isSmartRef__":true,"id":1183},"user":"dustin.glaeser","tags":[]},"1183":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:49:13 GMT+0100 (Mitteleuropäische Zeit)"},"1184":{"varMapping":{"__isSmartRef__":true,"id":1185},"source":"function getValue() {\n return this.value\n}","funcProperties":{"__isSmartRef__":true,"id":1186},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1185":{"this":{"__isSmartRef__":true,"id":1155}},"1186":{"timestamp":{"__isSmartRef__":true,"id":1187},"user":"dustin.glaeser","tags":[]},"1187":{"isSerializedDate":true,"string":"Thu Nov 22 2012 17:58:11 GMT+0100 (Mitteleuropäische Zeit)"},"1188":{"varMapping":{"__isSmartRef__":true,"id":1189},"source":"function getOrigin() {\n return this.origin\n}","funcProperties":{"__isSmartRef__":true,"id":1194},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1189":{"this":{"__isSmartRef__":true,"id":1155},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1190}},"1190":{"$super":{"__isSmartRef__":true,"id":1191}},"1191":{"varMapping":{"__isSmartRef__":true,"id":1192},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1193},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1192":{"obj":{"__isSmartRef__":true,"id":1155},"name":"getOrigin"},"1193":{},"1194":{"timestamp":{"__isSmartRef__":true,"id":1195},"user":"dustin.glaeser","tags":[]},"1195":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:11 GMT+0100 (Mitteleuropäische Zeit)"},"1196":{"varMapping":{"__isSmartRef__":true,"id":1197},"source":"function setOrigin(value) {\n this.origin = value\n}","funcProperties":{"__isSmartRef__":true,"id":1202},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1197":{"this":{"__isSmartRef__":true,"id":1155},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1198}},"1198":{"$super":{"__isSmartRef__":true,"id":1199}},"1199":{"varMapping":{"__isSmartRef__":true,"id":1200},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1201},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1200":{"obj":{"__isSmartRef__":true,"id":1155},"name":"setOrigin"},"1201":{},"1202":{"timestamp":{"__isSmartRef__":true,"id":1203},"user":"dustin.glaeser","tags":[]},"1203":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:46 GMT+0100 (Mitteleuropäische Zeit)"},"1204":{"submorphs":[],"scripts":[],"id":"E327A2B2-2A09-4F84-A205-C7640152847C","shape":{"__isSmartRef__":true,"id":1205},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":-0.8603480000000046,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"cellPrototype11","partsBinMetaInfo":{"__isSmartRef__":true,"id":1206},"textChunks":[{"__isSmartRef__":true,"id":1217}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":1219},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","912C0C89-FAFC-4FF5-AE7C-9E96379A6CD5","028B853E-4D4B-4EB1-A156-43D871C37ECF","7864590F-D0E7-4A8D-B4C4-4FFF010F8E8F","553D860E-5A8A-4BEA-B479-3E7B35ABB4E6","7DEE0169-D497-4944-8261-78D8EF1B8CF1","2E5FFD6E-D3A1-42EA-B7CA-187507807C7F","DEE347F2-28A5-4388-A2A4-BCCC8AFDC1D4","E4C4A39C-93CC-4450-A36D-E5FA0D8E0C8C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":-0.8603480000000046,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"getW","_Align":"center","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":329},"value":0,"origin":"","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1220},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(56.7,111.6)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(42.0,-16.0)"},"1205":{"fill":null,"_BorderWidth":1.778,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(27.7,29.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"1206":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":1207},{"__isSmartRef__":true,"id":1209},{"__isSmartRef__":true,"id":1211},{"__isSmartRef__":true,"id":1213},{"__isSmartRef__":true,"id":1215}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1207":{"date":{"__isSmartRef__":true,"id":1208},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"1208":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1209":{"date":{"__isSmartRef__":true,"id":1210},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"1210":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"1211":{"date":{"__isSmartRef__":true,"id":1212},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"1212":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1213":{"date":{"__isSmartRef__":true,"id":1214},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"1214":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1215":{"date":{"__isSmartRef__":true,"id":1216},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"1216":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1217":{"style":{"__isSmartRef__":true,"id":1218},"chunkOwner":{"__isSmartRef__":true,"id":1204},"_id":"_223","storedString":"0","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1218":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1219":{"morph":{"__isSmartRef__":true,"id":1204},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1220":{"setValue":{"__isSmartRef__":true,"id":1221},"showValue":{"__isSmartRef__":true,"id":1225},"hideValue":{"__isSmartRef__":true,"id":1229},"getValue":{"__isSmartRef__":true,"id":1233},"getOrigin":{"__isSmartRef__":true,"id":1237},"setOrigin":{"__isSmartRef__":true,"id":1245}},"1221":{"varMapping":{"__isSmartRef__":true,"id":1222},"source":"function setValue(value) {\n this.value = value\n}","funcProperties":{"__isSmartRef__":true,"id":1223},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1222":{"this":{"__isSmartRef__":true,"id":1204}},"1223":{"timestamp":{"__isSmartRef__":true,"id":1224},"user":"dustin.glaeser","tags":[]},"1224":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:47:03 GMT+0100 (Mitteleuropäische Zeit)"},"1225":{"varMapping":{"__isSmartRef__":true,"id":1226},"source":"function showValue() {\n this.setTextString(this.value)\n}","funcProperties":{"__isSmartRef__":true,"id":1227},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1226":{"this":{"__isSmartRef__":true,"id":1204}},"1227":{"timestamp":{"__isSmartRef__":true,"id":1228},"user":"dustin.glaeser","tags":[]},"1228":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:48:56 GMT+0100 (Mitteleuropäische Zeit)"},"1229":{"varMapping":{"__isSmartRef__":true,"id":1230},"source":"function hideValue() {\n this.setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":1231},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1230":{"this":{"__isSmartRef__":true,"id":1204}},"1231":{"timestamp":{"__isSmartRef__":true,"id":1232},"user":"dustin.glaeser","tags":[]},"1232":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:49:13 GMT+0100 (Mitteleuropäische Zeit)"},"1233":{"varMapping":{"__isSmartRef__":true,"id":1234},"source":"function getValue() {\n return this.value\n}","funcProperties":{"__isSmartRef__":true,"id":1235},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1234":{"this":{"__isSmartRef__":true,"id":1204}},"1235":{"timestamp":{"__isSmartRef__":true,"id":1236},"user":"dustin.glaeser","tags":[]},"1236":{"isSerializedDate":true,"string":"Thu Nov 22 2012 17:58:11 GMT+0100 (Mitteleuropäische Zeit)"},"1237":{"varMapping":{"__isSmartRef__":true,"id":1238},"source":"function getOrigin() {\n return this.origin\n}","funcProperties":{"__isSmartRef__":true,"id":1243},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1238":{"this":{"__isSmartRef__":true,"id":1204},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1239}},"1239":{"$super":{"__isSmartRef__":true,"id":1240}},"1240":{"varMapping":{"__isSmartRef__":true,"id":1241},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1242},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1241":{"obj":{"__isSmartRef__":true,"id":1204},"name":"getOrigin"},"1242":{},"1243":{"timestamp":{"__isSmartRef__":true,"id":1244},"user":"dustin.glaeser","tags":[]},"1244":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:11 GMT+0100 (Mitteleuropäische Zeit)"},"1245":{"varMapping":{"__isSmartRef__":true,"id":1246},"source":"function setOrigin(value) {\n this.origin = value\n}","funcProperties":{"__isSmartRef__":true,"id":1251},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1246":{"this":{"__isSmartRef__":true,"id":1204},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1247}},"1247":{"$super":{"__isSmartRef__":true,"id":1248}},"1248":{"varMapping":{"__isSmartRef__":true,"id":1249},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1250},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1249":{"obj":{"__isSmartRef__":true,"id":1204},"name":"setOrigin"},"1250":{},"1251":{"timestamp":{"__isSmartRef__":true,"id":1252},"user":"dustin.glaeser","tags":[]},"1252":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:46 GMT+0100 (Mitteleuropäische Zeit)"},"1253":{"submorphs":[],"scripts":[],"id":"E2C382DC-A0FD-417B-9C80-6741FFB4B236","shape":{"__isSmartRef__":true,"id":1254},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":-0.8603480000000046,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"cellPrototype12","partsBinMetaInfo":{"__isSmartRef__":true,"id":1255},"textChunks":[{"__isSmartRef__":true,"id":1266}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":1268},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","912C0C89-FAFC-4FF5-AE7C-9E96379A6CD5","028B853E-4D4B-4EB1-A156-43D871C37ECF","7864590F-D0E7-4A8D-B4C4-4FFF010F8E8F","553D860E-5A8A-4BEA-B479-3E7B35ABB4E6","7DEE0169-D497-4944-8261-78D8EF1B8CF1","2E5FFD6E-D3A1-42EA-B7CA-187507807C7F","DEE347F2-28A5-4388-A2A4-BCCC8AFDC1D4","E4C4A39C-93CC-4450-A36D-E5FA0D8E0C8C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":-0.8603480000000046,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"getW","_Align":"center","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":329},"value":1,"origin":"west","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1269},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(89.4,111.6)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(42.0,-16.0)"},"1254":{"fill":null,"_BorderWidth":1.778,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(27.7,29.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"1255":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":1256},{"__isSmartRef__":true,"id":1258},{"__isSmartRef__":true,"id":1260},{"__isSmartRef__":true,"id":1262},{"__isSmartRef__":true,"id":1264}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1256":{"date":{"__isSmartRef__":true,"id":1257},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"1257":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1258":{"date":{"__isSmartRef__":true,"id":1259},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"1259":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"1260":{"date":{"__isSmartRef__":true,"id":1261},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"1261":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1262":{"date":{"__isSmartRef__":true,"id":1263},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"1263":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1264":{"date":{"__isSmartRef__":true,"id":1265},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"1265":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1266":{"style":{"__isSmartRef__":true,"id":1267},"chunkOwner":{"__isSmartRef__":true,"id":1253},"_id":"_227","storedString":"1","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1267":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1268":{"morph":{"__isSmartRef__":true,"id":1253},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1269":{"setValue":{"__isSmartRef__":true,"id":1270},"showValue":{"__isSmartRef__":true,"id":1274},"hideValue":{"__isSmartRef__":true,"id":1278},"getValue":{"__isSmartRef__":true,"id":1282},"getOrigin":{"__isSmartRef__":true,"id":1286},"setOrigin":{"__isSmartRef__":true,"id":1294}},"1270":{"varMapping":{"__isSmartRef__":true,"id":1271},"source":"function setValue(value) {\n this.value = value\n}","funcProperties":{"__isSmartRef__":true,"id":1272},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1271":{"this":{"__isSmartRef__":true,"id":1253}},"1272":{"timestamp":{"__isSmartRef__":true,"id":1273},"user":"dustin.glaeser","tags":[]},"1273":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:47:03 GMT+0100 (Mitteleuropäische Zeit)"},"1274":{"varMapping":{"__isSmartRef__":true,"id":1275},"source":"function showValue() {\n this.setTextString(this.value)\n}","funcProperties":{"__isSmartRef__":true,"id":1276},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1275":{"this":{"__isSmartRef__":true,"id":1253}},"1276":{"timestamp":{"__isSmartRef__":true,"id":1277},"user":"dustin.glaeser","tags":[]},"1277":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:48:56 GMT+0100 (Mitteleuropäische Zeit)"},"1278":{"varMapping":{"__isSmartRef__":true,"id":1279},"source":"function hideValue() {\n this.setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":1280},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1279":{"this":{"__isSmartRef__":true,"id":1253}},"1280":{"timestamp":{"__isSmartRef__":true,"id":1281},"user":"dustin.glaeser","tags":[]},"1281":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:49:13 GMT+0100 (Mitteleuropäische Zeit)"},"1282":{"varMapping":{"__isSmartRef__":true,"id":1283},"source":"function getValue() {\n return this.value\n}","funcProperties":{"__isSmartRef__":true,"id":1284},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1283":{"this":{"__isSmartRef__":true,"id":1253}},"1284":{"timestamp":{"__isSmartRef__":true,"id":1285},"user":"dustin.glaeser","tags":[]},"1285":{"isSerializedDate":true,"string":"Thu Nov 22 2012 17:58:11 GMT+0100 (Mitteleuropäische Zeit)"},"1286":{"varMapping":{"__isSmartRef__":true,"id":1287},"source":"function getOrigin() {\n return this.origin\n}","funcProperties":{"__isSmartRef__":true,"id":1292},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1287":{"this":{"__isSmartRef__":true,"id":1253},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1288}},"1288":{"$super":{"__isSmartRef__":true,"id":1289}},"1289":{"varMapping":{"__isSmartRef__":true,"id":1290},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1291},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1290":{"obj":{"__isSmartRef__":true,"id":1253},"name":"getOrigin"},"1291":{},"1292":{"timestamp":{"__isSmartRef__":true,"id":1293},"user":"dustin.glaeser","tags":[]},"1293":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:11 GMT+0100 (Mitteleuropäische Zeit)"},"1294":{"varMapping":{"__isSmartRef__":true,"id":1295},"source":"function setOrigin(value) {\n this.origin = value\n}","funcProperties":{"__isSmartRef__":true,"id":1300},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1295":{"this":{"__isSmartRef__":true,"id":1253},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1296}},"1296":{"$super":{"__isSmartRef__":true,"id":1297}},"1297":{"varMapping":{"__isSmartRef__":true,"id":1298},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1299},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1298":{"obj":{"__isSmartRef__":true,"id":1253},"name":"setOrigin"},"1299":{},"1300":{"timestamp":{"__isSmartRef__":true,"id":1301},"user":"dustin.glaeser","tags":[]},"1301":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:46 GMT+0100 (Mitteleuropäische Zeit)"},"1302":{"submorphs":[],"scripts":[],"id":"BBE94337-83D3-4C9A-81DD-6E844452550D","shape":{"__isSmartRef__":true,"id":1303},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":-0.8603480000000046,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"cellPrototype13","partsBinMetaInfo":{"__isSmartRef__":true,"id":1304},"textChunks":[{"__isSmartRef__":true,"id":1315}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":1317},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","912C0C89-FAFC-4FF5-AE7C-9E96379A6CD5","028B853E-4D4B-4EB1-A156-43D871C37ECF","7864590F-D0E7-4A8D-B4C4-4FFF010F8E8F","553D860E-5A8A-4BEA-B479-3E7B35ABB4E6","7DEE0169-D497-4944-8261-78D8EF1B8CF1","2E5FFD6E-D3A1-42EA-B7CA-187507807C7F","DEE347F2-28A5-4388-A2A4-BCCC8AFDC1D4","E4C4A39C-93CC-4450-A36D-E5FA0D8E0C8C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":-0.8603480000000046,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"getW","_Align":"center","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":329},"value":2,"origin":"west","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1318},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(122.1,111.6)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(42.0,-16.0)"},"1303":{"fill":null,"_BorderWidth":1.778,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(27.7,29.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"1304":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":1305},{"__isSmartRef__":true,"id":1307},{"__isSmartRef__":true,"id":1309},{"__isSmartRef__":true,"id":1311},{"__isSmartRef__":true,"id":1313}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1305":{"date":{"__isSmartRef__":true,"id":1306},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"1306":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1307":{"date":{"__isSmartRef__":true,"id":1308},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"1308":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"1309":{"date":{"__isSmartRef__":true,"id":1310},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"1310":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1311":{"date":{"__isSmartRef__":true,"id":1312},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"1312":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1313":{"date":{"__isSmartRef__":true,"id":1314},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"1314":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1315":{"style":{"__isSmartRef__":true,"id":1316},"chunkOwner":{"__isSmartRef__":true,"id":1302},"_id":"_231","storedString":"2","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1316":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1317":{"morph":{"__isSmartRef__":true,"id":1302},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1318":{"setValue":{"__isSmartRef__":true,"id":1319},"showValue":{"__isSmartRef__":true,"id":1323},"hideValue":{"__isSmartRef__":true,"id":1327},"getValue":{"__isSmartRef__":true,"id":1331},"getOrigin":{"__isSmartRef__":true,"id":1335},"setOrigin":{"__isSmartRef__":true,"id":1343}},"1319":{"varMapping":{"__isSmartRef__":true,"id":1320},"source":"function setValue(value) {\n this.value = value\n}","funcProperties":{"__isSmartRef__":true,"id":1321},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1320":{"this":{"__isSmartRef__":true,"id":1302}},"1321":{"timestamp":{"__isSmartRef__":true,"id":1322},"user":"dustin.glaeser","tags":[]},"1322":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:47:03 GMT+0100 (Mitteleuropäische Zeit)"},"1323":{"varMapping":{"__isSmartRef__":true,"id":1324},"source":"function showValue() {\n this.setTextString(this.value)\n}","funcProperties":{"__isSmartRef__":true,"id":1325},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1324":{"this":{"__isSmartRef__":true,"id":1302}},"1325":{"timestamp":{"__isSmartRef__":true,"id":1326},"user":"dustin.glaeser","tags":[]},"1326":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:48:56 GMT+0100 (Mitteleuropäische Zeit)"},"1327":{"varMapping":{"__isSmartRef__":true,"id":1328},"source":"function hideValue() {\n this.setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":1329},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1328":{"this":{"__isSmartRef__":true,"id":1302}},"1329":{"timestamp":{"__isSmartRef__":true,"id":1330},"user":"dustin.glaeser","tags":[]},"1330":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:49:13 GMT+0100 (Mitteleuropäische Zeit)"},"1331":{"varMapping":{"__isSmartRef__":true,"id":1332},"source":"function getValue() {\n return this.value\n}","funcProperties":{"__isSmartRef__":true,"id":1333},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1332":{"this":{"__isSmartRef__":true,"id":1302}},"1333":{"timestamp":{"__isSmartRef__":true,"id":1334},"user":"dustin.glaeser","tags":[]},"1334":{"isSerializedDate":true,"string":"Thu Nov 22 2012 17:58:11 GMT+0100 (Mitteleuropäische Zeit)"},"1335":{"varMapping":{"__isSmartRef__":true,"id":1336},"source":"function getOrigin() {\n return this.origin\n}","funcProperties":{"__isSmartRef__":true,"id":1341},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1336":{"this":{"__isSmartRef__":true,"id":1302},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1337}},"1337":{"$super":{"__isSmartRef__":true,"id":1338}},"1338":{"varMapping":{"__isSmartRef__":true,"id":1339},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1340},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1339":{"obj":{"__isSmartRef__":true,"id":1302},"name":"getOrigin"},"1340":{},"1341":{"timestamp":{"__isSmartRef__":true,"id":1342},"user":"dustin.glaeser","tags":[]},"1342":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:11 GMT+0100 (Mitteleuropäische Zeit)"},"1343":{"varMapping":{"__isSmartRef__":true,"id":1344},"source":"function setOrigin(value) {\n this.origin = value\n}","funcProperties":{"__isSmartRef__":true,"id":1349},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1344":{"this":{"__isSmartRef__":true,"id":1302},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1345}},"1345":{"$super":{"__isSmartRef__":true,"id":1346}},"1346":{"varMapping":{"__isSmartRef__":true,"id":1347},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1348},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1347":{"obj":{"__isSmartRef__":true,"id":1302},"name":"setOrigin"},"1348":{},"1349":{"timestamp":{"__isSmartRef__":true,"id":1350},"user":"dustin.glaeser","tags":[]},"1350":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:46 GMT+0100 (Mitteleuropäische Zeit)"},"1351":{"submorphs":[],"scripts":[],"id":"4C061D58-23D2-4A17-B398-52FC956DA0C2","shape":{"__isSmartRef__":true,"id":1352},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":-0.8603480000000046,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"cellPrototype14","partsBinMetaInfo":{"__isSmartRef__":true,"id":1353},"textChunks":[{"__isSmartRef__":true,"id":1364}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":1366},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","912C0C89-FAFC-4FF5-AE7C-9E96379A6CD5","028B853E-4D4B-4EB1-A156-43D871C37ECF","7864590F-D0E7-4A8D-B4C4-4FFF010F8E8F","553D860E-5A8A-4BEA-B479-3E7B35ABB4E6","7DEE0169-D497-4944-8261-78D8EF1B8CF1","2E5FFD6E-D3A1-42EA-B7CA-187507807C7F","DEE347F2-28A5-4388-A2A4-BCCC8AFDC1D4","E4C4A39C-93CC-4450-A36D-E5FA0D8E0C8C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":-0.8603480000000046,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"getW","_Align":"center","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":329},"value":3,"origin":"west","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1367},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(154.8,111.6)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(42.0,-16.0)"},"1352":{"fill":null,"_BorderWidth":1.778,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(27.7,29.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"1353":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":1354},{"__isSmartRef__":true,"id":1356},{"__isSmartRef__":true,"id":1358},{"__isSmartRef__":true,"id":1360},{"__isSmartRef__":true,"id":1362}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1354":{"date":{"__isSmartRef__":true,"id":1355},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"1355":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1356":{"date":{"__isSmartRef__":true,"id":1357},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"1357":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"1358":{"date":{"__isSmartRef__":true,"id":1359},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"1359":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1360":{"date":{"__isSmartRef__":true,"id":1361},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"1361":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1362":{"date":{"__isSmartRef__":true,"id":1363},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"1363":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1364":{"style":{"__isSmartRef__":true,"id":1365},"chunkOwner":{"__isSmartRef__":true,"id":1351},"_id":"_235","storedString":"3","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1365":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1366":{"morph":{"__isSmartRef__":true,"id":1351},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1367":{"setValue":{"__isSmartRef__":true,"id":1368},"showValue":{"__isSmartRef__":true,"id":1372},"hideValue":{"__isSmartRef__":true,"id":1376},"getValue":{"__isSmartRef__":true,"id":1380},"getOrigin":{"__isSmartRef__":true,"id":1384},"setOrigin":{"__isSmartRef__":true,"id":1392}},"1368":{"varMapping":{"__isSmartRef__":true,"id":1369},"source":"function setValue(value) {\n this.value = value\n}","funcProperties":{"__isSmartRef__":true,"id":1370},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1369":{"this":{"__isSmartRef__":true,"id":1351}},"1370":{"timestamp":{"__isSmartRef__":true,"id":1371},"user":"dustin.glaeser","tags":[]},"1371":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:47:03 GMT+0100 (Mitteleuropäische Zeit)"},"1372":{"varMapping":{"__isSmartRef__":true,"id":1373},"source":"function showValue() {\n this.setTextString(this.value)\n}","funcProperties":{"__isSmartRef__":true,"id":1374},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1373":{"this":{"__isSmartRef__":true,"id":1351}},"1374":{"timestamp":{"__isSmartRef__":true,"id":1375},"user":"dustin.glaeser","tags":[]},"1375":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:48:56 GMT+0100 (Mitteleuropäische Zeit)"},"1376":{"varMapping":{"__isSmartRef__":true,"id":1377},"source":"function hideValue() {\n this.setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":1378},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1377":{"this":{"__isSmartRef__":true,"id":1351}},"1378":{"timestamp":{"__isSmartRef__":true,"id":1379},"user":"dustin.glaeser","tags":[]},"1379":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:49:13 GMT+0100 (Mitteleuropäische Zeit)"},"1380":{"varMapping":{"__isSmartRef__":true,"id":1381},"source":"function getValue() {\n return this.value\n}","funcProperties":{"__isSmartRef__":true,"id":1382},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1381":{"this":{"__isSmartRef__":true,"id":1351}},"1382":{"timestamp":{"__isSmartRef__":true,"id":1383},"user":"dustin.glaeser","tags":[]},"1383":{"isSerializedDate":true,"string":"Thu Nov 22 2012 17:58:11 GMT+0100 (Mitteleuropäische Zeit)"},"1384":{"varMapping":{"__isSmartRef__":true,"id":1385},"source":"function getOrigin() {\n return this.origin\n}","funcProperties":{"__isSmartRef__":true,"id":1390},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1385":{"this":{"__isSmartRef__":true,"id":1351},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1386}},"1386":{"$super":{"__isSmartRef__":true,"id":1387}},"1387":{"varMapping":{"__isSmartRef__":true,"id":1388},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1389},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1388":{"obj":{"__isSmartRef__":true,"id":1351},"name":"getOrigin"},"1389":{},"1390":{"timestamp":{"__isSmartRef__":true,"id":1391},"user":"dustin.glaeser","tags":[]},"1391":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:11 GMT+0100 (Mitteleuropäische Zeit)"},"1392":{"varMapping":{"__isSmartRef__":true,"id":1393},"source":"function setOrigin(value) {\n this.origin = value\n}","funcProperties":{"__isSmartRef__":true,"id":1398},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1393":{"this":{"__isSmartRef__":true,"id":1351},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1394}},"1394":{"$super":{"__isSmartRef__":true,"id":1395}},"1395":{"varMapping":{"__isSmartRef__":true,"id":1396},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1397},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1396":{"obj":{"__isSmartRef__":true,"id":1351},"name":"setOrigin"},"1397":{},"1398":{"timestamp":{"__isSmartRef__":true,"id":1399},"user":"dustin.glaeser","tags":[]},"1399":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:46 GMT+0100 (Mitteleuropäische Zeit)"},"1400":{"submorphs":[],"scripts":[],"id":"64A476FA-ED74-487A-93AC-5E82DB5DCC42","shape":{"__isSmartRef__":true,"id":1401},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":-0.8603480000000046,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"cellPrototype15","partsBinMetaInfo":{"__isSmartRef__":true,"id":1402},"textChunks":[{"__isSmartRef__":true,"id":1413}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":1415},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","912C0C89-FAFC-4FF5-AE7C-9E96379A6CD5","028B853E-4D4B-4EB1-A156-43D871C37ECF","7864590F-D0E7-4A8D-B4C4-4FFF010F8E8F","553D860E-5A8A-4BEA-B479-3E7B35ABB4E6","7DEE0169-D497-4944-8261-78D8EF1B8CF1","2E5FFD6E-D3A1-42EA-B7CA-187507807C7F","DEE347F2-28A5-4388-A2A4-BCCC8AFDC1D4","E4C4A39C-93CC-4450-A36D-E5FA0D8E0C8C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":-0.8603480000000046,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"getW","_Align":"center","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":329},"value":4,"origin":"west","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1416},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(187.5,111.6)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(42.0,-16.0)"},"1401":{"fill":null,"_BorderWidth":1.778,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(27.7,29.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"1402":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":1403},{"__isSmartRef__":true,"id":1405},{"__isSmartRef__":true,"id":1407},{"__isSmartRef__":true,"id":1409},{"__isSmartRef__":true,"id":1411}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1403":{"date":{"__isSmartRef__":true,"id":1404},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"1404":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1405":{"date":{"__isSmartRef__":true,"id":1406},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"1406":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"1407":{"date":{"__isSmartRef__":true,"id":1408},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"1408":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1409":{"date":{"__isSmartRef__":true,"id":1410},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"1410":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1411":{"date":{"__isSmartRef__":true,"id":1412},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"1412":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1413":{"style":{"__isSmartRef__":true,"id":1414},"chunkOwner":{"__isSmartRef__":true,"id":1400},"_id":"_239","storedString":"4","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1414":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1415":{"morph":{"__isSmartRef__":true,"id":1400},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1416":{"setValue":{"__isSmartRef__":true,"id":1417},"showValue":{"__isSmartRef__":true,"id":1421},"hideValue":{"__isSmartRef__":true,"id":1425},"getValue":{"__isSmartRef__":true,"id":1429},"getOrigin":{"__isSmartRef__":true,"id":1433},"setOrigin":{"__isSmartRef__":true,"id":1441}},"1417":{"varMapping":{"__isSmartRef__":true,"id":1418},"source":"function setValue(value) {\n this.value = value\n}","funcProperties":{"__isSmartRef__":true,"id":1419},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1418":{"this":{"__isSmartRef__":true,"id":1400}},"1419":{"timestamp":{"__isSmartRef__":true,"id":1420},"user":"dustin.glaeser","tags":[]},"1420":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:47:03 GMT+0100 (Mitteleuropäische Zeit)"},"1421":{"varMapping":{"__isSmartRef__":true,"id":1422},"source":"function showValue() {\n this.setTextString(this.value)\n}","funcProperties":{"__isSmartRef__":true,"id":1423},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1422":{"this":{"__isSmartRef__":true,"id":1400}},"1423":{"timestamp":{"__isSmartRef__":true,"id":1424},"user":"dustin.glaeser","tags":[]},"1424":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:48:56 GMT+0100 (Mitteleuropäische Zeit)"},"1425":{"varMapping":{"__isSmartRef__":true,"id":1426},"source":"function hideValue() {\n this.setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":1427},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1426":{"this":{"__isSmartRef__":true,"id":1400}},"1427":{"timestamp":{"__isSmartRef__":true,"id":1428},"user":"dustin.glaeser","tags":[]},"1428":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:49:13 GMT+0100 (Mitteleuropäische Zeit)"},"1429":{"varMapping":{"__isSmartRef__":true,"id":1430},"source":"function getValue() {\n return this.value\n}","funcProperties":{"__isSmartRef__":true,"id":1431},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1430":{"this":{"__isSmartRef__":true,"id":1400}},"1431":{"timestamp":{"__isSmartRef__":true,"id":1432},"user":"dustin.glaeser","tags":[]},"1432":{"isSerializedDate":true,"string":"Thu Nov 22 2012 17:58:11 GMT+0100 (Mitteleuropäische Zeit)"},"1433":{"varMapping":{"__isSmartRef__":true,"id":1434},"source":"function getOrigin() {\n return this.origin\n}","funcProperties":{"__isSmartRef__":true,"id":1439},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1434":{"this":{"__isSmartRef__":true,"id":1400},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1435}},"1435":{"$super":{"__isSmartRef__":true,"id":1436}},"1436":{"varMapping":{"__isSmartRef__":true,"id":1437},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1438},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1437":{"obj":{"__isSmartRef__":true,"id":1400},"name":"getOrigin"},"1438":{},"1439":{"timestamp":{"__isSmartRef__":true,"id":1440},"user":"dustin.glaeser","tags":[]},"1440":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:11 GMT+0100 (Mitteleuropäische Zeit)"},"1441":{"varMapping":{"__isSmartRef__":true,"id":1442},"source":"function setOrigin(value) {\n this.origin = value\n}","funcProperties":{"__isSmartRef__":true,"id":1447},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1442":{"this":{"__isSmartRef__":true,"id":1400},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1443}},"1443":{"$super":{"__isSmartRef__":true,"id":1444}},"1444":{"varMapping":{"__isSmartRef__":true,"id":1445},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1446},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1445":{"obj":{"__isSmartRef__":true,"id":1400},"name":"setOrigin"},"1446":{},"1447":{"timestamp":{"__isSmartRef__":true,"id":1448},"user":"dustin.glaeser","tags":[]},"1448":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:46 GMT+0100 (Mitteleuropäische Zeit)"},"1449":{"submorphs":[],"scripts":[],"id":"7C9350A1-3712-4357-964A-BAD723DA588F","shape":{"__isSmartRef__":true,"id":1450},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":-0.8603480000000046,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"cellPrototype16","partsBinMetaInfo":{"__isSmartRef__":true,"id":1451},"textChunks":[{"__isSmartRef__":true,"id":1462}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":1464},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","912C0C89-FAFC-4FF5-AE7C-9E96379A6CD5","028B853E-4D4B-4EB1-A156-43D871C37ECF","7864590F-D0E7-4A8D-B4C4-4FFF010F8E8F","553D860E-5A8A-4BEA-B479-3E7B35ABB4E6","7DEE0169-D497-4944-8261-78D8EF1B8CF1","2E5FFD6E-D3A1-42EA-B7CA-187507807C7F","DEE347F2-28A5-4388-A2A4-BCCC8AFDC1D4","E4C4A39C-93CC-4450-A36D-E5FA0D8E0C8C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":-0.8603480000000046,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"getW","_Align":"center","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":329},"value":1,"origin":"north","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1465},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(56.7,146.1)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(42.0,-16.0)"},"1450":{"fill":null,"_BorderWidth":1.778,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(27.7,29.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"1451":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":1452},{"__isSmartRef__":true,"id":1454},{"__isSmartRef__":true,"id":1456},{"__isSmartRef__":true,"id":1458},{"__isSmartRef__":true,"id":1460}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1452":{"date":{"__isSmartRef__":true,"id":1453},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"1453":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1454":{"date":{"__isSmartRef__":true,"id":1455},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"1455":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"1456":{"date":{"__isSmartRef__":true,"id":1457},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"1457":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1458":{"date":{"__isSmartRef__":true,"id":1459},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"1459":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1460":{"date":{"__isSmartRef__":true,"id":1461},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"1461":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1462":{"style":{"__isSmartRef__":true,"id":1463},"chunkOwner":{"__isSmartRef__":true,"id":1449},"_id":"_224","storedString":"1","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1463":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1464":{"morph":{"__isSmartRef__":true,"id":1449},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1465":{"setValue":{"__isSmartRef__":true,"id":1466},"showValue":{"__isSmartRef__":true,"id":1470},"hideValue":{"__isSmartRef__":true,"id":1474},"getValue":{"__isSmartRef__":true,"id":1478},"getOrigin":{"__isSmartRef__":true,"id":1482},"setOrigin":{"__isSmartRef__":true,"id":1490}},"1466":{"varMapping":{"__isSmartRef__":true,"id":1467},"source":"function setValue(value) {\n this.value = value\n}","funcProperties":{"__isSmartRef__":true,"id":1468},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1467":{"this":{"__isSmartRef__":true,"id":1449}},"1468":{"timestamp":{"__isSmartRef__":true,"id":1469},"user":"dustin.glaeser","tags":[]},"1469":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:47:03 GMT+0100 (Mitteleuropäische Zeit)"},"1470":{"varMapping":{"__isSmartRef__":true,"id":1471},"source":"function showValue() {\n this.setTextString(this.value)\n}","funcProperties":{"__isSmartRef__":true,"id":1472},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1471":{"this":{"__isSmartRef__":true,"id":1449}},"1472":{"timestamp":{"__isSmartRef__":true,"id":1473},"user":"dustin.glaeser","tags":[]},"1473":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:48:56 GMT+0100 (Mitteleuropäische Zeit)"},"1474":{"varMapping":{"__isSmartRef__":true,"id":1475},"source":"function hideValue() {\n this.setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":1476},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1475":{"this":{"__isSmartRef__":true,"id":1449}},"1476":{"timestamp":{"__isSmartRef__":true,"id":1477},"user":"dustin.glaeser","tags":[]},"1477":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:49:13 GMT+0100 (Mitteleuropäische Zeit)"},"1478":{"varMapping":{"__isSmartRef__":true,"id":1479},"source":"function getValue() {\n return this.value\n}","funcProperties":{"__isSmartRef__":true,"id":1480},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1479":{"this":{"__isSmartRef__":true,"id":1449}},"1480":{"timestamp":{"__isSmartRef__":true,"id":1481},"user":"dustin.glaeser","tags":[]},"1481":{"isSerializedDate":true,"string":"Thu Nov 22 2012 17:58:11 GMT+0100 (Mitteleuropäische Zeit)"},"1482":{"varMapping":{"__isSmartRef__":true,"id":1483},"source":"function getOrigin() {\n return this.origin\n}","funcProperties":{"__isSmartRef__":true,"id":1488},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1483":{"this":{"__isSmartRef__":true,"id":1449},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1484}},"1484":{"$super":{"__isSmartRef__":true,"id":1485}},"1485":{"varMapping":{"__isSmartRef__":true,"id":1486},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1487},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1486":{"obj":{"__isSmartRef__":true,"id":1449},"name":"getOrigin"},"1487":{},"1488":{"timestamp":{"__isSmartRef__":true,"id":1489},"user":"dustin.glaeser","tags":[]},"1489":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:11 GMT+0100 (Mitteleuropäische Zeit)"},"1490":{"varMapping":{"__isSmartRef__":true,"id":1491},"source":"function setOrigin(value) {\n this.origin = value\n}","funcProperties":{"__isSmartRef__":true,"id":1496},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1491":{"this":{"__isSmartRef__":true,"id":1449},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1492}},"1492":{"$super":{"__isSmartRef__":true,"id":1493}},"1493":{"varMapping":{"__isSmartRef__":true,"id":1494},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1495},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1494":{"obj":{"__isSmartRef__":true,"id":1449},"name":"setOrigin"},"1495":{},"1496":{"timestamp":{"__isSmartRef__":true,"id":1497},"user":"dustin.glaeser","tags":[]},"1497":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:46 GMT+0100 (Mitteleuropäische Zeit)"},"1498":{"submorphs":[],"scripts":[],"id":"CFE64770-CE4C-4DD0-AB59-87C4762DABC9","shape":{"__isSmartRef__":true,"id":1499},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":-0.8603480000000046,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"cellPrototype17","partsBinMetaInfo":{"__isSmartRef__":true,"id":1500},"textChunks":[{"__isSmartRef__":true,"id":1511}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":1513},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","912C0C89-FAFC-4FF5-AE7C-9E96379A6CD5","028B853E-4D4B-4EB1-A156-43D871C37ECF","7864590F-D0E7-4A8D-B4C4-4FFF010F8E8F","553D860E-5A8A-4BEA-B479-3E7B35ABB4E6","7DEE0169-D497-4944-8261-78D8EF1B8CF1","2E5FFD6E-D3A1-42EA-B7CA-187507807C7F","DEE347F2-28A5-4388-A2A4-BCCC8AFDC1D4","E4C4A39C-93CC-4450-A36D-E5FA0D8E0C8C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":-0.8603480000000046,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"getW","_Align":"center","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":329},"value":2,"origin":"north","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1514},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(56.7,180.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(42.0,-16.0)"},"1499":{"fill":null,"_BorderWidth":1.778,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(27.7,29.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"1500":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":1501},{"__isSmartRef__":true,"id":1503},{"__isSmartRef__":true,"id":1505},{"__isSmartRef__":true,"id":1507},{"__isSmartRef__":true,"id":1509}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1501":{"date":{"__isSmartRef__":true,"id":1502},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"1502":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1503":{"date":{"__isSmartRef__":true,"id":1504},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"1504":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"1505":{"date":{"__isSmartRef__":true,"id":1506},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"1506":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1507":{"date":{"__isSmartRef__":true,"id":1508},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"1508":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1509":{"date":{"__isSmartRef__":true,"id":1510},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"1510":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1511":{"style":{"__isSmartRef__":true,"id":1512},"chunkOwner":{"__isSmartRef__":true,"id":1498},"_id":"_225","storedString":"2","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1512":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1513":{"morph":{"__isSmartRef__":true,"id":1498},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1514":{"setValue":{"__isSmartRef__":true,"id":1515},"showValue":{"__isSmartRef__":true,"id":1519},"hideValue":{"__isSmartRef__":true,"id":1523},"getValue":{"__isSmartRef__":true,"id":1527},"getOrigin":{"__isSmartRef__":true,"id":1531},"setOrigin":{"__isSmartRef__":true,"id":1539}},"1515":{"varMapping":{"__isSmartRef__":true,"id":1516},"source":"function setValue(value) {\n this.value = value\n}","funcProperties":{"__isSmartRef__":true,"id":1517},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1516":{"this":{"__isSmartRef__":true,"id":1498}},"1517":{"timestamp":{"__isSmartRef__":true,"id":1518},"user":"dustin.glaeser","tags":[]},"1518":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:47:03 GMT+0100 (Mitteleuropäische Zeit)"},"1519":{"varMapping":{"__isSmartRef__":true,"id":1520},"source":"function showValue() {\n this.setTextString(this.value)\n}","funcProperties":{"__isSmartRef__":true,"id":1521},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1520":{"this":{"__isSmartRef__":true,"id":1498}},"1521":{"timestamp":{"__isSmartRef__":true,"id":1522},"user":"dustin.glaeser","tags":[]},"1522":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:48:56 GMT+0100 (Mitteleuropäische Zeit)"},"1523":{"varMapping":{"__isSmartRef__":true,"id":1524},"source":"function hideValue() {\n this.setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":1525},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1524":{"this":{"__isSmartRef__":true,"id":1498}},"1525":{"timestamp":{"__isSmartRef__":true,"id":1526},"user":"dustin.glaeser","tags":[]},"1526":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:49:13 GMT+0100 (Mitteleuropäische Zeit)"},"1527":{"varMapping":{"__isSmartRef__":true,"id":1528},"source":"function getValue() {\n return this.value\n}","funcProperties":{"__isSmartRef__":true,"id":1529},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1528":{"this":{"__isSmartRef__":true,"id":1498}},"1529":{"timestamp":{"__isSmartRef__":true,"id":1530},"user":"dustin.glaeser","tags":[]},"1530":{"isSerializedDate":true,"string":"Thu Nov 22 2012 17:58:11 GMT+0100 (Mitteleuropäische Zeit)"},"1531":{"varMapping":{"__isSmartRef__":true,"id":1532},"source":"function getOrigin() {\n return this.origin\n}","funcProperties":{"__isSmartRef__":true,"id":1537},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1532":{"this":{"__isSmartRef__":true,"id":1498},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1533}},"1533":{"$super":{"__isSmartRef__":true,"id":1534}},"1534":{"varMapping":{"__isSmartRef__":true,"id":1535},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1536},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1535":{"obj":{"__isSmartRef__":true,"id":1498},"name":"getOrigin"},"1536":{},"1537":{"timestamp":{"__isSmartRef__":true,"id":1538},"user":"dustin.glaeser","tags":[]},"1538":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:11 GMT+0100 (Mitteleuropäische Zeit)"},"1539":{"varMapping":{"__isSmartRef__":true,"id":1540},"source":"function setOrigin(value) {\n this.origin = value\n}","funcProperties":{"__isSmartRef__":true,"id":1545},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1540":{"this":{"__isSmartRef__":true,"id":1498},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1541}},"1541":{"$super":{"__isSmartRef__":true,"id":1542}},"1542":{"varMapping":{"__isSmartRef__":true,"id":1543},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1544},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1543":{"obj":{"__isSmartRef__":true,"id":1498},"name":"setOrigin"},"1544":{},"1545":{"timestamp":{"__isSmartRef__":true,"id":1546},"user":"dustin.glaeser","tags":[]},"1546":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:46 GMT+0100 (Mitteleuropäische Zeit)"},"1547":{"submorphs":[],"scripts":[],"id":"EE9C9661-984E-4E71-92C4-5F33359057E9","shape":{"__isSmartRef__":true,"id":1548},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":-0.8603480000000046,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"cellPrototype18","partsBinMetaInfo":{"__isSmartRef__":true,"id":1549},"textChunks":[{"__isSmartRef__":true,"id":1560}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":1562},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","912C0C89-FAFC-4FF5-AE7C-9E96379A6CD5","028B853E-4D4B-4EB1-A156-43D871C37ECF","7864590F-D0E7-4A8D-B4C4-4FFF010F8E8F","553D860E-5A8A-4BEA-B479-3E7B35ABB4E6","7DEE0169-D497-4944-8261-78D8EF1B8CF1","2E5FFD6E-D3A1-42EA-B7CA-187507807C7F","DEE347F2-28A5-4388-A2A4-BCCC8AFDC1D4","E4C4A39C-93CC-4450-A36D-E5FA0D8E0C8C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":-0.8603480000000046,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"getW","_Align":"center","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":329},"value":3,"origin":"north","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1563},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(56.7,215.2)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(42.0,-16.0)"},"1548":{"fill":null,"_BorderWidth":1.778,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(27.7,29.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"1549":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":1550},{"__isSmartRef__":true,"id":1552},{"__isSmartRef__":true,"id":1554},{"__isSmartRef__":true,"id":1556},{"__isSmartRef__":true,"id":1558}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1550":{"date":{"__isSmartRef__":true,"id":1551},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"1551":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1552":{"date":{"__isSmartRef__":true,"id":1553},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"1553":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"1554":{"date":{"__isSmartRef__":true,"id":1555},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"1555":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1556":{"date":{"__isSmartRef__":true,"id":1557},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"1557":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1558":{"date":{"__isSmartRef__":true,"id":1559},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"1559":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1560":{"style":{"__isSmartRef__":true,"id":1561},"chunkOwner":{"__isSmartRef__":true,"id":1547},"_id":"_226","storedString":"3","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1561":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1562":{"morph":{"__isSmartRef__":true,"id":1547},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1563":{"setValue":{"__isSmartRef__":true,"id":1564},"showValue":{"__isSmartRef__":true,"id":1568},"hideValue":{"__isSmartRef__":true,"id":1572},"getValue":{"__isSmartRef__":true,"id":1576},"getOrigin":{"__isSmartRef__":true,"id":1580},"setOrigin":{"__isSmartRef__":true,"id":1588}},"1564":{"varMapping":{"__isSmartRef__":true,"id":1565},"source":"function setValue(value) {\n this.value = value\n}","funcProperties":{"__isSmartRef__":true,"id":1566},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1565":{"this":{"__isSmartRef__":true,"id":1547}},"1566":{"timestamp":{"__isSmartRef__":true,"id":1567},"user":"dustin.glaeser","tags":[]},"1567":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:47:03 GMT+0100 (Mitteleuropäische Zeit)"},"1568":{"varMapping":{"__isSmartRef__":true,"id":1569},"source":"function showValue() {\n this.setTextString(this.value)\n}","funcProperties":{"__isSmartRef__":true,"id":1570},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1569":{"this":{"__isSmartRef__":true,"id":1547}},"1570":{"timestamp":{"__isSmartRef__":true,"id":1571},"user":"dustin.glaeser","tags":[]},"1571":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:48:56 GMT+0100 (Mitteleuropäische Zeit)"},"1572":{"varMapping":{"__isSmartRef__":true,"id":1573},"source":"function hideValue() {\n this.setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":1574},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1573":{"this":{"__isSmartRef__":true,"id":1547}},"1574":{"timestamp":{"__isSmartRef__":true,"id":1575},"user":"dustin.glaeser","tags":[]},"1575":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:49:13 GMT+0100 (Mitteleuropäische Zeit)"},"1576":{"varMapping":{"__isSmartRef__":true,"id":1577},"source":"function getValue() {\n return this.value\n}","funcProperties":{"__isSmartRef__":true,"id":1578},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1577":{"this":{"__isSmartRef__":true,"id":1547}},"1578":{"timestamp":{"__isSmartRef__":true,"id":1579},"user":"dustin.glaeser","tags":[]},"1579":{"isSerializedDate":true,"string":"Thu Nov 22 2012 17:58:11 GMT+0100 (Mitteleuropäische Zeit)"},"1580":{"varMapping":{"__isSmartRef__":true,"id":1581},"source":"function getOrigin() {\n return this.origin\n}","funcProperties":{"__isSmartRef__":true,"id":1586},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1581":{"this":{"__isSmartRef__":true,"id":1547},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1582}},"1582":{"$super":{"__isSmartRef__":true,"id":1583}},"1583":{"varMapping":{"__isSmartRef__":true,"id":1584},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1585},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1584":{"obj":{"__isSmartRef__":true,"id":1547},"name":"getOrigin"},"1585":{},"1586":{"timestamp":{"__isSmartRef__":true,"id":1587},"user":"dustin.glaeser","tags":[]},"1587":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:11 GMT+0100 (Mitteleuropäische Zeit)"},"1588":{"varMapping":{"__isSmartRef__":true,"id":1589},"source":"function setOrigin(value) {\n this.origin = value\n}","funcProperties":{"__isSmartRef__":true,"id":1594},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1589":{"this":{"__isSmartRef__":true,"id":1547},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1590}},"1590":{"$super":{"__isSmartRef__":true,"id":1591}},"1591":{"varMapping":{"__isSmartRef__":true,"id":1592},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1593},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1592":{"obj":{"__isSmartRef__":true,"id":1547},"name":"setOrigin"},"1593":{},"1594":{"timestamp":{"__isSmartRef__":true,"id":1595},"user":"dustin.glaeser","tags":[]},"1595":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:46 GMT+0100 (Mitteleuropäische Zeit)"},"1596":{"submorphs":[],"scripts":[],"id":"AC502A43-C35B-4134-AC2F-818552DFC1A8","shape":{"__isSmartRef__":true,"id":1597},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":-0.8603480000000046,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"cellPrototype19","partsBinMetaInfo":{"__isSmartRef__":true,"id":1598},"textChunks":[{"__isSmartRef__":true,"id":1609}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":1611},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","912C0C89-FAFC-4FF5-AE7C-9E96379A6CD5","028B853E-4D4B-4EB1-A156-43D871C37ECF","7864590F-D0E7-4A8D-B4C4-4FFF010F8E8F","553D860E-5A8A-4BEA-B479-3E7B35ABB4E6","7DEE0169-D497-4944-8261-78D8EF1B8CF1","2E5FFD6E-D3A1-42EA-B7CA-187507807C7F","DEE347F2-28A5-4388-A2A4-BCCC8AFDC1D4","E4C4A39C-93CC-4450-A36D-E5FA0D8E0C8C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":-0.8603480000000046,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"getW","_Align":"center","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":329},"value":0,"origin":"northWest","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1612},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(89.4,146.1)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(42.0,-16.0)"},"1597":{"fill":null,"_BorderWidth":1.778,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(27.7,29.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"1598":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":1599},{"__isSmartRef__":true,"id":1601},{"__isSmartRef__":true,"id":1603},{"__isSmartRef__":true,"id":1605},{"__isSmartRef__":true,"id":1607}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1599":{"date":{"__isSmartRef__":true,"id":1600},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"1600":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1601":{"date":{"__isSmartRef__":true,"id":1602},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"1602":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"1603":{"date":{"__isSmartRef__":true,"id":1604},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"1604":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1605":{"date":{"__isSmartRef__":true,"id":1606},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"1606":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1607":{"date":{"__isSmartRef__":true,"id":1608},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"1608":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1609":{"style":{"__isSmartRef__":true,"id":1610},"chunkOwner":{"__isSmartRef__":true,"id":1596},"_id":"_228","storedString":"0","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1610":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1611":{"morph":{"__isSmartRef__":true,"id":1596},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1612":{"setValue":{"__isSmartRef__":true,"id":1613},"showValue":{"__isSmartRef__":true,"id":1617},"hideValue":{"__isSmartRef__":true,"id":1621},"getValue":{"__isSmartRef__":true,"id":1625},"getOrigin":{"__isSmartRef__":true,"id":1629},"setOrigin":{"__isSmartRef__":true,"id":1637}},"1613":{"varMapping":{"__isSmartRef__":true,"id":1614},"source":"function setValue(value) {\n this.value = value\n}","funcProperties":{"__isSmartRef__":true,"id":1615},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1614":{"this":{"__isSmartRef__":true,"id":1596}},"1615":{"timestamp":{"__isSmartRef__":true,"id":1616},"user":"dustin.glaeser","tags":[]},"1616":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:47:03 GMT+0100 (Mitteleuropäische Zeit)"},"1617":{"varMapping":{"__isSmartRef__":true,"id":1618},"source":"function showValue() {\n this.setTextString(this.value)\n}","funcProperties":{"__isSmartRef__":true,"id":1619},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1618":{"this":{"__isSmartRef__":true,"id":1596}},"1619":{"timestamp":{"__isSmartRef__":true,"id":1620},"user":"dustin.glaeser","tags":[]},"1620":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:48:56 GMT+0100 (Mitteleuropäische Zeit)"},"1621":{"varMapping":{"__isSmartRef__":true,"id":1622},"source":"function hideValue() {\n this.setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":1623},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1622":{"this":{"__isSmartRef__":true,"id":1596}},"1623":{"timestamp":{"__isSmartRef__":true,"id":1624},"user":"dustin.glaeser","tags":[]},"1624":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:49:13 GMT+0100 (Mitteleuropäische Zeit)"},"1625":{"varMapping":{"__isSmartRef__":true,"id":1626},"source":"function getValue() {\n return this.value\n}","funcProperties":{"__isSmartRef__":true,"id":1627},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1626":{"this":{"__isSmartRef__":true,"id":1596}},"1627":{"timestamp":{"__isSmartRef__":true,"id":1628},"user":"dustin.glaeser","tags":[]},"1628":{"isSerializedDate":true,"string":"Thu Nov 22 2012 17:58:11 GMT+0100 (Mitteleuropäische Zeit)"},"1629":{"varMapping":{"__isSmartRef__":true,"id":1630},"source":"function getOrigin() {\n return this.origin\n}","funcProperties":{"__isSmartRef__":true,"id":1635},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1630":{"this":{"__isSmartRef__":true,"id":1596},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1631}},"1631":{"$super":{"__isSmartRef__":true,"id":1632}},"1632":{"varMapping":{"__isSmartRef__":true,"id":1633},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1634},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1633":{"obj":{"__isSmartRef__":true,"id":1596},"name":"getOrigin"},"1634":{},"1635":{"timestamp":{"__isSmartRef__":true,"id":1636},"user":"dustin.glaeser","tags":[]},"1636":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:11 GMT+0100 (Mitteleuropäische Zeit)"},"1637":{"varMapping":{"__isSmartRef__":true,"id":1638},"source":"function setOrigin(value) {\n this.origin = value\n}","funcProperties":{"__isSmartRef__":true,"id":1643},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1638":{"this":{"__isSmartRef__":true,"id":1596},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1639}},"1639":{"$super":{"__isSmartRef__":true,"id":1640}},"1640":{"varMapping":{"__isSmartRef__":true,"id":1641},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1642},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1641":{"obj":{"__isSmartRef__":true,"id":1596},"name":"setOrigin"},"1642":{},"1643":{"timestamp":{"__isSmartRef__":true,"id":1644},"user":"dustin.glaeser","tags":[]},"1644":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:46 GMT+0100 (Mitteleuropäische Zeit)"},"1645":{"submorphs":[],"scripts":[],"id":"0E3101EE-9BA4-4B87-A172-DE476A0947B7","shape":{"__isSmartRef__":true,"id":1646},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":-0.8603480000000046,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"cellPrototype20","partsBinMetaInfo":{"__isSmartRef__":true,"id":1647},"textChunks":[{"__isSmartRef__":true,"id":1658}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":1660},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","912C0C89-FAFC-4FF5-AE7C-9E96379A6CD5","028B853E-4D4B-4EB1-A156-43D871C37ECF","7864590F-D0E7-4A8D-B4C4-4FFF010F8E8F","553D860E-5A8A-4BEA-B479-3E7B35ABB4E6","7DEE0169-D497-4944-8261-78D8EF1B8CF1","2E5FFD6E-D3A1-42EA-B7CA-187507807C7F","DEE347F2-28A5-4388-A2A4-BCCC8AFDC1D4","E4C4A39C-93CC-4450-A36D-E5FA0D8E0C8C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":-0.8603480000000046,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"getW","_Align":"center","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":329},"value":1,"origin":"north","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1661},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(89.4,180.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(42.0,-16.0)"},"1646":{"fill":null,"_BorderWidth":1.778,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(27.7,29.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"1647":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":1648},{"__isSmartRef__":true,"id":1650},{"__isSmartRef__":true,"id":1652},{"__isSmartRef__":true,"id":1654},{"__isSmartRef__":true,"id":1656}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1648":{"date":{"__isSmartRef__":true,"id":1649},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"1649":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1650":{"date":{"__isSmartRef__":true,"id":1651},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"1651":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"1652":{"date":{"__isSmartRef__":true,"id":1653},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"1653":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1654":{"date":{"__isSmartRef__":true,"id":1655},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"1655":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1656":{"date":{"__isSmartRef__":true,"id":1657},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"1657":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1658":{"style":{"__isSmartRef__":true,"id":1659},"chunkOwner":{"__isSmartRef__":true,"id":1645},"_id":"_229","storedString":"1","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1659":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1660":{"morph":{"__isSmartRef__":true,"id":1645},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1661":{"setValue":{"__isSmartRef__":true,"id":1662},"showValue":{"__isSmartRef__":true,"id":1666},"hideValue":{"__isSmartRef__":true,"id":1670},"getValue":{"__isSmartRef__":true,"id":1674},"getOrigin":{"__isSmartRef__":true,"id":1678},"setOrigin":{"__isSmartRef__":true,"id":1686}},"1662":{"varMapping":{"__isSmartRef__":true,"id":1663},"source":"function setValue(value) {\n this.value = value\n}","funcProperties":{"__isSmartRef__":true,"id":1664},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1663":{"this":{"__isSmartRef__":true,"id":1645}},"1664":{"timestamp":{"__isSmartRef__":true,"id":1665},"user":"dustin.glaeser","tags":[]},"1665":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:47:03 GMT+0100 (Mitteleuropäische Zeit)"},"1666":{"varMapping":{"__isSmartRef__":true,"id":1667},"source":"function showValue() {\n this.setTextString(this.value)\n}","funcProperties":{"__isSmartRef__":true,"id":1668},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1667":{"this":{"__isSmartRef__":true,"id":1645}},"1668":{"timestamp":{"__isSmartRef__":true,"id":1669},"user":"dustin.glaeser","tags":[]},"1669":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:48:56 GMT+0100 (Mitteleuropäische Zeit)"},"1670":{"varMapping":{"__isSmartRef__":true,"id":1671},"source":"function hideValue() {\n this.setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":1672},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1671":{"this":{"__isSmartRef__":true,"id":1645}},"1672":{"timestamp":{"__isSmartRef__":true,"id":1673},"user":"dustin.glaeser","tags":[]},"1673":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:49:13 GMT+0100 (Mitteleuropäische Zeit)"},"1674":{"varMapping":{"__isSmartRef__":true,"id":1675},"source":"function getValue() {\n return this.value\n}","funcProperties":{"__isSmartRef__":true,"id":1676},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1675":{"this":{"__isSmartRef__":true,"id":1645}},"1676":{"timestamp":{"__isSmartRef__":true,"id":1677},"user":"dustin.glaeser","tags":[]},"1677":{"isSerializedDate":true,"string":"Thu Nov 22 2012 17:58:11 GMT+0100 (Mitteleuropäische Zeit)"},"1678":{"varMapping":{"__isSmartRef__":true,"id":1679},"source":"function getOrigin() {\n return this.origin\n}","funcProperties":{"__isSmartRef__":true,"id":1684},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1679":{"this":{"__isSmartRef__":true,"id":1645},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1680}},"1680":{"$super":{"__isSmartRef__":true,"id":1681}},"1681":{"varMapping":{"__isSmartRef__":true,"id":1682},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1683},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1682":{"obj":{"__isSmartRef__":true,"id":1645},"name":"getOrigin"},"1683":{},"1684":{"timestamp":{"__isSmartRef__":true,"id":1685},"user":"dustin.glaeser","tags":[]},"1685":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:11 GMT+0100 (Mitteleuropäische Zeit)"},"1686":{"varMapping":{"__isSmartRef__":true,"id":1687},"source":"function setOrigin(value) {\n this.origin = value\n}","funcProperties":{"__isSmartRef__":true,"id":1692},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1687":{"this":{"__isSmartRef__":true,"id":1645},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1688}},"1688":{"$super":{"__isSmartRef__":true,"id":1689}},"1689":{"varMapping":{"__isSmartRef__":true,"id":1690},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1691},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1690":{"obj":{"__isSmartRef__":true,"id":1645},"name":"setOrigin"},"1691":{},"1692":{"timestamp":{"__isSmartRef__":true,"id":1693},"user":"dustin.glaeser","tags":[]},"1693":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:46 GMT+0100 (Mitteleuropäische Zeit)"},"1694":{"submorphs":[],"scripts":[],"id":"CF4CDD0B-614B-40CA-9BA0-C3D1E69DF9CA","shape":{"__isSmartRef__":true,"id":1695},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":-0.8603480000000046,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"cellPrototype21","partsBinMetaInfo":{"__isSmartRef__":true,"id":1696},"textChunks":[{"__isSmartRef__":true,"id":1707}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":1709},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","912C0C89-FAFC-4FF5-AE7C-9E96379A6CD5","028B853E-4D4B-4EB1-A156-43D871C37ECF","7864590F-D0E7-4A8D-B4C4-4FFF010F8E8F","553D860E-5A8A-4BEA-B479-3E7B35ABB4E6","7DEE0169-D497-4944-8261-78D8EF1B8CF1","2E5FFD6E-D3A1-42EA-B7CA-187507807C7F","DEE347F2-28A5-4388-A2A4-BCCC8AFDC1D4","E4C4A39C-93CC-4450-A36D-E5FA0D8E0C8C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":-0.8603480000000046,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"getW","_Align":"center","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":329},"value":2,"origin":"north","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1710},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(89.4,215.2)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(42.0,-16.0)"},"1695":{"fill":null,"_BorderWidth":1.778,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(27.7,29.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"1696":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":1697},{"__isSmartRef__":true,"id":1699},{"__isSmartRef__":true,"id":1701},{"__isSmartRef__":true,"id":1703},{"__isSmartRef__":true,"id":1705}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1697":{"date":{"__isSmartRef__":true,"id":1698},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"1698":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1699":{"date":{"__isSmartRef__":true,"id":1700},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"1700":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"1701":{"date":{"__isSmartRef__":true,"id":1702},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"1702":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1703":{"date":{"__isSmartRef__":true,"id":1704},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"1704":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1705":{"date":{"__isSmartRef__":true,"id":1706},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"1706":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1707":{"style":{"__isSmartRef__":true,"id":1708},"chunkOwner":{"__isSmartRef__":true,"id":1694},"_id":"_230","storedString":"2","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1708":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1709":{"morph":{"__isSmartRef__":true,"id":1694},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1710":{"setValue":{"__isSmartRef__":true,"id":1711},"showValue":{"__isSmartRef__":true,"id":1715},"hideValue":{"__isSmartRef__":true,"id":1719},"getValue":{"__isSmartRef__":true,"id":1723},"getOrigin":{"__isSmartRef__":true,"id":1727},"setOrigin":{"__isSmartRef__":true,"id":1735}},"1711":{"varMapping":{"__isSmartRef__":true,"id":1712},"source":"function setValue(value) {\n this.value = value\n}","funcProperties":{"__isSmartRef__":true,"id":1713},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1712":{"this":{"__isSmartRef__":true,"id":1694}},"1713":{"timestamp":{"__isSmartRef__":true,"id":1714},"user":"dustin.glaeser","tags":[]},"1714":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:47:03 GMT+0100 (Mitteleuropäische Zeit)"},"1715":{"varMapping":{"__isSmartRef__":true,"id":1716},"source":"function showValue() {\n this.setTextString(this.value)\n}","funcProperties":{"__isSmartRef__":true,"id":1717},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1716":{"this":{"__isSmartRef__":true,"id":1694}},"1717":{"timestamp":{"__isSmartRef__":true,"id":1718},"user":"dustin.glaeser","tags":[]},"1718":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:48:56 GMT+0100 (Mitteleuropäische Zeit)"},"1719":{"varMapping":{"__isSmartRef__":true,"id":1720},"source":"function hideValue() {\n this.setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":1721},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1720":{"this":{"__isSmartRef__":true,"id":1694}},"1721":{"timestamp":{"__isSmartRef__":true,"id":1722},"user":"dustin.glaeser","tags":[]},"1722":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:49:13 GMT+0100 (Mitteleuropäische Zeit)"},"1723":{"varMapping":{"__isSmartRef__":true,"id":1724},"source":"function getValue() {\n return this.value\n}","funcProperties":{"__isSmartRef__":true,"id":1725},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1724":{"this":{"__isSmartRef__":true,"id":1694}},"1725":{"timestamp":{"__isSmartRef__":true,"id":1726},"user":"dustin.glaeser","tags":[]},"1726":{"isSerializedDate":true,"string":"Thu Nov 22 2012 17:58:11 GMT+0100 (Mitteleuropäische Zeit)"},"1727":{"varMapping":{"__isSmartRef__":true,"id":1728},"source":"function getOrigin() {\n return this.origin\n}","funcProperties":{"__isSmartRef__":true,"id":1733},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1728":{"this":{"__isSmartRef__":true,"id":1694},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1729}},"1729":{"$super":{"__isSmartRef__":true,"id":1730}},"1730":{"varMapping":{"__isSmartRef__":true,"id":1731},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1732},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1731":{"obj":{"__isSmartRef__":true,"id":1694},"name":"getOrigin"},"1732":{},"1733":{"timestamp":{"__isSmartRef__":true,"id":1734},"user":"dustin.glaeser","tags":[]},"1734":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:11 GMT+0100 (Mitteleuropäische Zeit)"},"1735":{"varMapping":{"__isSmartRef__":true,"id":1736},"source":"function setOrigin(value) {\n this.origin = value\n}","funcProperties":{"__isSmartRef__":true,"id":1741},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1736":{"this":{"__isSmartRef__":true,"id":1694},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1737}},"1737":{"$super":{"__isSmartRef__":true,"id":1738}},"1738":{"varMapping":{"__isSmartRef__":true,"id":1739},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1740},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1739":{"obj":{"__isSmartRef__":true,"id":1694},"name":"setOrigin"},"1740":{},"1741":{"timestamp":{"__isSmartRef__":true,"id":1742},"user":"dustin.glaeser","tags":[]},"1742":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:46 GMT+0100 (Mitteleuropäische Zeit)"},"1743":{"submorphs":[],"scripts":[],"id":"0597CA0E-3B6C-4E10-88DE-CEFFC4D777A9","shape":{"__isSmartRef__":true,"id":1744},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":-0.8603480000000046,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"cellPrototype22","partsBinMetaInfo":{"__isSmartRef__":true,"id":1745},"textChunks":[{"__isSmartRef__":true,"id":1756}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":1758},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","912C0C89-FAFC-4FF5-AE7C-9E96379A6CD5","028B853E-4D4B-4EB1-A156-43D871C37ECF","7864590F-D0E7-4A8D-B4C4-4FFF010F8E8F","553D860E-5A8A-4BEA-B479-3E7B35ABB4E6","7DEE0169-D497-4944-8261-78D8EF1B8CF1","2E5FFD6E-D3A1-42EA-B7CA-187507807C7F","DEE347F2-28A5-4388-A2A4-BCCC8AFDC1D4","E4C4A39C-93CC-4450-A36D-E5FA0D8E0C8C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":-0.8603480000000046,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"getW","_Align":"center","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":329},"value":1,"origin":"west","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1759},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(122.1,146.1)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(42.0,-16.0)"},"1744":{"fill":null,"_BorderWidth":1.778,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(27.7,29.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"1745":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":1746},{"__isSmartRef__":true,"id":1748},{"__isSmartRef__":true,"id":1750},{"__isSmartRef__":true,"id":1752},{"__isSmartRef__":true,"id":1754}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1746":{"date":{"__isSmartRef__":true,"id":1747},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"1747":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1748":{"date":{"__isSmartRef__":true,"id":1749},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"1749":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"1750":{"date":{"__isSmartRef__":true,"id":1751},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"1751":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1752":{"date":{"__isSmartRef__":true,"id":1753},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"1753":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1754":{"date":{"__isSmartRef__":true,"id":1755},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"1755":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1756":{"style":{"__isSmartRef__":true,"id":1757},"chunkOwner":{"__isSmartRef__":true,"id":1743},"_id":"_232","storedString":"1","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1757":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1758":{"morph":{"__isSmartRef__":true,"id":1743},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1759":{"setValue":{"__isSmartRef__":true,"id":1760},"showValue":{"__isSmartRef__":true,"id":1764},"hideValue":{"__isSmartRef__":true,"id":1768},"getValue":{"__isSmartRef__":true,"id":1772},"getOrigin":{"__isSmartRef__":true,"id":1776},"setOrigin":{"__isSmartRef__":true,"id":1784}},"1760":{"varMapping":{"__isSmartRef__":true,"id":1761},"source":"function setValue(value) {\n this.value = value\n}","funcProperties":{"__isSmartRef__":true,"id":1762},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1761":{"this":{"__isSmartRef__":true,"id":1743}},"1762":{"timestamp":{"__isSmartRef__":true,"id":1763},"user":"dustin.glaeser","tags":[]},"1763":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:47:03 GMT+0100 (Mitteleuropäische Zeit)"},"1764":{"varMapping":{"__isSmartRef__":true,"id":1765},"source":"function showValue() {\n this.setTextString(this.value)\n}","funcProperties":{"__isSmartRef__":true,"id":1766},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1765":{"this":{"__isSmartRef__":true,"id":1743}},"1766":{"timestamp":{"__isSmartRef__":true,"id":1767},"user":"dustin.glaeser","tags":[]},"1767":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:48:56 GMT+0100 (Mitteleuropäische Zeit)"},"1768":{"varMapping":{"__isSmartRef__":true,"id":1769},"source":"function hideValue() {\n this.setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":1770},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1769":{"this":{"__isSmartRef__":true,"id":1743}},"1770":{"timestamp":{"__isSmartRef__":true,"id":1771},"user":"dustin.glaeser","tags":[]},"1771":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:49:13 GMT+0100 (Mitteleuropäische Zeit)"},"1772":{"varMapping":{"__isSmartRef__":true,"id":1773},"source":"function getValue() {\n return this.value\n}","funcProperties":{"__isSmartRef__":true,"id":1774},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1773":{"this":{"__isSmartRef__":true,"id":1743}},"1774":{"timestamp":{"__isSmartRef__":true,"id":1775},"user":"dustin.glaeser","tags":[]},"1775":{"isSerializedDate":true,"string":"Thu Nov 22 2012 17:58:11 GMT+0100 (Mitteleuropäische Zeit)"},"1776":{"varMapping":{"__isSmartRef__":true,"id":1777},"source":"function getOrigin() {\n return this.origin\n}","funcProperties":{"__isSmartRef__":true,"id":1782},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1777":{"this":{"__isSmartRef__":true,"id":1743},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1778}},"1778":{"$super":{"__isSmartRef__":true,"id":1779}},"1779":{"varMapping":{"__isSmartRef__":true,"id":1780},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1781},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1780":{"obj":{"__isSmartRef__":true,"id":1743},"name":"getOrigin"},"1781":{},"1782":{"timestamp":{"__isSmartRef__":true,"id":1783},"user":"dustin.glaeser","tags":[]},"1783":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:11 GMT+0100 (Mitteleuropäische Zeit)"},"1784":{"varMapping":{"__isSmartRef__":true,"id":1785},"source":"function setOrigin(value) {\n this.origin = value\n}","funcProperties":{"__isSmartRef__":true,"id":1790},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1785":{"this":{"__isSmartRef__":true,"id":1743},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1786}},"1786":{"$super":{"__isSmartRef__":true,"id":1787}},"1787":{"varMapping":{"__isSmartRef__":true,"id":1788},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1789},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1788":{"obj":{"__isSmartRef__":true,"id":1743},"name":"setOrigin"},"1789":{},"1790":{"timestamp":{"__isSmartRef__":true,"id":1791},"user":"dustin.glaeser","tags":[]},"1791":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:46 GMT+0100 (Mitteleuropäische Zeit)"},"1792":{"submorphs":[],"scripts":[],"id":"3D26343E-3387-4A67-B8D9-C5D44C0609FB","shape":{"__isSmartRef__":true,"id":1793},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":-0.8603480000000046,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"cellPrototype23","partsBinMetaInfo":{"__isSmartRef__":true,"id":1794},"textChunks":[{"__isSmartRef__":true,"id":1805}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":1807},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","912C0C89-FAFC-4FF5-AE7C-9E96379A6CD5","028B853E-4D4B-4EB1-A156-43D871C37ECF","7864590F-D0E7-4A8D-B4C4-4FFF010F8E8F","553D860E-5A8A-4BEA-B479-3E7B35ABB4E6","7DEE0169-D497-4944-8261-78D8EF1B8CF1","2E5FFD6E-D3A1-42EA-B7CA-187507807C7F","DEE347F2-28A5-4388-A2A4-BCCC8AFDC1D4","E4C4A39C-93CC-4450-A36D-E5FA0D8E0C8C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":-0.8603480000000046,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"getW","_Align":"center","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":329},"value":1,"origin":"northWest","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1808},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(122.1,180.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(42.0,-16.0)"},"1793":{"fill":null,"_BorderWidth":1.778,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(27.7,29.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"1794":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":1795},{"__isSmartRef__":true,"id":1797},{"__isSmartRef__":true,"id":1799},{"__isSmartRef__":true,"id":1801},{"__isSmartRef__":true,"id":1803}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1795":{"date":{"__isSmartRef__":true,"id":1796},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"1796":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1797":{"date":{"__isSmartRef__":true,"id":1798},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"1798":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"1799":{"date":{"__isSmartRef__":true,"id":1800},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"1800":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1801":{"date":{"__isSmartRef__":true,"id":1802},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"1802":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1803":{"date":{"__isSmartRef__":true,"id":1804},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"1804":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1805":{"style":{"__isSmartRef__":true,"id":1806},"chunkOwner":{"__isSmartRef__":true,"id":1792},"_id":"_233","storedString":"1","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1806":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1807":{"morph":{"__isSmartRef__":true,"id":1792},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1808":{"setValue":{"__isSmartRef__":true,"id":1809},"showValue":{"__isSmartRef__":true,"id":1813},"hideValue":{"__isSmartRef__":true,"id":1817},"getValue":{"__isSmartRef__":true,"id":1821},"getOrigin":{"__isSmartRef__":true,"id":1825},"setOrigin":{"__isSmartRef__":true,"id":1833}},"1809":{"varMapping":{"__isSmartRef__":true,"id":1810},"source":"function setValue(value) {\n this.value = value\n}","funcProperties":{"__isSmartRef__":true,"id":1811},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1810":{"this":{"__isSmartRef__":true,"id":1792}},"1811":{"timestamp":{"__isSmartRef__":true,"id":1812},"user":"dustin.glaeser","tags":[]},"1812":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:47:03 GMT+0100 (Mitteleuropäische Zeit)"},"1813":{"varMapping":{"__isSmartRef__":true,"id":1814},"source":"function showValue() {\n this.setTextString(this.value)\n}","funcProperties":{"__isSmartRef__":true,"id":1815},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1814":{"this":{"__isSmartRef__":true,"id":1792}},"1815":{"timestamp":{"__isSmartRef__":true,"id":1816},"user":"dustin.glaeser","tags":[]},"1816":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:48:56 GMT+0100 (Mitteleuropäische Zeit)"},"1817":{"varMapping":{"__isSmartRef__":true,"id":1818},"source":"function hideValue() {\n this.setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":1819},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1818":{"this":{"__isSmartRef__":true,"id":1792}},"1819":{"timestamp":{"__isSmartRef__":true,"id":1820},"user":"dustin.glaeser","tags":[]},"1820":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:49:13 GMT+0100 (Mitteleuropäische Zeit)"},"1821":{"varMapping":{"__isSmartRef__":true,"id":1822},"source":"function getValue() {\n return this.value\n}","funcProperties":{"__isSmartRef__":true,"id":1823},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1822":{"this":{"__isSmartRef__":true,"id":1792}},"1823":{"timestamp":{"__isSmartRef__":true,"id":1824},"user":"dustin.glaeser","tags":[]},"1824":{"isSerializedDate":true,"string":"Thu Nov 22 2012 17:58:11 GMT+0100 (Mitteleuropäische Zeit)"},"1825":{"varMapping":{"__isSmartRef__":true,"id":1826},"source":"function getOrigin() {\n return this.origin\n}","funcProperties":{"__isSmartRef__":true,"id":1831},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1826":{"this":{"__isSmartRef__":true,"id":1792},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1827}},"1827":{"$super":{"__isSmartRef__":true,"id":1828}},"1828":{"varMapping":{"__isSmartRef__":true,"id":1829},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1830},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1829":{"obj":{"__isSmartRef__":true,"id":1792},"name":"getOrigin"},"1830":{},"1831":{"timestamp":{"__isSmartRef__":true,"id":1832},"user":"dustin.glaeser","tags":[]},"1832":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:11 GMT+0100 (Mitteleuropäische Zeit)"},"1833":{"varMapping":{"__isSmartRef__":true,"id":1834},"source":"function setOrigin(value) {\n this.origin = value\n}","funcProperties":{"__isSmartRef__":true,"id":1839},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1834":{"this":{"__isSmartRef__":true,"id":1792},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1835}},"1835":{"$super":{"__isSmartRef__":true,"id":1836}},"1836":{"varMapping":{"__isSmartRef__":true,"id":1837},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1838},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1837":{"obj":{"__isSmartRef__":true,"id":1792},"name":"setOrigin"},"1838":{},"1839":{"timestamp":{"__isSmartRef__":true,"id":1840},"user":"dustin.glaeser","tags":[]},"1840":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:46 GMT+0100 (Mitteleuropäische Zeit)"},"1841":{"submorphs":[],"scripts":[],"id":"5DD3E0CB-BDE9-4A7D-B671-78A687FA4838","shape":{"__isSmartRef__":true,"id":1842},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":-0.8603480000000046,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"cellPrototype24","partsBinMetaInfo":{"__isSmartRef__":true,"id":1843},"textChunks":[{"__isSmartRef__":true,"id":1854}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":1856},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","912C0C89-FAFC-4FF5-AE7C-9E96379A6CD5","028B853E-4D4B-4EB1-A156-43D871C37ECF","7864590F-D0E7-4A8D-B4C4-4FFF010F8E8F","553D860E-5A8A-4BEA-B479-3E7B35ABB4E6","7DEE0169-D497-4944-8261-78D8EF1B8CF1","2E5FFD6E-D3A1-42EA-B7CA-187507807C7F","DEE347F2-28A5-4388-A2A4-BCCC8AFDC1D4","E4C4A39C-93CC-4450-A36D-E5FA0D8E0C8C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":-0.8603480000000046,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"getW","_Align":"center","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":329},"value":2,"origin":"northWest","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1857},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(122.1,215.2)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(42.0,-16.0)"},"1842":{"fill":null,"_BorderWidth":1.778,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(27.7,29.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"1843":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":1844},{"__isSmartRef__":true,"id":1846},{"__isSmartRef__":true,"id":1848},{"__isSmartRef__":true,"id":1850},{"__isSmartRef__":true,"id":1852}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1844":{"date":{"__isSmartRef__":true,"id":1845},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"1845":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1846":{"date":{"__isSmartRef__":true,"id":1847},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"1847":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"1848":{"date":{"__isSmartRef__":true,"id":1849},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"1849":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1850":{"date":{"__isSmartRef__":true,"id":1851},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"1851":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1852":{"date":{"__isSmartRef__":true,"id":1853},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"1853":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1854":{"style":{"__isSmartRef__":true,"id":1855},"chunkOwner":{"__isSmartRef__":true,"id":1841},"_id":"_234","storedString":"2","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1855":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1856":{"morph":{"__isSmartRef__":true,"id":1841},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1857":{"setValue":{"__isSmartRef__":true,"id":1858},"showValue":{"__isSmartRef__":true,"id":1862},"hideValue":{"__isSmartRef__":true,"id":1866},"getValue":{"__isSmartRef__":true,"id":1870},"getOrigin":{"__isSmartRef__":true,"id":1874},"setOrigin":{"__isSmartRef__":true,"id":1882}},"1858":{"varMapping":{"__isSmartRef__":true,"id":1859},"source":"function setValue(value) {\n this.value = value\n}","funcProperties":{"__isSmartRef__":true,"id":1860},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1859":{"this":{"__isSmartRef__":true,"id":1841}},"1860":{"timestamp":{"__isSmartRef__":true,"id":1861},"user":"dustin.glaeser","tags":[]},"1861":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:47:03 GMT+0100 (Mitteleuropäische Zeit)"},"1862":{"varMapping":{"__isSmartRef__":true,"id":1863},"source":"function showValue() {\n this.setTextString(this.value)\n}","funcProperties":{"__isSmartRef__":true,"id":1864},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1863":{"this":{"__isSmartRef__":true,"id":1841}},"1864":{"timestamp":{"__isSmartRef__":true,"id":1865},"user":"dustin.glaeser","tags":[]},"1865":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:48:56 GMT+0100 (Mitteleuropäische Zeit)"},"1866":{"varMapping":{"__isSmartRef__":true,"id":1867},"source":"function hideValue() {\n this.setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":1868},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1867":{"this":{"__isSmartRef__":true,"id":1841}},"1868":{"timestamp":{"__isSmartRef__":true,"id":1869},"user":"dustin.glaeser","tags":[]},"1869":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:49:13 GMT+0100 (Mitteleuropäische Zeit)"},"1870":{"varMapping":{"__isSmartRef__":true,"id":1871},"source":"function getValue() {\n return this.value\n}","funcProperties":{"__isSmartRef__":true,"id":1872},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1871":{"this":{"__isSmartRef__":true,"id":1841}},"1872":{"timestamp":{"__isSmartRef__":true,"id":1873},"user":"dustin.glaeser","tags":[]},"1873":{"isSerializedDate":true,"string":"Thu Nov 22 2012 17:58:11 GMT+0100 (Mitteleuropäische Zeit)"},"1874":{"varMapping":{"__isSmartRef__":true,"id":1875},"source":"function getOrigin() {\n return this.origin\n}","funcProperties":{"__isSmartRef__":true,"id":1880},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1875":{"this":{"__isSmartRef__":true,"id":1841},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1876}},"1876":{"$super":{"__isSmartRef__":true,"id":1877}},"1877":{"varMapping":{"__isSmartRef__":true,"id":1878},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1879},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1878":{"obj":{"__isSmartRef__":true,"id":1841},"name":"getOrigin"},"1879":{},"1880":{"timestamp":{"__isSmartRef__":true,"id":1881},"user":"dustin.glaeser","tags":[]},"1881":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:11 GMT+0100 (Mitteleuropäische Zeit)"},"1882":{"varMapping":{"__isSmartRef__":true,"id":1883},"source":"function setOrigin(value) {\n this.origin = value\n}","funcProperties":{"__isSmartRef__":true,"id":1888},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1883":{"this":{"__isSmartRef__":true,"id":1841},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1884}},"1884":{"$super":{"__isSmartRef__":true,"id":1885}},"1885":{"varMapping":{"__isSmartRef__":true,"id":1886},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1887},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1886":{"obj":{"__isSmartRef__":true,"id":1841},"name":"setOrigin"},"1887":{},"1888":{"timestamp":{"__isSmartRef__":true,"id":1889},"user":"dustin.glaeser","tags":[]},"1889":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:46 GMT+0100 (Mitteleuropäische Zeit)"},"1890":{"submorphs":[],"scripts":[],"id":"86754C9B-137F-423F-88DE-9C8B64DB2683","shape":{"__isSmartRef__":true,"id":1891},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":-0.8603480000000046,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"cellPrototype25","partsBinMetaInfo":{"__isSmartRef__":true,"id":1892},"textChunks":[{"__isSmartRef__":true,"id":1903}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":1905},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","912C0C89-FAFC-4FF5-AE7C-9E96379A6CD5","028B853E-4D4B-4EB1-A156-43D871C37ECF","7864590F-D0E7-4A8D-B4C4-4FFF010F8E8F","553D860E-5A8A-4BEA-B479-3E7B35ABB4E6","7DEE0169-D497-4944-8261-78D8EF1B8CF1","2E5FFD6E-D3A1-42EA-B7CA-187507807C7F","DEE347F2-28A5-4388-A2A4-BCCC8AFDC1D4","E4C4A39C-93CC-4450-A36D-E5FA0D8E0C8C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":-0.8603480000000046,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"getW","_Align":"center","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":329},"value":2,"origin":"west","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1906},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(154.8,146.1)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(42.0,-16.0)"},"1891":{"fill":null,"_BorderWidth":1.778,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(27.7,29.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"1892":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":1893},{"__isSmartRef__":true,"id":1895},{"__isSmartRef__":true,"id":1897},{"__isSmartRef__":true,"id":1899},{"__isSmartRef__":true,"id":1901}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1893":{"date":{"__isSmartRef__":true,"id":1894},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"1894":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1895":{"date":{"__isSmartRef__":true,"id":1896},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"1896":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"1897":{"date":{"__isSmartRef__":true,"id":1898},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"1898":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1899":{"date":{"__isSmartRef__":true,"id":1900},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"1900":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1901":{"date":{"__isSmartRef__":true,"id":1902},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"1902":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1903":{"style":{"__isSmartRef__":true,"id":1904},"chunkOwner":{"__isSmartRef__":true,"id":1890},"_id":"_236","storedString":"2","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1904":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1905":{"morph":{"__isSmartRef__":true,"id":1890},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1906":{"setValue":{"__isSmartRef__":true,"id":1907},"showValue":{"__isSmartRef__":true,"id":1911},"hideValue":{"__isSmartRef__":true,"id":1915},"getValue":{"__isSmartRef__":true,"id":1919},"getOrigin":{"__isSmartRef__":true,"id":1923},"setOrigin":{"__isSmartRef__":true,"id":1931}},"1907":{"varMapping":{"__isSmartRef__":true,"id":1908},"source":"function setValue(value) {\n this.value = value\n}","funcProperties":{"__isSmartRef__":true,"id":1909},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1908":{"this":{"__isSmartRef__":true,"id":1890}},"1909":{"timestamp":{"__isSmartRef__":true,"id":1910},"user":"dustin.glaeser","tags":[]},"1910":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:47:03 GMT+0100 (Mitteleuropäische Zeit)"},"1911":{"varMapping":{"__isSmartRef__":true,"id":1912},"source":"function showValue() {\n this.setTextString(this.value)\n}","funcProperties":{"__isSmartRef__":true,"id":1913},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1912":{"this":{"__isSmartRef__":true,"id":1890}},"1913":{"timestamp":{"__isSmartRef__":true,"id":1914},"user":"dustin.glaeser","tags":[]},"1914":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:48:56 GMT+0100 (Mitteleuropäische Zeit)"},"1915":{"varMapping":{"__isSmartRef__":true,"id":1916},"source":"function hideValue() {\n this.setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":1917},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1916":{"this":{"__isSmartRef__":true,"id":1890}},"1917":{"timestamp":{"__isSmartRef__":true,"id":1918},"user":"dustin.glaeser","tags":[]},"1918":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:49:13 GMT+0100 (Mitteleuropäische Zeit)"},"1919":{"varMapping":{"__isSmartRef__":true,"id":1920},"source":"function getValue() {\n return this.value\n}","funcProperties":{"__isSmartRef__":true,"id":1921},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1920":{"this":{"__isSmartRef__":true,"id":1890}},"1921":{"timestamp":{"__isSmartRef__":true,"id":1922},"user":"dustin.glaeser","tags":[]},"1922":{"isSerializedDate":true,"string":"Thu Nov 22 2012 17:58:11 GMT+0100 (Mitteleuropäische Zeit)"},"1923":{"varMapping":{"__isSmartRef__":true,"id":1924},"source":"function getOrigin() {\n return this.origin\n}","funcProperties":{"__isSmartRef__":true,"id":1929},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1924":{"this":{"__isSmartRef__":true,"id":1890},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1925}},"1925":{"$super":{"__isSmartRef__":true,"id":1926}},"1926":{"varMapping":{"__isSmartRef__":true,"id":1927},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1928},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1927":{"obj":{"__isSmartRef__":true,"id":1890},"name":"getOrigin"},"1928":{},"1929":{"timestamp":{"__isSmartRef__":true,"id":1930},"user":"dustin.glaeser","tags":[]},"1930":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:11 GMT+0100 (Mitteleuropäische Zeit)"},"1931":{"varMapping":{"__isSmartRef__":true,"id":1932},"source":"function setOrigin(value) {\n this.origin = value\n}","funcProperties":{"__isSmartRef__":true,"id":1937},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1932":{"this":{"__isSmartRef__":true,"id":1890},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1933}},"1933":{"$super":{"__isSmartRef__":true,"id":1934}},"1934":{"varMapping":{"__isSmartRef__":true,"id":1935},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1936},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1935":{"obj":{"__isSmartRef__":true,"id":1890},"name":"setOrigin"},"1936":{},"1937":{"timestamp":{"__isSmartRef__":true,"id":1938},"user":"dustin.glaeser","tags":[]},"1938":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:46 GMT+0100 (Mitteleuropäische Zeit)"},"1939":{"submorphs":[],"scripts":[],"id":"3E93F3CF-7827-4A1A-8A67-00E118B0F2E4","shape":{"__isSmartRef__":true,"id":1940},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":-0.8603480000000046,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"cellPrototype26","partsBinMetaInfo":{"__isSmartRef__":true,"id":1941},"textChunks":[{"__isSmartRef__":true,"id":1952}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":1954},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","912C0C89-FAFC-4FF5-AE7C-9E96379A6CD5","028B853E-4D4B-4EB1-A156-43D871C37ECF","7864590F-D0E7-4A8D-B4C4-4FFF010F8E8F","553D860E-5A8A-4BEA-B479-3E7B35ABB4E6","7DEE0169-D497-4944-8261-78D8EF1B8CF1","2E5FFD6E-D3A1-42EA-B7CA-187507807C7F","DEE347F2-28A5-4388-A2A4-BCCC8AFDC1D4","E4C4A39C-93CC-4450-A36D-E5FA0D8E0C8C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":-0.8603480000000046,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"getW","_Align":"center","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":329},"value":2,"origin":"northWest","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1955},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(154.8,180.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(42.0,-16.0)"},"1940":{"fill":null,"_BorderWidth":1.778,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(27.7,29.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"1941":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":1942},{"__isSmartRef__":true,"id":1944},{"__isSmartRef__":true,"id":1946},{"__isSmartRef__":true,"id":1948},{"__isSmartRef__":true,"id":1950}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1942":{"date":{"__isSmartRef__":true,"id":1943},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"1943":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1944":{"date":{"__isSmartRef__":true,"id":1945},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"1945":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"1946":{"date":{"__isSmartRef__":true,"id":1947},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"1947":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1948":{"date":{"__isSmartRef__":true,"id":1949},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"1949":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1950":{"date":{"__isSmartRef__":true,"id":1951},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"1951":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1952":{"style":{"__isSmartRef__":true,"id":1953},"chunkOwner":{"__isSmartRef__":true,"id":1939},"_id":"_237","storedString":"2","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1953":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1954":{"morph":{"__isSmartRef__":true,"id":1939},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1955":{"setValue":{"__isSmartRef__":true,"id":1956},"showValue":{"__isSmartRef__":true,"id":1960},"hideValue":{"__isSmartRef__":true,"id":1964},"getValue":{"__isSmartRef__":true,"id":1968},"getOrigin":{"__isSmartRef__":true,"id":1972},"setOrigin":{"__isSmartRef__":true,"id":1980}},"1956":{"varMapping":{"__isSmartRef__":true,"id":1957},"source":"function setValue(value) {\n this.value = value\n}","funcProperties":{"__isSmartRef__":true,"id":1958},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1957":{"this":{"__isSmartRef__":true,"id":1939}},"1958":{"timestamp":{"__isSmartRef__":true,"id":1959},"user":"dustin.glaeser","tags":[]},"1959":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:47:03 GMT+0100 (Mitteleuropäische Zeit)"},"1960":{"varMapping":{"__isSmartRef__":true,"id":1961},"source":"function showValue() {\n this.setTextString(this.value)\n}","funcProperties":{"__isSmartRef__":true,"id":1962},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1961":{"this":{"__isSmartRef__":true,"id":1939}},"1962":{"timestamp":{"__isSmartRef__":true,"id":1963},"user":"dustin.glaeser","tags":[]},"1963":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:48:56 GMT+0100 (Mitteleuropäische Zeit)"},"1964":{"varMapping":{"__isSmartRef__":true,"id":1965},"source":"function hideValue() {\n this.setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":1966},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1965":{"this":{"__isSmartRef__":true,"id":1939}},"1966":{"timestamp":{"__isSmartRef__":true,"id":1967},"user":"dustin.glaeser","tags":[]},"1967":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:49:13 GMT+0100 (Mitteleuropäische Zeit)"},"1968":{"varMapping":{"__isSmartRef__":true,"id":1969},"source":"function getValue() {\n return this.value\n}","funcProperties":{"__isSmartRef__":true,"id":1970},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1969":{"this":{"__isSmartRef__":true,"id":1939}},"1970":{"timestamp":{"__isSmartRef__":true,"id":1971},"user":"dustin.glaeser","tags":[]},"1971":{"isSerializedDate":true,"string":"Thu Nov 22 2012 17:58:11 GMT+0100 (Mitteleuropäische Zeit)"},"1972":{"varMapping":{"__isSmartRef__":true,"id":1973},"source":"function getOrigin() {\n return this.origin\n}","funcProperties":{"__isSmartRef__":true,"id":1978},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1973":{"this":{"__isSmartRef__":true,"id":1939},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1974}},"1974":{"$super":{"__isSmartRef__":true,"id":1975}},"1975":{"varMapping":{"__isSmartRef__":true,"id":1976},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1977},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1976":{"obj":{"__isSmartRef__":true,"id":1939},"name":"getOrigin"},"1977":{},"1978":{"timestamp":{"__isSmartRef__":true,"id":1979},"user":"dustin.glaeser","tags":[]},"1979":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:11 GMT+0100 (Mitteleuropäische Zeit)"},"1980":{"varMapping":{"__isSmartRef__":true,"id":1981},"source":"function setOrigin(value) {\n this.origin = value\n}","funcProperties":{"__isSmartRef__":true,"id":1986},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1981":{"this":{"__isSmartRef__":true,"id":1939},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1982}},"1982":{"$super":{"__isSmartRef__":true,"id":1983}},"1983":{"varMapping":{"__isSmartRef__":true,"id":1984},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1985},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1984":{"obj":{"__isSmartRef__":true,"id":1939},"name":"setOrigin"},"1985":{},"1986":{"timestamp":{"__isSmartRef__":true,"id":1987},"user":"dustin.glaeser","tags":[]},"1987":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:46 GMT+0100 (Mitteleuropäische Zeit)"},"1988":{"submorphs":[],"scripts":[],"id":"DF8BD502-5922-4BCF-95FB-FD9BF4D72FE9","shape":{"__isSmartRef__":true,"id":1989},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":-0.8603480000000046,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"cellPrototype27","partsBinMetaInfo":{"__isSmartRef__":true,"id":1990},"textChunks":[{"__isSmartRef__":true,"id":2001}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":2003},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","912C0C89-FAFC-4FF5-AE7C-9E96379A6CD5","028B853E-4D4B-4EB1-A156-43D871C37ECF","7864590F-D0E7-4A8D-B4C4-4FFF010F8E8F","553D860E-5A8A-4BEA-B479-3E7B35ABB4E6","7DEE0169-D497-4944-8261-78D8EF1B8CF1","2E5FFD6E-D3A1-42EA-B7CA-187507807C7F","DEE347F2-28A5-4388-A2A4-BCCC8AFDC1D4","E4C4A39C-93CC-4450-A36D-E5FA0D8E0C8C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":-0.8603480000000046,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"getW","_Align":"center","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":329},"value":2,"origin":"northWest","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2004},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(154.8,215.2)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(42.0,-16.0)"},"1989":{"fill":null,"_BorderWidth":1.778,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(27.7,29.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"1990":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":1991},{"__isSmartRef__":true,"id":1993},{"__isSmartRef__":true,"id":1995},{"__isSmartRef__":true,"id":1997},{"__isSmartRef__":true,"id":1999}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1991":{"date":{"__isSmartRef__":true,"id":1992},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"1992":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1993":{"date":{"__isSmartRef__":true,"id":1994},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"1994":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"1995":{"date":{"__isSmartRef__":true,"id":1996},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"1996":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1997":{"date":{"__isSmartRef__":true,"id":1998},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"1998":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"1999":{"date":{"__isSmartRef__":true,"id":2000},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"2000":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2001":{"style":{"__isSmartRef__":true,"id":2002},"chunkOwner":{"__isSmartRef__":true,"id":1988},"_id":"_238","storedString":"2","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2002":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2003":{"morph":{"__isSmartRef__":true,"id":1988},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2004":{"setValue":{"__isSmartRef__":true,"id":2005},"showValue":{"__isSmartRef__":true,"id":2009},"hideValue":{"__isSmartRef__":true,"id":2013},"getValue":{"__isSmartRef__":true,"id":2017},"getOrigin":{"__isSmartRef__":true,"id":2021},"setOrigin":{"__isSmartRef__":true,"id":2029}},"2005":{"varMapping":{"__isSmartRef__":true,"id":2006},"source":"function setValue(value) {\n this.value = value\n}","funcProperties":{"__isSmartRef__":true,"id":2007},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2006":{"this":{"__isSmartRef__":true,"id":1988}},"2007":{"timestamp":{"__isSmartRef__":true,"id":2008},"user":"dustin.glaeser","tags":[]},"2008":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:47:03 GMT+0100 (Mitteleuropäische Zeit)"},"2009":{"varMapping":{"__isSmartRef__":true,"id":2010},"source":"function showValue() {\n this.setTextString(this.value)\n}","funcProperties":{"__isSmartRef__":true,"id":2011},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2010":{"this":{"__isSmartRef__":true,"id":1988}},"2011":{"timestamp":{"__isSmartRef__":true,"id":2012},"user":"dustin.glaeser","tags":[]},"2012":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:48:56 GMT+0100 (Mitteleuropäische Zeit)"},"2013":{"varMapping":{"__isSmartRef__":true,"id":2014},"source":"function hideValue() {\n this.setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":2015},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2014":{"this":{"__isSmartRef__":true,"id":1988}},"2015":{"timestamp":{"__isSmartRef__":true,"id":2016},"user":"dustin.glaeser","tags":[]},"2016":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:49:13 GMT+0100 (Mitteleuropäische Zeit)"},"2017":{"varMapping":{"__isSmartRef__":true,"id":2018},"source":"function getValue() {\n return this.value\n}","funcProperties":{"__isSmartRef__":true,"id":2019},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2018":{"this":{"__isSmartRef__":true,"id":1988}},"2019":{"timestamp":{"__isSmartRef__":true,"id":2020},"user":"dustin.glaeser","tags":[]},"2020":{"isSerializedDate":true,"string":"Thu Nov 22 2012 17:58:11 GMT+0100 (Mitteleuropäische Zeit)"},"2021":{"varMapping":{"__isSmartRef__":true,"id":2022},"source":"function getOrigin() {\n return this.origin\n}","funcProperties":{"__isSmartRef__":true,"id":2027},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2022":{"this":{"__isSmartRef__":true,"id":1988},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2023}},"2023":{"$super":{"__isSmartRef__":true,"id":2024}},"2024":{"varMapping":{"__isSmartRef__":true,"id":2025},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2026},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2025":{"obj":{"__isSmartRef__":true,"id":1988},"name":"getOrigin"},"2026":{},"2027":{"timestamp":{"__isSmartRef__":true,"id":2028},"user":"dustin.glaeser","tags":[]},"2028":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:11 GMT+0100 (Mitteleuropäische Zeit)"},"2029":{"varMapping":{"__isSmartRef__":true,"id":2030},"source":"function setOrigin(value) {\n this.origin = value\n}","funcProperties":{"__isSmartRef__":true,"id":2035},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2030":{"this":{"__isSmartRef__":true,"id":1988},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2031}},"2031":{"$super":{"__isSmartRef__":true,"id":2032}},"2032":{"varMapping":{"__isSmartRef__":true,"id":2033},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2034},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2033":{"obj":{"__isSmartRef__":true,"id":1988},"name":"setOrigin"},"2034":{},"2035":{"timestamp":{"__isSmartRef__":true,"id":2036},"user":"dustin.glaeser","tags":[]},"2036":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:46 GMT+0100 (Mitteleuropäische Zeit)"},"2037":{"submorphs":[],"scripts":[],"id":"CE0B045F-D18B-477F-B104-CED7FC83D88D","shape":{"__isSmartRef__":true,"id":2038},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":-0.8603480000000046,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"cellPrototype28","partsBinMetaInfo":{"__isSmartRef__":true,"id":2039},"textChunks":[{"__isSmartRef__":true,"id":2050}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":2052},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","912C0C89-FAFC-4FF5-AE7C-9E96379A6CD5","028B853E-4D4B-4EB1-A156-43D871C37ECF","7864590F-D0E7-4A8D-B4C4-4FFF010F8E8F","553D860E-5A8A-4BEA-B479-3E7B35ABB4E6","7DEE0169-D497-4944-8261-78D8EF1B8CF1","2E5FFD6E-D3A1-42EA-B7CA-187507807C7F","DEE347F2-28A5-4388-A2A4-BCCC8AFDC1D4","E4C4A39C-93CC-4450-A36D-E5FA0D8E0C8C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":-0.8603480000000046,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"getW","_Align":"center","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":329},"value":3,"origin":"west","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2053},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(187.5,146.1)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(42.0,-16.0)"},"2038":{"fill":null,"_BorderWidth":1.778,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(27.7,29.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"2039":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":2040},{"__isSmartRef__":true,"id":2042},{"__isSmartRef__":true,"id":2044},{"__isSmartRef__":true,"id":2046},{"__isSmartRef__":true,"id":2048}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2040":{"date":{"__isSmartRef__":true,"id":2041},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"2041":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2042":{"date":{"__isSmartRef__":true,"id":2043},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"2043":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"2044":{"date":{"__isSmartRef__":true,"id":2045},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"2045":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2046":{"date":{"__isSmartRef__":true,"id":2047},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"2047":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2048":{"date":{"__isSmartRef__":true,"id":2049},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"2049":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2050":{"style":{"__isSmartRef__":true,"id":2051},"chunkOwner":{"__isSmartRef__":true,"id":2037},"_id":"_240","storedString":"3","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2051":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2052":{"morph":{"__isSmartRef__":true,"id":2037},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2053":{"setValue":{"__isSmartRef__":true,"id":2054},"showValue":{"__isSmartRef__":true,"id":2058},"hideValue":{"__isSmartRef__":true,"id":2062},"getValue":{"__isSmartRef__":true,"id":2066},"getOrigin":{"__isSmartRef__":true,"id":2070},"setOrigin":{"__isSmartRef__":true,"id":2078}},"2054":{"varMapping":{"__isSmartRef__":true,"id":2055},"source":"function setValue(value) {\n this.value = value\n}","funcProperties":{"__isSmartRef__":true,"id":2056},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2055":{"this":{"__isSmartRef__":true,"id":2037}},"2056":{"timestamp":{"__isSmartRef__":true,"id":2057},"user":"dustin.glaeser","tags":[]},"2057":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:47:03 GMT+0100 (Mitteleuropäische Zeit)"},"2058":{"varMapping":{"__isSmartRef__":true,"id":2059},"source":"function showValue() {\n this.setTextString(this.value)\n}","funcProperties":{"__isSmartRef__":true,"id":2060},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2059":{"this":{"__isSmartRef__":true,"id":2037}},"2060":{"timestamp":{"__isSmartRef__":true,"id":2061},"user":"dustin.glaeser","tags":[]},"2061":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:48:56 GMT+0100 (Mitteleuropäische Zeit)"},"2062":{"varMapping":{"__isSmartRef__":true,"id":2063},"source":"function hideValue() {\n this.setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":2064},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2063":{"this":{"__isSmartRef__":true,"id":2037}},"2064":{"timestamp":{"__isSmartRef__":true,"id":2065},"user":"dustin.glaeser","tags":[]},"2065":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:49:13 GMT+0100 (Mitteleuropäische Zeit)"},"2066":{"varMapping":{"__isSmartRef__":true,"id":2067},"source":"function getValue() {\n return this.value\n}","funcProperties":{"__isSmartRef__":true,"id":2068},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2067":{"this":{"__isSmartRef__":true,"id":2037}},"2068":{"timestamp":{"__isSmartRef__":true,"id":2069},"user":"dustin.glaeser","tags":[]},"2069":{"isSerializedDate":true,"string":"Thu Nov 22 2012 17:58:11 GMT+0100 (Mitteleuropäische Zeit)"},"2070":{"varMapping":{"__isSmartRef__":true,"id":2071},"source":"function getOrigin() {\n return this.origin\n}","funcProperties":{"__isSmartRef__":true,"id":2076},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2071":{"this":{"__isSmartRef__":true,"id":2037},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2072}},"2072":{"$super":{"__isSmartRef__":true,"id":2073}},"2073":{"varMapping":{"__isSmartRef__":true,"id":2074},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2075},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2074":{"obj":{"__isSmartRef__":true,"id":2037},"name":"getOrigin"},"2075":{},"2076":{"timestamp":{"__isSmartRef__":true,"id":2077},"user":"dustin.glaeser","tags":[]},"2077":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:11 GMT+0100 (Mitteleuropäische Zeit)"},"2078":{"varMapping":{"__isSmartRef__":true,"id":2079},"source":"function setOrigin(value) {\n this.origin = value\n}","funcProperties":{"__isSmartRef__":true,"id":2084},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2079":{"this":{"__isSmartRef__":true,"id":2037},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2080}},"2080":{"$super":{"__isSmartRef__":true,"id":2081}},"2081":{"varMapping":{"__isSmartRef__":true,"id":2082},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2083},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2082":{"obj":{"__isSmartRef__":true,"id":2037},"name":"setOrigin"},"2083":{},"2084":{"timestamp":{"__isSmartRef__":true,"id":2085},"user":"dustin.glaeser","tags":[]},"2085":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:46 GMT+0100 (Mitteleuropäische Zeit)"},"2086":{"submorphs":[],"scripts":[],"id":"E85BEFD2-FD9E-4EC7-BDE7-3FD1363F6123","shape":{"__isSmartRef__":true,"id":2087},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":-0.8603480000000046,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"cellPrototype29","partsBinMetaInfo":{"__isSmartRef__":true,"id":2088},"textChunks":[{"__isSmartRef__":true,"id":2099}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":2101},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","912C0C89-FAFC-4FF5-AE7C-9E96379A6CD5","028B853E-4D4B-4EB1-A156-43D871C37ECF","7864590F-D0E7-4A8D-B4C4-4FFF010F8E8F","553D860E-5A8A-4BEA-B479-3E7B35ABB4E6","7DEE0169-D497-4944-8261-78D8EF1B8CF1","2E5FFD6E-D3A1-42EA-B7CA-187507807C7F","DEE347F2-28A5-4388-A2A4-BCCC8AFDC1D4","E4C4A39C-93CC-4450-A36D-E5FA0D8E0C8C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":-0.8603480000000046,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"getW","_Align":"center","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":329},"value":3,"origin":"northWest","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2102},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(187.5,180.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(42.0,-16.0)"},"2087":{"fill":null,"_BorderWidth":1.778,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(27.7,29.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"2088":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":2089},{"__isSmartRef__":true,"id":2091},{"__isSmartRef__":true,"id":2093},{"__isSmartRef__":true,"id":2095},{"__isSmartRef__":true,"id":2097}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2089":{"date":{"__isSmartRef__":true,"id":2090},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"2090":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2091":{"date":{"__isSmartRef__":true,"id":2092},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"2092":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"2093":{"date":{"__isSmartRef__":true,"id":2094},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"2094":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2095":{"date":{"__isSmartRef__":true,"id":2096},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"2096":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2097":{"date":{"__isSmartRef__":true,"id":2098},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"2098":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2099":{"style":{"__isSmartRef__":true,"id":2100},"chunkOwner":{"__isSmartRef__":true,"id":2086},"_id":"_241","storedString":"3","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2100":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2101":{"morph":{"__isSmartRef__":true,"id":2086},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2102":{"setValue":{"__isSmartRef__":true,"id":2103},"showValue":{"__isSmartRef__":true,"id":2107},"hideValue":{"__isSmartRef__":true,"id":2111},"getValue":{"__isSmartRef__":true,"id":2115},"getOrigin":{"__isSmartRef__":true,"id":2119},"setOrigin":{"__isSmartRef__":true,"id":2127}},"2103":{"varMapping":{"__isSmartRef__":true,"id":2104},"source":"function setValue(value) {\n this.value = value\n}","funcProperties":{"__isSmartRef__":true,"id":2105},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2104":{"this":{"__isSmartRef__":true,"id":2086}},"2105":{"timestamp":{"__isSmartRef__":true,"id":2106},"user":"dustin.glaeser","tags":[]},"2106":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:47:03 GMT+0100 (Mitteleuropäische Zeit)"},"2107":{"varMapping":{"__isSmartRef__":true,"id":2108},"source":"function showValue() {\n this.setTextString(this.value)\n}","funcProperties":{"__isSmartRef__":true,"id":2109},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2108":{"this":{"__isSmartRef__":true,"id":2086}},"2109":{"timestamp":{"__isSmartRef__":true,"id":2110},"user":"dustin.glaeser","tags":[]},"2110":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:48:56 GMT+0100 (Mitteleuropäische Zeit)"},"2111":{"varMapping":{"__isSmartRef__":true,"id":2112},"source":"function hideValue() {\n this.setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":2113},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2112":{"this":{"__isSmartRef__":true,"id":2086}},"2113":{"timestamp":{"__isSmartRef__":true,"id":2114},"user":"dustin.glaeser","tags":[]},"2114":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:49:13 GMT+0100 (Mitteleuropäische Zeit)"},"2115":{"varMapping":{"__isSmartRef__":true,"id":2116},"source":"function getValue() {\n return this.value\n}","funcProperties":{"__isSmartRef__":true,"id":2117},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2116":{"this":{"__isSmartRef__":true,"id":2086}},"2117":{"timestamp":{"__isSmartRef__":true,"id":2118},"user":"dustin.glaeser","tags":[]},"2118":{"isSerializedDate":true,"string":"Thu Nov 22 2012 17:58:11 GMT+0100 (Mitteleuropäische Zeit)"},"2119":{"varMapping":{"__isSmartRef__":true,"id":2120},"source":"function getOrigin() {\n return this.origin\n}","funcProperties":{"__isSmartRef__":true,"id":2125},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2120":{"this":{"__isSmartRef__":true,"id":2086},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2121}},"2121":{"$super":{"__isSmartRef__":true,"id":2122}},"2122":{"varMapping":{"__isSmartRef__":true,"id":2123},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2124},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2123":{"obj":{"__isSmartRef__":true,"id":2086},"name":"getOrigin"},"2124":{},"2125":{"timestamp":{"__isSmartRef__":true,"id":2126},"user":"dustin.glaeser","tags":[]},"2126":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:11 GMT+0100 (Mitteleuropäische Zeit)"},"2127":{"varMapping":{"__isSmartRef__":true,"id":2128},"source":"function setOrigin(value) {\n this.origin = value\n}","funcProperties":{"__isSmartRef__":true,"id":2133},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2128":{"this":{"__isSmartRef__":true,"id":2086},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2129}},"2129":{"$super":{"__isSmartRef__":true,"id":2130}},"2130":{"varMapping":{"__isSmartRef__":true,"id":2131},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2132},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2131":{"obj":{"__isSmartRef__":true,"id":2086},"name":"setOrigin"},"2132":{},"2133":{"timestamp":{"__isSmartRef__":true,"id":2134},"user":"dustin.glaeser","tags":[]},"2134":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:46 GMT+0100 (Mitteleuropäische Zeit)"},"2135":{"submorphs":[],"scripts":[],"id":"F634F9CA-9F6A-42D8-BDBD-31C2DD8BCCE3","shape":{"__isSmartRef__":true,"id":2136},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":-0.8603480000000046,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"cellPrototype30","partsBinMetaInfo":{"__isSmartRef__":true,"id":2137},"textChunks":[{"__isSmartRef__":true,"id":2148}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":2150},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","912C0C89-FAFC-4FF5-AE7C-9E96379A6CD5","028B853E-4D4B-4EB1-A156-43D871C37ECF","7864590F-D0E7-4A8D-B4C4-4FFF010F8E8F","553D860E-5A8A-4BEA-B479-3E7B35ABB4E6","7DEE0169-D497-4944-8261-78D8EF1B8CF1","2E5FFD6E-D3A1-42EA-B7CA-187507807C7F","DEE347F2-28A5-4388-A2A4-BCCC8AFDC1D4","E4C4A39C-93CC-4450-A36D-E5FA0D8E0C8C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":-0.8603480000000046,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"getW","_Align":"center","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":329},"value":2,"origin":"northWest","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2151},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(187.5,215.2)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(42.0,-16.0)"},"2136":{"fill":null,"_BorderWidth":1.778,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(27.7,29.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"2137":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":2138},{"__isSmartRef__":true,"id":2140},{"__isSmartRef__":true,"id":2142},{"__isSmartRef__":true,"id":2144},{"__isSmartRef__":true,"id":2146}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2138":{"date":{"__isSmartRef__":true,"id":2139},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"2139":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2140":{"date":{"__isSmartRef__":true,"id":2141},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"2141":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"2142":{"date":{"__isSmartRef__":true,"id":2143},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"2143":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2144":{"date":{"__isSmartRef__":true,"id":2145},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"2145":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2146":{"date":{"__isSmartRef__":true,"id":2147},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"2147":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2148":{"style":{"__isSmartRef__":true,"id":2149},"chunkOwner":{"__isSmartRef__":true,"id":2135},"_id":"_242","storedString":"2","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2149":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2150":{"morph":{"__isSmartRef__":true,"id":2135},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2151":{"setValue":{"__isSmartRef__":true,"id":2152},"showValue":{"__isSmartRef__":true,"id":2156},"hideValue":{"__isSmartRef__":true,"id":2160},"getValue":{"__isSmartRef__":true,"id":2164},"getOrigin":{"__isSmartRef__":true,"id":2168},"setOrigin":{"__isSmartRef__":true,"id":2176}},"2152":{"varMapping":{"__isSmartRef__":true,"id":2153},"source":"function setValue(value) {\n this.value = value\n}","funcProperties":{"__isSmartRef__":true,"id":2154},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2153":{"this":{"__isSmartRef__":true,"id":2135}},"2154":{"timestamp":{"__isSmartRef__":true,"id":2155},"user":"dustin.glaeser","tags":[]},"2155":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:47:03 GMT+0100 (Mitteleuropäische Zeit)"},"2156":{"varMapping":{"__isSmartRef__":true,"id":2157},"source":"function showValue() {\n this.setTextString(this.value)\n}","funcProperties":{"__isSmartRef__":true,"id":2158},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2157":{"this":{"__isSmartRef__":true,"id":2135}},"2158":{"timestamp":{"__isSmartRef__":true,"id":2159},"user":"dustin.glaeser","tags":[]},"2159":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:48:56 GMT+0100 (Mitteleuropäische Zeit)"},"2160":{"varMapping":{"__isSmartRef__":true,"id":2161},"source":"function hideValue() {\n this.setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":2162},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2161":{"this":{"__isSmartRef__":true,"id":2135}},"2162":{"timestamp":{"__isSmartRef__":true,"id":2163},"user":"dustin.glaeser","tags":[]},"2163":{"isSerializedDate":true,"string":"Thu Nov 22 2012 15:49:13 GMT+0100 (Mitteleuropäische Zeit)"},"2164":{"varMapping":{"__isSmartRef__":true,"id":2165},"source":"function getValue() {\n return this.value\n}","funcProperties":{"__isSmartRef__":true,"id":2166},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2165":{"this":{"__isSmartRef__":true,"id":2135}},"2166":{"timestamp":{"__isSmartRef__":true,"id":2167},"user":"dustin.glaeser","tags":[]},"2167":{"isSerializedDate":true,"string":"Thu Nov 22 2012 17:58:11 GMT+0100 (Mitteleuropäische Zeit)"},"2168":{"varMapping":{"__isSmartRef__":true,"id":2169},"source":"function getOrigin() {\n return this.origin\n}","funcProperties":{"__isSmartRef__":true,"id":2174},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2169":{"this":{"__isSmartRef__":true,"id":2135},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2170}},"2170":{"$super":{"__isSmartRef__":true,"id":2171}},"2171":{"varMapping":{"__isSmartRef__":true,"id":2172},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2173},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2172":{"obj":{"__isSmartRef__":true,"id":2135},"name":"getOrigin"},"2173":{},"2174":{"timestamp":{"__isSmartRef__":true,"id":2175},"user":"dustin.glaeser","tags":[]},"2175":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:11 GMT+0100 (Mitteleuropäische Zeit)"},"2176":{"varMapping":{"__isSmartRef__":true,"id":2177},"source":"function setOrigin(value) {\n this.origin = value\n}","funcProperties":{"__isSmartRef__":true,"id":2182},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2177":{"this":{"__isSmartRef__":true,"id":2135},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2178}},"2178":{"$super":{"__isSmartRef__":true,"id":2179}},"2179":{"varMapping":{"__isSmartRef__":true,"id":2180},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2181},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2180":{"obj":{"__isSmartRef__":true,"id":2135},"name":"setOrigin"},"2181":{},"2182":{"timestamp":{"__isSmartRef__":true,"id":2183},"user":"dustin.glaeser","tags":[]},"2183":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:21:46 GMT+0100 (Mitteleuropäische Zeit)"},"2184":{"submorphs":[],"scripts":[],"id":"A797ADD0-B212-4377-B1F0-9ADD4887D80E","shape":{"__isSmartRef__":true,"id":2185},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"__serializedExpressions__":["_Position","textColor","_Padding"],"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"Text4","partsBinMetaInfo":{"__isSmartRef__":true,"id":2186},"textChunks":[{"__isSmartRef__":true,"id":2198}],"charsReplaced":"foo!?","lastFindLoc":5,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":2200},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"previousSelection":[0,3],"isBeingDragged":false,"moved":true,"_Rotation":0,"_Scale":1.002003004005006,"owner":{"__isSmartRef__":true,"id":329},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(242.9,77.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)"},"2185":{"fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"_BorderWidth":0,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(128.7,26.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"2186":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":2187},{"__isSmartRef__":true,"id":2189},{"__isSmartRef__":true,"id":2191},{"__isSmartRef__":true,"id":2193},{"__isSmartRef__":true,"id":2195}],"lastModifiedDate":{"__isSmartRef__":true,"id":2197},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2187":{"date":{"__isSmartRef__":true,"id":2188},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"2188":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2189":{"date":{"__isSmartRef__":true,"id":2190},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"2190":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"2191":{"date":{"__isSmartRef__":true,"id":2192},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"2192":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2193":{"date":{"__isSmartRef__":true,"id":2194},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"2194":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2195":{"date":{"__isSmartRef__":true,"id":2196},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"2196":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2197":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2198":{"style":{"__isSmartRef__":true,"id":2199},"chunkOwner":{"__isSmartRef__":true,"id":2184},"_id":"_214","storedString":"TIER","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2199":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2200":{"morph":{"__isSmartRef__":true,"id":2184},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2201":{"submorphs":[],"scripts":[],"id":"C69979FF-7D8E-443D-ADBB-A4720D76792F","shape":{"__isSmartRef__":true,"id":2202},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"__serializedExpressions__":["_Position","textColor","_Padding"],"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"Text8","partsBinMetaInfo":{"__isSmartRef__":true,"id":2186},"textChunks":[{"__isSmartRef__":true,"id":2203}],"charsReplaced":"foo!?","lastFindLoc":5,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":2205},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"previousSelection":[0,3],"isBeingDragged":false,"moved":true,"_Rotation":0,"_Scale":1.002003004005006,"owner":{"__isSmartRef__":true,"id":329},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(242.9,111.6)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)"},"2202":{"fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"_BorderWidth":0,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(128.7,26.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"2203":{"style":{"__isSmartRef__":true,"id":2204},"chunkOwner":{"__isSmartRef__":true,"id":2201},"_id":"_216","storedString":"TIER","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2204":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2205":{"morph":{"__isSmartRef__":true,"id":2201},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2206":{"submorphs":[],"scripts":[],"id":"D17AFAAB-5783-40EC-85C6-B3F117FD7B74","shape":{"__isSmartRef__":true,"id":2207},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"__serializedExpressions__":["_Position","textColor","_Padding"],"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"Text9","partsBinMetaInfo":{"__isSmartRef__":true,"id":2186},"textChunks":[{"__isSmartRef__":true,"id":2208}],"charsReplaced":"foo!?","lastFindLoc":5,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":2210},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"previousSelection":[0,3],"isBeingDragged":false,"moved":true,"_Rotation":0,"_Scale":1.002003004005006,"owner":{"__isSmartRef__":true,"id":329},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(242.9,146.1)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)"},"2207":{"fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"_BorderWidth":0,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(128.7,26.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"2208":{"style":{"__isSmartRef__":true,"id":2209},"chunkOwner":{"__isSmartRef__":true,"id":2206},"_id":"_217","storedString":"TER","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2209":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2210":{"morph":{"__isSmartRef__":true,"id":2206},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2211":{"submorphs":[],"scripts":[],"id":"AB5A3815-A09C-405B-B814-1059E9B5BF4F","shape":{"__isSmartRef__":true,"id":2212},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"__serializedExpressions__":["_Position","textColor","_Padding"],"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"Text10","partsBinMetaInfo":{"__isSmartRef__":true,"id":2186},"textChunks":[{"__isSmartRef__":true,"id":2213}],"charsReplaced":"foo!?","lastFindLoc":5,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":2215},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"previousSelection":[0,3],"isBeingDragged":false,"moved":true,"_Rotation":0,"_Scale":1.002003004005006,"owner":{"__isSmartRef__":true,"id":329},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(242.9,180.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)"},"2212":{"fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"_BorderWidth":0,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(128.7,26.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"2213":{"style":{"__isSmartRef__":true,"id":2214},"chunkOwner":{"__isSmartRef__":true,"id":2211},"_id":"_218","storedString":"TOR","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2214":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2215":{"morph":{"__isSmartRef__":true,"id":2211},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2216":{"submorphs":[],"scripts":[],"id":"95C474F7-C544-4155-AE35-102CEEC2E483","shape":{"__isSmartRef__":true,"id":2217},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"__serializedExpressions__":["_Position","textColor","_Padding"],"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"Text11","partsBinMetaInfo":{"__isSmartRef__":true,"id":2186},"textChunks":[{"__isSmartRef__":true,"id":2218}],"charsReplaced":"foo!?","lastFindLoc":5,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":2220},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"previousSelection":[0,3],"isBeingDragged":false,"moved":true,"_Rotation":0,"_Scale":1.002003004005006,"owner":{"__isSmartRef__":true,"id":329},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(242.9,215.2)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)"},"2217":{"fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"_BorderWidth":0,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(128.7,26.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"2218":{"style":{"__isSmartRef__":true,"id":2219},"chunkOwner":{"__isSmartRef__":true,"id":2216},"_id":"_215","storedString":"TOR","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2219":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2220":{"morph":{"__isSmartRef__":true,"id":2216},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2221":{"_ClipMode":"visible","_BorderWidth":0,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_Padding","_Fill","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(600.0,400.0)","_Padding":"lively.rect(0,0,0,0)","_Fill":"Color.rgb(255,255,255)","_BorderColor":"Color.rgb(204,204,204)"},"2222":{"morph":{"__isSmartRef__":true,"id":329},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2223":{"submorphs":[{"__isSmartRef__":true,"id":2224}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2229},"derivationIds":[null,"A155F48E-17BC-452D-8AA0-C82D61277364","C4DC0989-124F-49D8-B0B9-E3B18283731B","99067F20-934E-4E22-9D21-DF3238ABF3E0","DCC33102-0908-41A4-B1BB-48F047DBC457","4C819956-2093-4B53-A931-424DD7121139","5FAB9199-EAA9-416A-B78C-46222AD988E6","A8FDFB5D-F4C9-427B-939B-1A50F031ABCE","65AA5E22-185B-4368-9446-8D9E700BCF57","C55E147E-84E7-4E7F-809E-171C681FE1F0","D69F95B3-4BC9-47AC-B88C-5865241329E7"],"id":"7BA79AFA-2A0E-4DD5-AAA6-48387945BA75","eventHandler":{"__isSmartRef__":true,"id":2230},"droppingEnabled":true,"halosEnabled":true,"tabBar":{"__isSmartRef__":true,"id":2231},"tabBarOffset":0,"tabContainer":{"__isSmartRef__":true,"id":2240},"pane":{"__isSmartRef__":true,"id":329},"label":{"__isSmartRef__":true,"id":2224},"name":"Levenshtein","grabbingEnabled":false,"draggingEnabled":false,"owner":{"__isSmartRef__":true,"id":2231},"_ClipMode":"visible","isActive":true,"showsHalos":false,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Tab","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(0.0,0.0)"},"2224":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2225},"derivationIds":[null,"949B54D5-2077-43A7-9FB4-8C8C01268461","E92816DA-7C0C-4B6B-91D0-1B5765BAEC51","F3F6E4F0-6876-469C-941F-3BD01838FDD0","D482712F-E08A-4B82-8C39-8C30403E065F","C61FBF82-3C51-4992-8629-34CA29B41AED","1F93A2B0-FFA6-4471-ACFA-19BB1B4346CB","84FDB714-33D4-4F87-A418-67917A18A69C","0BDF64CE-1E96-4481-B2DE-3C53B45FBB73","D86B87F0-6620-4A25-8119-BBD5B79C2269","F8DD3FF0-6B2B-4405-B1F2-87F1A1981010"],"id":"F5F70124-95CE-42B6-9073-BB1D2FF52FA9","_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":2226}],"eventHandler":{"__isSmartRef__":true,"id":2228},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"eventsAreDisabled":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":2223},"_FontWeight":"bold","_WordBreak":"break-all","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(5.0,5.0)"},"2225":{"_ClipMode":"hidden","_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(84.0,20.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"2226":{"style":{"__isSmartRef__":true,"id":2227},"chunkOwner":{"__isSmartRef__":true,"id":2224},"_id":"_21376","storedString":"Levenshtein","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2227":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2228":{"morph":{"__isSmartRef__":true,"id":2224},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2229":{"_ClipMode":"visible","_BorderWidth":1,"__serializedExpressions__":["_Position","_Extent","_Padding","_Fill","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(98.0,30.0)","_Padding":"lively.rect(0,0,0,0)","_Fill":"Color.rgb(255,255,255)","_BorderColor":"Color.rgb(204,204,204)"},"2230":{"morph":{"__isSmartRef__":true,"id":2223},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2231":{"submorphs":[{"__isSmartRef__":true,"id":2223},{"__isSmartRef__":true,"id":2232},{"__isSmartRef__":true,"id":2244}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2821},"derivationIds":[null,"C9AFDCE0-7E36-4F4A-A4FD-ADF539D3F3BE","93F79E99-96F1-4DA2-B908-06A4E7D38682","DE19DC51-8F23-4499-8316-17C3CCBC942A","44B93968-6D9B-4163-B6E6-502AA58EA80A","8D20392E-27DD-47A1-B069-F81ED6EFBF8C","ACBD126C-DEB9-4022-A23C-6520DABB2AAF","586B16FF-278E-45F1-8894-2A703E7FC9DA","2AB6648A-5630-4FAD-9F21-FAAE0861D7D9","1248785A-48AA-4D66-BD51-8ADAA8CF89FA","D0FAB7C9-8F24-41FE-A917-513F164124B1"],"id":"04B20101-201F-41AD-88DA-8E821651D3F1","eventHandler":{"__isSmartRef__":true,"id":2822},"droppingEnabled":true,"halosEnabled":true,"tabContainer":{"__isSmartRef__":true,"id":2240},"grabbingEnabled":false,"draggingEnabled":false,"tabs":[{"__isSmartRef__":true,"id":2223},{"__isSmartRef__":true,"id":2232},{"__isSmartRef__":true,"id":2244}],"owner":{"__isSmartRef__":true,"id":2240},"_ClipMode":"visible","showsHalos":false,"layout":{"__isSmartRef__":true,"id":2823},"_Rotation":0,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.TabBar","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(0.0,400.0)"},"2232":{"submorphs":[{"__isSmartRef__":true,"id":2233}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2238},"derivationIds":[null,"A0C0DC72-5B52-4FAB-A0A3-80468AA45634","0683B2CD-8528-41DE-A721-0A991A23116F","147D7669-28F7-4BA6-BE8D-77EB3023BDA4","DF8A4FB4-212D-4885-B2CF-A6914386C51E","64ACDA77-E76A-43C0-9D27-09E437A9634C","2BF4DD4F-4D4E-46E9-9A48-509ABF14EE53","C0C1862C-3FD7-4206-AD48-33DC85F35D33","1A622340-271E-4371-99A7-69DFC0FD4103","1539A54F-2F0A-4741-8395-EDC92216AD26","F562FD70-2416-4C20-8078-DA9294AFE4B0"],"id":"BA0FC03F-D45E-4B9D-A9DA-21AE927917ED","eventHandler":{"__isSmartRef__":true,"id":2239},"droppingEnabled":true,"halosEnabled":true,"tabBar":{"__isSmartRef__":true,"id":2231},"tabBarOffset":98,"tabContainer":{"__isSmartRef__":true,"id":2240},"pane":{"__isSmartRef__":true,"id":2253},"label":{"__isSmartRef__":true,"id":2233},"name":"Jaccard","grabbingEnabled":false,"draggingEnabled":false,"owner":{"__isSmartRef__":true,"id":2231},"_ClipMode":"visible","isActive":false,"showsHalos":false,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Tab","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(98.0,0.0)"},"2233":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2234},"derivationIds":[null,"C7100E6B-0B75-4FBA-BA1C-D23216E8A242","DCAB5839-5EDC-4E76-9A3F-4826F4A7EBA7","B178D04C-F09A-4B51-B6B2-C1A6881397D4","EB706786-7150-4E82-80F9-A7D77B75C9FB","DE0EDC71-F1BE-4E35-B5BC-13B5E6B95000","CD4018B0-B6A7-44C4-B832-FFA1F2F98BF6","B25CFDD1-C9A6-4EA7-AF93-0FE01FBCBFDD","D27D0851-2DA4-40DA-BF53-386A4E713432","667F8F2E-EB82-4D30-821B-AD75CFF7F63A","7D1A48A1-0C2E-464F-9FA0-4D892D99EA13"],"id":"823EA59B-7EF0-45AB-82BB-239CF4508B69","_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":2235}],"eventHandler":{"__isSmartRef__":true,"id":2237},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"eventsAreDisabled":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":2232},"_FontWeight":null,"_WordBreak":"break-all","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(5.0,5.0)"},"2234":{"_ClipMode":"hidden","_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(55.0,20.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"2235":{"style":{"__isSmartRef__":true,"id":2236},"chunkOwner":{"__isSmartRef__":true,"id":2233},"_id":"_23180","storedString":"Jaccard","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2236":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2237":{"morph":{"__isSmartRef__":true,"id":2233},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2238":{"_ClipMode":"visible","_BorderWidth":1,"__serializedExpressions__":["_Position","_Extent","_Padding","_Fill","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(98.0,30.0)","_Padding":"lively.rect(0,0,0,0)","_Fill":"Color.rgb(204,204,204)","_BorderColor":"Color.rgb(204,204,204)"},"2239":{"morph":{"__isSmartRef__":true,"id":2232},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2240":{"submorphs":[{"__isSmartRef__":true,"id":2231},{"__isSmartRef__":true,"id":2241},{"__isSmartRef__":true,"id":2253},{"__isSmartRef__":true,"id":329}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2479},"derivationIds":[null,"87FAF55E-F71E-4F69-A29F-5DAF28EF42C0","93BECE85-D444-4EAC-AA49-7C0B2D6B3601","46314D2B-8392-4BFE-ABE4-DCEC9CAF50F0","413DD813-15E0-431F-87E0-180EEF4DF941","DD09F668-D0AB-4AC0-BEC4-4DFAA32D1588","732A172A-086E-433C-91EE-8EB3C0D56459","A5C5E5DC-3C2F-4EBF-85E1-68CA02C5777F","9D00F917-42DC-4002-84EE-9A5E88779DD9","94278402-32AF-4EA1-B7E5-215249F9952F","602CDD95-A804-4C19-BB52-F3C62250757C"],"id":"559BD44A-FF46-410F-92A4-5F75550A32D6","eventHandler":{"__isSmartRef__":true,"id":2480},"droppingEnabled":true,"halosEnabled":true,"tabBarStrategy":{"__isSmartRef__":true,"id":2481},"tabBar":{"__isSmartRef__":true,"id":2231},"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":2482},"name":"TabContainer","_ClipMode":"visible","moved":true,"owner":{"__isSmartRef__":true,"id":2485},"prevScroll":[0,0],"_Rotation":0,"_Scale":1,"resizedPanes":["F79A87F4-45EF-4084-948D-A9E72947A5AB"],"__serializedExpressions__":["tabPaneExtent","_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.TabContainer","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","tabPaneExtent":"lively.pt(600.0,400.0)","_Position":"lively.pt(-4.0,205.0)","distanceToDragEvent":"lively.pt(396.0,-14.0)"},"2241":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2242},"derivationIds":[null,"1901107A-AA1F-4D74-B8B2-69DE215EA79E","D6C35C2F-231F-477A-9655-0138634FC0D6","04EF2E99-3B71-4CE9-BAD0-829912736DE2","65610717-A433-4310-A997-DBB9DF025CC3","BAA10229-9F39-4D1B-AB91-2C6B35290843","4962A781-5E9E-4A8B-877C-CA0734647C38","7F28F0FD-D268-4565-8FAE-81414A853A91","162C44EB-2717-4AE6-A91B-CA87209ABFFE","7E1B3DBC-1EEC-4AAB-981D-45EAE5399A81","29126C1D-095D-4493-AD10-1BDDD802EC5B"],"id":"16BE0EE5-6FFF-4F93-815A-3E9F08FA482D","eventHandler":{"__isSmartRef__":true,"id":2243},"droppingEnabled":true,"halosEnabled":true,"tab":{"__isSmartRef__":true,"id":2244},"tabBar":{"__isSmartRef__":true,"id":2231},"grabbingEnabled":false,"draggingEnabled":false,"name":"Tab3 - Pane","owner":{"__isSmartRef__":true,"id":2240},"showsHalos":false,"_ClipMode":"visible","layout":{"__isSmartRef__":true,"id":2252},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.TabPane","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(0.0,0.0)"},"2242":{"_ClipMode":"visible","_BorderWidth":1,"__serializedExpressions__":["_Position","_Extent","_Padding","_Fill","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(600.0,400.0)","_Padding":"lively.rect(0,0,0,0)","_Fill":"Color.rgb(255,255,255)","_BorderColor":"Color.rgb(204,204,204)"},"2243":{"morph":{"__isSmartRef__":true,"id":2241},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2244":{"submorphs":[{"__isSmartRef__":true,"id":2245}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2250},"derivationIds":[null,"2E28C1D1-0CD5-42E1-8D10-B2E84B9A2C42","62A6B7BF-5208-4FDF-9289-4DC4CC202CAC","D1CB8090-B3F3-4E05-A954-44096E31A57F","363160D7-9B2F-4F18-A3A0-74F9D6D627F3","7D5D4B86-5707-4E40-961C-0707C33B320F","9F58093D-4637-4AE7-AED3-DD91CA4749A5","8C7038EE-ADDE-42F2-BD21-FC88080E90AB","83B2876A-ABEB-452C-B1FD-D1C6A328D316","436935B8-D5CE-4652-9D01-2F08CE5AB6A4","DF05BDD9-1611-4DDD-9385-F151137CD176"],"id":"D1E0D60A-3DF3-4B37-9ECD-60F3AAF69287","eventHandler":{"__isSmartRef__":true,"id":2251},"droppingEnabled":true,"halosEnabled":true,"tabBar":{"__isSmartRef__":true,"id":2231},"tabBarOffset":196,"tabContainer":{"__isSmartRef__":true,"id":2240},"pane":{"__isSmartRef__":true,"id":2241},"label":{"__isSmartRef__":true,"id":2245},"name":"Tab3","grabbingEnabled":false,"draggingEnabled":false,"owner":{"__isSmartRef__":true,"id":2231},"_ClipMode":"visible","isActive":false,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Tab","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(196.0,0.0)"},"2245":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2246},"derivationIds":[null,"854CFD26-B8FE-494A-A480-15C21862D0DD","0C6BC41B-784C-45C5-8CC4-98F7007C90F5","8BA1193B-4487-4CB8-9AEC-3048995A7BA8","3AEE83AF-A207-46A3-BDB2-2E85EB3E6F0A","7B29E57E-1F08-455C-BF1A-44C9F4AF7AB4","688EB96D-9EF6-4997-9380-64EDBE237A89","626E435F-F72B-4FB9-85EB-4F080D9CCA08","36D1DD5A-14A5-41A8-AA11-850EFD27E6D6","CFFF879A-C4E7-48A8-9F94-EAEB408D0B2F","2607A428-8B66-4E95-B9F4-80E60AA35FD1"],"id":"43606150-FB7E-47B6-A401-C90054CB045F","_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":2247}],"eventHandler":{"__isSmartRef__":true,"id":2249},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"eventsAreDisabled":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":2244},"_FontWeight":null,"_WordBreak":"break-all","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(5.0,5.0)"},"2246":{"_ClipMode":"hidden","_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(39.0,20.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"2247":{"style":{"__isSmartRef__":true,"id":2248},"chunkOwner":{"__isSmartRef__":true,"id":2245},"storedString":"Tab3","_id":"_19787","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2248":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2249":{"morph":{"__isSmartRef__":true,"id":2245},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2250":{"_ClipMode":"visible","_BorderWidth":1,"__serializedExpressions__":["_Position","_Extent","_Padding","_Fill","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(98.0,30.0)","_Padding":"lively.rect(0,0,0,0)","_Fill":"Color.rgb(204,204,204)","_BorderColor":"Color.rgb(204,204,204)"},"2251":{"morph":{"__isSmartRef__":true,"id":2244},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2252":{"adjustForNewBounds":true},"2253":{"submorphs":[{"__isSmartRef__":true,"id":2254},{"__isSmartRef__":true,"id":2285},{"__isSmartRef__":true,"id":2316},{"__isSmartRef__":true,"id":2359},{"__isSmartRef__":true,"id":2402},{"__isSmartRef__":true,"id":2409},{"__isSmartRef__":true,"id":2425},{"__isSmartRef__":true,"id":2430}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2447},"derivationIds":[null,"AEDC3021-570F-4F50-B984-3680131A14A0","67D08EF4-6360-4C5D-8AE7-7693911DF4EC","87F90FBF-FFC6-4562-A6AB-F2977B34F1F7","82B453E7-97E8-4818-A932-A0E030C5EB1F","7A69630E-F018-46F6-8E5B-3299215AF477","4A53144A-205B-4BAC-BA48-F7C76072E2F5","FAFEA429-09C5-4731-8A30-6A4420FBFFA7","D511413D-E271-49C9-B89F-2D5E8F5617CE","8A8F2188-FBAA-4032-8492-75F522487714","990E4699-0C26-4064-9A22-330A35A68B01"],"id":"563DDFDE-FDF2-436C-860D-27E7A3306DAC","eventHandler":{"__isSmartRef__":true,"id":2448},"droppingEnabled":true,"halosEnabled":true,"tab":{"__isSmartRef__":true,"id":2232},"tabBar":{"__isSmartRef__":true,"id":2231},"grabbingEnabled":false,"draggingEnabled":false,"name":"Jaccard - Pane","owner":{"__isSmartRef__":true,"id":2240},"showsHalos":false,"_ClipMode":"visible","layout":{"__isSmartRef__":true,"id":2449},"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2450},"__LivelyClassName__":"lively.morphic.TabPane","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(0.0,0.0)","distanceToDragEvent":"lively.pt(399.0,-13.0)"},"2254":{"submorphs":[{"__isSmartRef__":true,"id":2255}],"scripts":[],"id":"833AF01D-4B94-4412-80D4-6DD0CD6C7ED6","shape":{"__isSmartRef__":true,"id":2260},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2261},"lighterFill":{"__isSmartRef__":true,"id":2266},"label":{"__isSmartRef__":true,"id":2255},"name":"backwardButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":2271},"eventHandler":{"__isSmartRef__":true,"id":2282},"derivationIds":[7251,"3F26258D-0EE1-4A94-8419-5EE2BB6065A6","B624295D-42E3-4E0A-B370-844C2B43F4F0","F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3","7D4A1972-76E5-4369-9964-2F6ACB87C81F","CB217C8E-A13B-41E1-B25C-5C9F636B8D61","81E5D242-1BE9-42D9-B417-615FA78F2066","1E2D7AA0-E943-4734-BCAD-81E7EC5DACDB","EB59A80B-2F3C-4EED-9929-701FBE0A6BA4","972CC739-BFDD-4262-BEBC-9F22EE1F0049","A92CD49B-0388-4325-BB42-3130292A64AF","B9140A15-A8C4-4C1A-B7EC-D14BD136052D","80D36539-5F0B-4655-80F5-2EDCD7EDF9A2","087EFF09-65C0-40E6-BD9E-DB8467FE9324","A17E2FDC-ED59-43CF-BA5F-A46B78BBCB2E","F20811FF-D457-4555-BA4B-E3D6765A8556"],"_ClipMode":"visible","isPressed":false,"owner":{"__isSmartRef__":true,"id":2253},"attributeConnections":[{"__isSmartRef__":true,"id":2283}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(45.0,182.0)","distanceToDragEvent":"lively.pt(67.0,-11.0)"},"2255":{"submorphs":[],"scripts":[],"id":"AD2E6F51-0389-48FB-9630-A7926E94513C","shape":{"__isSmartRef__":true,"id":2256},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":100,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":2254},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":2257}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":2259},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[7252,"4881773E-A824-4992-B814-33C8D37580C6","EE955AA4-D648-4DFC-8E2D-08881D605170","7EC413DD-D34D-449D-B448-2F3904B04FA5","7939AA82-2A96-4559-9090-DD58B7C8868A","2B4F6B4C-F9C5-4DAF-B118-ACD1179994AC","ECFBB0DC-40B3-4CBA-AEA0-99908D8F71E3","904DA43B-AAAC-4E75-AA5F-6DFF2A37872F","3B866193-E0AF-466A-99AE-23215F9505CD","67784E6E-CFB0-4369-995E-2FFE030D61E7","7E6FC854-0E9A-4DAE-BABB-CCB4202BFCB2","E94B4F83-4E83-492F-A732-BB450AB0DA0C","C7A81F86-8B37-46A3-B9D2-36ACF2CE3B6D","C6941A3C-6640-405E-85ED-B25B82D30962","74BB7C91-08A7-4D8B-ADDB-F432C46459CD","05F987F6-6894-464C-B2B2-AFFB8BBE50CD"],"_MinTextWidth":100,"_MinTextHeight":null,"_FontSize":10,"_WordBreak":"break-all","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"__serializedExpressions__":["_Position","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)","_TextColor":"Color.rgb(153,153,153)"},"2256":{"_BorderWidth":0,"_Fill":null,"_ClipMode":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"2257":{"style":{"__isSmartRef__":true,"id":2258},"chunkOwner":{"__isSmartRef__":true,"id":2255},"_id":"_114695","storedString":"Step Back","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2258":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2259":{"morph":{"__isSmartRef__":true,"id":2255},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2260":{"_BorderWidth":1.1840000000000002,"_BorderRadius":5.2,"_ClipMode":"visible","__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,22.0)","_BorderColor":"Color.rgb(214,214,214)","_Fill":"Color.rgb(221,221,221)","_Padding":"lively.rect(0,0,0,0)"},"2261":{"stops":[{"__isSmartRef__":true,"id":2262},{"__isSmartRef__":true,"id":2263},{"__isSmartRef__":true,"id":2264},{"__isSmartRef__":true,"id":2265}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2262":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"2263":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"2264":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"2265":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"2266":{"stops":[{"__isSmartRef__":true,"id":2267},{"__isSmartRef__":true,"id":2268},{"__isSmartRef__":true,"id":2269},{"__isSmartRef__":true,"id":2270}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2267":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"2268":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"2269":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"2270":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"2271":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":2272},{"__isSmartRef__":true,"id":2274},{"__isSmartRef__":true,"id":2276},{"__isSmartRef__":true,"id":2278},{"__isSmartRef__":true,"id":2280}],"revisionOnLoad":171940,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2272":{"date":{"__isSmartRef__":true,"id":2273},"author":"undefined","message":"","id":"7074B413-6CF0-4892-9D18-52009A2A2E03"},"2273":{"isSerializedDate":true,"string":"Fri Apr 13 2012 21:04:01 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2274":{"date":{"__isSmartRef__":true,"id":2275},"author":"sstamm","message":"reverted button","id":"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E"},"2275":{"isSerializedDate":true,"string":"Mon Apr 16 2012 10:36:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2276":{"date":{"__isSmartRef__":true,"id":2277},"author":"robertkrahn","message":"no comment","id":"97D17254-EAC6-4494-8330-A347909590D6"},"2277":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:08:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2278":{"date":{"__isSmartRef__":true,"id":2279},"author":"robertkrahn","message":"no comment","id":"DDE22D44-9A6D-4485-80F3-262D5DA0CC07"},"2279":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:03:19 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2280":{"date":{"__isSmartRef__":true,"id":2281},"author":"bgnauk","message":"no comment","id":"FA43C1A3-19A9-4ED6-A014-82C74689A5C3"},"2281":{"isSerializedDate":true,"string":"Tue Jun 19 2012 23:39:23 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2282":{"morph":{"__isSmartRef__":true,"id":2254},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2283":{"sourceObj":{"__isSmartRef__":true,"id":2254},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2253},"targetMethodName":"stepBack","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2284},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2284":{"source":{"__isSmartRef__":true,"id":2254},"target":{"__isSmartRef__":true,"id":2253}},"2285":{"submorphs":[{"__isSmartRef__":true,"id":2286}],"scripts":[],"id":"D096637C-F65D-43C7-9E2E-6A76DB55C2EF","shape":{"__isSmartRef__":true,"id":2291},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2292},"lighterFill":{"__isSmartRef__":true,"id":2297},"label":{"__isSmartRef__":true,"id":2286},"name":"forwardButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":2302},"attributeConnections":[{"__isSmartRef__":true,"id":2313}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":2315},"derivationIds":[7251,"3F26258D-0EE1-4A94-8419-5EE2BB6065A6","B624295D-42E3-4E0A-B370-844C2B43F4F0","F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3","7D4A1972-76E5-4369-9964-2F6ACB87C81F","CB217C8E-A13B-41E1-B25C-5C9F636B8D61","847117F2-6F73-49F1-A282-57FD736DB9A0","A038BD7F-094B-495B-BE0E-51C8ED7A48CB","E50D4EC5-2820-48F6-A7D6-F3A22F50D43A","B9C14D4D-62AB-4A84-8871-34BCDA9CF89A","B126B1F0-0D1F-4302-9A22-086934220BA4","7672C4C3-60B4-4357-928B-5AAD9C4C988D","AB21E83E-69B0-4376-A59C-C751781DCBAA","E76B0363-2B52-44F5-8EF9-451C73D4FFBB","C8EB030A-322A-438C-A564-2527E896292B"],"_ClipMode":"visible","isPressed":false,"owner":{"__isSmartRef__":true,"id":2253},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(160.0,182.0)","distanceToDragEvent":"lively.pt(73.0,-7.0)"},"2286":{"submorphs":[],"scripts":[],"id":"31F6C6DC-BAE0-4C65-9A07-81F2DED81870","shape":{"__isSmartRef__":true,"id":2287},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":100,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":2285},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":2288}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":2290},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[7252,"4881773E-A824-4992-B814-33C8D37580C6","EE955AA4-D648-4DFC-8E2D-08881D605170","7EC413DD-D34D-449D-B448-2F3904B04FA5","7939AA82-2A96-4559-9090-DD58B7C8868A","2B4F6B4C-F9C5-4DAF-B118-ACD1179994AC","329C89E5-B50D-4C3B-BEF7-53D942BE1C3D","E9A6ACF9-59EA-4C6F-A4ED-B7363944F3AC","1531E502-CF19-4075-8A0F-688F6C5691AA","0994A72B-7158-42F2-A041-B1A15FEAAA26","B3226C93-FD82-43F7-941C-71B8BA7BE8D9","6CD89F7F-2623-4106-BA6B-E92FB1611994","AAE09070-F692-43E0-923C-D6382AA0EF30","435574EC-8D66-43F5-BFDD-E632C82CD2BA","EE70E095-0425-4C4B-97B5-CF493C2D15FE"],"_MinTextWidth":100,"_MinTextHeight":null,"_FontSize":10,"_WordBreak":"break-all","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"__serializedExpressions__":["_Position","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)","_TextColor":"Color.rgb(153,153,153)"},"2287":{"_BorderWidth":0,"_Fill":null,"_ClipMode":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"2288":{"style":{"__isSmartRef__":true,"id":2289},"chunkOwner":{"__isSmartRef__":true,"id":2286},"_id":"_6624","storedString":"Step Forward","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2289":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2290":{"morph":{"__isSmartRef__":true,"id":2286},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2291":{"_BorderWidth":1.1840000000000002,"_BorderRadius":5.2,"_ClipMode":"visible","__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,22.0)","_BorderColor":"Color.rgb(214,214,214)","_Fill":"Color.rgb(221,221,221)","_Padding":"lively.rect(0,0,0,0)"},"2292":{"stops":[{"__isSmartRef__":true,"id":2293},{"__isSmartRef__":true,"id":2294},{"__isSmartRef__":true,"id":2295},{"__isSmartRef__":true,"id":2296}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2293":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"2294":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"2295":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"2296":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"2297":{"stops":[{"__isSmartRef__":true,"id":2298},{"__isSmartRef__":true,"id":2299},{"__isSmartRef__":true,"id":2300},{"__isSmartRef__":true,"id":2301}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2298":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"2299":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"2300":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"2301":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"2302":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":2303},{"__isSmartRef__":true,"id":2305},{"__isSmartRef__":true,"id":2307},{"__isSmartRef__":true,"id":2309},{"__isSmartRef__":true,"id":2311}],"revisionOnLoad":171940,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2303":{"date":{"__isSmartRef__":true,"id":2304},"author":"undefined","message":"","id":"7074B413-6CF0-4892-9D18-52009A2A2E03"},"2304":{"isSerializedDate":true,"string":"Fri Apr 13 2012 21:04:01 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2305":{"date":{"__isSmartRef__":true,"id":2306},"author":"sstamm","message":"reverted button","id":"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E"},"2306":{"isSerializedDate":true,"string":"Mon Apr 16 2012 10:36:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2307":{"date":{"__isSmartRef__":true,"id":2308},"author":"robertkrahn","message":"no comment","id":"97D17254-EAC6-4494-8330-A347909590D6"},"2308":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:08:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2309":{"date":{"__isSmartRef__":true,"id":2310},"author":"robertkrahn","message":"no comment","id":"DDE22D44-9A6D-4485-80F3-262D5DA0CC07"},"2310":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:03:19 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2311":{"date":{"__isSmartRef__":true,"id":2312},"author":"bgnauk","message":"no comment","id":"FA43C1A3-19A9-4ED6-A014-82C74689A5C3"},"2312":{"isSerializedDate":true,"string":"Tue Jun 19 2012 23:39:23 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2313":{"sourceObj":{"__isSmartRef__":true,"id":2285},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2253},"targetMethodName":"stepForward","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2314},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2314":{"source":{"__isSmartRef__":true,"id":2285},"target":{"__isSmartRef__":true,"id":2253}},"2315":{"morph":{"__isSmartRef__":true,"id":2285},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2316":{"submorphs":[],"scripts":[],"id":"E811DC40-39FB-418C-A366-69346CB03166","shape":{"__isSmartRef__":true,"id":2317},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":422.735652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"tokenizedFirst","partsBinMetaInfo":{"__isSmartRef__":true,"id":2318},"textChunks":[{"__isSmartRef__":true,"id":2329},{"__isSmartRef__":true,"id":2331}],"charsReplaced":"foo!?","lastFindLoc":5,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":2333},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","E4650BE9-7B87-409B-B2C5-3C217831C006","90D66614-B976-485F-AA76-F2CDE7BA30CE","B6702E62-0D8E-4899-99CE-F8A89C9CDC63","0373AF41-7158-4D1D-8AE4-B4C4A036A5D5","B43CD600-F4D9-4156-A439-B905050B473D","F9C5DD20-4023-4905-9C3A-9BF86F0D078E","84D9D59F-46B6-4C50-BC5B-64F20DC0E35A","1F36FD62-016A-4098-8DFB-D5652ACCAC7D","7C6A4551-26B9-4004-A67A-275B747859A0","27CBCFDF-7AB0-4FCD-8746-51F34D64DAB7","851D0F5B-FC36-4947-8DA3-4AB459763145"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":422.735652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":2253},"isCopyMorphRef":true,"morphRefId":1,"tokenizedString":["T","I","E","R"],"currentIndex":null,"lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2334},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(33.0,219.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(308.0,-9.0)"},"2317":{"fill":null,"_BorderWidth":1.4800000000000002,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(450.7,29.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"2318":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":2319},{"__isSmartRef__":true,"id":2321},{"__isSmartRef__":true,"id":2323},{"__isSmartRef__":true,"id":2325},{"__isSmartRef__":true,"id":2327}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2319":{"date":{"__isSmartRef__":true,"id":2320},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"2320":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2321":{"date":{"__isSmartRef__":true,"id":2322},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"2322":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"2323":{"date":{"__isSmartRef__":true,"id":2324},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"2324":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2325":{"date":{"__isSmartRef__":true,"id":2326},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"2326":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2327":{"date":{"__isSmartRef__":true,"id":2328},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"2328":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2329":{"style":{"__isSmartRef__":true,"id":2330},"chunkOwner":{"__isSmartRef__":true,"id":2316},"_id":"_133","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2330":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2331":{"style":{"__isSmartRef__":true,"id":2332},"chunkOwner":{"__isSmartRef__":true,"id":2316},"_id":"_134","storedString":"T | I | E | R","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2332":{"__serializedExpressions__":["color"],"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"2333":{"morph":{"__isSmartRef__":true,"id":2316},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2334":{"initialize":{"__isSmartRef__":true,"id":2335},"highlight":{"__isSmartRef__":true,"id":2343},"reset":{"__isSmartRef__":true,"id":2347},"displayText":{"__isSmartRef__":true,"id":2351},"getSeperator":{"__isSmartRef__":true,"id":2355}},"2335":{"varMapping":{"__isSmartRef__":true,"id":2336},"source":"function initialize(tokenizedString) {\n this.tokenizedString = tokenizedString\n this.displayText()\n}","funcProperties":{"__isSmartRef__":true,"id":2341},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2336":{"this":{"__isSmartRef__":true,"id":2316},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2337}},"2337":{"$super":{"__isSmartRef__":true,"id":2338}},"2338":{"varMapping":{"__isSmartRef__":true,"id":2339},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2340},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2339":{"obj":{"__isSmartRef__":true,"id":2316},"name":"initialize"},"2340":{},"2341":{"timestamp":{"__isSmartRef__":true,"id":2342},"user":"dustin.glaeser","tags":[]},"2342":{"isSerializedDate":true,"string":"Thu Nov 15 2012 16:33:36 GMT+0100 (Mitteleuropäische Zeit)"},"2343":{"varMapping":{"__isSmartRef__":true,"id":2344},"source":"function highlight(index) {\n if(index > this.tokenizedString.length)\n return\n \n var ordinaryStyle = {color: Color.web.gray}\n var highlightStyle = {color: Color.web.black}\n \n this.currentIndex = index\n \n this.setTextString(\"\") \n if (index > 0)\n this.appendRichText(this.tokenizedString.slice(0, index).join(this.getSeperator()) + this.getSeperator(), ordinaryStyle)\n \n \n this.appendRichText(this.tokenizedString[index], highlightStyle )\n \n if (index < this.tokenizedString.length - 1) {\n \n this.appendRichText(this.getSeperator() + this.tokenizedString.slice(index + 1, this.tokenizedString.length).join(this.getSeperator()), ordinaryStyle)\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":2345},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2344":{"this":{"__isSmartRef__":true,"id":2316}},"2345":{"timestamp":{"__isSmartRef__":true,"id":2346},"user":"dustin.glaeser","tags":[]},"2346":{"isSerializedDate":true,"string":"Thu Nov 15 2012 17:01:03 GMT+0100 (Mitteleuropäische Zeit)"},"2347":{"varMapping":{"__isSmartRef__":true,"id":2348},"source":"function reset() {\n this.setTextString(\"\")\n this.tokenizedString = []\n this.currentIndex = null\n}","funcProperties":{"__isSmartRef__":true,"id":2349},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2348":{"this":{"__isSmartRef__":true,"id":2316}},"2349":{"timestamp":{"__isSmartRef__":true,"id":2350},"user":"dustin.glaeser","tags":[]},"2350":{"isSerializedDate":true,"string":"Thu Nov 15 2012 15:30:50 GMT+0100 (Mitteleuropäische Zeit)"},"2351":{"varMapping":{"__isSmartRef__":true,"id":2352},"source":"function displayText() {\n var ordinaryStyle = {color: Color.web.black}\n \n this.setTextString(\"\") \n this.appendRichText(this.tokenizedString.join(this.getSeperator()), ordinaryStyle)\n}","funcProperties":{"__isSmartRef__":true,"id":2353},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2352":{"this":{"__isSmartRef__":true,"id":2316}},"2353":{"timestamp":{"__isSmartRef__":true,"id":2354},"user":"dustin.glaeser","tags":[]},"2354":{"isSerializedDate":true,"string":"Thu Nov 15 2012 16:57:27 GMT+0100 (Mitteleuropäische Zeit)"},"2355":{"varMapping":{"__isSmartRef__":true,"id":2356},"source":"function getSeperator() {\n return \" | \"\n}","funcProperties":{"__isSmartRef__":true,"id":2357},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2356":{"this":{"__isSmartRef__":true,"id":2316}},"2357":{"timestamp":{"__isSmartRef__":true,"id":2358},"user":"dustin.glaeser","tags":[]},"2358":{"isSerializedDate":true,"string":"Thu Nov 15 2012 16:57:05 GMT+0100 (Mitteleuropäische Zeit)"},"2359":{"submorphs":[],"scripts":[],"id":"30BEF2C6-C761-4827-9D76-76D26EEBDA18","shape":{"__isSmartRef__":true,"id":2360},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":422.735652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"tokenizedSecond","partsBinMetaInfo":{"__isSmartRef__":true,"id":2361},"textChunks":[{"__isSmartRef__":true,"id":2372},{"__isSmartRef__":true,"id":2374}],"charsReplaced":"foo!?","lastFindLoc":5,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":2376},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","E4650BE9-7B87-409B-B2C5-3C217831C006","65ABAA32-1250-4B8C-B296-83F7F79C65CB","8D2C3972-F917-4649-869A-222334CC9376","D6A3DC9D-D0B4-42AE-A23A-048A4F048E8B","5739DE52-186A-4672-A4ED-2FDA40ED33C0","6EE78C9E-F62A-4562-85C4-C1E225DAA0FE","B8A6EC29-4EF1-4904-B498-23EF64881A01","5EC072F9-0213-46CD-83AB-D1EB2B1ECE63","66F64DB8-B1C6-43C0-9F2F-1CA0514DFFB9","630F3F0F-EE1F-4F62-8250-A48DE533C049","079D44C9-B0F7-4F9E-AC8B-BF66493E687C","63A634BD-2AFD-4453-8EE9-6D800C46A873"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":422.735652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"isCopyMorphRef":true,"morphRefId":1,"tokenizedString":["T","O","R"],"owner":{"__isSmartRef__":true,"id":2253},"currentIndex":null,"lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2377},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(33.0,261.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(303.0,-10.0)"},"2360":{"fill":null,"_BorderWidth":1.4800000000000002,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(450.7,29.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"2361":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":2362},{"__isSmartRef__":true,"id":2364},{"__isSmartRef__":true,"id":2366},{"__isSmartRef__":true,"id":2368},{"__isSmartRef__":true,"id":2370}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2362":{"date":{"__isSmartRef__":true,"id":2363},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"2363":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2364":{"date":{"__isSmartRef__":true,"id":2365},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"2365":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"2366":{"date":{"__isSmartRef__":true,"id":2367},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"2367":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2368":{"date":{"__isSmartRef__":true,"id":2369},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"2369":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2370":{"date":{"__isSmartRef__":true,"id":2371},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"2371":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2372":{"style":{"__isSmartRef__":true,"id":2373},"chunkOwner":{"__isSmartRef__":true,"id":2359},"_id":"_136","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2373":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2374":{"style":{"__isSmartRef__":true,"id":2375},"chunkOwner":{"__isSmartRef__":true,"id":2359},"_id":"_137","storedString":"T | O | R","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2375":{"__serializedExpressions__":["color"],"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"2376":{"morph":{"__isSmartRef__":true,"id":2359},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2377":{"initialize":{"__isSmartRef__":true,"id":2378},"highlight":{"__isSmartRef__":true,"id":2386},"reset":{"__isSmartRef__":true,"id":2390},"displayText":{"__isSmartRef__":true,"id":2394},"getSeperator":{"__isSmartRef__":true,"id":2398}},"2378":{"varMapping":{"__isSmartRef__":true,"id":2379},"source":"function initialize(tokenizedString) {\n this.tokenizedString = tokenizedString\n this.displayText()\n}","funcProperties":{"__isSmartRef__":true,"id":2384},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2379":{"this":{"__isSmartRef__":true,"id":2359},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2380}},"2380":{"$super":{"__isSmartRef__":true,"id":2381}},"2381":{"varMapping":{"__isSmartRef__":true,"id":2382},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2383},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2382":{"obj":{"__isSmartRef__":true,"id":2359},"name":"initialize"},"2383":{},"2384":{"timestamp":{"__isSmartRef__":true,"id":2385},"user":"dustin.glaeser","tags":[]},"2385":{"isSerializedDate":true,"string":"Thu Nov 15 2012 16:33:48 GMT+0100 (Mitteleuropäische Zeit)"},"2386":{"varMapping":{"__isSmartRef__":true,"id":2387},"source":"function highlight(index) {\n if(index > this.tokenizedString.length)\n return\n \n var ordinaryStyle = {color: Color.web.gray}\n var highlightStyle = {color: Color.web.black}\n \n this.currentIndex = index\n \n this.setTextString(\"\") \n if (index > 0)\n this.appendRichText(this.tokenizedString.slice(0, index).join(this.getSeperator()) + this.getSeperator(), ordinaryStyle)\n \n \n this.appendRichText(this.tokenizedString[index], highlightStyle )\n \n if (index < this.tokenizedString.length - 1) {\n \n this.appendRichText(this.getSeperator() + this.tokenizedString.slice(index + 1, this.tokenizedString.length).join(this.getSeperator()), ordinaryStyle)\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":2388},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2387":{"this":{"__isSmartRef__":true,"id":2359}},"2388":{"timestamp":{"__isSmartRef__":true,"id":2389},"user":"dustin.glaeser","tags":[]},"2389":{"isSerializedDate":true,"string":"Thu Nov 15 2012 16:59:25 GMT+0100 (Mitteleuropäische Zeit)"},"2390":{"varMapping":{"__isSmartRef__":true,"id":2391},"source":"function reset() {\n this.setTextString(\"\")\n this.tokenizedString = []\n this.currentIndex = null\n}","funcProperties":{"__isSmartRef__":true,"id":2392},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2391":{"this":{"__isSmartRef__":true,"id":2359}},"2392":{"timestamp":{"__isSmartRef__":true,"id":2393},"user":"dustin.glaeser","tags":[]},"2393":{"isSerializedDate":true,"string":"Thu Nov 15 2012 15:31:06 GMT+0100 (Mitteleuropäische Zeit)"},"2394":{"varMapping":{"__isSmartRef__":true,"id":2395},"source":"function displayText() {\n var ordinaryStyle = {color: Color.web.black}\n \n this.setTextString(\"\") \n this.appendRichText(this.tokenizedString.join(this.getSeperator()), ordinaryStyle)\n}","funcProperties":{"__isSmartRef__":true,"id":2396},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2395":{"this":{"__isSmartRef__":true,"id":2359}},"2396":{"timestamp":{"__isSmartRef__":true,"id":2397},"user":"dustin.glaeser","tags":[]},"2397":{"isSerializedDate":true,"string":"Thu Nov 15 2012 16:59:31 GMT+0100 (Mitteleuropäische Zeit)"},"2398":{"varMapping":{"__isSmartRef__":true,"id":2399},"source":"function getSeperator() {\n return \" | \"\n}","funcProperties":{"__isSmartRef__":true,"id":2400},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2399":{"this":{"__isSmartRef__":true,"id":2359}},"2400":{"timestamp":{"__isSmartRef__":true,"id":2401},"user":"dustin.glaeser","tags":[]},"2401":{"isSerializedDate":true,"string":"Thu Nov 15 2012 16:58:49 GMT+0100 (Mitteleuropäische Zeit)"},"2402":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2403},"id":"03098A53-2DAA-4413-BAEE-10930F1C62EA","eventHandler":{"__isSmartRef__":true,"id":2404},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":2405},"name":"matchLight","partsBinMetaInfo":{"__isSmartRef__":true,"id":2406},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","DF330099-E4F5-4347-882D-243E549C98D4","B4488306-E8BD-43FA-B013-6E652EE74119","DB5B55F3-BA31-4480-B4B7-B38EB36AC76C","7D7B5874-B183-4766-AAD0-8D6A96E95A21","A5A775C3-5340-455E-A6FD-DA921D1590A1","CCBC27C6-509D-4A4B-8E0D-52EB00A808E0","2C0FBE65-4CF8-4B78-A8EC-3FCD7FBD4458","E4F9AE7E-056B-4AB0-8B93-3E2C8C0DCD42","9F025087-4F8A-42E6-BF3A-612588C0DAF5"],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":2253},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(569.0,284.0)","distanceToDragEvent":"lively.pt(36.0,-18.0)"},"2403":{"_ClipMode":"visible","_BorderWidth":0,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(43.0,39.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(128,128,128)"},"2404":{"morph":{"__isSmartRef__":true,"id":2402},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2405":{},"2406":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","revisionOnLoad":149409,"comment":"undefined","changes":[{"__isSmartRef__":true,"id":2407}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2407":{"date":{"__isSmartRef__":true,"id":2408},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"2408":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2409":{"submorphs":[],"scripts":[],"id":"A1F87766-3C04-4849-A90D-D75D0B34EA34","shape":{"__isSmartRef__":true,"id":2410},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":24.695651999999995,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"tokenSizeIndicator","partsBinMetaInfo":{"__isSmartRef__":true,"id":2411},"textChunks":[{"__isSmartRef__":true,"id":2422}],"charsReplaced":"Some Text","lastFindLoc":9,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":2424},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","BDAB6114-4C17-4D79-AC4C-59C6EA8DC727","46084F79-01AF-4E80-B549-925C8206D0C7","4313433C-1AE6-44B7-8F0E-9D568E8A25ED","49481FE9-0FE9-42BF-9579-6DA6B17B4D57","B5A8A4AC-75DA-481C-83D6-DE6DC9DE6C11","40CA64A6-D8D3-437D-9BEA-50A86AC0B2D2","421C5EB5-6005-4338-8FF4-C271C9ECFFE2","30D6D9A6-38F0-4A78-A7C1-A076655B9A0E","ACA72071-95B2-48CB-BF71-0BAAA5DBA5BF","1A74AE24-3069-44F9-9760-422E5A664D72","8E1ECEB1-019F-41F2-8357-28A44B2344C2","06D2E3DF-6D77-466D-88D9-B6ED12545A4B","43A038ED-B72A-4F56-8AEB-6C521A6B8EE3"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":24.695651999999995,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":2253},"lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(197.0,135.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(37.0,-8.0)"},"2410":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(32.7,26.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"2411":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":2412},{"__isSmartRef__":true,"id":2414},{"__isSmartRef__":true,"id":2416},{"__isSmartRef__":true,"id":2418},{"__isSmartRef__":true,"id":2420}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2412":{"date":{"__isSmartRef__":true,"id":2413},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"2413":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2414":{"date":{"__isSmartRef__":true,"id":2415},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"2415":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"2416":{"date":{"__isSmartRef__":true,"id":2417},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"2417":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2418":{"date":{"__isSmartRef__":true,"id":2419},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"2419":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2420":{"date":{"__isSmartRef__":true,"id":2421},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"2421":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2422":{"style":{"__isSmartRef__":true,"id":2423},"chunkOwner":{"__isSmartRef__":true,"id":2409},"_id":"_130","storedString":"1","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2423":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2424":{"morph":{"__isSmartRef__":true,"id":2409},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2425":{"submorphs":[],"scripts":[],"id":"F81192DB-E1B8-4989-BCE2-0050AD7A0599","shape":{"__isSmartRef__":true,"id":2426},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":154.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"Text1","partsBinMetaInfo":{"__isSmartRef__":true,"id":2411},"textChunks":[{"__isSmartRef__":true,"id":2427}],"charsReplaced":"Some Text","lastFindLoc":9,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":2429},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","E1C99DDD-D23C-4A7B-A1D7-321E9636D4EA","D85422A0-E982-4B85-A72C-2DBFE2A4EC5A","210C8976-A20C-4616-B817-C6650B8468D0","BBE89290-B264-4F09-A343-43105798D84B","C46AD71B-D257-4C7F-B6F7-B6BC87DC4FA5","0AF92D9B-4FFE-4C46-A688-73A15207FA0F","CAA4F14F-3C76-49B0-9691-CA05B9A81664","CC5EF3E9-8EBF-4FC7-8A9D-098C665BC991","7C1DD981-7AEF-47B7-9B1C-46356B30B6D7","BAC9DC70-536C-44FD-A87E-09576DD73ABE","1B627548-E3F4-4455-918C-A4FA63CD3FE3","DD92610B-421A-46C8-9252-11E8D7A0AC74","47179955-DD3C-4B0E-87DE-EEE281A873A5"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":154.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":2253},"lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(33.0,133.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)"},"2426":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(162.7,26.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"2427":{"style":{"__isSmartRef__":true,"id":2428},"morph":{"__isSmartRef__":true,"id":2425},"chunkOwner":{"__isSmartRef__":true,"id":2425},"storedString":"current token size: ","_id":"_8770","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2428":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2429":{"morph":{"__isSmartRef__":true,"id":2425},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2430":{"submorphs":[{"__isSmartRef__":true,"id":2431}],"scripts":[],"id":"1FCD1E93-0332-4AB3-A249-9B20E0DA2601","shape":{"__isSmartRef__":true,"id":2438},"droppingEnabled":true,"halosEnabled":true,"attributeConnections":[{"__isSmartRef__":true,"id":2443}],"doNotSerialize":["$$value"],"doNotCopyProperties":["$$value"],"value":0.0258,"sliderExtent":0.1,"valueScale":1,"sliderKnob":{"__isSmartRef__":true,"id":2431},"styleClass":["slider_background_horizontal"],"showsHalos":false,"name":"tokenSizeSlider","partsBinMetaInfo":{"__isSmartRef__":true,"id":2444},"eventHandler":{"__isSmartRef__":true,"id":2445},"layout":{"__isSmartRef__":true,"id":2446},"derivationIds":[2631,"3822EEBB-F05A-4D37-A79D-E2B1940E490E","7126F53E-7057-4FCD-80A8-2C43193FD3C4","3386168A-E890-4228-B1E0-928F421EBF5E","9FF1107A-4698-48F3-99F1-EEFD390451BC","2B3D5E4C-0C73-44A0-A100-0BF5D69D56DE","C5F9C7FE-38BA-4B96-8274-DD2A06611669","2168FB80-99AD-43CA-88D4-0184A962FFAF","6BABAEC7-42B6-4558-BBF1-9FC5340DB68C","2B28CB94-395B-48C5-8604-D919F7028C7E","A7772837-CA7B-43FD-9E87-C51DDF4F7BB4","EC45687E-04E2-4D40-A734-F84D7EDAF7D5","0CD35B27-7341-4DA1-A594-A035BD96510D","957C7AEA-4E2E-4563-9EE4-89615332A257"],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":2253},"isBeingDragged":false,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Slider","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(37.0,97.0)"},"2431":{"submorphs":[],"scripts":[],"id":"69ED1976-4B00-416C-9E4A-C590AB3D5BE7","shape":{"__isSmartRef__":true,"id":2432},"droppingEnabled":true,"halosEnabled":true,"draggingEnabled":true,"slider":{"__isSmartRef__":true,"id":2430},"owner":{"__isSmartRef__":true,"id":2430},"styleClass":["slider_horizontal"],"eventHandler":{"__isSmartRef__":true,"id":2437},"derivationIds":[2632,"691E0B6B-7F23-42FC-943E-ECD7E5721AEC","194EBAFB-2214-4B79-B3F5-54817421C4B0","7F6FA2B4-B4EB-4C33-B040-C3A3A13C3618","A73FF1ED-8D8A-4190-BEDA-3FEAACCE5B34","7C166365-9B7B-45A3-9BE8-9DFFA868EA74","3810A1AE-319B-4949-A78E-8AF01995FAD9","162A1EE6-C5C2-4B24-B3D7-7F483F46C6D3","41856614-BD12-4218-B07B-0E076DD1CE41","35565C30-DBBC-4372-BAEE-BE587F9CBD82","50265C90-B1A0-4C0A-954A-BD1F9D42903E","EFED0213-0B7F-48BE-8A17-7AE4AC6109A5","F9856057-EAA0-463A-804A-C27D824D3546","1DF32B42-7B10-4E8B-8AD4-4D26151E363D"],"_ClipMode":"visible","isBeingDragged":false,"__serializedExpressions__":["_Position","hitPoint"],"__LivelyClassName__":"lively.morphic.SliderKnob","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(3.5,0.0)","hitPoint":"lively.pt(807.0,513.0)"},"2432":{"_BorderWidth":1,"_Fill":{"__isSmartRef__":true,"id":2433},"_BorderRadius":6,"__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(15.0,30.0)","_BorderColor":"Color.rgb(102,102,102)","_Padding":"lively.rect(0,0,0,0)"},"2433":{"stops":[{"__isSmartRef__":true,"id":2434},{"__isSmartRef__":true,"id":2435},{"__isSmartRef__":true,"id":2436}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2434":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(196,211,221)"},"2435":{"offset":0.5,"__serializedExpressions__":["color"],"color":"Color.rgb(137,167,187)"},"2436":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(96,130,153)"},"2437":{"morph":{"__isSmartRef__":true,"id":2431},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2438":{"_BorderWidth":1,"_Fill":{"__isSmartRef__":true,"id":2439},"_BorderRadius":6,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(150.0,30.0)","_BorderColor":"Color.rgb(192,192,192)","_Padding":"lively.rect(0,0,0,0)"},"2439":{"stops":[{"__isSmartRef__":true,"id":2440},{"__isSmartRef__":true,"id":2441},{"__isSmartRef__":true,"id":2442}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2440":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"2441":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"2442":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"2443":{"sourceObj":{"__isSmartRef__":true,"id":2430},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":2430},"targetMethodName":"adjustSliderParts","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2444":{"requiredModules":[],"partsSpaceName":"PartsBin/Inputs","migrationLevel":2,"partName":"Slider","comment":"The connection point \"value\" can be used to read/write the slider knob position.","revisionOnLoad":148695,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2445":{"morph":{"__isSmartRef__":true,"id":2430},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2446":{"moveVertical":true},"2447":{"_ClipMode":"visible","_BorderWidth":0,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_Padding","_Fill","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(600.0,400.0)","_Padding":"lively.rect(0,0,0,0)","_Fill":"Color.rgb(255,255,255)","_BorderColor":"Color.rgb(204,204,204)"},"2448":{"morph":{"__isSmartRef__":true,"id":2253},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2449":{"adjustForNewBounds":true},"2450":{"analyzeWords":{"__isSmartRef__":true,"id":2451},"compareTokens":{"__isSmartRef__":true,"id":2455},"getTokenSize":{"__isSmartRef__":true,"id":2459},"stepBack":{"__isSmartRef__":true,"id":2463},"stepForward":{"__isSmartRef__":true,"id":2467},"tokenize":{"__isSmartRef__":true,"id":2471},"reset":{"__isSmartRef__":true,"id":2475}},"2451":{"varMapping":{"__isSmartRef__":true,"id":2452},"source":"function analyzeWords(firstString, secondString) {\n \n var tokenSize = this.getTokenSize(firstString.length, secondString.length)\n \n var tokenizedFirst = this.tokenize(firstString, tokenSize)\n var tokenizedSecond = this.tokenize(secondString, tokenSize)\n \n var intersection = tokenizedFirst.intersect(tokenizedSecond)\n var union = tokenizedFirst.concat(tokenizedSecond).uniqueElements()\n \n var similarity = intersection.length/union.length\n similarity = Math.round(similarity * 1000) / 1000\n \n this.get(\"JaccardDisplay\").setTextString(similarity)\n \n this.get(\"tokenizedFirst\").reset()\n this.get(\"tokenizedFirst\").initialize(tokenizedFirst) \n this.get(\"tokenizedSecond\").reset()\n this.get(\"tokenizedSecond\").initialize(tokenizedSecond)\n \n this.get(\"forwardButton\").setActive(true)\n this.get(\"backwardButton\").setActive(true) \n \n this.get(\"matchLight\").setFill(Color.web.gray)\n}","funcProperties":{"__isSmartRef__":true,"id":2453},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2452":{"this":{"__isSmartRef__":true,"id":2253}},"2453":{"timestamp":{"__isSmartRef__":true,"id":2454},"user":"josi","tags":[]},"2454":{"isSerializedDate":true,"string":"Tue Dec 11 2012 11:06:24 GMT+0100 (Mitteleuropäische Zeit)"},"2455":{"varMapping":{"__isSmartRef__":true,"id":2456},"source":"function compareTokens(firstToken, secondToken) {\n if (firstToken == secondToken){\n this.get(\"matchLight\").setFill(Color.web.green)\n return\n }\n \n this.get(\"matchLight\").setFill(Color.red)\n}","funcProperties":{"__isSmartRef__":true,"id":2457},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2456":{"this":{"__isSmartRef__":true,"id":2253}},"2457":{"timestamp":{"__isSmartRef__":true,"id":2458},"user":"josi","tags":[]},"2458":{"isSerializedDate":true,"string":"Tue Dec 04 2012 11:28:59 GMT+0100 (Mitteleuropäische Zeit)"},"2459":{"varMapping":{"__isSmartRef__":true,"id":2460},"source":"function getTokenSize(firstLength, secondLength) {\n var currentSliderValue = this.get(\"tokenSizeSlider\").value\n \n var maxStringLength = Math.max(firstLength, secondLength)\n \n var tokenSize = Math.ceil(currentSliderValue * maxStringLength)\n \n if (tokenSize == 0)\n tokenSize = 1\n \n this.get(\"tokenSizeIndicator\").setTextString(tokenSize.toString())\n return tokenSize\n}","funcProperties":{"__isSmartRef__":true,"id":2461},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2460":{"this":{"__isSmartRef__":true,"id":2253}},"2461":{"timestamp":{"__isSmartRef__":true,"id":2462},"user":"josi","tags":[]},"2462":{"isSerializedDate":true,"string":"Tue Dec 11 2012 11:06:36 GMT+0100 (Mitteleuropäische Zeit)"},"2463":{"varMapping":{"__isSmartRef__":true,"id":2464},"source":"function stepBack() {\n \n tokenizedFirst = this.get(\"tokenizedFirst\")\n tokenizedSecond = this.get(\"tokenizedSecond\")\n indexFirst = tokenizedFirst.currentIndex\n indexSecond = tokenizedSecond.currentIndex\n \n if (indexFirst == null){\n tokenizedFirst.highlight(tokenizedFirst.tokenizedString.length - 1)\n tokenizedSecond.highlight(tokenizedSecond.tokenizedString.length - 1)\n \n } else if ( indexFirst == 0 && indexSecond == 0){\n return\n \n } else if ( indexSecond == 0){\n tokenizedFirst.highlight(indexFirst - 1)\n tokenizedSecond.highlight(tokenizedSecond.tokenizedString.length - 1)\n \n } else {\n tokenizedSecond.highlight(indexSecond - 1)\n if ( indexFirst == 0 && indexSecond - 1 == 0){\n this.get(\"backwardButton\").setActive(false) \n }\n }\n \n if (!(indexFirst == 0 && indexSecond == 0)){\n this.get(\"forwardButton\").setActive(true)\n }\n this.compareTokens(tokenizedFirst.tokenizedString[tokenizedFirst.currentIndex],\n tokenizedSecond.tokenizedString[tokenizedSecond.currentIndex])\n \n}","funcProperties":{"__isSmartRef__":true,"id":2465},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2464":{"this":{"__isSmartRef__":true,"id":2253}},"2465":{"timestamp":{"__isSmartRef__":true,"id":2466},"user":"dustin.glaeser","tags":[]},"2466":{"isSerializedDate":true,"string":"Tue Nov 20 2012 15:47:10 GMT+0100 (Mitteleuropäische Zeit)"},"2467":{"varMapping":{"__isSmartRef__":true,"id":2468},"source":"function stepForward() {\n \n var tokenizedFirst = this.get(\"tokenizedFirst\")\n var tokenizedSecond = this.get(\"tokenizedSecond\")\n var indexFirst = tokenizedFirst.currentIndex\n var indexSecond = tokenizedSecond.currentIndex\n \n if (indexFirst == null){\n tokenizedFirst.highlight(0)\n tokenizedSecond.highlight(0)\n \n } else if ( indexFirst >= tokenizedFirst.tokenizedString.length - 1\n && indexSecond >= tokenizedSecond.tokenizedString.length - 1){\n return\n \n } else if ( indexSecond >= tokenizedSecond.tokenizedString.length - 1){\n tokenizedFirst.highlight(indexFirst + 1)\n tokenizedSecond.highlight(0)\n \n } else {\n tokenizedSecond.highlight(indexSecond + 1)\n \n if ( indexFirst >= tokenizedFirst.tokenizedString.length - 1\n && indexSecond + 1 >= tokenizedSecond.tokenizedString.length - 1){\n this.get(\"forwardButton\").setActive(false)\n }\n }\n \n \n if ( !(indexFirst >= tokenizedFirst.tokenizedString.length - 1\n && indexSecond >= tokenizedSecond.tokenizedString.length - 1)){\n this.get(\"backwardButton\").setActive(true) \n }\n \n \n this.compareTokens(tokenizedFirst.tokenizedString[tokenizedFirst.currentIndex],\n tokenizedSecond.tokenizedString[tokenizedSecond.currentIndex])\n \n}","funcProperties":{"__isSmartRef__":true,"id":2469},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2468":{"this":{"__isSmartRef__":true,"id":2253}},"2469":{"timestamp":{"__isSmartRef__":true,"id":2470},"user":"josi","tags":[]},"2470":{"isSerializedDate":true,"string":"Tue Dec 11 2012 11:06:52 GMT+0100 (Mitteleuropäische Zeit)"},"2471":{"varMapping":{"__isSmartRef__":true,"id":2472},"source":"function tokenize(string, tokenSize) {\n var tokenizedWord = []\n for (var i = 1; i <= tokenSize - 1; i++)\n tokenizedWord.push((new Array(tokenSize - i + 1)).join(\"_\") + string.slice(0, i))\n \n for (var i = 0; i <= string.length - tokenSize; i++)\n tokenizedWord.push(string.slice(i, i + tokenSize))\n \n for (var i = 1; i <= tokenSize - 1; i++)\n tokenizedWord.push(string.slice(string.length - tokenSize + i, string.length) + (new Array(i+1)).join(\"_\"))\n \n return tokenizedWord\n}","funcProperties":{"__isSmartRef__":true,"id":2473},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2472":{"this":{"__isSmartRef__":true,"id":2253}},"2473":{"timestamp":{"__isSmartRef__":true,"id":2474},"user":"josi","tags":[]},"2474":{"isSerializedDate":true,"string":"Tue Dec 11 2012 11:06:57 GMT+0100 (Mitteleuropäische Zeit)"},"2475":{"varMapping":{"__isSmartRef__":true,"id":2476},"source":"function reset() {\n this.get(\"tokenizedFirst\").reset()\n this.get(\"tokenizedSecond\").reset()\n \n this.get(\"forwardButton\").setActive(false)\n this.get(\"backwardButton\").setActive(false) \n \n this.get(\"matchLight\").setFill(Color.web.gray)\n \n this.get(\"JaccardDisplay\").setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":2477},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2476":{"this":{"__isSmartRef__":true,"id":2253}},"2477":{"timestamp":{"__isSmartRef__":true,"id":2478},"user":"dustin.glaeser","tags":[]},"2478":{"isSerializedDate":true,"string":"Tue Nov 20 2012 17:14:46 GMT+0100 (Mitteleuropäische Zeit)"},"2479":{"_ClipMode":"visible","_BorderWidth":0,"_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(570.0,429.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(204,204,204)"},"2480":{"morph":{"__isSmartRef__":true,"id":2240},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2481":{"__LivelyClassName__":"lively.morphic.TabStrategyBottom","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"2482":{"requiredModules":[],"partsSpaceName":"PartsBin/Layout/","comment":"Tab control with tab bar (optional, different positions) and tab panes.","changes":[{"__isSmartRef__":true,"id":2483}],"migrationLevel":4,"revisionOnLoad":140039,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2483":{"date":{"__isSmartRef__":true,"id":2484},"author":"fabian","message":"initial","id":"EA1E7C49-D79B-461B-ACD7-126E1902F6FF"},"2484":{"isSerializedDate":true,"string":"Thu Jan 26 2012 08:08:17 GMT+0100 (Mitteleuropäische Zeit)"},"2485":{"submorphs":[{"__isSmartRef__":true,"id":2486},{"__isSmartRef__":true,"id":2502},{"__isSmartRef__":true,"id":2506},{"__isSmartRef__":true,"id":2542},{"__isSmartRef__":true,"id":2559},{"__isSmartRef__":true,"id":2240},{"__isSmartRef__":true,"id":2565},{"__isSmartRef__":true,"id":2581},{"__isSmartRef__":true,"id":2586},{"__isSmartRef__":true,"id":2602}],"scripts":[],"id":"1F59D156-D18C-4B18-8B1B-7A2B86D4DC7A","shape":{"__isSmartRef__":true,"id":2607},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"SimilarityDemoPane","partsBinMetaInfo":{"__isSmartRef__":true,"id":2608},"eventHandler":{"__isSmartRef__":true,"id":2629},"isBeingDragged":false,"prevScroll":[0,0],"lastUpdate":1323349697373,"derivationIds":[162,"AE7EDB69-6589-4130-B5C5-18B9C203ABD5","3562DF27-7FE9-4850-8ABB-D90D039CCC8B","FFC5A026-05E2-46F9-85E2-1816EA1210FA","A91F007F-F615-4F06-B972-2FBD1C73D8E9","88B88370-ADCC-40FD-A90F-A8112D8E1A8D","63822E8E-284E-4B45-9693-3FE059212780","49D392D4-E965-474D-BF0F-65720ACC0001","51848EA6-45C0-4200-B68B-47E22547ED15","7109E016-A1D3-4542-8CDF-652B9E7E80EA","FE49B64B-D296-4C3E-A6AC-A32693AE6F43","0CA655A1-ED06-4F06-BA39-936CF828296E","F4D4A55B-9883-4582-B0E2-79524F42FBE2","C4C984CC-DF60-4FD9-B14C-283B916B773D","D5A4E418-D67B-4CFD-95B6-E4C0247D7B49","01732EB5-FA36-42DE-B552-4E74E05BA0EF"],"owner":{"__isSmartRef__":true,"id":2630},"layout":{"__isSmartRef__":true,"id":2807},"requiredModules":[],"moduleName":"lively.morphic.Core","_ClipMode":"visible","moduleNameWasChanged":"hjasjhkjsahashj","isCopyMorphRef":true,"morphRefId":1,"enable":false,"stepForward":false,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","_PivotPoint"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2808},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(4.0,21.0)","_PivotPoint":"lively.pt(100.0,100.0)"},"2486":{"submorphs":[],"scripts":[],"id":"6AD139E3-0FC9-4D99-BD1E-8F9CEE87BD80","shape":{"__isSmartRef__":true,"id":2487},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"Text","partsBinMetaInfo":{"__isSmartRef__":true,"id":2488},"textChunks":[{"__isSmartRef__":true,"id":2499}],"charsReplaced":"foo!?","lastFindLoc":5,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":2501},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","EB3B8CF1-C279-4590-996B-A43E616F9B22","73A732DF-B529-47D7-BC5B-EFE381422C2A","40D6D47B-49F6-4A78-B53D-EAFFF993C982","5B3BFF68-CC50-48A0-B9D9-A6230116E885","07C136EA-A4DD-4263-9D41-B79C06C65118","1094C71F-1167-4F9E-B3F5-32C38363B188","E7579CD0-6B02-4EC0-99A3-A652DE9F867C","4092E0D8-C7E5-43EA-84CE-8760DE41F1CF","7EC03B59-961C-49E9-99E4-B9884C7301AC","7CC4CA12-BC2F-4AF3-AFE1-52BECC28BBF3","96155C37-3667-42E8-9CC1-34B551848ABF","A16AE1A6-E351-4F3D-BD42-71A9F08EC916","E6401E2F-AD83-439D-81EF-DE026A6B6540","9B318C56-BDA2-4A0F-97DF-B27E562464E5"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":2485},"lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(48.0,89.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)"},"2487":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(128.7,26.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"2488":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":2489},{"__isSmartRef__":true,"id":2491},{"__isSmartRef__":true,"id":2493},{"__isSmartRef__":true,"id":2495},{"__isSmartRef__":true,"id":2497}],"revisionOnLoad":160159,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2489":{"date":{"__isSmartRef__":true,"id":2490},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"2490":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2491":{"date":{"__isSmartRef__":true,"id":2492},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"2492":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"2493":{"date":{"__isSmartRef__":true,"id":2494},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"2494":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2495":{"date":{"__isSmartRef__":true,"id":2496},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"2496":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2497":{"date":{"__isSmartRef__":true,"id":2498},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"2498":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2499":{"style":{"__isSmartRef__":true,"id":2500},"chunkOwner":{"__isSmartRef__":true,"id":2486},"_id":"_9527","storedString":"ignore case","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2500":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2501":{"morph":{"__isSmartRef__":true,"id":2486},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2502":{"submorphs":[],"scripts":[],"id":"E16193EA-6041-4DEC-8D75-A829C1F0AE2F","shape":{"__isSmartRef__":true,"id":2503},"droppingEnabled":true,"halosEnabled":true,"checked":true,"showsHalos":false,"name":"caseSensitivityCheck","partsBinMetaInfo":{"__isSmartRef__":true,"id":2504},"eventHandler":{"__isSmartRef__":true,"id":2505},"derivationIds":[6345,"0768CABF-7671-4B65-ADD8-F1571FB4D217","132AEBE7-AE4E-462B-AD56-07B369899A86","B9DD46F7-F419-47C0-B5C2-F19D51EAF0E6","50EB3A45-40DD-4B2F-BB8A-E0AF0936CFF3","BC7EAC84-CB06-4E4B-9800-077EFBC41BD5","4AC9BFCD-02ED-4238-9288-7E0F7C90FC6D","3534B4AB-D5B9-444B-A0E6-972040FB05DF","9F542C88-2B6A-4B14-82C5-74380B5AF28F","65B40E81-8DEF-4E0E-81D9-F28BEFC8906D","2D6D0086-D25D-481F-BEA5-8156E51DD199","A07F5244-15E5-477E-8242-4D51FA1E7D98","A1235BFE-2B9D-4A2D-A4A2-A27D1E41C84E","242FFE64-4946-4F04-BEAF-BF69ABA0C895","476879DC-3E9F-4217-80D4-D585D236A029"],"_ClipMode":"visible","moved":true,"owner":{"__isSmartRef__":true,"id":2485},"isBeingDragged":false,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.CheckBox","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(23.0,96.0)"},"2503":{"stringifiedShapeNode":"","__serializedExpressions__":["extent","_Extent"],"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes","extent":"lively.pt(11.0,12.0)","_Extent":"lively.pt(12.0,12.0)"},"2504":{"requiredModules":[],"migrationLevel":2,"partsSpaceName":"PartsBin/Inputs/","partName":"CheckBox","revisionOnLoad":148683,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2505":{"morph":{"__isSmartRef__":true,"id":2502},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2506":{"submorphs":[{"__isSmartRef__":true,"id":2507}],"scripts":[],"id":"3AFB2A04-BCD0-41D8-A092-9AA7370C17C9","shape":{"__isSmartRef__":true,"id":2512},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2518},"lighterFill":{"__isSmartRef__":true,"id":2523},"label":{"__isSmartRef__":true,"id":2507},"name":"enterButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":2528},"attributeConnections":[{"__isSmartRef__":true,"id":2539}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":2541},"derivationIds":[7251,"3F26258D-0EE1-4A94-8419-5EE2BB6065A6","B624295D-42E3-4E0A-B370-844C2B43F4F0","F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3","7D4A1972-76E5-4369-9964-2F6ACB87C81F","C589349F-29B4-4587-93C7-37EB46AF9932","6D4F6525-B48C-4DBF-BCAB-59331916057C","EA309C68-2DC1-4FF2-9F41-8B94CD66B30D","50AF51B8-C162-4C37-B638-9919120F628D","3AD99BAE-45A2-46E0-B67B-7BB1D5B5B44D","E1D664B4-F384-4001-9EB7-2ABFB4C6C069","6CC0BB8F-174E-46AC-9822-8C7B27C33EC5","25DB69C8-B42C-4453-804D-4DC3ABA6E4B4","26384948-4542-48DC-AB85-C6501509EB4F","27A7C7F5-817E-4A74-9B87-ED373DD11016","80CC02C9-ECD2-4E98-9667-8EA267739A4B","6398942D-808D-426A-8C09-C5B3DD8AB500","34C54BFD-3E64-4E1B-BEEA-E1C15B95D98D","483F1796-B901-4846-ABD4-F98288EAC5CA"],"_ClipMode":"visible","isPressed":false,"owner":{"__isSmartRef__":true,"id":2485},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(193.0,91.0)","distanceToDragEvent":"lively.pt(54.9,-11.0)"},"2507":{"submorphs":[],"scripts":[],"id":"CFFBE5C0-6A0D-4832-8EB2-9C5B23DB98E3","shape":{"__isSmartRef__":true,"id":2508},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":100,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":2506},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":2509}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":2511},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[7252,"4881773E-A824-4992-B814-33C8D37580C6","EE955AA4-D648-4DFC-8E2D-08881D605170","7EC413DD-D34D-449D-B448-2F3904B04FA5","7939AA82-2A96-4559-9090-DD58B7C8868A","B894DF13-DE44-4D98-8E99-423556ED9C2E","AFE456E2-2D35-4188-9466-171A0070F616","F7F83E9A-60BB-4E70-9FE8-6CF55C8243BF","6B23488E-2CA7-44AF-99D2-4E98197C0028","C6EEF5C5-3D4A-47AC-9F65-A9451EDA089F","D2162B5D-9270-49CE-B693-E823F5A4C0D1","DD9B6C81-C279-42FB-814E-1C2762101160","81628153-B07F-4877-9471-2E7347108D62","E1425D64-E927-44BB-9166-F0027D3F16AE","B497CBD8-F0E2-440D-9C27-F0865CDBED10","3EDF36E1-D16F-49C5-88BA-2971B6230244","9CB395DB-B6BD-430C-A72D-114B423650C0","E50FE1DD-A0DC-4DF4-A6A7-793AABEC999B","ADF720BF-2F7B-4552-B2AF-E143C224EB11"],"_MinTextWidth":100,"_MinTextHeight":null,"_FontSize":10,"_WordBreak":"break-all","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"__serializedExpressions__":["_Position","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"2508":{"_BorderWidth":0,"_Fill":null,"_ClipMode":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"2509":{"style":{"__isSmartRef__":true,"id":2510},"chunkOwner":{"__isSmartRef__":true,"id":2507},"_id":"_80991","storedString":"Enter","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2510":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2511":{"morph":{"__isSmartRef__":true,"id":2507},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2512":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":2513},"_BorderRadius":5.2,"_ClipMode":"visible","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,22.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"2513":{"stops":[{"__isSmartRef__":true,"id":2514},{"__isSmartRef__":true,"id":2515},{"__isSmartRef__":true,"id":2516},{"__isSmartRef__":true,"id":2517}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2514":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"2515":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"2516":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"2517":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"2518":{"stops":[{"__isSmartRef__":true,"id":2519},{"__isSmartRef__":true,"id":2520},{"__isSmartRef__":true,"id":2521},{"__isSmartRef__":true,"id":2522}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2519":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"2520":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"2521":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"2522":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"2523":{"stops":[{"__isSmartRef__":true,"id":2524},{"__isSmartRef__":true,"id":2525},{"__isSmartRef__":true,"id":2526},{"__isSmartRef__":true,"id":2527}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2524":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"2525":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"2526":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"2527":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"2528":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":2529},{"__isSmartRef__":true,"id":2531},{"__isSmartRef__":true,"id":2533},{"__isSmartRef__":true,"id":2535},{"__isSmartRef__":true,"id":2537}],"revisionOnLoad":171940,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2529":{"date":{"__isSmartRef__":true,"id":2530},"author":"undefined","message":"","id":"7074B413-6CF0-4892-9D18-52009A2A2E03"},"2530":{"isSerializedDate":true,"string":"Fri Apr 13 2012 21:04:01 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2531":{"date":{"__isSmartRef__":true,"id":2532},"author":"sstamm","message":"reverted button","id":"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E"},"2532":{"isSerializedDate":true,"string":"Mon Apr 16 2012 10:36:21 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2533":{"date":{"__isSmartRef__":true,"id":2534},"author":"robertkrahn","message":"no comment","id":"97D17254-EAC6-4494-8330-A347909590D6"},"2534":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:08:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2535":{"date":{"__isSmartRef__":true,"id":2536},"author":"robertkrahn","message":"no comment","id":"DDE22D44-9A6D-4485-80F3-262D5DA0CC07"},"2536":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:03:19 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2537":{"date":{"__isSmartRef__":true,"id":2538},"author":"bgnauk","message":"no comment","id":"FA43C1A3-19A9-4ED6-A014-82C74689A5C3"},"2538":{"isSerializedDate":true,"string":"Tue Jun 19 2012 23:39:23 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2539":{"sourceObj":{"__isSmartRef__":true,"id":2506},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2485},"targetMethodName":"calculateSimilarities","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2540},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2540":{"source":{"__isSmartRef__":true,"id":2506},"target":{"__isSmartRef__":true,"id":2485}},"2541":{"morph":{"__isSmartRef__":true,"id":2506},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2542":{"submorphs":[],"scripts":[],"id":"FCDF17C4-1814-4B58-9829-A3C9D6FE1AC4","shape":{"__isSmartRef__":true,"id":2543},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":327.143652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"firstStringText","partsBinMetaInfo":{"__isSmartRef__":true,"id":2544},"textChunks":[{"__isSmartRef__":true,"id":2555}],"charsReplaced":"tier","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":2557},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","9FAF5556-7D81-4507-9C1A-FEB6CF60F0CF","9CB7FED7-905B-4BB4-9283-D292E58866F0","42A7CDA3-B721-4EEB-AFF2-24EDCED4385D","A509810D-C38E-431B-A4C9-BC9239F9AAF1","E4F2D463-646F-4695-8F31-5EA0F0C4CDA7","BAFBFAC4-60DD-42A7-A0E6-44AD8DBCE58B","C4F63BFE-AD23-4ED5-9C46-7DFC5C14171F","63E05E51-BFBA-4442-92C4-E2662873BD75","C1B97EA0-50C3-4E88-91F2-8DB102DE40A0","BD67D727-FDFC-4EAC-99B2-DD803283D75A","65849C37-367A-4D8C-9ABA-5713F5C40D8F","6B6111AF-F7D9-431A-B95C-356F6D2036CB","99256E52-B9B1-42B3-AF11-0024A1C2C8BB","7ED8C20B-2B0F-4F38-8C55-B86F66D33533"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":327.143652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":2485},"#startLetters":"get","layout":{"__isSmartRef__":true,"id":2558},"lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"previousSelection":[0,3],"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(5.0,11.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(235.0,-10.0)"},"2543":{"fill":null,"_BorderWidth":1.776,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(355.7,29.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"2544":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":2545},{"__isSmartRef__":true,"id":2547},{"__isSmartRef__":true,"id":2549},{"__isSmartRef__":true,"id":2551},{"__isSmartRef__":true,"id":2553}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2545":{"date":{"__isSmartRef__":true,"id":2546},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"2546":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2547":{"date":{"__isSmartRef__":true,"id":2548},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"2548":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"2549":{"date":{"__isSmartRef__":true,"id":2550},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"2550":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2551":{"date":{"__isSmartRef__":true,"id":2552},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"2552":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2553":{"date":{"__isSmartRef__":true,"id":2554},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"2554":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2555":{"style":{"__isSmartRef__":true,"id":2556},"chunkOwner":{"__isSmartRef__":true,"id":2542},"_id":"_19440","storedString":"Tier","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2556":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2557":{"morph":{"__isSmartRef__":true,"id":2542},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2558":{"resizeWidth":true,"resizeHeight":true},"2559":{"submorphs":[],"scripts":[],"id":"E9DA8D15-22A2-4A0F-99C3-B03486413A60","shape":{"__isSmartRef__":true,"id":2560},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":328.031652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"secondStringText","partsBinMetaInfo":{"__isSmartRef__":true,"id":2544},"textChunks":[{"__isSmartRef__":true,"id":2561}],"charsReplaced":"tor","lastFindLoc":3,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":2563},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","3FDF931D-2B70-4D6C-AFE6-86AFF747CD8D","A90C88C8-D835-4F85-B827-6F0F59BA7A1A","006B77BE-DF72-470F-9E30-115B0794A578","1DC860D0-9DF5-44BC-8E1B-E2DC3D3BED48","6296E549-E149-4995-A3C9-BA881B5931C5","55C9BECD-C701-4381-A045-36B5BB2E1968","19639F60-1F99-40F9-B37B-BD0CBAE30519","90FA1728-A91C-4DBC-86E4-18C5EB9F91D8","791751AE-BE17-4D44-9B66-1D485F13CF1D","2BC94EC7-4E00-4BF5-846F-7F618519B143","DC9ADE86-C69C-442D-9187-71BAEDF3EEEA","C9C78173-CEF1-4D8E-AF8B-9239F8958075","D1ADD135-B67E-4E9A-AFFC-4185D6616450","4D8E3CB5-E64C-40C8-B569-6A60BEAA2B6A"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":328.031652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":2485},"layout":{"__isSmartRef__":true,"id":2564},"lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(5.0,52.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(238.0,-16.0)"},"2560":{"fill":null,"_BorderWidth":1.332,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(355.7,28.7)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"2561":{"style":{"__isSmartRef__":true,"id":2562},"chunkOwner":{"__isSmartRef__":true,"id":2559},"_id":"_19441","storedString":"Tor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2562":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2563":{"morph":{"__isSmartRef__":true,"id":2559},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2564":{"resizeWidth":true,"resizeHeight":true},"2565":{"submorphs":[],"scripts":[],"id":"8BC9E1C8-5BA3-46E1-B46C-7576B7848F82","shape":{"__isSmartRef__":true,"id":2566},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"JaccardLabel","partsBinMetaInfo":{"__isSmartRef__":true,"id":2567},"textChunks":[{"__isSmartRef__":true,"id":2578}],"charsReplaced":"Similarity","lastFindLoc":20,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":2580},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","336EE70B-9962-4FAE-AD1E-EA479427704F","47761EAA-4D59-4663-B2B9-039E463C7593","B32F1D4F-9444-45EC-8E0A-A0A3BDEA3D77","878E0418-3D51-4E7A-8416-3C3A7E3E6D9D","FA8BC5DE-2EC2-4C04-B6F4-E378A1C20E96","F5BB26D1-96AA-4B4D-8529-3C80F7C39F0B","2E8B0F17-58BD-4725-BE8C-6A990CABDA5E","061B8313-2B52-4E26-BCAF-21C92FF87845","0E0E8669-B099-44DC-BAD1-D9499FCB6704"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":2485},"previousSelection":[3,3],"lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(406.0,102.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)"},"2566":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(128.7,26.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"2567":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":2568},{"__isSmartRef__":true,"id":2570},{"__isSmartRef__":true,"id":2572},{"__isSmartRef__":true,"id":2574},{"__isSmartRef__":true,"id":2576}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2568":{"date":{"__isSmartRef__":true,"id":2569},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"2569":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2570":{"date":{"__isSmartRef__":true,"id":2571},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"2571":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"2572":{"date":{"__isSmartRef__":true,"id":2573},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"2573":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2574":{"date":{"__isSmartRef__":true,"id":2575},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"2575":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2576":{"date":{"__isSmartRef__":true,"id":2577},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"2577":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2578":{"style":{"__isSmartRef__":true,"id":2579},"chunkOwner":{"__isSmartRef__":true,"id":2565},"_id":"_72197","storedString":"Jaccard:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2579":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2580":{"morph":{"__isSmartRef__":true,"id":2565},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2581":{"submorphs":[],"scripts":[],"id":"EEC0B807-7C83-40FE-BC3E-C09A8C819812","shape":{"__isSmartRef__":true,"id":2582},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":87.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"JaccardDisplay","partsBinMetaInfo":{"__isSmartRef__":true,"id":2567},"textChunks":[{"__isSmartRef__":true,"id":2583}],"charsReplaced":"foo!?","lastFindLoc":5,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":2585},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","64B48E21-ACD2-41A7-BF55-4C7EAAAA20D0","20E76337-716D-4A84-B7EF-AFB61B518207","F422DE6F-8DFD-4712-B31B-AF77ED807C40","118D506B-1766-4ACA-B698-76B35FB5AF38","8982262F-3065-4095-8046-D927BD9A211A","A3949323-E940-4727-9A3C-AA6A8750AA5D","A1DC185F-E413-4460-A4AF-D9A8DB164C6C","9995F66A-B5B2-4078-8485-93A5A3FEDAF9","7ED06D5B-A342-4BC2-B959-1BB28877B1FB"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":87.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":2485},"lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(493.0,102.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(90.0,-9.0)"},"2582":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(95.7,26.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"2583":{"style":{"__isSmartRef__":true,"id":2584},"chunkOwner":{"__isSmartRef__":true,"id":2581},"_id":"_131","storedString":"0.4","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2584":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2585":{"morph":{"__isSmartRef__":true,"id":2581},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2586":{"submorphs":[],"scripts":[],"id":"4B042108-B60F-4A2C-AFB7-DC459DE04F2E","shape":{"__isSmartRef__":true,"id":2587},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"Text2","partsBinMetaInfo":{"__isSmartRef__":true,"id":2588},"textChunks":[{"__isSmartRef__":true,"id":2599}],"charsReplaced":"Some Text","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":2601},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","B8CC3AFF-33DB-41C7-A303-420B01BCECD5","33EBD450-4C1D-4D61-BF73-2AC88F8277F8","40C34BC1-98BA-4630-B518-AF42F921C77D","08F817FD-4856-4F62-AA85-F929C8EE77DE","5DBB6734-9C2A-41D4-83B9-972AB865B6A7","7340BAA6-56A0-49E3-82C3-C7DD9B545223","8C3E29FB-6AD5-4FC6-A1AA-7A0980707487","AAA7BEAA-21AF-47B7-ABC7-0B30C43764A9"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":2485},"lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(403.0,59.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)"},"2587":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(128.7,26.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"2588":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":2589},{"__isSmartRef__":true,"id":2591},{"__isSmartRef__":true,"id":2593},{"__isSmartRef__":true,"id":2595},{"__isSmartRef__":true,"id":2597}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2589":{"date":{"__isSmartRef__":true,"id":2590},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"2590":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2591":{"date":{"__isSmartRef__":true,"id":2592},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"2592":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (Mitteleuropäische Zeit)"},"2593":{"date":{"__isSmartRef__":true,"id":2594},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"2594":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2595":{"date":{"__isSmartRef__":true,"id":2596},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"2596":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2597":{"date":{"__isSmartRef__":true,"id":2598},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"2598":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2599":{"style":{"__isSmartRef__":true,"id":2600},"morph":{"__isSmartRef__":true,"id":2586},"chunkOwner":{"__isSmartRef__":true,"id":2586},"storedString":"Levenshtein:","_id":"_44893","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2600":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2601":{"morph":{"__isSmartRef__":true,"id":2586},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2602":{"submorphs":[],"scripts":[],"id":"645007D3-16B3-4303-BEB1-33ED220EDE9F","shape":{"__isSmartRef__":true,"id":2603},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":59.695651999999995,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"LevenshteinDisplay","partsBinMetaInfo":{"__isSmartRef__":true,"id":2588},"textChunks":[{"__isSmartRef__":true,"id":2604}],"charsReplaced":"foo!?","lastFindLoc":5,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":2606},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","BA71B2A0-C86D-4767-B5A0-A1D17BAB1A52","4699650D-F764-4C4A-ABA3-3D9954D5FEBC","BFB7115E-71C3-4DAB-A573-0ED84CEBABFC","75414FFE-AE3E-41F2-B955-357D4BB86328","ED4E04AE-8C4C-4ED6-A553-B48993C9450D","B19969BE-E199-438D-8F61-B639C4B16D2C","D9BB0ACA-3140-467A-9FC4-A02D40D45E6C","728C1BC2-2800-41CE-8C39-2C47C054138A"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":59.695651999999995,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":2485},"lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(520.0,61.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(50.0,-8.0)"},"2603":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(67.7,26.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"2604":{"style":{"__isSmartRef__":true,"id":2605},"chunkOwner":{"__isSmartRef__":true,"id":2602},"_id":"_188","storedString":"0.5","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2605":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2606":{"morph":{"__isSmartRef__":true,"id":2602},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2607":{"_BorderWidth":1,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(601.0,638.0)","_BorderColor":"Color.rgb(95,94,95)","_Fill":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-4.0,-3.0)"},"2608":{"partsSpaceName":"PartsBin/Tools/","comment":"Drop this object into your world to load the module whose name is in \"moduleNameText\".","migrationLevel":4,"partName":"ModulePart","changes":[{"__isSmartRef__":true,"id":2609},{"__isSmartRef__":true,"id":2611},{"__isSmartRef__":true,"id":2613},{"__isSmartRef__":true,"id":2615},{"__isSmartRef__":true,"id":2617},{"__isSmartRef__":true,"id":2619},{"__isSmartRef__":true,"id":2621},{"__isSmartRef__":true,"id":2623},{"__isSmartRef__":true,"id":2625},{"__isSmartRef__":true,"id":2627}],"requiredModules":["lively.morphic.Core"],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2609":{"date":{"__isSmartRef__":true,"id":2610},"author":"sstamm","message":"initial commit","id":"EA978182-4DB0-4062-9ACB-1EFF37F783AE"},"2610":{"isSerializedDate":true,"string":"Thu Dec 08 2011 13:36:09 GMT+0100 (Mitteleuropäische Zeit)"},"2611":{"date":{"__isSmartRef__":true,"id":2612},"author":"sstamm","message":"now with realistic physics for big bigs","id":"08321357-0A0F-406D-9D55-783ADF52A314"},"2612":{"isSerializedDate":true,"string":"Thu Dec 08 2011 14:17:53 GMT+0100 (Mitteleuropäische Zeit)"},"2613":{"date":{"__isSmartRef__":true,"id":2614},"author":"robertkrahn","message":"","id":"429207C0-9E04-4756-9130-BC93002BD966"},"2614":{"isSerializedDate":true,"string":"Mon Jan 23 2012 20:33:59 GMT+0100 (Mitteleuropäische Zeit)"},"2615":{"date":{"__isSmartRef__":true,"id":2616},"author":"robertkrahn","message":"","id":"B2D39551-02BB-4FBF-AF46-6C669B48EF49"},"2616":{"isSerializedDate":true,"string":"Mon Jan 23 2012 20:43:54 GMT+0100 (Mitteleuropäische Zeit)"},"2617":{"date":{"__isSmartRef__":true,"id":2618},"author":"robertkrahn","message":"","id":"AA8ED2F0-2052-43D3-BD62-EDCE7F36828C"},"2618":{"isSerializedDate":true,"string":"Mon Jan 23 2012 20:44:26 GMT+0100 (Mitteleuropäische Zeit)"},"2619":{"date":{"__isSmartRef__":true,"id":2620},"author":"robertkrahn","message":"status text","id":"19D49F57-D036-4A67-9184-99F190140BAD"},"2620":{"isSerializedDate":true,"string":"Mon Jan 23 2012 22:38:05 GMT+0100 (Mitteleuropäische Zeit)"},"2621":{"date":{"__isSmartRef__":true,"id":2622},"author":"robertkrahn","message":"","id":"8B515968-4860-4D29-9160-5D858D367646"},"2622":{"isSerializedDate":true,"string":"Mon Jan 23 2012 22:45:15 GMT+0100 (Mitteleuropäische Zeit)"},"2623":{"date":{"__isSmartRef__":true,"id":2624},"author":"robertkrahn","message":"","id":"AD079589-9597-4D92-BE28-D9E40AA9A369"},"2624":{"isSerializedDate":true,"string":"Mon Jan 23 2012 22:50:25 GMT+0100 (Mitteleuropäische Zeit)"},"2625":{"date":{"__isSmartRef__":true,"id":2626},"author":"robertkrahn","message":"interface method","id":"EA5CC0C3-82FC-4C1F-8659-452101199D5B"},"2626":{"isSerializedDate":true,"string":"Mon Jan 23 2012 23:03:10 GMT+0100 (Mitteleuropäische Zeit)"},"2627":{"date":{"__isSmartRef__":true,"id":2628},"author":"robertkrahn","message":"fixed accessing modules/other objects","id":"BB732215-31F8-4BC7-BEBA-FAB7FBEA041A"},"2628":{"isSerializedDate":true,"string":"Mon Jan 23 2012 23:11:39 GMT+0100 (Mitteleuropäische Zeit)"},"2629":{"morph":{"__isSmartRef__":true,"id":2485},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2630":{"submorphs":[{"__isSmartRef__":true,"id":2631},{"__isSmartRef__":true,"id":2485}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2712},"derivationIds":[null,"984F3D84-2E36-449B-9083-5EA7716A94C1","E664F029-A031-4A69-94EE-020A9A73B764","B4F8125C-DA5A-48F7-9C8C-DA1656D44190","B8077D8B-33D2-4204-B3E0-5145ACF4B5DF","BAD39B83-BC4D-41C5-B3C3-1694F8FD2A4D","94097E13-0201-4898-9E8B-9C24DB04D135","677D9520-8B6A-4F15-9D65-036FA3E0DC58","E70E7BF4-1FE4-4493-A47C-113D498B0D18","628F99E3-21CD-4C63-BBC0-AB2076AEA25D","21D85BBB-CAD1-43C3-A1AE-93A128A7BBA2","B0EB9ED8-504C-47FF-ABF5-7FB4F221E0AF","24239B83-A960-49F2-8B0F-94E12CA82631","1F732C01-073F-43D2-A304-95F516E85F5F","1F184D20-BB14-4AD5-B05B-2D2A7D51D1AE","298719C8-B1C4-44B4-A6AA-A46FC743D24D"],"id":"F6B4E8D6-0E11-4721-914B-236322CEBB30","eventHandler":{"__isSmartRef__":true,"id":2713},"droppingEnabled":true,"halosEnabled":true,"draggingEnabled":true,"layout":{"__isSmartRef__":true,"id":2714},"LK2":true,"targetMorph":{"__isSmartRef__":true,"id":2485},"titleBar":{"__isSmartRef__":true,"id":2631},"collapsedTransform":{"__isSmartRef__":true,"id":2715},"expandedTransform":{"__isSmartRef__":true,"id":2716},"ignoreEventsOnExpand":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":2717},"name":"SimilarityDemo","highlighted":true,"isBeingDragged":false,"showsHalos":false,"_ClipMode":"visible","moved":true,"helperMorphs":[],"state":"expanded","prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":0},"_Rotation":0,"_Scale":1,"cameForward":false,"__serializedExpressions__":["_Position","contentOffset","collapsedExtent","expandedExtent","prevDragPos","expandedPosition","collapsedPosition"],"_StyleClassNames":["highlighted"],"__LivelyClassName__":"lively.morphic.Window","__SourceModuleName__":"Global.lively.morphic.Widgets","withoutLayers":["Global.lively.morphic.GrabbingLayer"],"_Position":"lively.pt(669.0,46.0)","contentOffset":"lively.pt(0.0,21.0)","collapsedExtent":"lively.pt(603.0,22.0)","expandedExtent":"lively.pt(597.0,646.0)","prevDragPos":"lively.pt(1096.0,75.0)","expandedPosition":"lively.pt(762.0,134.0)","collapsedPosition":"lively.pt(762.0,134.0)"},"2631":{"submorphs":[{"__isSmartRef__":true,"id":2632},{"__isSmartRef__":true,"id":2638},{"__isSmartRef__":true,"id":2661},{"__isSmartRef__":true,"id":2683}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2706},"derivationIds":[null,"B623DFDD-5652-4D7F-8CE0-D783DBF69520","248C0E0A-67B9-44AF-A5B3-DBB006F48C1F","9B0BCEA0-54C0-40EE-86DB-09E9B78B889B","1F9AE2A6-688A-445E-9C07-57426B100954","DF2D1B15-F737-4D3E-AAFC-10607F3DAD13","F9FB8CE7-AC60-4F24-B010-FA0CA553FE15","C30700DE-E73B-4290-870B-18D906DFDEE7","E585DA97-DE24-48A7-B40B-40A46FDF376B","B2D010B4-C128-4D73-B69D-633571856420","F5272DC2-7935-4D9C-A800-2424B614DA66","4E2523F2-6A19-449D-BA6E-22B87F0674F0","014AFA78-2300-48CA-BB43-0510AF88685A","CDD63813-6206-40A8-9AD2-A34B926F4952","EDFB21FD-01DA-49C5-B0AB-2F69D60F7435","A82CFCE3-6B53-4855-B2E5-898EC009DB03"],"id":"46F8C150-A606-4DB3-BC1F-380BA4C9E93D","eventHandler":{"__isSmartRef__":true,"id":2710},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":2711},"windowMorph":{"__isSmartRef__":true,"id":2630},"label":{"__isSmartRef__":true,"id":2632},"closeButton":{"__isSmartRef__":true,"id":2638},"menuButton":{"__isSmartRef__":true,"id":2661},"collapseButton":{"__isSmartRef__":true,"id":2683},"owner":{"__isSmartRef__":true,"id":2630},"showsHalos":false,"_ClipMode":"visible","#startLetters":"","__serializedExpressions__":["_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.TitleBar","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,-6.0)","distanceToDragEvent":"lively.pt(403.0,-11.0)"},"2632":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2633},"derivationIds":[null,"DA35F851-5F78-4207-878B-026E68446DC6","10BE6D29-58C3-439D-A5EC-A02AE92F1BFB","DE1057B9-F245-4702-AC57-87B0F65546C2","060C8187-02EE-4C39-91E7-B3A81FB1A8D0","36512396-B905-4C21-940F-09CA2501AD3A","2505F806-EABB-4E62-8367-B019D7EF0A78","BA6485A6-44F4-43AC-83E2-2AE9CD5B1693","1CAA0853-2843-4B0A-B657-808086653D2D","6310DFB2-AB10-4C15-B81C-A8FCFC5864A0","09FD7D35-6E37-440D-ADB4-B3F8CF956445","15E7B6EA-D121-4039-807A-824830DE7B11","21823A08-5802-406B-9B20-65C0609F2966","37D3BEDC-B03E-47F6-AC38-BB05DCC76791","FB0E2CA0-A885-4F33-A33E-733038866900","0FBFF1F0-D012-470E-9CB5-8FAEFE3B661E"],"id":"9E632078-D0E3-49B5-ADAE-5361270FBA28","_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":2634}],"eventHandler":{"__isSmartRef__":true,"id":2636},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":2637},"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":2631},"_MaxTextWidth":543,"_MinTextWidth":543,"_MaxTextHeight":null,"_MinTextHeight":null,"showsHalos":false,"#startLetters":"","_WordBreak":"break-all","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(20.0,3.0)"},"2633":{"_ClipMode":"hidden","_BorderWidth":0,"_Fill":null,"_BorderRadius":0,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(543.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"2634":{"style":{"__isSmartRef__":true,"id":2635},"chunkOwner":{"__isSmartRef__":true,"id":2632},"_id":"_24230","storedString":"SimilarityDemo","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2635":{"fontWeight":"normal","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2636":{"morph":{"__isSmartRef__":true,"id":2632},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2637":{"resizeWidth":true},"2638":{"submorphs":[{"__isSmartRef__":true,"id":2639}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2644},"derivationIds":[null,"CD3C54F8-E78E-4149-A482-1BFF2746734A","E9704F10-C861-4F9C-AF64-ECF410E66D60","C1EF6476-3DA8-49C2-AA86-33306C5F96CE","0C9856DD-7E2C-4768-AD4A-D83CDB566769","6875BC89-3CC5-4BDD-8267-03B69E1A8873","E379E3FD-227A-4FB5-8D5D-06D2BAA995F9","0702B200-EEC8-4474-A25F-5BBA245FA13D","8CF153FC-0155-4EE6-AFE4-3DD1705DAB17","CA02C3E4-5F7A-4A2E-AD83-E1D082EFEE0D","EA6D0336-764B-40FA-B68E-01902D9A98D0","1AF7E0F9-1130-4BAF-9430-D47C06292C2F","A1B4829E-1927-439B-88B7-BACBE254FB0B","24D70763-25B0-4E9B-A79B-34281BA92E5A","A6367AFD-6030-4D3D-B351-04383D304F4F","290357E2-7D62-4615-AA5F-6F384C2B4282"],"id":"DF7C8B6C-6C1F-4B21-A6F0-1A4A0C1FFBDD","eventHandler":{"__isSmartRef__":true,"id":2650},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2645},"lighterFill":{"__isSmartRef__":true,"id":2651},"label":{"__isSmartRef__":true,"id":2639},"owner":{"__isSmartRef__":true,"id":2631},"layout":{"__isSmartRef__":true,"id":2656},"attributeConnections":[{"__isSmartRef__":true,"id":2657},{"__isSmartRef__":true,"id":2659}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"_ClipMode":"visible","isPressed":false,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(582.0,3.0)"},"2639":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2640},"derivationIds":[null,"1E3AC917-DA58-45AA-843B-85BA7794AB1C","77C1615F-2DB5-4E14-93A1-C79592D60F75","55CF73B1-0D2B-45F7-A666-D1876863880F","71B0506B-F5A2-49C1-A25F-D65421710E82","1D817150-1C4C-40FA-B166-6D00376F4823","CA8CC24D-59CA-4D83-9B00-CAF4E5265E0B","8E49A571-5097-4B9C-9850-143A25CAA75F","4D167548-F9A9-48E9-BBFF-8BBC0AC2CDB9","29547129-F018-421A-A4E7-A439E51A1390","AE507227-1FA7-4881-B7CC-7E1F5CD02023","E6AE9DCF-0562-4EEE-AE73-E130D9399AB8","E5CC968C-10BA-4323-ADA4-116C87A576D1","45668CEC-1C10-49B8-8421-5D7EA6EA14CB","C9B46EF6-E842-4024-B323-5C802C5B30DC","D32DFB1A-6948-4B2B-A5FC-8DFA2D9C49E3"],"id":"E713F8E1-EF86-464D-BF71-875A31E1C128","_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":2641}],"eventHandler":{"__isSmartRef__":true,"id":2643},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":2638},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_WordBreak":"break-all","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)"},"2640":{"_ClipMode":"hidden","_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(0,3,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"2641":{"style":{"__isSmartRef__":true,"id":2642},"chunkOwner":{"__isSmartRef__":true,"id":2639},"storedString":"X","_id":"_868","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2642":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2643":{"morph":{"__isSmartRef__":true,"id":2639},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2644":{"_ClipMode":"visible","_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":2645},"_StrokeOpacity":0,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"2645":{"stops":[{"__isSmartRef__":true,"id":2646},{"__isSmartRef__":true,"id":2647},{"__isSmartRef__":true,"id":2648},{"__isSmartRef__":true,"id":2649}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2646":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"2647":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"2648":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"2649":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"2650":{"morph":{"__isSmartRef__":true,"id":2638},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2651":{"stops":[{"__isSmartRef__":true,"id":2652},{"__isSmartRef__":true,"id":2653},{"__isSmartRef__":true,"id":2654},{"__isSmartRef__":true,"id":2655}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2652":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"2653":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"2654":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"2655":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"2656":{"moveHorizontal":true},"2657":{"sourceObj":{"__isSmartRef__":true,"id":2638},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":2630},"targetMethodName":"getCloseHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2658},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2658":{"source":{"__isSmartRef__":true,"id":2638},"target":{"__isSmartRef__":true,"id":2630}},"2659":{"sourceObj":{"__isSmartRef__":true,"id":2638},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2630},"targetMethodName":"initiateShutdown","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2660},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2660":{"source":{"__isSmartRef__":true,"id":2638},"target":{"__isSmartRef__":true,"id":2630}},"2661":{"submorphs":[{"__isSmartRef__":true,"id":2662}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2667},"derivationIds":[null,"2DFF3A06-1D4D-4BCE-84C8-E16582C0644F","E5165601-759A-4DFE-86BB-A390586FE8EB","23491586-BEDC-4343-B433-524320F8C6AF","3803A8DC-051F-4C8A-81BE-9C1E4EE3CBDB","AC70E8B1-03BB-44BA-B9DD-036DD1D92E53","8B1CDA24-16B4-48E7-9905-30744AE2F79B","32C1A68F-2F70-4D28-BCCD-B66D9C1A9F1E","05443AAB-8AAD-4A68-A11A-0C08214F56BA","BECDB9D0-F9BA-4390-8192-3DC911FF8367","3C5D4AA5-989C-4DBD-8C76-172B336358A1","2A2E6638-CB53-456A-9B41-475CCBF0C70F","D568EE18-79A3-41DD-87C6-281E225745B2","64FA301B-645E-4655-AB62-11B56DC42229","DC5F02F9-12A3-49B9-A835-C1EF17C7C884","4FB7B1BB-3882-4E9E-9E30-D6A607B76899"],"id":"10682FB0-40CF-44BA-8699-3602456A1F18","eventHandler":{"__isSmartRef__":true,"id":2673},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2645},"lighterFill":{"__isSmartRef__":true,"id":2674},"label":{"__isSmartRef__":true,"id":2662},"owner":{"__isSmartRef__":true,"id":2631},"attributeConnections":[{"__isSmartRef__":true,"id":2679},{"__isSmartRef__":true,"id":2681}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"_ClipMode":"visible","isPressed":false,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(3.0,3.0)"},"2662":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2663},"derivationIds":[null,"0EE8F259-10F6-4022-B55C-0F1FF900A71B","1B49D7F3-F37C-4D94-A50C-416ECFDB19A2","AA259555-BACA-4A0A-8A5E-B37AB68727A1","5883A3D2-1CC0-42E4-B17E-1F97EBEBBCC1","46DB991F-F862-4555-A30E-686DAE3681F1","877BEFE1-71A2-453A-BE13-0B98856CA74E","EE53B955-BC31-432B-8BEA-697CA6CDD2E6","EB4063EA-23B9-4CAC-A032-62730ADCC102","ACFBEC1C-12D1-417C-B958-00E2564B4B0A","16748E7C-6BD6-487E-B8D1-9B505AF4E14B","6A7C322C-5D84-450C-AA09-15389143CCCC","C6689DFB-7930-435E-B162-E918C3AD8B9A","03628775-32A3-4CA8-9D89-AC9C06D2F921","9FFA5119-8D9D-4904-9D89-DCBCDEA7724C","4DC3BA90-9479-414C-A56C-554DD4F7CBEF"],"id":"57BB5B48-E049-4D9A-BA4B-97B8A15541BA","_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":2664}],"eventHandler":{"__isSmartRef__":true,"id":2666},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":2661},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_WordBreak":"break-all","showsHalos":false,"lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"__serializedExpressions__":["_Position","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","_TextColor":"Color.rgb(0,0,0)"},"2663":{"_ClipMode":"hidden","_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(0,3,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"2664":{"style":{"__isSmartRef__":true,"id":2665},"chunkOwner":{"__isSmartRef__":true,"id":2662},"storedString":"M","_id":"_869","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2665":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2666":{"morph":{"__isSmartRef__":true,"id":2662},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2667":{"_ClipMode":"visible","_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":2668},"_StrokeOpacity":0,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"2668":{"stops":[{"__isSmartRef__":true,"id":2669},{"__isSmartRef__":true,"id":2670},{"__isSmartRef__":true,"id":2671},{"__isSmartRef__":true,"id":2672}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2669":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"2670":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"2671":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"2672":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"2673":{"morph":{"__isSmartRef__":true,"id":2661},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2674":{"stops":[{"__isSmartRef__":true,"id":2675},{"__isSmartRef__":true,"id":2676},{"__isSmartRef__":true,"id":2677},{"__isSmartRef__":true,"id":2678}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2675":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"2676":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"2677":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"2678":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"2679":{"sourceObj":{"__isSmartRef__":true,"id":2661},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":2630},"targetMethodName":"getMenuHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2680},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2680":{"source":{"__isSmartRef__":true,"id":2661},"target":{"__isSmartRef__":true,"id":2630}},"2681":{"sourceObj":{"__isSmartRef__":true,"id":2661},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2630},"targetMethodName":"showTargetMorphMenu","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2682},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2682":{"source":{"__isSmartRef__":true,"id":2661},"target":{"__isSmartRef__":true,"id":2630}},"2683":{"submorphs":[{"__isSmartRef__":true,"id":2684}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2689},"derivationIds":[null,"BEFC5DAE-49C8-4384-89B8-3B9A2C32CE3D","CD301A1E-5256-4711-99CA-B2C14BE28BE1","E4F19FAD-4440-412A-BA0C-7679AC5DFC49","AD6AE788-AB05-4B6C-A538-33380C362704","F2797A2D-FB8D-435F-8926-D3FEB9D5FFB3","107C1EE1-CB43-48BD-A9FC-36BB7B833033","491DABA8-F080-48C4-A5A7-877CF3C48F31","19A670C2-1936-4FFA-93B5-C3B872067F9B","3E093FE4-A7A9-4AD9-9929-9EF48561F35F","A55B1FD8-3AD2-4792-B122-74D5B1562589","EA58910C-1608-49E4-AD42-0D8CBD73D057","6F79EF2A-5212-4BE2-ABA0-CF5AAEF37EC7","6E0B4BAC-CFA1-4111-A47F-276DBC17C1FE","D0639041-56B6-4EB5-80A7-CFFC12049129","971784BB-CCBE-42B5-857C-2033AA74D5C1"],"id":"0F9BAFE1-9697-417D-A1E7-751A3EA6D0BF","eventHandler":{"__isSmartRef__":true,"id":2695},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2645},"lighterFill":{"__isSmartRef__":true,"id":2696},"label":{"__isSmartRef__":true,"id":2684},"owner":{"__isSmartRef__":true,"id":2631},"layout":{"__isSmartRef__":true,"id":2701},"attributeConnections":[{"__isSmartRef__":true,"id":2702},{"__isSmartRef__":true,"id":2704}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"_ClipMode":"visible","isPressed":false,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(563.0,3.0)"},"2684":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2685},"derivationIds":[null,"0B1599B6-9C1B-4036-8070-6CE95A770FA8","436E893E-0B12-4BA1-B4C3-D0560A77CE8A","FCEFBC03-7031-4AB1-881B-381166E12622","C0EA67B0-126B-46A6-9F30-A31CF8212FC8","D761FF95-0739-4606-9869-E6EB0525440D","FB765E1E-1149-4AEE-A112-742C3BFE85C9","A2DB0588-6C99-412D-A1E6-3DE1B967B4AF","3E66B848-23CF-4545-8D2C-EE2E93B277B8","393D136F-A8FF-40B5-B520-E8ED269E22BB","152A52D3-FB32-4A37-B6DB-EAF0400207B7","C67A3B7A-F36E-4087-A2CF-F4AA9E92739F","767C10F2-2B34-4FC3-AD1C-88DE31D14DAD","8D4620A5-6111-4049-9FB3-BD4E08673C7F","824F8353-A739-47A1-A670-4E483BD91939","3942A655-4EE2-4A2E-813E-07E686EF6D1F"],"id":"2833CB0B-C935-42C4-A678-9CF8387C3E57","_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":2686}],"eventHandler":{"__isSmartRef__":true,"id":2688},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":2683},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_WordBreak":"break-all","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"__serializedExpressions__":["_Position","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","_TextColor":"Color.rgb(0,0,0)"},"2685":{"_ClipMode":"hidden","_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(0,3,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"2686":{"style":{"__isSmartRef__":true,"id":2687},"chunkOwner":{"__isSmartRef__":true,"id":2684},"storedString":"–","_id":"_870","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2687":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2688":{"morph":{"__isSmartRef__":true,"id":2684},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2689":{"_ClipMode":"visible","_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":2690},"_StrokeOpacity":0,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"2690":{"stops":[{"__isSmartRef__":true,"id":2691},{"__isSmartRef__":true,"id":2692},{"__isSmartRef__":true,"id":2693},{"__isSmartRef__":true,"id":2694}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2691":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"2692":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"2693":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"2694":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"2695":{"morph":{"__isSmartRef__":true,"id":2683},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2696":{"stops":[{"__isSmartRef__":true,"id":2697},{"__isSmartRef__":true,"id":2698},{"__isSmartRef__":true,"id":2699},{"__isSmartRef__":true,"id":2700}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2697":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"2698":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"2699":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"2700":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"2701":{"moveHorizontal":true},"2702":{"sourceObj":{"__isSmartRef__":true,"id":2683},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":2630},"targetMethodName":"getCollapseHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2703},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2703":{"source":{"__isSmartRef__":true,"id":2683},"target":{"__isSmartRef__":true,"id":2630}},"2704":{"sourceObj":{"__isSmartRef__":true,"id":2683},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2630},"targetMethodName":"toggleCollapse","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2705},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2705":{"source":{"__isSmartRef__":true,"id":2683},"target":{"__isSmartRef__":true,"id":2630}},"2706":{"_ClipMode":"visible","_BorderWidth":1,"_Fill":{"__isSmartRef__":true,"id":2707},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(602.0,25.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(102,102,102)"},"2707":{"stops":[{"__isSmartRef__":true,"id":2708},{"__isSmartRef__":true,"id":2709}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2708":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(255,255,255)"},"2709":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(163,163,163)"},"2710":{"morph":{"__isSmartRef__":true,"id":2631},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2711":{"resizeWidth":true,"adjustForNewBounds":true},"2712":{"_ClipMode":"visible","_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"__serializedExpressions__":["_Padding","_Extent","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Padding":"lively.rect(0,0,0,0)","_Extent":"lively.pt(596.0,645.0)","_Position":"lively.pt(0.0,0.0)"},"2713":{"morph":{"__isSmartRef__":true,"id":2630},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2714":{"adjustForNewBounds":true},"2715":{"a":1,"b":0,"c":0,"d":1,"e":762,"f":134,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2716":{"a":1,"b":0,"c":0,"d":1,"e":762,"f":134,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2717":{"partsSpaceName":"PartsBin/SimilarityDemo/","comment":"different kinds of similarity measure","migrationLevel":4,"partName":"SimilarityDemo","changes":[{"__isSmartRef__":true,"id":2718},{"__isSmartRef__":true,"id":2720},{"__isSmartRef__":true,"id":2722},{"__isSmartRef__":true,"id":2724},{"__isSmartRef__":true,"id":2726},{"__isSmartRef__":true,"id":2728},{"__isSmartRef__":true,"id":2730},{"__isSmartRef__":true,"id":2732},{"__isSmartRef__":true,"id":2734},{"__isSmartRef__":true,"id":2736},{"__isSmartRef__":true,"id":2738},{"__isSmartRef__":true,"id":2740},{"__isSmartRef__":true,"id":2742},{"__isSmartRef__":true,"id":2744},{"__isSmartRef__":true,"id":2746},{"__isSmartRef__":true,"id":2748},{"__isSmartRef__":true,"id":2750},{"__isSmartRef__":true,"id":2752},{"__isSmartRef__":true,"id":2754},{"__isSmartRef__":true,"id":2756},{"__isSmartRef__":true,"id":2758},{"__isSmartRef__":true,"id":2760},{"__isSmartRef__":true,"id":2762},{"__isSmartRef__":true,"id":2764},{"__isSmartRef__":true,"id":2766},{"__isSmartRef__":true,"id":2768},{"__isSmartRef__":true,"id":2770},{"__isSmartRef__":true,"id":2772},{"__isSmartRef__":true,"id":2774},{"__isSmartRef__":true,"id":2776},{"__isSmartRef__":true,"id":2778},{"__isSmartRef__":true,"id":2780},{"__isSmartRef__":true,"id":2782},{"__isSmartRef__":true,"id":2784},{"__isSmartRef__":true,"id":2786},{"__isSmartRef__":true,"id":2788},{"__isSmartRef__":true,"id":2790},{"__isSmartRef__":true,"id":2792},{"__isSmartRef__":true,"id":2794},{"__isSmartRef__":true,"id":2796},{"__isSmartRef__":true,"id":2798},{"__isSmartRef__":true,"id":2800},{"__isSmartRef__":true,"id":2802},{"__isSmartRef__":true,"id":2804}],"requiredModules":["lively.morphic.Core"],"revisionOnLoad":186544,"lastModifiedDate":{"__isSmartRef__":true,"id":2806},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2718":{"date":{"__isSmartRef__":true,"id":2719},"author":"josi","message":" some little adjustments","id":"0EFA2052-EF92-4175-83BD-5E5679278FAF"},"2719":{"isSerializedDate":true,"string":"Tue Dec 11 2012 11:10:16 GMT+0100 (Mitteleuropäische Zeit)"},"2720":{"date":{"__isSmartRef__":true,"id":2721},"author":"dustin.glaeser","message":"show arrows!","id":"5836C35E-C1C5-481C-AB87-3ADA42CE5F3A"},"2721":{"isSerializedDate":true,"string":"Tue Dec 04 2012 13:02:46 GMT+0100 (Mitteleuropäische Zeit)"},"2722":{"date":{"__isSmartRef__":true,"id":2723},"author":"dustin.glaeser","message":"algorithm fixed and arrows created","id":"5345B81D-71E6-465E-AF41-89A974DADFF7"},"2723":{"isSerializedDate":true,"string":"Thu Nov 29 2012 18:35:13 GMT+0100 (Mitteleuropäische Zeit)"},"2724":{"date":{"__isSmartRef__":true,"id":2725},"author":"dustin.glaeser","message":"matrix successfully filled!","id":"6ABD86C1-49B4-47DD-A6B9-7B2F58F909EE"},"2725":{"isSerializedDate":true,"string":"Thu Nov 22 2012 18:05:40 GMT+0100 (Mitteleuropäische Zeit)"},"2726":{"date":{"__isSmartRef__":true,"id":2727},"author":"dustin.glaeser","message":"show second word","id":"4E4FB7FB-ABCF-40E9-A14F-A25D9A330B61"},"2727":{"isSerializedDate":true,"string":"Thu Nov 22 2012 17:32:05 GMT+0100 (Mitteleuropäische Zeit)"},"2728":{"date":{"__isSmartRef__":true,"id":2729},"author":"dustin.glaeser","message":"first cells created","id":"443BB4D8-F530-436F-90AC-C5E513B28474"},"2729":{"isSerializedDate":true,"string":"Thu Nov 22 2012 16:55:29 GMT+0100 (Mitteleuropäische Zeit)"},"2730":{"date":{"__isSmartRef__":true,"id":2731},"author":"dustin.glaeser","message":"similarity display","id":"3408D35C-5C50-4B6C-B045-46C9676CD81C"},"2731":{"isSerializedDate":true,"string":"Thu Nov 15 2012 17:13:09 GMT+0100 (Mitteleuropäische Zeit)"},"2732":{"date":{"__isSmartRef__":true,"id":2733},"author":"dustin.glaeser","message":"change seperator","id":"02B52DBB-9A32-43C0-BBCE-B5B69DD3D7A5"},"2733":{"isSerializedDate":true,"string":"Thu Nov 15 2012 17:03:10 GMT+0100 (Mitteleuropäische Zeit)"},"2734":{"date":{"__isSmartRef__":true,"id":2735},"author":"dustin.glaeser","message":"traffic light!","id":"C2893E3C-B0AB-48B0-B2D1-A72F0A29D8A9"},"2735":{"isSerializedDate":true,"string":"Thu Nov 15 2012 16:38:49 GMT+0100 (Mitteleuropäische Zeit)"},"2736":{"date":{"__isSmartRef__":true,"id":2737},"author":"dustin.glaeser","message":"deactivate buttons on end of tokens","id":"EA8A4BF8-86F2-4A3D-AACE-D92AB5C0A15C"},"2737":{"isSerializedDate":true,"string":"Thu Nov 15 2012 15:50:04 GMT+0100 (Mitteleuropäische Zeit)"},"2738":{"date":{"__isSmartRef__":true,"id":2739},"author":"dustin.glaeser","message":"added text highlighting for tokens","id":"8F87321D-DECB-4FB0-B682-D4E42C28FBD1"},"2739":{"isSerializedDate":true,"string":"Mon Nov 12 2012 18:36:00 GMT+0100 (Mitteleuropäische Zeit)"},"2740":{"date":{"__isSmartRef__":true,"id":2741},"author":"josi","message":"fixed tokenizer bug","id":"49F8532F-8C36-44A6-8840-E00D4DCE7477"},"2741":{"isSerializedDate":true,"string":"Mon Nov 12 2012 16:58:19 GMT+0100 (Mitteleuropäische Zeit)"},"2742":{"date":{"__isSmartRef__":true,"id":2743},"author":"josi","message":"added slider for changing token size","id":"D7651A5D-A080-442B-9CDA-98FF40B0FE6E"},"2743":{"isSerializedDate":true,"string":"Mon Nov 12 2012 16:34:27 GMT+0100 (Mitteleuropäische Zeit)"},"2744":{"date":{"__isSmartRef__":true,"id":2745},"author":"robertkrahn","message":"fixed accessing modules/other objects","id":"BB732215-31F8-4BC7-BEBA-FAB7FBEA041A"},"2745":{"isSerializedDate":true,"string":"Mon Jan 23 2012 23:11:39 GMT+0100 (Mitteleuropäische Zeit)"},"2746":{"date":{"__isSmartRef__":true,"id":2747},"author":"robertkrahn","message":"interface method","id":"EA5CC0C3-82FC-4C1F-8659-452101199D5B"},"2747":{"isSerializedDate":true,"string":"Mon Jan 23 2012 23:03:10 GMT+0100 (Mitteleuropäische Zeit)"},"2748":{"date":{"__isSmartRef__":true,"id":2749},"author":"robertkrahn","message":"","id":"AD079589-9597-4D92-BE28-D9E40AA9A369"},"2749":{"isSerializedDate":true,"string":"Mon Jan 23 2012 22:50:25 GMT+0100 (Mitteleuropäische Zeit)"},"2750":{"date":{"__isSmartRef__":true,"id":2751},"author":"robertkrahn","message":"","id":"8B515968-4860-4D29-9160-5D858D367646"},"2751":{"isSerializedDate":true,"string":"Mon Jan 23 2012 22:45:15 GMT+0100 (Mitteleuropäische Zeit)"},"2752":{"date":{"__isSmartRef__":true,"id":2753},"author":"robertkrahn","message":"status text","id":"19D49F57-D036-4A67-9184-99F190140BAD"},"2753":{"isSerializedDate":true,"string":"Mon Jan 23 2012 22:38:05 GMT+0100 (Mitteleuropäische Zeit)"},"2754":{"date":{"__isSmartRef__":true,"id":2755},"author":"robertkrahn","message":"","id":"AA8ED2F0-2052-43D3-BD62-EDCE7F36828C"},"2755":{"isSerializedDate":true,"string":"Mon Jan 23 2012 20:44:26 GMT+0100 (Mitteleuropäische Zeit)"},"2756":{"date":{"__isSmartRef__":true,"id":2757},"author":"robertkrahn","message":"","id":"B2D39551-02BB-4FBF-AF46-6C669B48EF49"},"2757":{"isSerializedDate":true,"string":"Mon Jan 23 2012 20:43:54 GMT+0100 (Mitteleuropäische Zeit)"},"2758":{"date":{"__isSmartRef__":true,"id":2759},"author":"robertkrahn","message":"","id":"429207C0-9E04-4756-9130-BC93002BD966"},"2759":{"isSerializedDate":true,"string":"Mon Jan 23 2012 20:33:59 GMT+0100 (Mitteleuropäische Zeit)"},"2760":{"date":{"__isSmartRef__":true,"id":2761},"author":"sstamm","message":"now with realistic physics for big bigs","id":"08321357-0A0F-406D-9D55-783ADF52A314"},"2761":{"isSerializedDate":true,"string":"Thu Dec 08 2011 14:17:53 GMT+0100 (Mitteleuropäische Zeit)"},"2762":{"date":{"__isSmartRef__":true,"id":2763},"author":"sstamm","message":"initial commit","id":"EA978182-4DB0-4062-9ACB-1EFF37F783AE"},"2763":{"isSerializedDate":true,"string":"Thu Dec 08 2011 13:36:09 GMT+0100 (Mitteleuropäische Zeit)"},"2764":{"date":{"__isSmartRef__":true,"id":2765},"author":"josi","message":"basic windows","id":"29EAD022-5D53-412D-BE5B-1232E06EF0CE"},"2765":{"isSerializedDate":true,"string":"Thu Nov 08 2012 17:07:03 GMT+0100 (Mitteleuropäische Zeit)"},"2766":{"date":{"__isSmartRef__":true,"id":2767},"author":"josi","message":"basic windows","id":"A1F067EA-E7A3-495B-94B2-D18C5087AD4F"},"2767":{"isSerializedDate":true,"string":"Thu Nov 08 2012 17:07:35 GMT+0100 (Mitteleuropäische Zeit)"},"2768":{"date":{"__isSmartRef__":true,"id":2769},"author":"josi","message":"simple Jaccard, without showing results yet","id":"807002EA-95FC-44DC-8DBE-D9CF08A123FA"},"2769":{"isSerializedDate":true,"string":"Mon Nov 12 2012 13:31:34 GMT+0100 (Mitteleuropäische Zeit)"},"2770":{"date":{"__isSmartRef__":true,"id":2771},"author":"josi","message":"added case sensitivity","id":"D90A5651-0B35-4577-8CD2-46BEEEC3A91A"},"2771":{"isSerializedDate":true,"string":"Mon Nov 12 2012 13:56:39 GMT+0100 (Mitteleuropäische Zeit)"},"2772":{"date":{"__isSmartRef__":true,"id":2773},"author":"josi","message":"no comment","id":"BAE8AD49-F48E-4BAC-9726-C091424BAD41"},"2773":{"isSerializedDate":true,"string":"Mon Nov 12 2012 17:57:32 GMT+0100 (Mitteleuropäische Zeit)"},"2774":{"date":{"__isSmartRef__":true,"id":2775},"author":"dustin.glaeser","message":"added stepping","id":"5B137C92-7DB0-4C91-BC51-F57E3B490077"},"2775":{"isSerializedDate":true,"string":"Wed Nov 14 2012 12:31:27 GMT+0100 (Mitteleuropäische Zeit)"},"2776":{"date":{"__isSmartRef__":true,"id":2777},"author":"dustin.glaeser","message":"into jaccard!","id":"67BE7D91-1883-4748-8DD1-75C4103AFA17"},"2777":{"isSerializedDate":true,"string":"Tue Nov 20 2012 15:53:58 GMT+0100 (Mitteleuropäische Zeit)"},"2778":{"date":{"__isSmartRef__":true,"id":2779},"author":"dustin.glaeser","message":"initialize levenshtein matrix","id":"6ED41381-1B35-4A91-A327-2A39528B4CCE"},"2779":{"isSerializedDate":true,"string":"Tue Nov 20 2012 16:31:33 GMT+0100 (Mitteleuropäische Zeit)"},"2780":{"date":{"__isSmartRef__":true,"id":2781},"author":"dustin.glaeser","message":"fill algorithm for levenshtein matrix ","id":"DBA5D12E-DEDD-43CE-A8B7-7EBCBC80B615"},"2781":{"isSerializedDate":true,"string":"Tue Nov 20 2012 17:22:13 GMT+0100 (Mitteleuropäische Zeit)"},"2782":{"date":{"__isSmartRef__":true,"id":2783},"author":"dustin.glaeser","message":"case insensitvity for evenshtein","id":"ADDFAD64-23AA-44C7-8A8D-5206FA07DFCF"},"2783":{"isSerializedDate":true,"string":"Tue Nov 20 2012 17:39:19 GMT+0100 (Mitteleuropäische Zeit)"},"2784":{"date":{"__isSmartRef__":true,"id":2785},"author":"dustin.glaeser","message":"started stepping forward","id":"EBEDB2EE-8138-4699-AC36-1D1E6B40AA1A"},"2785":{"isSerializedDate":true,"string":"Tue Nov 27 2012 17:04:07 GMT+0100 (Mitteleuropäische Zeit)"},"2786":{"date":{"__isSmartRef__":true,"id":2787},"author":"dustin.glaeser","message":"no comment","id":"8377B5F9-E6AE-403B-B4B7-213E3A9641BC"},"2787":{"isSerializedDate":true,"string":"Thu Nov 29 2012 16:22:40 GMT+0100 (Mitteleuropäische Zeit)"},"2788":{"date":{"__isSmartRef__":true,"id":2789},"author":"josi","message":"no comment","id":"1C3FF875-68D9-4000-97F2-EFD0EA524458"},"2789":{"isSerializedDate":true,"string":"Tue Dec 04 2012 11:29:12 GMT+0100 (Mitteleuropäische Zeit)"},"2790":{"date":{"__isSmartRef__":true,"id":2791},"author":"dustin.glaeser","message":"garbage collection","id":"4B609E1F-E208-4967-A045-F10253631899"},"2791":{"isSerializedDate":true,"string":"Thu Dec 06 2012 17:15:07 GMT+0100 (Mitteleuropäische Zeit)"},"2792":{"date":{"__isSmartRef__":true,"id":2793},"author":"dustin.glaeser","message":"always delete arrows ","id":"3E4483C3-DE2A-4264-B851-F9B7E9B10842"},"2793":{"isSerializedDate":true,"string":"Thu Dec 06 2012 17:23:04 GMT+0100 (Mitteleuropäische Zeit)"},"2794":{"date":{"__isSmartRef__":true,"id":2795},"author":"dustin.glaeser","message":"black arrows!","id":"FF2E4E6B-B3D3-48D3-983C-D9FCAE31CB83"},"2795":{"isSerializedDate":true,"string":"Thu Dec 06 2012 17:28:12 GMT+0100 (Mitteleuropäische Zeit)"},"2796":{"date":{"__isSmartRef__":true,"id":2797},"author":"dustin.glaeser","message":"backtracing","id":"EE541679-BE48-40EA-9BAE-5FAA6688B965"},"2797":{"isSerializedDate":true,"string":"Thu Dec 06 2012 17:42:30 GMT+0100 (Mitteleuropäische Zeit)"},"2798":{"date":{"__isSmartRef__":true,"id":2799},"author":"dustin.glaeser","message":"color key and scroll fuzz","id":"900156CD-39A1-46B8-A288-D87DEC8D8BD6"},"2799":{"isSerializedDate":true,"string":"Tue Dec 11 2012 12:23:36 GMT+0100 (Mitteleuropäische Zeit)"},"2800":{"date":{"__isSmartRef__":true,"id":2801},"author":"dustin.glaeser","message":"initial textBoxes","id":"6CF3E143-0C72-49E7-85A9-73382598ECB9"},"2801":{"isSerializedDate":true,"string":"Tue Dec 11 2012 15:37:27 GMT+0100 (Mitteleuropäische Zeit)"},"2802":{"date":{"__isSmartRef__":true,"id":2803},"author":"dustin.glaeser","message":"backtracing seems to work","id":"901DF640-7781-4C27-B010-82D90DA86B72"},"2803":{"isSerializedDate":true,"string":"Thu Dec 13 2012 10:37:51 GMT+0100 (Mitteleuropäische Zeit)"},"2804":{"date":{"__isSmartRef__":true,"id":2805},"author":"dustin.glaeser","message":"new forwardButton","id":"5BFE6796-C28A-4AAA-9C24-36D27A195626"},"2805":{"isSerializedDate":true,"string":"Thu Dec 13 2012 10:45:26 GMT+0100 (Mitteleuropäische Zeit)"},"2806":{"isSerializedDate":true,"string":"Thu Dec 13 2012 10:45:02 GMT+0100 (Mitteleuropäische Zeit)"},"2807":{"resizeWidth":true,"resizeHeight":true},"2808":{"reset":{"__isSmartRef__":true,"id":2809},"onLoad":{"__isSmartRef__":true,"id":2813},"calculateSimilarities":{"__isSmartRef__":true,"id":2817}},"2809":{"varMapping":{"__isSmartRef__":true,"id":2810},"source":"function reset() {\n this.get(\"firstStringText\").setTextString(\"Tier\")\n this.get(\"secondStringText\").setTextString(\"Tor\")\n \n this.get(\"Jaccard - Pane\").reset()\n this.get(\"Levenshtein - Pane\").reset()\n}","funcProperties":{"__isSmartRef__":true,"id":2811},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2810":{"this":{"__isSmartRef__":true,"id":2485}},"2811":{"timestamp":{"__isSmartRef__":true,"id":2812},"user":"dustin.glaeser","tags":[]},"2812":{"isSerializedDate":true,"string":"Thu Nov 22 2012 18:04:45 GMT+0100 (Mitteleuropäische Zeit)"},"2813":{"varMapping":{"__isSmartRef__":true,"id":2814},"source":"function onLoad() {\n this.updateStatus(this.moduleName);\n}","funcProperties":{"__isSmartRef__":true,"id":2815},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2814":{"this":{"__isSmartRef__":true,"id":2485}},"2815":{"timestamp":{"__isSmartRef__":true,"id":2816},"user":"robertkrahn","tags":[]},"2816":{"isSerializedDate":true,"string":"Mon Jan 23 2012 22:44:21 GMT+0100 (Mitteleuropäische Zeit)"},"2817":{"varMapping":{"__isSmartRef__":true,"id":2818},"source":"function calculateSimilarities() {\n \n var firstString = this.get(\"firstStringText\").getTextString().replace(/ /g,\"˽\")\n var secondString = this.get(\"secondStringText\").getTextString().replace(/ /g,\"˽\")\n \n if (this.get(\"caseSensitivityCheck\").checked){\n firstString = firstString.toUpperCase()\n secondString = secondString.toUpperCase()\n }\n \n this.get(\"Jaccard - Pane\").analyzeWords(firstString, secondString)\n this.get(\"Levenshtein - Pane\").analyzeWords(firstString, secondString)\n}","funcProperties":{"__isSmartRef__":true,"id":2819},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2818":{"this":{"__isSmartRef__":true,"id":2485}},"2819":{"timestamp":{"__isSmartRef__":true,"id":2820},"user":"josi","tags":[]},"2820":{"isSerializedDate":true,"string":"Tue Dec 11 2012 11:05:36 GMT+0100 (Mitteleuropäische Zeit)"},"2821":{"_ClipMode":"visible","_BorderWidth":1,"__serializedExpressions__":["_Position","_Extent","_Padding","_Fill","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(600.0,30.0)","_Padding":"lively.rect(0,0,0,0)","_Fill":"Color.rgb(204,204,204)","_BorderColor":"Color.rgb(204,204,204)"},"2822":{"morph":{"__isSmartRef__":true,"id":2231},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2823":{"adjustForNewBounds":true,"resizeWidth":true},"2824":{"adjustForNewBounds":true},"2825":{},"2826":{"initializeMatrix":{"__isSmartRef__":true,"id":2827},"analyzeWords":{"__isSmartRef__":true,"id":2831},"reset":{"__isSmartRef__":true,"id":2835},"fillCellAt":{"__isSmartRef__":true,"id":2839},"showFirstWord":{"__isSmartRef__":true,"id":2843},"showSecondWord":{"__isSmartRef__":true,"id":2847},"createCell":{"__isSmartRef__":true,"id":2851},"hideAllValues":{"__isSmartRef__":true,"id":2855},"showAllValues":{"__isSmartRef__":true,"id":2859},"showNextValue":{"__isSmartRef__":true,"id":2863},"hideCurrentValue":{"__isSmartRef__":true,"id":2867},"createArrow":{"__isSmartRef__":true,"id":2871},"createGreenArrow":{"__isSmartRef__":true,"id":2875},"createRedArrow":{"__isSmartRef__":true,"id":2879},"createBlueArrow":{"__isSmartRef__":true,"id":2883},"showArrow":{"__isSmartRef__":true,"id":2887},"backtrace":{"__isSmartRef__":true,"id":2891},"updateScrollBars":{"__isSmartRef__":true,"id":2895},"showEvolutionArray":{"__isSmartRef__":true,"id":2899},"initializeEvolutionArray":{"__isSmartRef__":true,"id":2903},"fillEvolutionArray":{"__isSmartRef__":true,"id":2907},"writeCurrentLine":{"__isSmartRef__":true,"id":2911},"determineCurrentCell":{"__isSmartRef__":true,"id":2915}},"2827":{"varMapping":{"__isSmartRef__":true,"id":2828},"source":"function initializeMatrix(firstLength, secondLength) {\n var matrix = new Array(firstLength + 1)\n \n for (var i = 0; i= this.similarityMatrix.length-1 &&\n this.matrixIndexY >= this.similarityMatrix[0].length-1) {\n return\n } else if (this.matrixIndexX >= this.similarityMatrix.length-1){\n this.matrixIndexX = 0\n this.matrixIndexY++\n this.showArrow(this.matrixIndexX, this.matrixIndexY)\n } else {\n this.matrixIndexX++\n this.showArrow(this.matrixIndexX, this.matrixIndexY)\n }\n this.similarityMatrix[this.matrixIndexX][this.matrixIndexY].showValue()\n \n if (this.matrixIndexX >= this.similarityMatrix.length-1 &&\n this.matrixIndexY >= this.similarityMatrix[0].length-1) {\n this.get(\"forwardButton\").setActive(false)\n }\n this.updateScrollBars()\n}","funcProperties":{"__isSmartRef__":true,"id":2865},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2864":{"this":{"__isSmartRef__":true,"id":329}},"2865":{"timestamp":{"__isSmartRef__":true,"id":2866},"user":"dustin.glaeser","tags":[]},"2866":{"isSerializedDate":true,"string":"Tue Dec 11 2012 12:30:50 GMT+0100 (Mitteleuropäische Zeit)"},"2867":{"varMapping":{"__isSmartRef__":true,"id":2868},"source":"function hideCurrentValue() {\n this.arrowsToDelete.invoke(\"remove\")\n this.arrowsToDelete = []\n \n if (this.matrixIndexX == null && this.matrixIndexY == null) {\n return\n }\n this.similarityMatrix[this.matrixIndexX][this.matrixIndexY].hideValue() \n \n if (this.matrixIndexX >= this.similarityMatrix.length-1 &&\n this.matrixIndexY >= this.similarityMatrix[0].length-1){\n this.matrixIndexX = this.similarityMatrix.length-2\n this.matrixIndexY = this.similarityMatrix[0].length-1\n this.get(\"forwardButton\").setActive(true)\n this.showArrow(this.matrixIndexX, this.matrixIndexY)\n \n } else if (this.matrixIndexX == 0 && this.matrixIndexY == 0){\n this.matrixIndexX = null\n this.matrixIndexY = null\n this.get(\"backButton\").setActive(false)\n \n } else if (this.matrixIndexX == 0){\n this.matrixIndexX = this.similarityMatrix.length - 1\n this.matrixIndexY--\n this.showArrow(this.matrixIndexX, this.matrixIndexY)\n \n } else {\n this.matrixIndexX--\n this.showArrow(this.matrixIndexX, this.matrixIndexY)\n }\n this.updateScrollBars()\n}","funcProperties":{"__isSmartRef__":true,"id":2869},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2868":{"this":{"__isSmartRef__":true,"id":329}},"2869":{"timestamp":{"__isSmartRef__":true,"id":2870},"user":"dustin.glaeser","tags":[]},"2870":{"isSerializedDate":true,"string":"Tue Dec 11 2012 12:31:41 GMT+0100 (Mitteleuropäische Zeit)"},"2871":{"varMapping":{"__isSmartRef__":true,"id":2872},"source":"function createArrow() {\n var arrow = $world.loadPartItem(\"LineWithArrow\", \"PartsBin/Basic\")\n \n arrow.setScale(0.2)\n arrow.setBorderWidth(4)\n arrow.submorphs[0].setScale(2)\n \n return arrow\n}","funcProperties":{"__isSmartRef__":true,"id":2873},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2872":{"this":{"__isSmartRef__":true,"id":329}},"2873":{"timestamp":{"__isSmartRef__":true,"id":2874},"user":"dustin.glaeser","tags":[]},"2874":{"isSerializedDate":true,"string":"Thu Dec 06 2012 17:18:21 GMT+0100 (Mitteleuropäische Zeit)"},"2875":{"varMapping":{"__isSmartRef__":true,"id":2876},"source":"function createGreenArrow() {\n var arrow = this.createArrow()\n \n arrow.setRotation(0.89)\n arrow.setBorderColor(Color.green)\n arrow.submorphs[0].setFill(Color.green)\n \n return arrow\n}","funcProperties":{"__isSmartRef__":true,"id":2877},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2876":{"this":{"__isSmartRef__":true,"id":329}},"2877":{"timestamp":{"__isSmartRef__":true,"id":2878},"user":"josi","tags":[]},"2878":{"isSerializedDate":true,"string":"Tue Dec 11 2012 11:07:31 GMT+0100 (Mitteleuropäische Zeit)"},"2879":{"varMapping":{"__isSmartRef__":true,"id":2880},"source":"function createRedArrow() {\n var arrow = this.createArrow()\n \n arrow.setRotation(-0.65)\n arrow.setBorderColor(Color.red)\n arrow.submorphs[0].setFill(Color.red)\n \n return arrow\n}","funcProperties":{"__isSmartRef__":true,"id":2881},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2880":{"this":{"__isSmartRef__":true,"id":329}},"2881":{"timestamp":{"__isSmartRef__":true,"id":2882},"user":"josi","tags":[]},"2882":{"isSerializedDate":true,"string":"Tue Dec 11 2012 11:07:36 GMT+0100 (Mitteleuropäische Zeit)"},"2883":{"varMapping":{"__isSmartRef__":true,"id":2884},"source":"function createBlueArrow() {\n var arrow = this.createArrow()\n \n arrow.setBorderColor(Color.blue)\n arrow.submorphs[0].setFill(Color.blue)\n \n return arrow\n}","funcProperties":{"__isSmartRef__":true,"id":2885},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2884":{"this":{"__isSmartRef__":true,"id":329}},"2885":{"timestamp":{"__isSmartRef__":true,"id":2886},"user":"dustin.glaeser","tags":[]},"2886":{"isSerializedDate":true,"string":"Thu Dec 06 2012 17:18:24 GMT+0100 (Mitteleuropäische Zeit)"},"2887":{"varMapping":{"__isSmartRef__":true,"id":2888},"source":"function showArrow(x,y) {\n \n var currentCell = this.similarityMatrix[x][y]\n var origin = currentCell.getOrigin()\n var arrow = null \n \n if (origin == \"west\"){\n arrow = this.createRedArrow()\n this.addMorph(arrow)\n arrow.setPosition(pt(currentCell.getPosition().x, currentCell.getCenter().y))\n } else if (origin == \"north\"){\n arrow = this.createGreenArrow()\n this.addMorph(arrow)\n arrow.setPosition(pt(currentCell.getCenter().x, currentCell.getPosition().y))\n } else if (origin == \"northWest\"){\n \n if(this.firstWord[x-1] == this.secondWord[y-1]){\n arrow = this.createArrow() \n } else {\n arrow = this.createBlueArrow() \n }\n this.addMorph(arrow)\n arrow.setPosition(currentCell.getPosition())\n }\n this.arrowsToDelete.push(arrow)\n this.updateScrollBars()\n}","funcProperties":{"__isSmartRef__":true,"id":2889},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2888":{"this":{"__isSmartRef__":true,"id":329}},"2889":{"timestamp":{"__isSmartRef__":true,"id":2890},"user":"dustin.glaeser","tags":[]},"2890":{"isSerializedDate":true,"string":"Tue Dec 11 2012 12:33:00 GMT+0100 (Mitteleuropäische Zeit)"},"2891":{"varMapping":{"__isSmartRef__":true,"id":2892},"source":"function backtrace() {\n this.textBoxesToDelete.invoke(\"remove\")\n this.textBoxesToDelete = []\n this.evolutionArray = []\n \n this.stepCounter = 0\n this.showAllValues()\n \n var x = this.matrixIndexX\n var y = this.matrixIndexY\n \n while(!(x == 0 && y == 0)){\n this.showArrow(x, y)\n var origin = this.similarityMatrix[x][y].getOrigin()\n \n if (origin == \"northWest\"){\n x--\n y--\n } else if (origin == \"north\"){\n y--\n } else {\n x--\n }\n this.stepCounter++\n }\n this.showEvolutionArray()\n}","funcProperties":{"__isSmartRef__":true,"id":2893},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2892":{"this":{"__isSmartRef__":true,"id":329}},"2893":{"timestamp":{"__isSmartRef__":true,"id":2894},"user":"dustin.glaeser","tags":[]},"2894":{"isSerializedDate":true,"string":"Tue Dec 11 2012 15:53:01 GMT+0100 (Mitteleuropäische Zeit)"},"2895":{"varMapping":{"__isSmartRef__":true,"id":2896},"source":"function updateScrollBars() {\n this.adjustToNewContainerSize(this.getExtent())\n this.adjustToNewContainerSize(this.getExtent())\n}","funcProperties":{"__isSmartRef__":true,"id":2897},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2896":{"this":{"__isSmartRef__":true,"id":329}},"2897":{"timestamp":{"__isSmartRef__":true,"id":2898},"user":"dustin.glaeser","tags":[]},"2898":{"isSerializedDate":true,"string":"Tue Dec 11 2012 12:29:53 GMT+0100 (Mitteleuropäische Zeit)"},"2899":{"varMapping":{"__isSmartRef__":true,"id":2900},"source":"function showEvolutionArray() {\n\n this.initializeEvolutionArray()\n \n var startingCell= new Object()\n startingCell.x = this.matrixIndexX\n startingCell.y = this.matrixIndexY\n startingCell.origin = this.similarityMatrix[startingCell.x][startingCell.y].getOrigin()\n \n this.fillEvolutionArray(startingCell, this.stepCounter-1)\n \n /*\n for (var i = this.stepCounter-1; i > 0; i--){\n var origin = this.similarityMatrix[startingCell.x][startingCell.y].getOrigin()\n \n if (origin == \"northWest\"){\n if (!(this.firstWord[startingCell.x-1] == this.secondWord[startingCell.y-1])){\n var newWord = this.evolutionArray[i+1].getTextString().substring(0, i-1) \n + this.firstWord[i-1]\n + this.evolutionArray[i+1].getTextString().substr(i)\n this.evolutionArray[i].setTextString(newWord)\n } else {\n this.evolutionArray[i].setTextString(this.evolutionArray[i+1].getTextString())\n }\n startingCell.x--\n startingCell.y--\n } else if (origin == \"north\"){\n var newWord = this.evolutionArray[i+1].getTextString().substring(0, i) \n + this.evolutionArray[i+1].getTextString().substr(i+1)\n this.evolutionArray[i].setTextString(newWord)\n startingCell.y--\n } else {\n alertOK(i)\n var newWord = this.evolutionArray[i+1].getTextString().substring(0, i+1) \n + this.firstWord[startingCell.x]\n + this.evolutionArray[i+1].getTextString().substr(i+1)\n this.evolutionArray[i].setTextString(newWord)\n startingCell.x--\n }\n \n }*/\n \n}","funcProperties":{"__isSmartRef__":true,"id":2901},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2900":{"this":{"__isSmartRef__":true,"id":329}},"2901":{"timestamp":{"__isSmartRef__":true,"id":2902},"user":"dustin.glaeser","tags":[]},"2902":{"isSerializedDate":true,"string":"Wed Dec 12 2012 15:02:01 GMT+0100 (Mitteleuropäische Zeit)"},"2903":{"varMapping":{"__isSmartRef__":true,"id":2904},"source":"function initializeEvolutionArray() {\n var lastCell = this.similarityMatrix.last()[0]\n var startPosition = lastCell.getPosition().addXY(lastCell.getExtent().x*2, -(lastCell.getExtent().y+5))\n \n for (var i = 0; i 1){\n this.fillEvolutionArray(currentCell, lineNumber-1)\n }\n \n this.writeCurrentLine(currentCell, lineNumber)\n \n\n}","funcProperties":{"__isSmartRef__":true,"id":2909},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2908":{"this":{"__isSmartRef__":true,"id":329}},"2909":{"timestamp":{"__isSmartRef__":true,"id":2910},"user":"dustin.glaeser","tags":[]},"2910":{"isSerializedDate":true,"string":"Thu Dec 13 2012 02:09:05 GMT+0100 (Mitteleuropäische Zeit)"},"2911":{"varMapping":{"__isSmartRef__":true,"id":2912},"source":"function writeCurrentLine(currentCell, lineNumber) {\n //write current line\n if (currentCell.origin == \"northWest\"){\n \n if (!(this.firstWord[currentCell.x-1] == this.secondWord[currentCell.y-1])){\n // Substitution\n var newWord = this.evolutionArray[lineNumber-1].getTextString().substring(0, currentCell.y-1) \n + this.secondWord[currentCell.y-1]\n + this.evolutionArray[lineNumber-1].getTextString().substring(currentCell.y)\n this.evolutionArray[lineNumber].setTextString(newWord)\n \n } else { \n // Match\n this.evolutionArray[lineNumber].setTextString(this.evolutionArray[lineNumber-1].getTextString())\n }\n \n } else if (currentCell.origin == \"north\"){\n // Insertion\n var newWord = this.evolutionArray[lineNumber-1].getTextString().substring(0, currentCell.y-1) \n + this.secondWord[currentCell.y-1]\n + this.evolutionArray[lineNumber-1].getTextString().substring(currentCell.y-1)\n this.evolutionArray[lineNumber].setTextString(newWord)\n \n } else {\n // Deletion\n var newWord = this.evolutionArray[lineNumber-1].getTextString().substring(0, currentCell.y) \n + this.evolutionArray[lineNumber-1].getTextString().substring(currentCell.y+1)\n this.evolutionArray[lineNumber].setTextString(newWord)\n }\n}","funcProperties":{"__isSmartRef__":true,"id":2913},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2912":{"this":{"__isSmartRef__":true,"id":329}},"2913":{"timestamp":{"__isSmartRef__":true,"id":2914},"user":"dustin.glaeser","tags":[]},"2914":{"isSerializedDate":true,"string":"Thu Dec 13 2012 02:07:14 GMT+0100 (Mitteleuropäische Zeit)"},"2915":{"varMapping":{"__isSmartRef__":true,"id":2916},"source":"function determineCurrentCell(nextCell) {\n var currentCell = new Object()\n \n //determine currentCell\n if (nextCell.origin == \"northWest\"){\n currentCell.x = nextCell.x-1\n currentCell.y = nextCell.y-1\n \n } else if (nextCell.origin == \"north\"){\n currentCell.x = nextCell.x\n currentCell.y = nextCell.y-1\n \n } else {\n currentCell.x = nextCell.x-1\n currentCell.y = nextCell.y\n }\n \n currentCell.origin = this.similarityMatrix[currentCell.x][currentCell.y].getOrigin()\n \n return currentCell\n}","funcProperties":{"__isSmartRef__":true,"id":2917},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2916":{"this":{"__isSmartRef__":true,"id":329}},"2917":{"timestamp":{"__isSmartRef__":true,"id":2918},"user":"dustin.glaeser","tags":[]},"2918":{"isSerializedDate":true,"string":"Thu Dec 13 2012 02:10:29 GMT+0100 (Mitteleuropäische Zeit)"},"2919":{"morph":{"__isSmartRef__":true,"id":245},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2920":{"sourceObj":{"__isSmartRef__":true,"id":245},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":2921},"targetMethodName":"indicateUnsavedChanges","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2921":{"submorphs":[],"scripts":[],"id":"EDEB1B15-9404-404D-9756-E324AFA608CD","shape":{"__isSmartRef__":true,"id":2922},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"ChangeIndicator","partsBinMetaInfo":{"__isSmartRef__":true,"id":2923},"eventHandler":{"__isSmartRef__":true,"id":2924},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":10},"layout":{"__isSmartRef__":true,"id":2925},"isBeingDragged":false,"grabbingEnabled":false,"draggingEnabled":false,"isCopyMorphRef":true,"morphRefId":26,"derivationIds":[220,"EE491D24-F056-4AFE-A669-7B7048C6C3D1","3FA4A8C3-0FC0-43A0-8C00-00A96F9022E2","62DAD3C6-A81D-450F-B32F-601EA7E619D8","EEDB0C58-5990-481A-A7FF-ACB1A2DF08DD","16F708CB-1259-4A75-BAEF-1A5216C6CB19","97CA61D3-E09B-43CD-9880-D8B36FA303F3","0AF6BEEC-8A57-44FF-9D8D-40BA6CC6A0CD","AF2BEE76-C34F-457E-8699-9896327A4C07","5EC39FF0-602F-44A2-BE3A-04FCA127E5D1","44CEBF61-9A92-4E36-9576-425D5054B471","E9ACF86B-B775-4125-83BC-7E4500597D40","FE62294A-F891-45E4-AAE7-6F386B5A8CB5","8771140D-0D57-4CAF-A57B-857F858CCC73","BE774795-5889-4DB8-A366-1C774555761B","89DA16ED-5636-4C0D-B52F-A327A5526DD6","94DAC0EC-79E9-48E5-90D5-2BB59495BD0B","048AE915-30CF-4DE4-819B-F7D41CE99585","0417EEDD-6B12-4AF1-B7BC-875E32521980","5DFAFB2A-C915-429E-A58C-030C229C9AB8","BD996DFA-D248-4D9C-AF33-C5BA2511A09E","9F92F095-A6B5-46E8-ADA1-051904ABE386","214CA9C7-6225-49ED-A484-C2D8D92B35ED","7258922C-C991-4EF3-A09B-318D8B6A1306","1F8069E8-E7D5-4153-AE2C-96F1782F041F","74FBBDBC-44BA-4111-B3DB-58142522023F","91D6D585-64D8-491A-AAAB-AF0A99533DEC","1761630D-17E9-4E04-A73C-9D15C26E19E3","B8E628C4-20D6-4B26-B820-A8D07194CE6F","6511B508-3FE2-4BDC-906A-D4E827163B0D","9016491A-C768-4B45-9321-45C78BCEE4A6"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","savedColor","alarmColor","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2926},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(926.0,40.0)","savedColor":"Color.rgb(0,0,0)","alarmColor":"Color.rgb(240,0,0)","distanceToDragEvent":"lively.pt(37.3,-17.5)"},"2922":{"_BorderWidth":1,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(8.6,9.7)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"2923":{"partsSpaceName":"PartsBin/Basic","comment":"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!","migrationLevel":2,"partName":"Rectangle","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2924":{"morph":{"__isSmartRef__":true,"id":2921},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2925":{"moveHorizontal":true,"adjustForNewBounds":true},"2926":{"indicateUnsavedChanges":{"__isSmartRef__":true,"id":2927},"setColors":{"__isSmartRef__":true,"id":2931}},"2927":{"varMapping":{"__isSmartRef__":true,"id":2928},"source":"function indicateUnsavedChanges() {\n if (this.owner.scriptPane.hasChanged()) {\n this.setColors(this.alarmColor);\n } else {\n this.setColors(this.savedColor);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":2929},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2928":{"this":{"__isSmartRef__":true,"id":2921}},"2929":{"user":"lauritz","timestamp":{"__isSmartRef__":true,"id":2930}},"2930":{"isSerializedDate":true,"string":"Tue Sep 27 2011 20:09:19 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2931":{"varMapping":{"__isSmartRef__":true,"id":2932},"source":"function setColors(color) {\n this.setFill(color);\n this.setBorderColor(color);\n}","funcProperties":{"__isSmartRef__":true,"id":2933},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2932":{"this":{"__isSmartRef__":true,"id":2921}},"2933":{"user":"lauritz","timestamp":{"__isSmartRef__":true,"id":2934}},"2934":{"isSerializedDate":true,"string":"Tue Sep 27 2011 19:06:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2935":{"sourceObj":{"__isSmartRef__":true,"id":245},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":245},"targetMethodName":"highlightJavaScriptSyntax","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2936":{"sourceObj":{"__isSmartRef__":true,"id":245},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":245},"targetMethodName":"highlightSyntaxDebounced","varMapping":{"__isSmartRef__":true,"id":2937},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2937":{"source":{"__isSmartRef__":true,"id":245},"target":{"__isSmartRef__":true,"id":245}},"2938":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2939},"id":553,"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":2940}],"eventHandler":{"__isSmartRef__":true,"id":2942},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"visible","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":11,"_MaxTextWidth":90,"_MinTextWidth":90,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"_Align":"center","_VerticalAlign":"center","owner":null,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(317.0,178.9)","_TextColor":"Color.rgb(0,204,0)"},"2939":{"_ClipMode":"visible","_BorderWidth":1,"_StrokeOpacity":0,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,25.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(204,204,204)","_Fill":"Color.rgb(255,255,255)"},"2940":{"style":{"__isSmartRef__":true,"id":2941},"chunkOwner":{"__isSmartRef__":true,"id":2938},"_id":"_5157","storedString":"saved source","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2941":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2942":{"morph":{"__isSmartRef__":true,"id":2938},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2943":{"doSave":{"__isSmartRef__":true,"id":2944},"boundEval":{"__isSmartRef__":true,"id":2952},"reset":{"__isSmartRef__":true,"id":2960},"display":{"__isSmartRef__":true,"id":2964},"hasChanged":{"__isSmartRef__":true,"id":2968},"displayStatus":{"__isSmartRef__":true,"id":2972},"updateTarget":{"__isSmartRef__":true,"id":2976}},"2944":{"varMapping":{"__isSmartRef__":true,"id":2945},"source":"function doSave() {\n $super();\n var saved = this.boundEval(this.getTextString());\n if (saved) {\n this.lastSaveSource = this.textString;\n this.owner.changeIndicator.indicateUnsavedChanges();\n this.owner.updateLists();\n this.owner.selectChangedContent(this.getTextString());\n this.displayStatus(\"saved source\", Color.green);\n } else {\n this.displayStatus(\"not saved\", Color.red);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":2950},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2945":{"this":{"__isSmartRef__":true,"id":245},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2946}},"2946":{"$super":{"__isSmartRef__":true,"id":2947}},"2947":{"varMapping":{"__isSmartRef__":true,"id":2948},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2949},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2948":{"obj":{"__isSmartRef__":true,"id":245},"name":"doSave"},"2949":{},"2950":{"timestamp":{"__isSmartRef__":true,"id":2951},"user":"lauritz"},"2951":{"isSerializedDate":true,"string":"Thu Nov 17 2011 23:15:19 GMT+0100 (Mitteleuropäische Zeit)"},"2952":{"varMapping":{"__isSmartRef__":true,"id":2953},"source":"function boundEval(str) {\n var result;\n\n this.objectEditorPane.ensureAnnotationLayer();\n withLayers([ScriptAnnotationLayer], function() {\n result = $super(str);\n })\n \n return result\n}","funcProperties":{"__isSmartRef__":true,"id":2958},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2953":{"this":{"__isSmartRef__":true,"id":245},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2954}},"2954":{"$super":{"__isSmartRef__":true,"id":2955}},"2955":{"varMapping":{"__isSmartRef__":true,"id":2956},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2957},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2956":{"obj":{"__isSmartRef__":true,"id":245},"name":"boundEval"},"2957":{},"2958":{"timestamp":{"__isSmartRef__":true,"id":2959},"user":"lauritz","categories":[]},"2959":{"isSerializedDate":true,"string":"Wed Nov 16 2011 05:41:53 GMT+0100 (Mitteleuropäische Zeit)"},"2960":{"varMapping":{"__isSmartRef__":true,"id":2961},"source":"function reset() {\n this.doitContext = null;\n this.lastSaveSource = \"\";\n this.textString = \"\";\n this.lastSaveSource = this.textString;\n this.enableSyntaxHighlighting();\n}","funcProperties":{"__isSmartRef__":true,"id":2962},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2961":{"this":{"__isSmartRef__":true,"id":245}},"2962":{"timestamp":{"__isSmartRef__":true,"id":2963},"user":"cschuster","tags":[]},"2963":{"isSerializedDate":true,"string":"Wed May 16 2012 20:52:57 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2964":{"varMapping":{"__isSmartRef__":true,"id":2965},"source":"function display(jsCode) {\n this.lastSaveSource = jsCode;\n this.setTextString(jsCode);\n this.enableSyntaxHighlighting();\n this.highlightJavaScriptSyntax();\n this.applyStyle({align: 'left'});\n}","funcProperties":{"__isSmartRef__":true,"id":2966},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2965":{"this":{"__isSmartRef__":true,"id":245}},"2966":{"timestamp":{"__isSmartRef__":true,"id":2967},"user":"lauritz","tags":[]},"2967":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:02:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2968":{"varMapping":{"__isSmartRef__":true,"id":2969},"source":"function hasChanged() {\n var cleanText = function (string) {\n var source = string.trim();\n if (source.substring(0,2) === \"//\") {\n // removes annotation line\n source = source.substring(source.indexOf(\"\\n\"), source.length);\n source = source.trim();\n }\n if (source === 'undefined' || source === 'null') source = '';\n return source;\n }\n var cleanedTextString = cleanText(this.textString);\n var cleanedLastSource = cleanText(this.lastSaveSource);\n return cleanedTextString !== cleanedLastSource;\n}","funcProperties":{"__isSmartRef__":true,"id":2970},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2969":{"this":{"__isSmartRef__":true,"id":245}},"2970":{"timestamp":{"__isSmartRef__":true,"id":2971},"user":"lauritz","categories":[]},"2971":{"isSerializedDate":true,"string":"Mon Oct 03 2011 18:29:45 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2972":{"varMapping":{"__isSmartRef__":true,"id":2973},"source":"function displayStatus(msg, color, delay) {\n if (!this.statusMorph) {\n this.statusMorph = new TextMorph(pt(100,25).extentAsRectangle());\n this.statusMorph.applyStyle({borderWidth: 1, strokeOpacity: 0, borderColor: Color.gray});\n this.statusMorph.setFill(this.owner.getFill());\n this.statusMorph.setFontSize(11);\n this.statusMorph.setAlign('center');\n this.statusMorph.setVerticalAlign('center');\n }\n this.statusMorph.setTextString(msg);\n this.statusMorph.centerAt(this.innerBounds().center());\n this.statusMorph.setTextColor(color || Color.black);\n this.addMorph(this.statusMorph);\n (function() { this.statusMorph.remove() }).bind(this).delay(delay || 2); \n}","funcProperties":{"__isSmartRef__":true,"id":2974},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2973":{"this":{"__isSmartRef__":true,"id":245}},"2974":{"timestamp":{"__isSmartRef__":true,"id":2975},"user":"lauritz","categories":[]},"2975":{"isSerializedDate":true,"string":"Wed Nov 23 2011 18:23:05 GMT+0100 (Mitteleuropäische Zeit)"},"2976":{"varMapping":{"__isSmartRef__":true,"id":2977},"source":"function updateTarget(target) {\n module('lively.ide.SyntaxHighlighting').load(true);\n this.doitContext = this.owner.target;\n}","funcProperties":{"__isSmartRef__":true,"id":2978},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2977":{"this":{"__isSmartRef__":true,"id":245}},"2978":{"timestamp":{"__isSmartRef__":true,"id":2979},"user":"lauritz","tags":[]},"2979":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:07:42 GMT+0200 (Mitteleuropäische Sommerzeit)"},"2980":{"submorphs":[{"__isSmartRef__":true,"id":2981}],"scripts":[],"id":847,"shape":{"__isSmartRef__":true,"id":2986},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2987},"lighterFill":{"__isSmartRef__":true,"id":2992},"label":{"__isSmartRef__":true,"id":2981},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"_Rotation":0,"name":"ObjectEditorClassButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":2997},"_Scale":1,"owner":null,"layout":{"__isSmartRef__":true,"id":2998},"eventHandler":{"__isSmartRef__":true,"id":2999},"__serializedExpressions__":["_Position","padding"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(820.0,9.0)","padding":"lively.rect(5,0,0,0)"},"2981":{"submorphs":[],"scripts":[],"id":848,"shape":{"__isSmartRef__":true,"id":2982},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":116,"_MaxTextHeight":18,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":2980},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":2983}],"prevScroll":[0,0],"_FontFamily":"Helvetica, Sans-Serif","_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_Align":"center","_Scale":1,"eventHandler":{"__isSmartRef__":true,"id":2985},"_HandStyle":"default","_PointerEvents":"none","__serializedExpressions__":["_Position","textColor","padding","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"2982":{"borderWidth":0,"fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(116.0,18.0)","_BorderColor":"Color.rgb(0,0,0)"},"2983":{"style":{"__isSmartRef__":true,"id":2984},"chunkOwner":{"__isSmartRef__":true,"id":2981},"storedString":"","_id":"_1355","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2984":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2985":{"morph":{"__isSmartRef__":true,"id":2981},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2986":{"_Fill":{"__isSmartRef__":true,"id":2987},"_BorderWidth":1,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(116.0,20.0)","_BorderColor":"Color.rgb(214,214,214)"},"2987":{"stops":[{"__isSmartRef__":true,"id":2988},{"__isSmartRef__":true,"id":2989},{"__isSmartRef__":true,"id":2990},{"__isSmartRef__":true,"id":2991}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2988":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"2989":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"2990":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"2991":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"2992":{"stops":[{"__isSmartRef__":true,"id":2993},{"__isSmartRef__":true,"id":2994},{"__isSmartRef__":true,"id":2995},{"__isSmartRef__":true,"id":2996}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2993":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"2994":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"2995":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"2996":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"2997":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2998":{"moveHorizontal":true},"2999":{"morph":{"__isSmartRef__":true,"id":2980},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3000":{"submorphs":[],"scripts":[],"id":"E7C01038-15F7-4D42-888C-99A2A23EBC86","shape":{"__isSmartRef__":true,"id":3001},"droppingEnabled":true,"halosEnabled":true,"itemList":["-- ALL --"],"selectedLineNo":1,"showsHalos":false,"name":"ObjectEditorConnectionList","partsBinMetaInfo":{"__isSmartRef__":true,"id":3002},"_ClipMode":"auto","owner":{"__isSmartRef__":true,"id":10},"attributeConnections":[{"__isSmartRef__":true,"id":3003}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"prevScroll":[0,0],"layout":{"__isSmartRef__":true,"id":3005},"eventHandler":{"__isSmartRef__":true,"id":3006},"_FontSize":10,"grabbingEnabled":false,"draggingEnabled":false,"isCopyMorphRef":true,"morphRefId":19,"derivationIds":[209,"3900F5DF-0FF7-4C94-8BDB-44AAE12B4A3E","35301083-B60D-4A43-8566-23860EEB4C04","9CC401CC-5A35-4643-935B-FD049C284E16","C9879D40-5E79-4C56-AA79-562ED82BF052","9F6F9261-EB76-4B58-B77D-7D70813A1ED7","8B59E237-F372-4F70-9768-7E9C1A7A021D","FC85F1B9-1978-42D2-850C-BD249981E8B4","D2B607C6-A89B-4B3F-91BB-720451EAB98D","CC361093-FF73-479B-9431-C645CB48F518","307D3B7C-C0E1-484F-8D7E-39FBA9D8EDA5","038AF132-861E-4A77-8756-E6B476413639","65B6CA87-98DE-4473-B4DD-F8763BC3B06A","0AA0E45B-6DCC-4AE0-938C-E53794A511DF","806ACC1C-1353-436B-B1FE-568846777C17","C74AE022-1184-4FDF-A53D-A17627FF61EA","686AF565-EEB0-4AB7-A12E-26727DAD9291","1102A5B3-9973-4471-9EDD-FD7AB802DEA6","BEB06225-53D0-4ACC-9154-DC2DEB5728B7","E32FE34B-7520-4612-B927-C8F9EDFC69BB","D21F598A-4E44-4752-B205-9595DF0E9AE3","FD6670F8-44F6-436A-960F-8BE8890F8B75","C5522110-E6CA-4F96-B33E-BEBF6978088A","BC9AC080-8315-49F1-B6CB-42F3B802F7D9","242A0967-D906-4396-9326-3CC0C9C3EA60","39C09174-63A5-421F-AB88-7A98755661E5","40C2C766-248F-451F-9D85-D1E4DCCB559D","C89F1632-FADA-4B3E-B2D9-1C1020ACB29A","F78E083D-993E-4963-8A7F-CB7182DE3931","CA8FBD0F-D14E-42E6-A6D4-803B9EE12264","06822A39-C077-4531-B3A6-3DAC393B6E04"],"selection":null,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3007},"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(10.0,348.7)","distanceToDragEvent":"lively.pt(125.0,-17.1)"},"3001":{"_BorderWidth":1,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(180.0,74.0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)","_Padding":"lively.rect(0,0,0,0)"},"3002":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3003":{"sourceObj":{"__isSmartRef__":true,"id":3000},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":10},"targetMethodName":"displaySourceForConnection","converterString":"function (value) {\n if (!value) return;\n return (value === '-- ALL --') ? null : value[1];\n}","updaterString":null,"varMapping":{"__isSmartRef__":true,"id":3004},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3004":{"source":{"__isSmartRef__":true,"id":3000},"target":{"__isSmartRef__":true,"id":10}},"3005":{"resizeHeight":false,"moveVertical":true},"3006":{"morph":{"__isSmartRef__":true,"id":3000},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3007":{"preselectItem":{"__isSmartRef__":true,"id":3008}},"3008":{"varMapping":{"__isSmartRef__":true,"id":3009},"source":"function preselectItem() {\n if (this.getList().size() === 2) {\n this.selectAt(1);\n } else {\n this.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":3010},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3009":{"this":{"__isSmartRef__":true,"id":3000}},"3010":{"timestamp":{"__isSmartRef__":true,"id":3011},"user":"lauritz"},"3011":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:12:58 GMT+0100 (Mitteleuropäische Zeit)"},"3012":{"submorphs":[{"__isSmartRef__":true,"id":3013}],"scripts":[],"id":47,"shape":{"__isSmartRef__":true,"id":3017},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3018},"lighterFill":{"__isSmartRef__":true,"id":3023},"label":{"__isSmartRef__":true,"id":3013},"attributeConnections":[{"__isSmartRef__":true,"id":3028}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"_Rotation":0,"name":"ObjectEditorTargetButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":3029},"_Scale":1,"owner":null,"isCopyMorphRef":true,"morphRefId":1,"__serializedExpressions__":["_Position","padding"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(215.0,35.0)","padding":"lively.rect(5,0,0,0)"},"3013":{"submorphs":[],"scripts":[],"id":48,"shape":{"__isSmartRef__":true,"id":3014},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":116,"_MaxTextHeight":20,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":3012},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":3015}],"prevScroll":[0,0],"_FontFamily":"Helvetica, Sans-Serif","_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_Align":"center","_Scale":1,"__serializedExpressions__":["_Position","textColor","padding","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"3014":{"borderWidth":0,"fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(116.0,20.0)","_BorderColor":"Color.rgb(0,0,0)"},"3015":{"style":{"__isSmartRef__":true,"id":3016},"chunkOwner":{"__isSmartRef__":true,"id":3013},"storedString":"","_id":"_1356","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3016":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3017":{"_Fill":{"__isSmartRef__":true,"id":3018},"_BorderWidth":1,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(116.0,20.0)","_BorderColor":"Color.rgb(214,214,214)"},"3018":{"stops":[{"__isSmartRef__":true,"id":3019},{"__isSmartRef__":true,"id":3020},{"__isSmartRef__":true,"id":3021},{"__isSmartRef__":true,"id":3022}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3019":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"3020":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3021":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3022":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"3023":{"stops":[{"__isSmartRef__":true,"id":3024},{"__isSmartRef__":true,"id":3025},{"__isSmartRef__":true,"id":3026},{"__isSmartRef__":true,"id":3027}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3024":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"3025":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3026":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3027":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"3028":{"sourceObj":{"__isSmartRef__":true,"id":3012},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":17},"targetMethodName":"chooseTargetMorphMenu","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3029":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3030":{"submorphs":[],"scripts":[],"id":435,"shape":{"__isSmartRef__":true,"id":3031},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":218,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"ObjectEditorMorphSelector","partsBinMetaInfo":{"__isSmartRef__":true,"id":3032},"textChunks":[{"__isSmartRef__":true,"id":3033}],"charsReplaced":"","lastFindLoc":5,"priorSelectionRange":[15,15],"prevScroll":[0,0],"_ClipMode":"visible","list":[],"attributeConnections":[{"__isSmartRef__":true,"id":3035}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"listMorph":null,"_WhiteSpaceHandling":"pre-wrap","owner":null,"_Align":"left","eventHandler":{"__isSmartRef__":true,"id":3037},"_MinTextWidth":218,"_MinTextHeight":null,"scriptAnnotations":{"__isSmartRef__":true,"id":3038},"selection":{"__isSmartRef__":true,"id":9},"previousSelection":[0,13],"isCopyMorphRef":true,"morphRefId":1,"isBeingDragged":false,"draggingEnabled":false,"layout":{"__isSmartRef__":true,"id":3057},"_Rotation":0,"_Scale":1,"savedTextString":"100","__serializedExpressions__":["_Position","textColor","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3058},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(200.0,10.0)","textColor":"Color.rgb(0,0,0)","distanceToDragEvent":"lively.pt(153.9,-23.7)"},"3031":{"fill":null,"_BorderWidth":1,"_ClipMode":"visible","_BorderRadius":3.7000000000000006,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(220.0,20.0)","_BorderColor":"Color.rgb(192,192,192)","_Padding":"lively.rect(0,0,0,0)","_Fill":"Color.rgb(244,244,244)"},"3032":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3033":{"style":{"__isSmartRef__":true,"id":3034},"chunkOwner":{"__isSmartRef__":true,"id":3030},"storedString":"","_id":"_1357","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3034":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3035":{"sourceObj":{"__isSmartRef__":true,"id":3030},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":10},"targetMethodName":"setTarget","converterString":"function (name) { return $world.get(name)}","updaterString":null,"varMapping":{"__isSmartRef__":true,"id":3036},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3036":{"source":{"__isSmartRef__":true,"id":3030},"target":{"__isSmartRef__":true,"id":10}},"3037":{"morph":{"__isSmartRef__":true,"id":3030},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3038":{"createListMorph":{"__isSmartRef__":true,"id":3039},"displayTopLevelMorphs":{"__isSmartRef__":true,"id":3041},"onMouseUp":{"__isSmartRef__":true,"id":3043},"resetConnections":{"__isSmartRef__":true,"id":3045},"setTargetToListSelection":{"__isSmartRef__":true,"id":3047},"setTargetOfPane":{"__isSmartRef__":true,"id":3049},"onBlur":{"__isSmartRef__":true,"id":3051},"reset":{"__isSmartRef__":true,"id":3053},"onMouseDown":{"__isSmartRef__":true,"id":3055}},"3039":{"time":{"__isSmartRef__":true,"id":3040},"user":"lauritz"},"3040":{"isSerializedDate":true,"string":"Fri Oct 28 2011 05:27:29 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3041":{"time":{"__isSmartRef__":true,"id":3042},"user":"lauritz"},"3042":{"isSerializedDate":true,"string":"Fri Oct 14 2011 23:48:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3043":{"time":{"__isSmartRef__":true,"id":3044},"user":"lauritz"},"3044":{"isSerializedDate":true,"string":"Mon Oct 03 2011 18:51:14 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3045":{"time":{"__isSmartRef__":true,"id":3046},"user":"lauritz"},"3046":{"isSerializedDate":true,"string":"Wed Sep 28 2011 01:03:17 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3047":{"time":{"__isSmartRef__":true,"id":3048},"user":"lauritz"},"3048":{"isSerializedDate":true,"string":"Sat Oct 15 2011 00:00:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3049":{"time":{"__isSmartRef__":true,"id":3050},"user":"lauritz"},"3050":{"isSerializedDate":true,"string":"Mon Oct 03 2011 18:34:37 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3051":{"time":{"__isSmartRef__":true,"id":3052},"user":"lauritz"},"3052":{"isSerializedDate":true,"string":"Fri Oct 07 2011 19:24:18 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3053":{"time":{"__isSmartRef__":true,"id":3054},"user":"lauritz"},"3054":{"isSerializedDate":true,"string":"Fri Oct 07 2011 19:26:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3055":{"time":{"__isSmartRef__":true,"id":3056},"user":"lauritz"},"3056":{"isSerializedDate":true,"string":"Mon Oct 17 2011 19:49:00 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3057":{},"3058":{"getList":{"__isSmartRef__":true,"id":3059},"setList":{"__isSmartRef__":true,"id":3062},"reset":{"__isSmartRef__":true,"id":3065},"example":{"__isSmartRef__":true,"id":3068},"removeList":{"__isSmartRef__":true,"id":3071},"onBlur":{"__isSmartRef__":true,"id":3074},"createListMorph":{"__isSmartRef__":true,"id":3081},"resetConnections":{"__isSmartRef__":true,"id":3084},"displayTopLevelMorphs":{"__isSmartRef__":true,"id":3087},"setTargetToListSelection":{"__isSmartRef__":true,"id":3090},"setTargetOfPane":{"__isSmartRef__":true,"id":3093},"onMouseDown":{"__isSmartRef__":true,"id":3096}},"3059":{"varMapping":{"__isSmartRef__":true,"id":3060},"source":"function getList() {\n return this.world().indentedListItemsOfMorphNames();\n}","funcProperties":{"__isSmartRef__":true,"id":3061},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3060":{"this":{"__isSmartRef__":true,"id":3030}},"3061":{},"3062":{"varMapping":{"__isSmartRef__":true,"id":3063},"source":"function setList(list) {\n return this.list = list;\n}","funcProperties":{"__isSmartRef__":true,"id":3064},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3063":{"this":{"__isSmartRef__":true,"id":3030}},"3064":{},"3065":{"varMapping":{"__isSmartRef__":true,"id":3066},"source":"function reset() {\n this.list = [];\n this.textString = 'empty';\n this.removeList();\n this.resetConnections();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\n}","funcProperties":{"__isSmartRef__":true,"id":3067},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3066":{"this":{"__isSmartRef__":true,"id":3030}},"3067":{},"3068":{"varMapping":{"__isSmartRef__":true,"id":3069},"source":"function example() {\n/*\nthis.example()\nthis.getList()\n*/\n this.setList(Array.range(0,100));\n this.textString = 'empty';\n}","funcProperties":{"__isSmartRef__":true,"id":3070},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3069":{"this":{"__isSmartRef__":true,"id":3030}},"3070":{},"3071":{"varMapping":{"__isSmartRef__":true,"id":3072},"source":"function removeList() {\n this.listMorph && this.listMorph.remove()\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":3073},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3072":{"this":{"__isSmartRef__":true,"id":3030}},"3073":{},"3074":{"varMapping":{"__isSmartRef__":true,"id":3075},"source":"function onBlur() {\n $super();\n this.removeList();\n}","funcProperties":{"__isSmartRef__":true,"id":3080},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3075":{"this":{"__isSmartRef__":true,"id":3030},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3076}},"3076":{"$super":{"__isSmartRef__":true,"id":3077}},"3077":{"varMapping":{"__isSmartRef__":true,"id":3078},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3079},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3078":{"obj":{"__isSmartRef__":true,"id":3030},"name":"onBlur"},"3079":{},"3080":{},"3081":{"varMapping":{"__isSmartRef__":true,"id":3082},"source":"function createListMorph() {\n var list = new lively.morphic.List(new Rectangle(0,0, this.getExtent().x, 520));\n list.setList(this.getList());\n list.setFontSize(12);\n\n list.disableGrabbing();\n list.disableDragging();\n \n this.addMorph(list);\n list.setPosition(pt(0,0));\n\n connect(list, 'selection', this, 'setTargetToListSelection');\n \n return list;\n}","funcProperties":{"__isSmartRef__":true,"id":3083},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3082":{"this":{"__isSmartRef__":true,"id":3030}},"3083":{},"3084":{"varMapping":{"__isSmartRef__":true,"id":3085},"source":"function resetConnections() {\n disconnectAll(this);\n connect(this, 'savedTextString', this.owner, 'setTarget', {converter: \n\tfunction (name) { return $world.get(name)}});\n}","funcProperties":{"__isSmartRef__":true,"id":3086},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3085":{"this":{"__isSmartRef__":true,"id":3030}},"3086":{},"3087":{"varMapping":{"__isSmartRef__":true,"id":3088},"source":"function displayTopLevelMorphs() {\n if (this.listMorph) { this.removeList(); return true }\n var list = this.createListMorph(); \n this.addMorph(list);\n this.listMorph = list;\n}","funcProperties":{"__isSmartRef__":true,"id":3089},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3088":{"this":{"__isSmartRef__":true,"id":3030}},"3089":{},"3090":{"varMapping":{"__isSmartRef__":true,"id":3091},"source":"function setTargetToListSelection(selection) { \n this.removeList();\n if (!selection) return;\n if (this.owner.scriptPane.hasChanged()) {\n var that = this;\n var callback = function (confirmed) {\n if (confirmed) that.setTargetOfPane(selection);\n }\n this.owner.confirmUnsavedChanges(callback);\n } else {\n this.setTargetOfPane(selection);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":3092},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3091":{"this":{"__isSmartRef__":true,"id":3030}},"3092":{},"3093":{"varMapping":{"__isSmartRef__":true,"id":3094},"source":"function setTargetOfPane(selection) {\n this.owner.setTarget(selection);\n this.setTextString(selection.getName());\n this.removeList();\n}","funcProperties":{"__isSmartRef__":true,"id":3095},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3094":{"this":{"__isSmartRef__":true,"id":3030}},"3095":{},"3096":{"varMapping":{"__isSmartRef__":true,"id":3097},"source":"function onMouseDown(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n return false;\n } else {\n this.displayTopLevelMorphs();\n return true;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":3102},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3097":{"this":{"__isSmartRef__":true,"id":3030},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3098}},"3098":{"$super":{"__isSmartRef__":true,"id":3099}},"3099":{"varMapping":{"__isSmartRef__":true,"id":3100},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3101},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3100":{"obj":{"__isSmartRef__":true,"id":3030},"name":"onMouseDown"},"3101":{},"3102":{},"3103":{"morph":{"__isSmartRef__":true,"id":17},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3104":{"sortedScriptNamesOfObj":{"__isSmartRef__":true,"id":3105},"setTarget":{"__isSmartRef__":true,"id":3108},"generateSourceForScript":{"__isSmartRef__":true,"id":3111},"generateSourceForConnection":{"__isSmartRef__":true,"id":3114},"generateTargetCode":{"__isSmartRef__":true,"id":3117},"sortedConnectionNamesOfObj":{"__isSmartRef__":true,"id":3120},"displayJavaScriptSource":{"__isSmartRef__":true,"id":3123},"displaySourceForScript":{"__isSmartRef__":true,"id":3126},"displaySourceForConnection":{"__isSmartRef__":true,"id":3129},"newScript":{"__isSmartRef__":true,"id":3132},"newConnection":{"__isSmartRef__":true,"id":3135},"deleteSelectedScript":{"__isSmartRef__":true,"id":3138},"disconnectConnection":{"__isSmartRef__":true,"id":3141},"updateLists":{"__isSmartRef__":true,"id":3144},"displayInitialScript":{"__isSmartRef__":true,"id":3147},"reset":{"__isSmartRef__":true,"id":3150},"selectChangedContent":{"__isSmartRef__":true,"id":3153}},"3105":{"varMapping":{"__isSmartRef__":true,"id":3106},"source":"function sortedScriptNamesOfObj(obj) {\n if (!Functions.own(obj) || Functions.own(obj).size() == 0) return [];\n return Functions.own(obj)\n\t.select(function(name) { return obj[name].hasLivelyClosure })\n\t.sortBy(function(name) { return name.toLowerCase() });\n}","funcProperties":{"__isSmartRef__":true,"id":3107},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3106":{"this":{"__isSmartRef__":true,"id":17}},"3107":{},"3108":{"varMapping":{"__isSmartRef__":true,"id":3109},"source":"function setTarget(morph) {\n this.reset();\n module('lively.ide.SyntaxHighlighting').load(true);\n this.target = morph;\n this.morphSelector.textString = (this.target.getName() || this.target.toString());\n this.scriptPane.doitContext = this.target;\n this.updateLists();\n this.displayInitialScript();\n}","funcProperties":{"__isSmartRef__":true,"id":3110},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3109":{"this":{"__isSmartRef__":true,"id":17}},"3110":{},"3111":{"varMapping":{"__isSmartRef__":true,"id":3112},"source":"function generateSourceForScript(scriptName) {\n var script = this.target[scriptName].getOriginal();\n return Strings.format('this.addScript(%s);' ,script)\n}","funcProperties":{"__isSmartRef__":true,"id":3113},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3112":{"this":{"__isSmartRef__":true,"id":17}},"3113":{},"3114":{"varMapping":{"__isSmartRef__":true,"id":3115},"source":"function generateSourceForConnection(connection) {\n var c = connection, targetObject = this.target;\n\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\tvar optConfig = []\n\tif (c.converterString)\n\t\toptConfig.push(\"converter: \\n\\t\" + c.converterString)\n\tif (c.updaterString)\n\t\toptConfig.push(\"updater: \\n\\t\" + c.updaterString)\n\treturn Strings.format('connect(%s, \"%s\", %s, \"%s\", {%s});', \n\t\t\tthis.generateTargetCode(targetObject, c.getSourceObj()),\n\t\t\tc.getSourceAttrName(),\n\t\t\tthis.generateTargetCode(targetObject, c.getTargetObj()),\n\t\t\tc.getTargetMethodName(),\n\t\t\toptConfig.join(','));\n\n}","funcProperties":{"__isSmartRef__":true,"id":3116},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3115":{"this":{"__isSmartRef__":true,"id":17}},"3116":{},"3117":{"varMapping":{"__isSmartRef__":true,"id":3118},"source":"function generateTargetCode(baseObject, targetObject) {\n\tvar name = targetObject.name;\n\tif (baseObject === targetObject) \n\t\treturn \"this\";\n\telse if (baseObject[name] === targetObject) \n\t\treturn \"this.\" + name;\n\telse if (baseObject.testObject === targetObject) \n\t\treturn \"this.testObject\";\n\telse if (baseObject.get(name) === targetObject) \n\t\treturn 'this.get(\"' + name + '\")';\n\telse if (targetObject instanceof Morph) \n\t\treturn '$morph(\"' + name + '\")';\n\telse \n\t\treturn \"????\";\n}","funcProperties":{"__isSmartRef__":true,"id":3119},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3118":{"this":{"__isSmartRef__":true,"id":17}},"3119":{},"3120":{"varMapping":{"__isSmartRef__":true,"id":3121},"source":"function sortedConnectionNamesOfObj(obj) {\n if (\"attributeConnections\" in obj) {\n return obj.attributeConnections\n .sortBy(function(each) {return name.toLowerCase() })\n .collect(function(each) {return [each.getSourceAttrName(), each]});\n } else {\n return [];\n }\n}","funcProperties":{"__isSmartRef__":true,"id":3122},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3121":{"this":{"__isSmartRef__":true,"id":17}},"3122":{},"3123":{"varMapping":{"__isSmartRef__":true,"id":3124},"source":"function displayJavaScriptSource(jsCode) {\n this.scriptPane.setTextString(jsCode);\n this.scriptPane.highlightJavaScriptSyntax();\n}","funcProperties":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3124":{"this":{"__isSmartRef__":true,"id":17}},"3125":{},"3126":{"varMapping":{"__isSmartRef__":true,"id":3127},"source":"function displaySourceForScript(scriptName) {\n if (!scriptName) return;\n var code = \"\", that = this;\n if (scriptName === \"-- ALL --\") {\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForScript(each)).concat(\"\\n\\n\");\n });\n } else {\n code = this.generateSourceForScript(scriptName); \n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":3128},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3127":{"this":{"__isSmartRef__":true,"id":17}},"3128":{},"3129":{"varMapping":{"__isSmartRef__":true,"id":3130},"source":"function displaySourceForConnection(connection) {\n if (!connection) return;\n var code = \"\", that = this;\n if ((typeof connection === \"string\") && connection === \"-- ALL --\") {\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\"\\n\\n\");\n })\n } else {\n code = this.generateSourceForConnection(connection);\n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":3131},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3130":{"this":{"__isSmartRef__":true,"id":17}},"3131":{},"3132":{"varMapping":{"__isSmartRef__":true,"id":3133},"source":"function newScript() {\n if (this.target) {\n var code = \"this.addScript(function SCRIPTNAME() {\\n\\t\\n});\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":3134},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3133":{"this":{"__isSmartRef__":true,"id":17}},"3134":{},"3135":{"varMapping":{"__isSmartRef__":true,"id":3136},"source":"function newConnection() {\n if (this.target) {\n var code = \"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":3137},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3136":{"this":{"__isSmartRef__":true,"id":17}},"3137":{},"3138":{"varMapping":{"__isSmartRef__":true,"id":3139},"source":"function deleteSelectedScript() {\n if (this.scriptList.selection && this.target) {\n if (!this.target.hasOwnProperty(this.scriptList.selection)) return;\n delete this.target[this.scriptList.selection];\n this.updateLists();\n this.displayInitialScript();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":3140},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3139":{"this":{"__isSmartRef__":true,"id":17}},"3140":{},"3141":{"varMapping":{"__isSmartRef__":true,"id":3142},"source":"function disconnectConnection() {\n var selection = this.connectionList.selection;\n if (selection && \n (typeof selection !== \"string\") &&\n this.target.attributeConnections.indexOf(selection[1]) > -1) {\n var c = this.connectionList.selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n this.updateLists();\n this.displayInitialScript();\n } \n}","funcProperties":{"__isSmartRef__":true,"id":3143},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3142":{"this":{"__isSmartRef__":true,"id":17}},"3143":{},"3144":{"varMapping":{"__isSmartRef__":true,"id":3145},"source":"function updateLists() {\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\n var scriptListItems = this.scriptList.getList();\n scriptListItems.unshift(\"-- ALL --\");\n this.scriptList.setList(scriptListItems);\n\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\n var connectionListItems = this.connectionList.getList();\n connectionListItems.unshift(\"-- ALL --\");\n this.connectionList.setList(connectionListItems);\n}","funcProperties":{"__isSmartRef__":true,"id":3146},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3145":{"this":{"__isSmartRef__":true,"id":17}},"3146":{},"3147":{"varMapping":{"__isSmartRef__":true,"id":3148},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.selectAt(0);\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.selectAt(0);\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":3149},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3148":{"this":{"__isSmartRef__":true,"id":17}},"3149":{},"3150":{"varMapping":{"__isSmartRef__":true,"id":3151},"source":"function reset() {\n this.target = null;\n this.scriptPane.doitContext = null;\n this.scriptList.setList();\n this.connectionList.setList();\n this.scriptPane.setTextString(\"\");\n this.morphSelector.reset();\n}","funcProperties":{"__isSmartRef__":true,"id":3152},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3151":{"this":{"__isSmartRef__":true,"id":17}},"3152":{},"3153":{"varMapping":{"__isSmartRef__":true,"id":3154},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\n if (index > -1) { \n return this.scriptList.selectAt(index);\n }\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i -1) {\n var c = selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n editor.updateLists();\n editor.displayInitialScript();\n } \n }\n\n var message = 'Disconnect \"' + selection[0] +'\" connection?';\n var callback = disconnectConnection;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":3246},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3245":{"this":{"__isSmartRef__":true,"id":3221}},"3246":{"timestamp":{"__isSmartRef__":true,"id":3247},"user":"lauritz","categories":[]},"3247":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:46:54 GMT+0100 (Mitteleuropäische Zeit)"},"3248":{"submorphs":[{"__isSmartRef__":true,"id":3249}],"scripts":[],"id":"FA23BA60-A7DB-4229-8E26-B8A491E88F76","shape":{"__isSmartRef__":true,"id":3254},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3260},"lighterFill":{"__isSmartRef__":true,"id":3265},"label":{"__isSmartRef__":true,"id":3249},"attributeConnections":[{"__isSmartRef__":true,"id":3270}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"name":"ObjectEditorRemoveScriptButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":3272},"owner":{"__isSmartRef__":true,"id":10},"eventHandler":{"__isSmartRef__":true,"id":3273},"isCopyMorphRef":true,"morphRefId":24,"draggingEnabled":false,"objectEditorPane":{"__isSmartRef__":true,"id":10},"derivationIds":[217,"FDC10087-12CF-4570-9211-8309CB6A9AA3","E18FC530-4B1F-4F08-8DA6-3866A3519E56","04A2AAC3-6A9E-40BB-9408-EBB2567EE63B","8C1A42CE-840C-4AAE-BD79-C93A445B9EBF","61FC11FA-B87E-4EFE-BD15-564D3178B68B","ED34F9B5-9E00-41B3-8313-D9C3D6B3B231","A7481F4B-D444-4B4F-BDA2-4F9F03AEC24D","7DDF7175-34FC-4521-A7C3-580A8BE63351","DEA39C05-FAD7-4882-AB3D-0EE12C3408F9","99186A50-1411-4B6F-B1CB-FF0742C20D7D","10F3E467-6BB8-4D07-BD17-8C50593FD6B8","7260818C-6472-4288-8BDD-1E7798A543F3","DEBB5BDB-018D-4BA1-9FB9-73DC84C51D89","D75BCAED-3029-46EB-B944-4A102BB1BC0F","9A977DA2-B325-4DFA-9683-3DC9ECEFAAC0","48A5078F-B4A5-4F4E-884D-84CCDFFBE6F0","33905494-AA01-4311-8398-1F6C3D4F1BAC","5D7201A7-1374-49AD-851F-E3167EFED99E","9B69B6C6-71F2-402E-89D1-E97FC2D3AE13","DA1B3A74-F4A6-427B-8FBD-3D2E9D8CD866","DBFC4A4F-8601-4C32-9460-53902C3B0F37","ED51CA7C-CE32-4CF5-9398-0BA9B791FF5E","4F7A7C1A-3788-478C-AFF5-BA62C7FCB01D","FCEFF15E-E5B8-4C7E-A139-302649441119","3674B8DC-F4E5-4A5C-ACEC-96D743BB6050","33E0336F-FD6A-4AAB-AECB-B7D6C7C80631","761015EE-47CF-40F6-A403-8A959B2DB0A6","361B531D-7A1C-441A-BE8B-0B503543FF6C","E283DDFD-1D8F-4E3D-A0BC-40C30221FFDC","0EC23EA3-7B34-429A-922D-5D139F127D1E"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"isPressed":false,"__serializedExpressions__":["_Position","padding","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3274},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(160.0,40.0)","padding":"lively.rect(5,0,0,0)","distanceToDragEvent":"lively.pt(33.4,-21.3)"},"3249":{"submorphs":[],"scripts":[],"id":"4C9ED54F-FB4E-43B7-87C4-D1189CD19C3F","shape":{"__isSmartRef__":true,"id":3250},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":25,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":3248},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":3251}],"prevScroll":[0,0],"_FontFamily":"Helvetica, Sans-Serif","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","eventHandler":{"__isSmartRef__":true,"id":3253},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":25,"_MinTextHeight":null,"draggingEnabled":false,"derivationIds":[218,"852A7BD9-52EE-4708-A2D5-1BDECF33C958","7B4F173E-9726-472A-9B30-530D4AA92AD9","CBA217F6-2832-4213-9ABE-47753C1A4180","E6B97D1D-95D5-4644-9359-1D08D42A51F4","4391A57E-70C2-4628-9828-DD668CCE546E","F0C6C298-3B8B-42B2-B5E9-E5B82F607B01","DF0CAF75-4247-4797-B1A0-AD7444391E2A","B4C4F09B-F663-47A1-B85F-461D5452F5F8","FD966AB1-4685-4151-9A38-B1B21B0237EF","CA91FC2C-D7CC-4123-AFD2-108F8F0C2E97","88F1581A-7AEF-4646-B7F9-3890CDDB8494","DC577877-7F00-4238-9246-08C2A10C0CC9","818C9467-71A2-44D6-B01F-1523A0CD5476","C0CF3DDB-AA12-49E0-B12A-6B620552BB47","853E19A1-E97D-463D-A24F-0148671EB696","0203CA4C-E523-4F7D-824B-F09BA3914BDD","18B98A59-6C8E-4386-B3EF-A17259C51C0F","24D84E0A-FA16-47DE-934D-E60729EEB227","7035F1EB-4B8C-4F20-B3AC-966403F55C0A","69831817-0662-4848-8481-44558987D21D","BA13E4C6-DF2A-4059-9174-7725FA3FE514","3E989A29-2A8F-4AFE-B312-A0852B746605","7B675033-945D-4AE1-B85F-DBD35C7B02AA","E0D76A08-70F9-4710-907E-B2D83D60D29A","495F5D43-B450-45B7-B238-FC12AA8F6488","B551041D-4E6E-44F3-8405-1DCE5344BCCD","0A287650-EC32-45AA-8504-0513B196727F","717B0EFA-1422-4224-9A53-5A494F6191A4","C86C167E-8A7D-43BE-AFED-AAEDA70B95EE","97247E8A-2818-4B44-BCDD-348126BD380C"],"_Scale":1,"_WordBreak":"break-all","__serializedExpressions__":["_Position","textColor","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","_Padding":"lively.rect(0,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"3250":{"borderWidth":0,"fill":null,"_ClipMode":"hidden","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(25.0,20.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"3251":{"style":{"__isSmartRef__":true,"id":3252},"chunkOwner":{"__isSmartRef__":true,"id":3249},"storedString":"-","_id":"_1363","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3252":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3253":{"morph":{"__isSmartRef__":true,"id":3249},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3254":{"_Fill":{"__isSmartRef__":true,"id":3255},"_BorderWidth":1,"_BorderRadius":5,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(25.0,20.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"3255":{"stops":[{"__isSmartRef__":true,"id":3256},{"__isSmartRef__":true,"id":3257},{"__isSmartRef__":true,"id":3258},{"__isSmartRef__":true,"id":3259}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3256":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"3257":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"3258":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"3259":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"3260":{"stops":[{"__isSmartRef__":true,"id":3261},{"__isSmartRef__":true,"id":3262},{"__isSmartRef__":true,"id":3263},{"__isSmartRef__":true,"id":3264}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3261":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"3262":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3263":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3264":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"3265":{"stops":[{"__isSmartRef__":true,"id":3266},{"__isSmartRef__":true,"id":3267},{"__isSmartRef__":true,"id":3268},{"__isSmartRef__":true,"id":3269}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3266":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"3267":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3268":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3269":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"3270":{"sourceObj":{"__isSmartRef__":true,"id":3248},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3248},"targetMethodName":"deleteSelectedScript","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":3271},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3271":{"source":{"__isSmartRef__":true,"id":3248},"target":{"__isSmartRef__":true,"id":3248}},"3272":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3273":{"morph":{"__isSmartRef__":true,"id":3248},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3274":{"deleteSelectedScript":{"__isSmartRef__":true,"id":3275}},"3275":{"varMapping":{"__isSmartRef__":true,"id":3276},"source":"function deleteSelectedScript() {\n\n var editor = this.objectEditorPane;\n var selection = editor.scriptList.selection;\n\n if (!editor.target || editor.scriptList.getList().size() < 2) \n return; \n\n var deleteScript = function (confirmed) {\n if (!confirmed) return;\n \n if (selection && editor.target) {\n if (!editor.target.hasOwnProperty(selection)) \n return;\n delete editor.target[selection];\n editor.updateLists();\n editor.displayInitialScript();\n }\n }\n\n var message = 'Delete \"' + selection + '\" script?';\n var callback = deleteScript;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":3277},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3276":{"this":{"__isSmartRef__":true,"id":3248}},"3277":{"timestamp":{"__isSmartRef__":true,"id":3278},"user":"lauritz"},"3278":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:12:21 GMT+0100 (Mitteleuropäische Zeit)"},"3279":{"submorphs":[{"__isSmartRef__":true,"id":3280}],"scripts":[],"id":"AA60838A-35A5-4C53-B15F-5D9A2142E099","shape":{"__isSmartRef__":true,"id":3286},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3287},"lighterFill":{"__isSmartRef__":true,"id":3292},"label":{"__isSmartRef__":true,"id":3280},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"name":"ObjectEditorMorphSelector","partsBinMetaInfo":{"__isSmartRef__":true,"id":3297},"list":[],"eventHandler":{"__isSmartRef__":true,"id":3298},"owner":{"__isSmartRef__":true,"id":10},"textString":"","selection":{"__isSmartRef__":true,"id":3299},"_ClipMode":"visible","prevScroll":[0,0],"derivationIds":[221,"4AC64FBA-95AC-42B2-A078-B6DA97889093","E26ED0E6-C4CE-4C82-94D5-175270E8459E","D292F2FC-C2B6-48AE-B779-8CC5868FFA49","53A862EB-032C-4BF0-9B21-58C7E0C0A9B2","CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F","0CD057F2-3517-4849-A69E-1EF79B05ACE8","66EBBB7D-8FA7-4D43-AE78-A18DA3B970BA","A50C1893-4138-4E29-865B-92F53F76D08A","1EC5D2B9-3539-419A-8DD6-CE82DEABB02C","95DC06D5-F4C7-49E2-8A01-110D1B0AFBD0","672DEFAB-2BE5-4C60-9779-3B44694FBEB1","E3476213-5872-492C-BE29-0C6A5A150ED8","AA2F6ABE-1CCB-403D-94DD-8FB371F3DDCE","54B67D51-AB19-40A0-A2A6-EC51F3171CAC","1CF44342-896F-4ACB-847F-7CB3CD10ED5A","279A9257-1667-4E0C-844B-A4E0D02462F0","DDCBD835-4B3F-4B8F-9623-696DA76C3A2C","D2CB17F3-5DD0-4E97-BF99-40A95ABF976B","FA519665-2394-43D3-8DCF-802A158F3291","90519BB5-7419-46E0-B7E3-4C26304F3414","0B7FC23C-C63C-4F20-8BAF-1BD1B7205762","B54FAD70-E598-4B06-8F41-00843A06D4B0","5A8ECBD6-ADDE-43FA-8D9E-BC483898DF8A","69DD3160-FAD3-4AD8-9B1C-CB9229AD8034","2C8AD368-8815-41D5-8C8D-CD36ECCF4A96","80C5655D-B03D-413B-A84C-D59A60D8EEEC","BA8066E4-5B8E-4048-97C5-332953805999","E27E2CB2-789E-4269-B5E8-2631B5D2840B","0EDAA37B-E8BA-4DE7-820A-17A44E299F5C","81F15272-5E6E-4544-B6FE-96BDD357A17C"],"_Rotation":0,"_Scale":1,"isPressed":false,"__serializedExpressions__":["_Position","padding","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3305},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(200.1,10.0)","padding":"lively.rect(5,0,0,0)","distanceToDragEvent":"lively.pt(122.9,-11.6)"},"3280":{"submorphs":[],"scripts":[],"id":"48DFC391-1E87-4D02-BA41-E22FC55FB11B","shape":{"__isSmartRef__":true,"id":3281},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":220,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":3279},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":3282}],"prevScroll":[0,0],"attributeConnections":[{"__isSmartRef__":true,"id":3284}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"eventHandler":{"__isSmartRef__":true,"id":3285},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":220,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[222,"30F054A3-7658-405B-8098-B7D87AA8A9ED","556D6E07-45B7-42EC-A486-DE275EF0B034","06B0B080-467A-46CC-8B0D-9C0A9B9A71F1","5E2D96C9-BB9B-4735-8673-A79847435197","B48AA022-2022-4A2A-9090-4D884FB3DFD3","8B2F743A-98C5-45E1-B03C-5019114EAC47","D09C56C3-A2DC-4BDF-B8A1-6365138ECD01","74158C3D-B79E-43E7-B111-48701B10ACE2","B19E117B-E40F-4B9F-86AC-BFB2AAFD5336","4E3B3D72-E52C-44ED-AE32-78939BA1ECFD","2459D1F0-E49C-4882-AB4C-D78C1A496962","3D8D3B02-0459-45C1-A606-D0DB4B07958C","78AAE288-D261-4BEA-9436-C8C31B890B44","2E10F795-9892-4BF7-9A46-BCB90FD6112E","DE32EFA9-C920-42F6-9F2E-7EDABEC006AF","23FBFC79-1927-48FD-8C1C-09FFD7539784","3409506C-9BAE-43DA-BCAF-94392F9646DF","ED94289E-98FC-4126-9EED-25FDC98D5BFC","63C2F1D8-3A1B-464B-9945-1F661D4CFE26","782AAB82-32E9-4A37-9DC0-3118636C2CCE","D564B3C8-D9B5-4D7D-80DD-16715ED878F6","D9344242-9F26-4A5D-B86D-6FAEA43B439C","E7E3A5EE-8F82-4F04-9E65-771E2E4AC9D1","55BF0D1C-FCDF-4D8B-9E42-8EF0F36074A3","B3BE05E0-5704-45B4-8B1D-E7FDA5CE6235","9A503124-0F1D-4390-B668-E4457CBC1376","26D1AD85-C129-4C24-A16A-B6863FC35F41","7425ED3B-1418-47C8-A2EE-52CDF3C4D860","C4B9C269-4F6E-4EA2-A6EA-38C21A011591","952BC06E-5007-4618-9289-931E66292E9D"],"_Scale":1,"_WordBreak":"break-all","__serializedExpressions__":["_Position","textColor","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(2.0,1.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","_Padding":"lively.rect(5,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"3281":{"borderWidth":0,"fill":null,"_ClipMode":"hidden","_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(220.0,20.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"3282":{"style":{"__isSmartRef__":true,"id":3283},"chunkOwner":{"__isSmartRef__":true,"id":3280},"_id":"_8120","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3283":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3284":{"sourceObj":{"__isSmartRef__":true,"id":3280},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":3279},"targetMethodName":"selection","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3285":{"morph":{"__isSmartRef__":true,"id":3280},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3286":{"_Fill":{"__isSmartRef__":true,"id":3287},"_BorderWidth":1,"_BorderRadius":5,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(220.0,20.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"3287":{"stops":[{"__isSmartRef__":true,"id":3288},{"__isSmartRef__":true,"id":3289},{"__isSmartRef__":true,"id":3290},{"__isSmartRef__":true,"id":3291}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3288":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"3289":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3290":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3291":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"3292":{"stops":[{"__isSmartRef__":true,"id":3293},{"__isSmartRef__":true,"id":3294},{"__isSmartRef__":true,"id":3295},{"__isSmartRef__":true,"id":3296}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3293":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"3294":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3295":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3296":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"3297":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3298":{"morph":{"__isSmartRef__":true,"id":3279},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3299":{"submorphs":[],"scripts":[],"id":181,"shape":{"__isSmartRef__":true,"id":3300},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":580,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":28,"name":"Title","partsBinMetaInfo":{"__isSmartRef__":true,"id":3301},"textChunks":[{"__isSmartRef__":true,"id":3302}],"eventHandler":{"__isSmartRef__":true,"id":3304},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":580,"_MinTextHeight":null,"_Rotation":0,"_Scale":1.002003004005006,"previousSelection":[35,35],"priorSelectionRange":[23,23],"charsReplaced":"WIP / Proof of Concept","lastFindLoc":22,"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","isCopyMorphRef":true,"morphRefId":2,"prevScroll":[0,0],"__serializedExpressions__":["_Position","textColor","_TextColor","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(37.0,23.0)","textColor":"Color.rgb(0,0,0)","_TextColor":"Color.rgb(0,79,152)","distanceToDragEvent":"lively.pt(221.0,-12.0)"},"3300":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(580.0,43.0)","_BorderColor":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)"},"3301":{"partsSpaceName":"PartsBin/Worlds/","comment":"For example a world title.","partName":"Title","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3302":{"style":{"__isSmartRef__":true,"id":3303},"chunkOwner":{"__isSmartRef__":true,"id":3299},"storedString":"","_id":"_1365","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3303":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3304":{"morph":{"__isSmartRef__":true,"id":3299},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3305":{"reset":{"__isSmartRef__":true,"id":3306},"onMouseDown":{"__isSmartRef__":true,"id":3310},"onBlur":{"__isSmartRef__":true,"id":3318},"createScenePresentation":{"__isSmartRef__":true,"id":3326},"presentTargetChooser":{"__isSmartRef__":true,"id":3330},"removeTargetChooser":{"__isSmartRef__":true,"id":3334},"removeHighlight":{"__isSmartRef__":true,"id":3338},"highlightCurrentTarget":{"__isSmartRef__":true,"id":3342},"updateTargetFromSelection":{"__isSmartRef__":true,"id":3346},"currentMorphicScene":{"__isSmartRef__":true,"id":3350},"highlightTarget":{"__isSmartRef__":true,"id":3354},"setLabel":{"__isSmartRef__":true,"id":3358},"updateTargetFromOwner":{"__isSmartRef__":true,"id":3366}},"3306":{"varMapping":{"__isSmartRef__":true,"id":3307},"source":"function reset() {\n this.removeTargetChooser();\n this.setLabel('empty');\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\n}","funcProperties":{"__isSmartRef__":true,"id":3308},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3307":{"this":{"__isSmartRef__":true,"id":3279}},"3308":{"timestamp":{"__isSmartRef__":true,"id":3309},"user":"lauritz","tags":[]},"3309":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:04:57 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3310":{"varMapping":{"__isSmartRef__":true,"id":3311},"source":"function onMouseDown(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) {\n return $super(evt);\n }\n \n if (this.listMorph) {\n // clicked on morph, not the list, not the list's scrollbar\n if (evt.target === this.renderContext().shapeNode)\n this.removeTargetChooser();\n } else {\n this.presentTargetChooser();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":3316},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3311":{"this":{"__isSmartRef__":true,"id":3279},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3312}},"3312":{"$super":{"__isSmartRef__":true,"id":3313}},"3313":{"varMapping":{"__isSmartRef__":true,"id":3314},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3315},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3314":{"obj":{"__isSmartRef__":true,"id":3279},"name":"onMouseDown"},"3315":{},"3316":{"timestamp":{"__isSmartRef__":true,"id":3317},"user":"lauritz","tags":[]},"3317":{"isSerializedDate":true,"string":"Fri Aug 03 2012 12:44:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3318":{"varMapping":{"__isSmartRef__":true,"id":3319},"source":"function onBlur(evt) {\n $super(evt);\n \n // remove the scene presentation when clicked elsewhere\n var target = evt.world.clickedOnMorph;\n if (!this.listMorph || !this.listMorph.isAncestorOf(target)) {\n this.removeTargetChooser();\n } else {\n this.focus();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":3324},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3319":{"this":{"__isSmartRef__":true,"id":3279},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3320}},"3320":{"$super":{"__isSmartRef__":true,"id":3321}},"3321":{"varMapping":{"__isSmartRef__":true,"id":3322},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3323},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3322":{"obj":{"__isSmartRef__":true,"id":3279},"name":"onBlur"},"3323":{},"3324":{"timestamp":{"__isSmartRef__":true,"id":3325},"user":"lauritz","tags":[]},"3325":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:29:05 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3326":{"varMapping":{"__isSmartRef__":true,"id":3327},"source":"function createScenePresentation() {\n var that = this,\n items = this.currentMorphicScene(),\n height = this.owner.getExtent().y,\n bounds = new Rectangle(0, this.getExtent().y, this.getExtent().x * 2, height),\n treeMorph = new lively.morphic.Tree(),\n rect = lively.morphic.Morph.makeRectangle(bounds),\n currentTarget = null;\n \n treeMorph.childrenPerPage = 10000;\n treeMorph.setName(\"MorphSelectorTree\");\n treeMorph.getLayouter().defer();\n treeMorph.setItem(items);\n treeMorph.childNodes.each(function (n) {\n n.expand();\n })\n \n currentTarget = this.highlightCurrentTarget(treeMorph);\n \n rect.setFill(Color.white);\n rect.beClip(true);\n rect.disableGrabbing();\n rect.disableDragging();\n rect.setBorderWidth(1);\n rect.setBorderColor(Color.rgb(150,150,150));\n rect.addMorph(treeMorph);\n rect.treeMorph = treeMorph;\n rect.currentTarget = currentTarget;\n\n return rect;\n}","funcProperties":{"__isSmartRef__":true,"id":3328},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3327":{"this":{"__isSmartRef__":true,"id":3279}},"3328":{"timestamp":{"__isSmartRef__":true,"id":3329},"user":"lauritz","tags":[]},"3329":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:29:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3330":{"varMapping":{"__isSmartRef__":true,"id":3331},"source":"function presentTargetChooser() {\n var list = this.createScenePresentation(),\n tree = list.treeMorph,\n target = list.currentTarget\n \n list.setVisible(false)\n this.addMorph(list)\n this.listMorph = list\n list.focus()\n\n // need temp here, doesn't work otherwise, strange errors... Javascript WAT\n var layouting = function() {\n list.setVisible(true)\n \n if (target) {\n var globalTransform = new lively.morphic.Similitude()\n for (var morph = target; (morph != list) && \n (morph != undefined); morph = morph.owner) {\n globalTransform.preConcatenate(morph.getTransform());\n } \n \n list.scrollRectIntoView(target.getBounds().\n translatedBy(globalTransform.getTranslation()));\n tree.getLayouter().resume();\n }\n }\n layouting.morphicDelay(1);\n}","funcProperties":{"__isSmartRef__":true,"id":3332},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3331":{"this":{"__isSmartRef__":true,"id":3279}},"3332":{"timestamp":{"__isSmartRef__":true,"id":3333},"user":"lauritz","tags":[]},"3333":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:13:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3334":{"varMapping":{"__isSmartRef__":true,"id":3335},"source":"function removeTargetChooser() {\n if (this.listMorph) {\n this.listMorph.remove();\n delete this.listMorph; \n }\n}","funcProperties":{"__isSmartRef__":true,"id":3336},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3335":{"this":{"__isSmartRef__":true,"id":3279}},"3336":{"timestamp":{"__isSmartRef__":true,"id":3337},"user":"lauritz","tags":[]},"3337":{"isSerializedDate":true,"string":"Fri Aug 03 2012 12:43:38 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3338":{"varMapping":{"__isSmartRef__":true,"id":3339},"source":"function removeHighlight(node) {\n node.submorphs[0].setFill(Color.rgb(255,255,255))\n}","funcProperties":{"__isSmartRef__":true,"id":3340},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3339":{"this":{"__isSmartRef__":true,"id":3279}},"3340":{"timestamp":{"__isSmartRef__":true,"id":3341},"user":"lauritz","tags":[]},"3341":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:32:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3342":{"varMapping":{"__isSmartRef__":true,"id":3343},"source":"function highlightCurrentTarget(tree) {\n var target = this.owner.target,\n nodes = tree.childNodes,\n highlightNode;\n\n if (!target) {\n return\n } else if (target.isMorph) {\n var expandables = [target],\n nextOwner = target,\n currentNode\n while (nextOwner.owner) {\n expandables.push(nextOwner.owner)\n nextOwner = nextOwner.owner\n }\n expandables.reverse().each(function (m) {\n currentNode = nodes.detect(function (n) {\n return n.item.value === m;\n })\n if (currentNode) {\n nodes = currentNode.childNodes\n if (!nodes && currentNode.item.children) {\n currentNode.expand();\n nodes = currentNode.childNodes;\n }\n } else {\n return;\n }\n })\n if (currentNode && currentNode.item.value === target) {\n highlightNode = currentNode;\n }\n } else {\n var groupNodes = nodes.detect(function (n) {\n return n.item.value === 'groups';\n }).childNodes\n highlightNode = groupNodes.detect(function (n) {\n // group names are unique\n return n.item.value.name === target.name;\n })\n }\n\n if (highlightNode) {\n this.highlightTarget(highlightNode);\n }\n return highlightNode;\n}","funcProperties":{"__isSmartRef__":true,"id":3344},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3343":{"this":{"__isSmartRef__":true,"id":3279}},"3344":{"timestamp":{"__isSmartRef__":true,"id":3345},"user":"lauritz","tags":[]},"3345":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:31:39 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3346":{"varMapping":{"__isSmartRef__":true,"id":3347},"source":"function updateTargetFromSelection(selection) { \n var that = this;\n var update = function(confirmed) {\n if (confirmed) {\n that.owner.setTarget(selection);\n that.setLabel(selection.getName() || selection.toString());\n }\n }\n \n this.removeTargetChooser();\n if (this.owner.hasUnsavedChanges && this.owner.hasUnsavedChanges()) {\n this.owner.confirmUnsavedChanges(update);\n } else {\n update(true);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":3348},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3347":{"this":{"__isSmartRef__":true,"id":3279}},"3348":{"timestamp":{"__isSmartRef__":true,"id":3349},"user":"lauritz","tags":[]},"3349":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:04:57 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3350":{"varMapping":{"__isSmartRef__":true,"id":3351},"source":"function currentMorphicScene() {\n var onSelect = function onSelect(tree) {\n this.selector.updateTargetFromSelection(this.value);\n }\n var properties = {\n editorPane: this.owner,\n selector: this\n }\n \n return {children: [{ \n name: 'World',\n value: this.world(),\n selector: this,\n onSelect: onSelect,\n children: this.world().submorphs.invoke('treeItemsOfMorphNames',\n {scripts: [onSelect],\n properties: properties,\n showUnnamed: true}).compact()\n }]};\n}","funcProperties":{"__isSmartRef__":true,"id":3352},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3351":{"this":{"__isSmartRef__":true,"id":3279}},"3352":{"timestamp":{"__isSmartRef__":true,"id":3353},"user":"lauritz","tags":[]},"3353":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:29:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3354":{"varMapping":{"__isSmartRef__":true,"id":3355},"source":"function highlightTarget(node) {\n node.submorphs[0].setFill(Color.rgb(218,218,218))\n}","funcProperties":{"__isSmartRef__":true,"id":3356},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3355":{"this":{"__isSmartRef__":true,"id":3279}},"3356":{"timestamp":{"__isSmartRef__":true,"id":3357},"user":"lauritz","tags":[]},"3357":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:32:12 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3358":{"varMapping":{"__isSmartRef__":true,"id":3359},"source":"function setLabel(label) {\n this.label.setTextString(label);\n this.label.setAlign('left');\n}","funcProperties":{"__isSmartRef__":true,"id":3364},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3359":{"this":{"__isSmartRef__":true,"id":3279},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3360}},"3360":{"$super":{"__isSmartRef__":true,"id":3361}},"3361":{"varMapping":{"__isSmartRef__":true,"id":3362},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3363},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3362":{"obj":{"__isSmartRef__":true,"id":3279},"name":"setLabel"},"3363":{},"3364":{"timestamp":{"__isSmartRef__":true,"id":3365},"user":"lauritz","tags":[]},"3365":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:04:31 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3366":{"varMapping":{"__isSmartRef__":true,"id":3367},"source":"function updateTargetFromOwner() {\n this.setLabel(this.owner.target);\n}","funcProperties":{"__isSmartRef__":true,"id":3368},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3367":{"this":{"__isSmartRef__":true,"id":3279}},"3368":{"timestamp":{"__isSmartRef__":true,"id":3369},"user":"lauritz","tags":[]},"3369":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:24:24 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3370":{"submorphs":[],"scripts":[],"id":"23AB97C8-FF78-45BF-AD77-7B039365A472","shape":{"__isSmartRef__":true,"id":3371},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":64.8979476392384,"showsHalos":false,"_FontSize":9,"name":"ObjectEditorScriptsText2","partsBinMetaInfo":{"__isSmartRef__":true,"id":3372},"textChunks":[{"__isSmartRef__":true,"id":3373}],"charsReplaced":"Scripts","lastFindLoc":-7,"priorSelectionRange":[0,7],"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":3375},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_ClipMode":"visible","draggingEnabled":false,"eventsAreIgnored":true,"isCopyMorphRef":true,"morphRefId":27,"owner":{"__isSmartRef__":true,"id":10},"derivationIds":[224,"35EF8FE5-067D-45B6-AF21-77040F11D340","80DC09DD-22D4-4089-B5C3-857B32C9BE9B","EF080074-E6B9-47F3-A87F-26313B40C430","F6977801-C1A7-445C-9BF1-8A1019E202FB","8C9157AE-0343-4CFB-8186-1D5E05D2ECBE","DD3C23F8-6463-4EAE-959B-C486E27D9BDA","1E8D3752-D212-41F8-BC63-B094E0C80707","75C07D11-AE5D-4A36-B2D0-F2A6EA414E72","494AB1C0-2C09-49DE-B4AA-1F24DC7495FF","25199967-E3BA-4763-A704-37BD3152A5F7","8E4A5937-D1FA-4AF7-BD8D-B542C636CEF9","DDB23EF0-540C-4046-AD4D-C001E8A5F20C","FF45AAB3-E5C7-42A0-A704-F068DB2E2AF9","52850E3E-BE46-467C-A381-902F5E4859FD","147F9160-7168-44A4-9EA4-A36466EE1F52","8E4FB238-FC20-4DA7-AC9F-6921EBBD5609","3D09A998-5E60-4E94-9C6A-B08E7D98F02A","B8986B95-68A4-4212-8560-C86C8F7B3B3C","81BAFCDC-090F-4A92-8AD6-C3127620CCF4","3663625F-2BB0-494C-A467-04148A441F42","8F0EE2A4-3C90-4F71-A04E-2B285D2543CD","B5F10B61-9C89-4903-BD4C-DF3B9D283432","7005184B-8CE8-4DB8-82D8-D75E16ADE428","B8106E33-B470-45C3-916E-6E92CAFDD854","3013F6C8-9D86-49F3-9EB0-AA42B27F1DC6","A49BA117-B9D4-43F4-82EA-458B9D16FDBA","9FB9DF10-FCEC-44FE-9614-6DFC4B814576","54F9AFFD-B235-48AC-85E0-57921251546E","7A472A4B-7292-49B5-9F03-DE2E3A096714","C8629DF3-424B-47D3-A3FD-68201FFFC455"],"_Rotation":0,"_Scale":1,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedExpressions__":["_Position","textColor","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(10.0,12.9)","textColor":"Color.rgb(0,0,0)","distanceToDragEvent":"lively.pt(45.8,-27.8)"},"3371":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(64.9,15.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"3372":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3373":{"style":{"__isSmartRef__":true,"id":3374},"chunkOwner":{"__isSmartRef__":true,"id":3370},"storedString":"Tag:","_id":"_1367","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3374":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3375":{"morph":{"__isSmartRef__":true,"id":3370},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3376":{"submorphs":[{"__isSmartRef__":true,"id":3377}],"scripts":[],"id":"01EB39E0-2830-4C9D-A0AC-CE8EBB099A54","shape":{"__isSmartRef__":true,"id":3383},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":true,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3389},"lighterFill":{"__isSmartRef__":true,"id":3394},"label":{"__isSmartRef__":true,"id":3377},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"name":"ObjectEditorTagChooser","partsBinMetaInfo":{"__isSmartRef__":true,"id":3399},"listMorph":null,"list":[],"eventHandler":{"__isSmartRef__":true,"id":3400},"textString":"PartsBinBrowser","selection":"","_ClipMode":"visible","prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":10},"setTargetToListSelection":"all","savedTextString":"all","derivationIds":[225,"7F83847B-D0B1-4A31-8601-43424B97C858","E08FC110-71D7-4FFD-B4A8-08F8147B95BA","5534107D-C5C9-48DD-A1ED-B87E9D9B672C","0B89FA7A-768C-4062-98AE-C455E8DAFF19","799320C6-CFBA-40E7-B03D-64BFE9B78248","9B650AA3-271B-4E72-B230-51C6F64B7462","C95D3672-724C-4C2C-9CDD-EF308062F627","C66EBEEC-B7CE-4DD9-8BDF-905F071F965D","D68B143A-A712-4FD0-8803-62CCB4C7F763","ED802271-AE5C-4BE9-AC4E-7CED44BC864B","1BD989CB-146C-431F-8B15-9199C4CD5D32","42172AA4-1B06-4C5B-9BB7-FAED1206CF34","32DFAF99-E6F8-426B-829D-FD6C2BCB8FAA","9B4BF2BE-49D5-4B9D-8F38-1692443069A9","FCAB3690-731A-45E7-984F-843DFE705AF1","94B10A66-8219-43AD-B902-DA999A66222D","BB0E2EB7-ABCE-44C7-96E7-6679FB2981D1","2FCEE551-302B-46C9-B646-3B9BE9187182","B4267F52-1ACC-42A1-904D-E9F7D485D8AB","14770110-045A-4BE4-BCF2-7C886DF70F7D","5387EA76-6B03-426A-B385-9C4231B66352","23545203-A969-439B-8761-E83A810696D0","C5467F6E-CBD7-4AF4-94BE-D0D62E4F7DDD","2FC5F9D1-B611-4273-BD5B-107350364579","318398B6-6689-4DE7-88FD-636BD968773D","3241459F-2019-4BD2-A0CF-BD2A174DDA76","69022916-A511-4A6C-8220-5B4CCD34FCEF","E772C128-C42D-4B13-A3DB-3EC0DFDC9FC5","4DD223AA-79FC-4FB3-9301-F197D9D6B358","46929EDB-248B-41D6-AC15-410A659C24A5"],"_Rotation":0,"_Scale":1,"isPressed":false,"__serializedExpressions__":["_Position","padding","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3401},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(39.1,10.0)","padding":"lively.rect(5,0,0,0)","distanceToDragEvent":"lively.pt(85.7,-11.6)"},"3377":{"submorphs":[],"scripts":[],"id":"D42663BE-0CC2-44B7-8DE6-2D7BA5D6430C","shape":{"__isSmartRef__":true,"id":3378},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":130,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":3376},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":3379}],"prevScroll":[0,0],"attributeConnections":[{"__isSmartRef__":true,"id":3381}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"eventHandler":{"__isSmartRef__":true,"id":3382},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":130,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[226,"03DBF3F8-8EA2-4426-BA64-C4297DDAB015","B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1","4AA6AE51-338B-4E3E-814B-9F99C693A2D5","08F6CE56-AD91-4C27-9429-C3DEA313696C","D39C963C-FD24-4498-A6D8-71E5102CE58A","132C2A9E-3466-4051-AAEA-6E485A91F408","DB8BC4A1-ED41-446B-AB6C-7E73DD857B5D","567FC668-A57C-41CB-8252-8912826B3144","D0B0775F-C8E7-49EB-BBB2-C7BB7DD464BF","AABED87D-D7C0-494A-8803-26F4601E35FF","696C3A2A-C695-4D17-A044-41A73436AB8D","206A0BFD-6997-4E0E-9193-089D1F66B22A","F2F1F966-6C41-4EBA-AFCE-FAE8C79AA696","64A754E9-7083-4CAE-B5C2-7B436EFFE4BA","64737503-A352-42CC-A249-667DA2B42746","9218F1CA-E23F-4E1A-89C3-DB19DE720861","CF7EAC38-1041-4B83-B087-359885B8528B","84469C7C-C93D-4F16-ACAA-0045A4A37FCA","9D3DD447-66A0-4B4A-B378-FB864D8C1468","163D1C2B-EDE9-4F8F-B466-EF9F4CB14384","50DCF8C9-23AA-4241-AC5B-724CC11950DA","CCACCC51-0109-4F73-B122-AA60E40EC54B","285D1797-A21F-4439-81AD-932B45F54879","7354C28D-A54E-48B6-913E-4949B5F4625E","68EAB78C-AAA8-4EC3-8493-CFD23672B5B3","2AD9DBC6-BDBD-4022-AFE1-B6D94D6860BF","5D634617-10A2-45FE-A453-D3452456AB07","EE3AF0A1-F42E-4AE8-A115-3458AA56DAF3","D8A87F07-FBE8-4C1E-ADE9-3AF6EE15FCD3","72270145-A97E-4B0C-BA7D-1B68CE1A0841"],"_Scale":1,"_WordBreak":"break-all","__serializedExpressions__":["_Position","textColor","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(2.0,1.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","_Padding":"lively.rect(5,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"3378":{"borderWidth":0,"fill":null,"_ClipMode":"hidden","_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(130.0,20.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"3379":{"style":{"__isSmartRef__":true,"id":3380},"chunkOwner":{"__isSmartRef__":true,"id":3377},"_id":"_986","storedString":"all","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3380":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3381":{"sourceObj":{"__isSmartRef__":true,"id":3377},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":3376},"targetMethodName":"selection","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3382":{"morph":{"__isSmartRef__":true,"id":3377},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3383":{"_Fill":{"__isSmartRef__":true,"id":3384},"_BorderWidth":1,"_BorderRadius":5,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(130.0,20.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"3384":{"stops":[{"__isSmartRef__":true,"id":3385},{"__isSmartRef__":true,"id":3386},{"__isSmartRef__":true,"id":3387},{"__isSmartRef__":true,"id":3388}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3385":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(230,243,253)"},"3386":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(171,215,248)"},"3387":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(171,215,248)"},"3388":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(157,198,229)"},"3389":{"stops":[{"__isSmartRef__":true,"id":3390},{"__isSmartRef__":true,"id":3391},{"__isSmartRef__":true,"id":3392},{"__isSmartRef__":true,"id":3393}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3390":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"3391":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3392":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3393":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"3394":{"stops":[{"__isSmartRef__":true,"id":3395},{"__isSmartRef__":true,"id":3396},{"__isSmartRef__":true,"id":3397},{"__isSmartRef__":true,"id":3398}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3395":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"3396":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3397":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3398":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"3399":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3400":{"morph":{"__isSmartRef__":true,"id":3376},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3401":{"createListMorph":{"__isSmartRef__":true,"id":3402},"getList":{"__isSmartRef__":true,"id":3406},"removeList":{"__isSmartRef__":true,"id":3410},"reset":{"__isSmartRef__":true,"id":3414},"onMouseUp":{"__isSmartRef__":true,"id":3418},"onBlur":{"__isSmartRef__":true,"id":3426},"setTag":{"__isSmartRef__":true,"id":3434}},"3402":{"varMapping":{"__isSmartRef__":true,"id":3403},"source":"function createListMorph() {\n var items = this.getList();\n\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\n\n var listMorph = new lively.morphic.List(extent);\n listMorph.setList(items);\n listMorph.setFontSize(10);\n\n listMorph.disableGrabbing();\n listMorph.disableDragging();\n \n connect(listMorph, 'selection', this, 'setTag');\n \n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":3404},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3403":{"this":{"__isSmartRef__":true,"id":3376}},"3404":{"timestamp":{"__isSmartRef__":true,"id":3405},"user":"lauritz","categories":[]},"3405":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:35:59 GMT+0100 (Mitteleuropäische Zeit)"},"3406":{"varMapping":{"__isSmartRef__":true,"id":3407},"source":"function getList() {\n if (!this.owner.target) return [''];\n\n var target = this.owner.target;\n\n var tags = Functions.own(target).collect(function (each) {\n return target[each].tags || [];\n }).flatten().uniq();\n\n var sortedTags = tags.sortBy(function(name) { \n return name.toLowerCase() \n });\n \n sortedTags.unshift('all'); \n return sortedTags;\n}","funcProperties":{"__isSmartRef__":true,"id":3408},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3407":{"this":{"__isSmartRef__":true,"id":3376}},"3408":{"timestamp":{"__isSmartRef__":true,"id":3409},"user":"lauritz","tags":[]},"3409":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:25 GMT+0100 (Mitteleuropäische Zeit)"},"3410":{"varMapping":{"__isSmartRef__":true,"id":3411},"source":"function removeList() {\n this.listMorph && this.listMorph.remove()\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":3412},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3411":{"this":{"__isSmartRef__":true,"id":3376}},"3412":{"timestamp":{"__isSmartRef__":true,"id":3413},"user":"lauritz","categories":[]},"3413":{"isSerializedDate":true,"string":"Thu Nov 17 2011 19:06:51 GMT+0100 (Mitteleuropäische Zeit)"},"3414":{"varMapping":{"__isSmartRef__":true,"id":3415},"source":"function reset() {\n this.list = [];\n this.setLabel('all');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\n}","funcProperties":{"__isSmartRef__":true,"id":3416},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3415":{"this":{"__isSmartRef__":true,"id":3376}},"3416":{"timestamp":{"__isSmartRef__":true,"id":3417},"user":"lauritz","tags":[]},"3417":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:53 GMT+0100 (Mitteleuropäische Zeit)"},"3418":{"varMapping":{"__isSmartRef__":true,"id":3419},"source":"function onMouseUp(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n this.removeList();\n return true;\n } \n if (this.getList().size() < 2) return;\n var list = this.createListMorph();\n this.addMorph(list);\n this.listMorph = list;\n return true;\n}","funcProperties":{"__isSmartRef__":true,"id":3424},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3419":{"this":{"__isSmartRef__":true,"id":3376},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3420}},"3420":{"$super":{"__isSmartRef__":true,"id":3421}},"3421":{"varMapping":{"__isSmartRef__":true,"id":3422},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3423},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3422":{"obj":{"__isSmartRef__":true,"id":3376},"name":"onMouseUp"},"3423":{},"3424":{"timestamp":{"__isSmartRef__":true,"id":3425},"user":"lauritz","categories":[]},"3425":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:59:16 GMT+0100 (Mitteleuropäische Zeit)"},"3426":{"varMapping":{"__isSmartRef__":true,"id":3427},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\n this.removeList();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":3432},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3427":{"this":{"__isSmartRef__":true,"id":3376},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3428}},"3428":{"$super":{"__isSmartRef__":true,"id":3429}},"3429":{"varMapping":{"__isSmartRef__":true,"id":3430},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3431},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3430":{"obj":{"__isSmartRef__":true,"id":3376},"name":"onBlur"},"3431":{},"3432":{"timestamp":{"__isSmartRef__":true,"id":3433},"user":"lauritz","categories":[]},"3433":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:10:03 GMT+0100 (Mitteleuropäische Zeit)"},"3434":{"varMapping":{"__isSmartRef__":true,"id":3435},"source":"function setTag(tag) {\n this.setLabel(tag || '');\n this.label.setAlign('left');\n this.owner.setTag(tag);\n}","funcProperties":{"__isSmartRef__":true,"id":3436},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3435":{"this":{"__isSmartRef__":true,"id":3376}},"3436":{"timestamp":{"__isSmartRef__":true,"id":3437},"user":"lauritz","categories":[]},"3437":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:36:12 GMT+0100 (Mitteleuropäische Zeit)"},"3438":{"submorphs":[{"__isSmartRef__":true,"id":3439}],"scripts":[],"id":"C6B6C205-3918-4B1F-AD2C-F1E93EA0DE2D","shape":{"__isSmartRef__":true,"id":3444},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3445},"lighterFill":{"__isSmartRef__":true,"id":3450},"label":{"__isSmartRef__":true,"id":3439},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":3455},"attributeConnections":[{"__isSmartRef__":true,"id":3456}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":3479},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","87E42FF6-3862-481D-97D6-643676E15F32","4F370A81-5A80-4821-8ECC-D52B56F31E15","1C6D1DC9-2F9B-4DC4-B453-1CA45B17C516","0E8EC0BF-934B-410B-AEC2-0ECA8C8F774D","97086CE7-CD46-4035-A371-02A41D555A66","E342B91D-F54B-4DA8-8AE7-10C59CE22B41","A838C48E-4033-4688-8DCF-20659BD824FF","E9BBC453-FFF6-4EE8-BDB0-605D5D4557AE","B6FB81D1-145B-40F9-ACF1-17276DA45EBA","09C79781-5461-4815-88DE-22FB67558136","85A5FA10-01D9-4051-8D56-29DB02CF8817","6E2F44D0-D69A-4DD7-91AD-0B0E1E871633","66FB4A47-82E6-417D-8248-4038D0CBBF5A","3CDC67E7-CAC7-4636-B7FF-50D008C6EB0D","4475CB12-8CFB-41DB-9399-EC6B68E18BA3","6175C505-1BCA-42E9-9C4C-07A4A309A245","B4FEE8FD-E680-459F-A82E-7606A48170D5","AC0B6630-E189-474B-A5E2-13726C1E0E6A","B5559DA4-1483-446C-8332-23DC886B44A5","955AF1F4-5BF5-4129-BA11-0DC54E21E510","6646015F-BD0A-4FEB-85F0-557FB8EC655A","A5682378-2307-447E-AD50-1DEC1AAC9FCB","1A04209F-A70E-4385-A6E2-D508EABC2DFC","EDA53C4F-765D-4424-9DBF-C62388440C46","C877D292-B4FE-42F3-AD5D-11AC5F084977"],"owner":{"__isSmartRef__":true,"id":10},"layout":{"__isSmartRef__":true,"id":3480},"_ClipMode":"visible","_Rotation":0,"_Scale":0.994014980014994,"isPressed":false,"__serializedExpressions__":["distanceToDragEvent","_Position"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","distanceToDragEvent":"lively.pt(72.0,-13.0)","_Position":"lively.pt(831.7,9.5)"},"3439":{"submorphs":[],"scripts":[],"id":"8B3DBAFF-A5BB-4EB9-8489-DB9A7700C565","shape":{"__isSmartRef__":true,"id":3440},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":3438},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":3441}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":3443},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4","56735895-BA99-4D98-9866-AA5DBD86237E","81041CF7-31DB-4F65-BB39-FE438A4F266F","D03829B3-268E-40A0-A440-3E4BAC344F30","714637F0-714A-4833-909B-BA4AF1B4628B","DC956E73-7398-4CAF-B6F2-9A226E344396","C1F72D31-1F49-4C0C-ACF3-C3AD7E698D2F","39386C7E-9099-4159-BFE9-80AD37319211","2764FB6E-70D1-4BC5-B3CB-9979A48B8205","C55C8A7C-412C-453E-A99F-CE78C2AADB94","4BD9A8D4-2EC1-40AC-A1CE-5F1347B0152D","3450EAEB-E3D2-4FAF-98DF-354B3B8715D6","C906736E-48DF-4054-BA5A-A089610456D7","DE5C59FB-90A6-4DD4-AC39-5CC8B3912969","5830FB93-49A1-4A31-A687-69C4579D5FA7","AE9038D5-0EBD-40A0-8043-9689D163D108","13E47AE3-8FA4-4D33-B6D0-DC9AB9E63590","330AAB8C-6D17-4763-AACC-669FC5DD3A91","CA04BB7A-205C-412D-9900-C2DE7C5FAD36","37AADE55-77DE-4E93-9A3E-241BB5002F88","60EB450E-29D4-42B9-8FF7-CA138515052E","7D5C0196-98BF-4CCD-9142-3D29E68EE180","0F70CA1F-07A9-4EFA-872A-3255F9C850DC","7A2FAFFA-9A09-40FB-B04A-80B0B34C696B","85768439-7424-4BFE-8191-BCA51F70FE26"],"_MinTextWidth":97,"_MinTextHeight":null,"_WordBreak":"break-all","__serializedExpressions__":["_Position","padding","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)"},"3440":{"_BorderWidth":0,"_Fill":null,"_ClipMode":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(2,2,0,0)"},"3441":{"style":{"__isSmartRef__":true,"id":3442},"chunkOwner":{"__isSmartRef__":true,"id":3439},"storedString":"run","_id":"_1369","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3442":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3443":{"morph":{"__isSmartRef__":true,"id":3439},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3444":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":3445},"_BorderRadius":5.2,"_ClipMode":"visible","_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"3445":{"stops":[{"__isSmartRef__":true,"id":3446},{"__isSmartRef__":true,"id":3447},{"__isSmartRef__":true,"id":3448},{"__isSmartRef__":true,"id":3449}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3446":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"3447":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3448":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3449":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"3450":{"stops":[{"__isSmartRef__":true,"id":3451},{"__isSmartRef__":true,"id":3452},{"__isSmartRef__":true,"id":3453},{"__isSmartRef__":true,"id":3454}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3451":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"3452":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3453":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3454":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"3455":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3456":{"sourceObj":{"__isSmartRef__":true,"id":3438},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10},"targetMethodName":"runScript","visualConnector":{"__isSmartRef__":true,"id":3457},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3457":{"submorphs":[{"__isSmartRef__":true,"id":3458}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3465},"derivationIds":[null],"id":"C89B50A0-17E7-4D22-AE1D-5112520DAEE7","eventHandler":{"__isSmartRef__":true,"id":3468},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":3469},{"__isSmartRef__":true,"id":3470}],"con":{"__isSmartRef__":true,"id":3456},"showsMorphMenu":true,"showsHalos":false,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3471},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"3458":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3459},"derivationIds":[null],"id":"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF","eventHandler":{"__isSmartRef__":true,"id":3464},"droppingEnabled":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":3457},"_Rotation":-3.130064002485303,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(0.0,0.0)"},"3459":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":3460},{"__isSmartRef__":true,"id":3461},{"__isSmartRef__":true,"id":3462},{"__isSmartRef__":true,"id":3463}],"_ClipMode":"visible","_BorderWidth":0,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(-12.0,-6.0)","_Extent":"lively.pt(16.0,12.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(0,0,0)"},"3460":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"3461":{"isAbsolute":true,"x":-12,"y":6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"3462":{"isAbsolute":true,"x":4,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"3463":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"3464":{"morph":{"__isSmartRef__":true,"id":3458},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3465":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":3466},{"__isSmartRef__":true,"id":3467}],"_ClipMode":"visible","_BorderWidth":1,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(-1.0,-1.0)","_Extent":"lively.pt(831.0,11.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"3466":{"isAbsolute":true,"x":829.7085000406639,"y":9.565843617262885,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"3467":{"isAbsolute":true,"x":0,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"3468":{"morph":{"__isSmartRef__":true,"id":3457},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3469":{"morph":{"__isSmartRef__":true,"id":3457},"index":0,"connectedMagnet":null,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"3470":{"morph":{"__isSmartRef__":true,"id":3457},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":3458},"markerDirection":"prev","__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"3471":{"morphMenuItems":{"__isSmartRef__":true,"id":3472}},"3472":{"varMapping":{"__isSmartRef__":true,"id":3473},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":3478},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3473":{"this":{"__isSmartRef__":true,"id":3457},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3474}},"3474":{"$super":{"__isSmartRef__":true,"id":3475}},"3475":{"varMapping":{"__isSmartRef__":true,"id":3476},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3477},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3476":{"obj":{"__isSmartRef__":true,"id":3457},"name":"morphMenuItems"},"3477":{},"3478":{},"3479":{"morph":{"__isSmartRef__":true,"id":3438},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3480":{"centeredHorizontal":false,"moveHorizontal":true},"3481":{"submorphs":[{"__isSmartRef__":true,"id":3482}],"scripts":[],"id":"0E24D8ED-A8F8-4830-9638-845E33E8268F","shape":{"__isSmartRef__":true,"id":3487},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3488},"lighterFill":{"__isSmartRef__":true,"id":3493},"label":{"__isSmartRef__":true,"id":3482},"name":"saveButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":3498},"attributeConnections":[{"__isSmartRef__":true,"id":3499}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":3522},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","D686F0CB-027B-4CA9-8B8D-9306389B219D","F51327CB-803E-4234-BFB3-6F5252D1C936","A79280E8-6AE3-4016-AF47-CE78F71924C6","B05829EB-D452-4D81-983B-E2CE425C8260","32B117E5-52D8-4843-B80E-090B9817E099","49AC923E-5272-4E3C-8F02-4F2AED2BC4E9","85AAEA9C-5E12-4DEC-8994-9A5FE655A740","2A7FF9BF-85D3-4962-8EB4-0F7016C672EB","3BB17748-B91B-43F5-84BE-2537402A6382","8BA10BD3-43C5-4A41-B9D9-DCD8C74EA208","8BADA640-EDC1-41B2-BEF3-0F2520EA25DD","CAFB5342-EFD3-483E-AE4A-343D211653EF","C3DC8C6F-A36C-4456-AF34-B0A318C1AAD8","88093937-29BB-43FC-AD82-4A0A4BDC349F","27E1FA12-CE4A-4C1F-891F-EEEF92BD672F","A12311D6-23C1-4711-9271-5B582F89F15B","F615015A-8BAE-4FC4-B9A4-D1D1122AC0A2","77333AB0-F43F-45D7-BAEE-8B9FF7865CAF","6A0E622E-4C99-42C1-8EEE-E659BFC2996E","D0264D42-222E-4900-908B-4EA13729B6AA","CC6A8A07-5A2D-407A-B540-6BA0C73356C5","FA68B30F-8583-41B2-898D-8DAFE1A75F15","D5C01E0F-F7DF-4896-8CEF-099C9F3E6CB8","B521A25F-FA55-4F6B-BAC1-0B2544DF98C1","C567F039-E57C-4C5E-AFAA-D05B2C481A69","3D4A4A11-9E45-4C87-9398-C3EBD8A53468"],"layout":{"__isSmartRef__":true,"id":3523},"owner":{"__isSmartRef__":true,"id":10},"_ClipMode":"visible","_Rotation":0,"_Scale":0.9880657804942089,"isPressed":false,"__serializedExpressions__":["distanceToDragEvent","_Position"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","distanceToDragEvent":"lively.pt(68.8,-14.5)","_Position":"lively.pt(718.4,9.5)"},"3482":{"submorphs":[],"scripts":[],"id":"7D094279-4240-4F94-9D73-7BF9F4FAE304","shape":{"__isSmartRef__":true,"id":3483},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":3481},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":3484}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":3486},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25","918C6CC4-3540-4341-BAFD-B195F7807FEE","5AABB138-5EE8-40A5-AB3C-5A9625D0A353","4529D79B-4CC5-467E-91F8-661C3A5F49F8","1E5E570C-FD42-45E3-A7F6-768BB14ACD14","A13FB4E0-72F2-4E7C-A861-EDCBA1393860","B8E4C964-4FFF-4A9F-B0A9-612546B1DC8C","002A2173-D26D-4EED-8906-A489C1E158C0","63362D04-B829-41E6-9E68-5B8DB03D382F","996B60A4-8698-448F-A35F-79C768B4976B","F0727398-A1F0-47F5-92CF-BB9677FA05FA","38707063-D664-49A0-B2FB-F0666EC532D5","0402FB51-915F-4491-8FA1-553F0D8F7F35","5A35285D-C6A5-4830-97D9-0890A3F33F39","53121F0B-7DA5-4622-AC08-DD4805D53374","6C84E15D-112D-4C04-87C1-937691E296A7","4ECBD7E4-8B18-4331-8A37-07F4D8DCDCA0","3D4B43A2-AD74-4131-A939-D680216EDA6B","B22327BB-C876-4084-BEFA-4D06AE2B2849","2D34C2E9-76B8-49DC-9FCC-39B523CD0EF4","F098174A-AABC-4F95-8193-C29CA85D6188","714713CE-F5E8-4817-835F-99EA27075558","532DCEDE-C300-48C9-9DBA-58A1E02E1632","2F1C117F-2507-446D-8B43-9BD30AC726FB","74DABF7B-1E90-4D21-93D1-802BC208E9C7","4829579F-88C9-4E62-BE7F-E085AD1EC231"],"_MinTextWidth":97,"_MinTextHeight":null,"_WordBreak":"break-all","__serializedExpressions__":["_Position","padding","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)"},"3483":{"_BorderWidth":0,"_Fill":null,"_ClipMode":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(2,2,0,0)"},"3484":{"style":{"__isSmartRef__":true,"id":3485},"chunkOwner":{"__isSmartRef__":true,"id":3482},"storedString":"save","_id":"_1370","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3485":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3486":{"morph":{"__isSmartRef__":true,"id":3482},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3487":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":3488},"_BorderRadius":5.2,"_ClipMode":"visible","_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"3488":{"stops":[{"__isSmartRef__":true,"id":3489},{"__isSmartRef__":true,"id":3490},{"__isSmartRef__":true,"id":3491},{"__isSmartRef__":true,"id":3492}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3489":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"3490":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3491":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3492":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"3493":{"stops":[{"__isSmartRef__":true,"id":3494},{"__isSmartRef__":true,"id":3495},{"__isSmartRef__":true,"id":3496},{"__isSmartRef__":true,"id":3497}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3494":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"3495":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3496":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3497":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"3498":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3499":{"sourceObj":{"__isSmartRef__":true,"id":3481},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":245},"targetMethodName":"doSave","visualConnector":{"__isSmartRef__":true,"id":3500},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3500":{"submorphs":[{"__isSmartRef__":true,"id":3501}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3508},"derivationIds":[null],"id":"F46012D5-C8BE-4E52-BF98-D052FDAAE17A","eventHandler":{"__isSmartRef__":true,"id":3511},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":3512},{"__isSmartRef__":true,"id":3513}],"con":{"__isSmartRef__":true,"id":3499},"showsMorphMenu":true,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3514},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"3501":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3502},"derivationIds":[null],"id":"A2A83C78-09B8-473C-829B-198206D7A9E4","eventHandler":{"__isSmartRef__":true,"id":3507},"droppingEnabled":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":3500},"_Rotation":3.077607197692381,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(201.2,40.2)"},"3502":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":3503},{"__isSmartRef__":true,"id":3504},{"__isSmartRef__":true,"id":3505},{"__isSmartRef__":true,"id":3506}],"_ClipMode":"visible","_BorderWidth":0,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(-12.0,-6.0)","_Extent":"lively.pt(16.0,12.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(0,0,0)"},"3503":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"3504":{"isAbsolute":true,"x":-12,"y":6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"3505":{"isAbsolute":true,"x":4,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"3506":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"3507":{"morph":{"__isSmartRef__":true,"id":3501},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3508":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":3509},{"__isSmartRef__":true,"id":3510}],"_ClipMode":"visible","_BorderWidth":1,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(200.0,9.0)","_Extent":"lively.pt(480.0,32.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"3509":{"isAbsolute":true,"x":679.4857209639925,"y":9.595948897894004,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"3510":{"isAbsolute":true,"x":201.20421122525056,"y":40.24084224505009,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"3511":{"morph":{"__isSmartRef__":true,"id":3500},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3512":{"morph":{"__isSmartRef__":true,"id":3500},"index":0,"connectedMagnet":null,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"3513":{"morph":{"__isSmartRef__":true,"id":3500},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":3501},"markerDirection":"prev","__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"3514":{"morphMenuItems":{"__isSmartRef__":true,"id":3515}},"3515":{"varMapping":{"__isSmartRef__":true,"id":3516},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":3521},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3516":{"this":{"__isSmartRef__":true,"id":3500},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3517}},"3517":{"$super":{"__isSmartRef__":true,"id":3518}},"3518":{"varMapping":{"__isSmartRef__":true,"id":3519},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3520},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3519":{"obj":{"__isSmartRef__":true,"id":3500},"name":"morphMenuItems"},"3520":{},"3521":{},"3522":{"morph":{"__isSmartRef__":true,"id":3481},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3523":{"centeredHorizontal":false,"moveHorizontal":true},"3524":{"submorphs":[{"__isSmartRef__":true,"id":3525}],"scripts":[],"id":"1D22C684-7207-450B-BB1F-4996A3E95BC5","shape":{"__isSmartRef__":true,"id":3530},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3531},"lighterFill":{"__isSmartRef__":true,"id":3536},"label":{"__isSmartRef__":true,"id":3525},"name":"openTestsButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":3541},"attributeConnections":[{"__isSmartRef__":true,"id":3542}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":3543},"derivationIds":[7251,"84054D2E-8176-440D-B413-279956A34FC2","79434046-F834-490E-B705-0CE871D9E8B3","FF38CA79-C0DF-4F2F-8FC3-407571EF6A54","B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4","5B8D7C39-987A-4849-BFFD-3F316CE03852","F7C30F5C-7270-44B1-ADFF-7473F2012DB0","5142302E-3E9A-476B-AB24-B2448DA6D3E4","FEA3C508-593D-4BC7-B645-8B5630CF2EDE","34DBC442-E1DE-42D7-8C63-BA9A1890C994","4F9067A3-5A5C-4637-A76F-7E590CEE2BDA","ADF74818-537A-4669-A455-9509BA7BD7E5","AFCD7FA7-5429-4B1A-B8B8-AB03C18ABA08","604C352D-0347-4329-A299-EAA3FF90B543","46C5ED11-DE03-428F-A758-5308B3D323B5","7C978B2A-9109-42E1-95C5-A59CC74BD31B","2D34E370-3EA6-48DD-B3A7-FE7EB1CCD78D","A0B7F880-0D72-475C-A002-2EAA7D20C004","1146967F-5295-4931-9637-CF72A6A6D724","775F3066-BB4B-4673-B529-500522EF5165","F01F4895-6DEF-4C26-9CEC-A569AEDD22E6","DDD1C856-9C9F-4CB1-A795-E083B7214E82","51E21302-B2D2-49D0-82D9-D964A6B3C54F","BC9DA8C7-933D-4140-96D3-1E7ADEEC8D69","26FA6101-FD83-4A6D-BA08-839ADCA2E33A","43BD3A17-F549-4B6B-8D78-0F84AFE3A168"],"owner":{"__isSmartRef__":true,"id":10},"_ClipMode":"visible","_Rotation":0,"_Scale":0.9940149800149939,"isPressed":false,"layout":{"__isSmartRef__":true,"id":3544},"__serializedExpressions__":["_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(612.5,9.0)","distanceToDragEvent":"lively.pt(72.1,-12.5)"},"3525":{"submorphs":[],"scripts":[],"id":"FE2AC15D-04CC-4366-91F4-37867933B8D6","shape":{"__isSmartRef__":true,"id":3526},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":3524},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":3527}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":3529},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2","CB475566-05CE-43E2-B04D-EE32BC4CB718","6BB077CE-92E6-47BE-BE88-9A48488562D1","9E359973-2FDB-417B-BB06-AB34D52BD310","58F098ED-A190-44F2-B73E-80802B2CF2F6","AEA84B35-B349-4307-92C6-8F229705DFC2","A677CADF-24FF-4177-9A3A-FE9AAE7D60FE","0F875AD9-E54C-4735-9BA9-7B89574233A1","840EBE92-3BC2-42EC-819E-3CD002576490","78C4969D-2C33-4B17-9027-89B411B9F496","C9A3D112-C2BC-43A3-A3CA-A68F41A0E4CF","78CF2F1A-6697-4D03-AB2B-CAF862B4EDD6","8B416918-CA4B-46D1-8A3C-40F8A754E44D","01510710-A85B-4054-B0ED-7F2F02434806","8ABD23FB-E90C-4EEB-BF53-DF3C6ACF2BD4","87607080-4A72-484D-A5BD-5F67D468505F","F0E39FE9-F71C-4587-B25A-C4D2C29FE579","BA2AB73A-3967-4F9E-8828-8A638E521B31","5ECC4D2F-4996-403F-AF14-BD1F4BB720F6","54B08934-6893-4B80-8625-B60ABCE9CBC6","4808CF23-17EA-43D8-AE10-DAB21C642FA8","0813DF8A-CC9E-435B-B5A1-DF68BF226F37","047C4EE2-26A1-4AA7-9CE9-E8FF9A9D863B","728334BD-34B0-44FA-A778-2696AA82FEFA","7354635C-DC38-4BE3-9F56-070CE37B65EF"],"_MinTextWidth":97,"_MinTextHeight":null,"_WordBreak":"break-all","__serializedExpressions__":["_Position","padding","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)"},"3526":{"_BorderWidth":0,"_Fill":null,"_ClipMode":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(2,2,0,0)"},"3527":{"style":{"__isSmartRef__":true,"id":3528},"chunkOwner":{"__isSmartRef__":true,"id":3525},"storedString":"Tests","_id":"_1371","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3528":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3529":{"morph":{"__isSmartRef__":true,"id":3525},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3530":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":3531},"_BorderRadius":5.2,"_ClipMode":"visible","_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"3531":{"stops":[{"__isSmartRef__":true,"id":3532},{"__isSmartRef__":true,"id":3533},{"__isSmartRef__":true,"id":3534},{"__isSmartRef__":true,"id":3535}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3532":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"3533":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3534":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3535":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"3536":{"stops":[{"__isSmartRef__":true,"id":3537},{"__isSmartRef__":true,"id":3538},{"__isSmartRef__":true,"id":3539},{"__isSmartRef__":true,"id":3540}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3537":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"3538":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3539":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3540":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"3541":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3542":{"sourceObj":{"__isSmartRef__":true,"id":3524},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10},"targetMethodName":"openPartTestRunner","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3543":{"morph":{"__isSmartRef__":true,"id":3524},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3544":{"moveHorizontal":true},"3545":{"submorphs":[{"__isSmartRef__":true,"id":3546},{"__isSmartRef__":true,"id":3553}],"scripts":[],"id":"6D0BE681-0B46-4C75-B119-78BB699B9352","shape":{"__isSmartRef__":true,"id":3556},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3562},"lighterFill":{"__isSmartRef__":true,"id":3567},"label":{"__isSmartRef__":true,"id":3546},"name":"MagnifierButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":3572},"attributeConnections":[{"__isSmartRef__":true,"id":3575}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":3576},"derivationIds":[2588,"22797D34-67DE-4A06-81F0-4DF0A87ADBBC","81CB4C12-BCF0-4097-8B6D-D9419046367A","0767A57D-9BB2-48C6-9654-753D2B9D00A6","42871246-6725-4E41-A2C1-5A5BCF041097","BCE6E775-B5DF-4D6B-9F06-CDC02C1B1D0F","797EC165-A639-42D9-A059-669F6BEB92A7","FA498EFD-E50E-4CE0-9FA8-9AE2E8AE9580","4B68C371-CB37-45B4-910A-611E5FFC23DD","94E374B9-7ED4-4E39-96F1-6FD4E7AC3428","34D63515-7CC7-43FB-B7BB-87AFCA377D63","7E0B172C-0AF5-4C6E-B184-25A8FAE4FAB8","12239D52-D3D3-4713-BC3E-F0B95C488CB7","72559D92-4616-45A9-A0F2-72BA4147C0FB","E86C7328-AF24-4881-84AF-B7C7CEFEAE14","22D731CF-38F0-41CC-B125-74D2842ED847","B58A1A30-782E-4675-A276-2C01D35BEC70","ACEABA6D-071C-46C2-A325-BE30189AA45F","686443AE-DCDC-4998-8A39-48BC57D64FDC","8D660766-7C93-404C-9D92-B12CBF59A3CE","20DF1A18-6F2B-4D66-9110-75EB343C3C61"],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":10},"_Rotation":0,"_Scale":0.9920279440699439,"highlightRectangle":{"__isSmartRef__":true,"id":3577},"isPressed":false,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3651},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(424.5,8.5)","distanceToDragEvent":"lively.pt(37.9,-7.9)"},"3546":{"submorphs":[],"scripts":[],"id":"90625272-640F-495D-9072-CFC9626D2ABB","shape":{"__isSmartRef__":true,"id":3547},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":24,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":3545},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":3548},{"__isSmartRef__":true,"id":3550}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":3552},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702","A2CC4D56-B9D8-4A48-B6FF-DDDD85ACDC2E","5AC5C4DE-00B0-43DB-B7F1-765674CE818B","750A11C6-766E-4B48-AE32-D71DE811EB4A","66A7B56E-A94E-44AE-8AED-C0C1B07554D4","CA8596D3-2D4F-453B-BE1B-DCEC8F85389B","4D7DC32F-79CB-4AF8-8B21-AB4F1809D4A8","439DE430-7651-470E-97D8-00E7F96B04DA","DAC920E6-217B-4515-AC09-2F9DCBA7375C","BD48C003-0502-451D-B6AA-7369FF3D1030","C3B8F4EA-3F44-47F4-B569-A0D5AB263BA0","BF7F0FA3-3F2A-4EEF-9687-BE2B0635DF13","3D7AEAC1-C9DD-4941-BA46-16F6783F5699","E04A78F9-3D6E-403F-BA8D-2583FCFFCE53","47E1F29B-6896-467D-8654-CA18929AE57A","509D86FF-5400-4374-BE79-90F0A7E3E90C","C7E53EE0-065A-4C59-8D13-311566722BB7","BA078BAC-7263-4B10-AFD3-3C4EA0DD8707","BCFE28D1-A115-453E-9116-EECC8FE1D50F","A354FF2E-BD85-429A-97C2-254D6033F50C"],"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":24,"_MinTextHeight":null,"_FontSize":10,"_WordBreak":"break-all","__serializedExpressions__":["_Position","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"3547":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(24.0,24.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"3548":{"style":{"__isSmartRef__":true,"id":3549},"chunkOwner":{"__isSmartRef__":true,"id":3546},"storedString":"","_id":"_1372","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3549":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3550":{"style":{"__isSmartRef__":true,"id":3551},"chunkOwner":{"__isSmartRef__":true,"id":3546},"storedString":"","_id":"_1373","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3551":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3552":{"morph":{"__isSmartRef__":true,"id":3546},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3553":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3554},"derivationIds":[null,"29E543E0-AE93-493A-A694-FC1C330D0544","F0366E4C-E97F-4C77-BEE4-340A0668ADD5","347F6028-5092-4F54-9A34-3EFF3FF0B815","BF7387E7-BCD7-4A5B-B9D2-C14ECF59EFCA","85BA370B-966E-41F7-8C2F-F3A926EC2AA2","1652172B-339A-43A1-9589-70E68B35A28E","705524F7-129B-4102-834E-2A1A45985BB5","5707DF70-CD77-4D53-96ED-5A0AEB227FB7","257E62CE-C668-4317-B5B7-8D394BDC3F6C","2DD4BEA5-E85A-4CD0-953E-9EB2E0735654","BB96B696-7BD4-44C4-9D60-B1551B89D6FA","FCAABC48-FBAF-4E12-8BC9-AC4ACB5A167B","EB81C4D7-5BD8-4DAC-BD70-8675E2338AAC","1DBAE3FF-B2F6-4348-8E06-81139C138D6E","49E7D450-EF74-4E94-B33B-B888D952F3BD","F0B267C4-54BA-4E6F-BFDD-4B047F4FF41A","36B8611D-B449-4F6E-8D0F-B5FD6406D45D","779DB518-01BD-4D32-AD65-BFED801E5D06","F47D501C-3750-4F0D-A2E1-E1B9CDA8368C"],"id":"E532C85E-8F00-4319-9F88-E91CC57A08E8","eventHandler":{"__isSmartRef__":true,"id":3555},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":3545},"name":"leftpointing_magnifying_glass.png","isBeingDragged":false,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"eventsAreDisabled":true,"_HandStyle":"default","_PointerEvents":"none","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Image","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(-3.0,0.0)","distanceToDragEvent":"lively.pt(39.9,-9.0)"},"3554":{"_ImageURL":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAABAAAAAQBPJcTWAAAALnRFWHRUaXRsZQBMRUZULVBPSU5USU5HIE1BR05JRllJTkcgR0xBU1MgKFUrMUY1MEQpw88haQAAABV0RVh0QXV0aG9yAEFuZHJldyBNYXJjdXNl5zc3gwAAAC90RVh0U29mdHdhcmUAaW5mby5maWxlZm9ybWF0LmRhdGEuVW5pY29kZVBuZ1NlcnZsZXRoAX8wAAAAQ3RFWHREZXNjcmlwdGlvbgBodHRwOi8vd3d3LmZpbGVmb3JtYXQuaW5mby9pbmZvL3VuaWNvZGUvMWY1MGQvaW5kZXguaHRtk2hNQgAAADt0RVh0Q29weXJpZ2h0AGh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzIuMC9siJKDAAAIDklEQVR42u1daWxVRRQeCi0tIqCAQCTIUtEIGlk0ilqEkEbiQhSKGAyCooIIggsiQuMWZNGwVMUFNIhKZBMobZClgK1FwAU3wIpSREDcUFZFEM/JOzf3vPHet9ze1/eYe77k+zNzl5nz3ZlzZntPKYFAcHojDXimmKH6cQbwZuBM4HLgx8A9wBPAU8BjwJ3ADcDFwMnArsCaYjr/0BB4DwlwjAwfL38DzgX2AdYWk3pDJnAM8E/NuN8BpwEHAq8DXgpsCswANgN2APak/BeBu7T7sQX1A9YQE8fuDwYAf2BG/JrEaefxmSjaeOAO9syNwBwxd2Q0o/7fMhr6h8Fx+oBIX346cATwF/aON6Qbc0ZH4G4y0lHgOGAdD8/Be/KAs4AFwKsdrqkHnAA8Tu8rAzYWCWz0Bh5hraKTT11fL+AH1FXlA8/SrsEu61fmW9qLFEqNAv5LRsEw9twEvKMzcAvwJ3LoHG2AW+n9B4HdgixGHhNjiccuKlbUp9aC7yoGnqflraa8A8C2QRTjMvIVaITyKI61BjnkqiILWEjvPAwcxvLqAj+nvAqH7s1oNAfupcpjeNskhnvQOQ/xYfxQCziHRVl3sjxsNfspvYSuNR4Ywn5ClT5CA7lYkUPRU0YVy4CivkVlOE7TKxa6AP+ivKlBEORe9nUO8XD/QhWay6oqmlK3dYoirTYs70FK/wd4ocli1KVIByu7XXmb9BsOPEmj76riSfZxbAM2oPQMmqLB9GUmC/I0M8AtHp9xCd3/rM8fCHISy+vH0ruaOi3Coyqv6ETPKPSpXEOZ4X9XoSl+y89sovTNJgoyklW8rw8+aKFP5apFo3SrbMNcWsnFpgmylkU19R3yY4mc0mk0j88Z62PZ5jHDV7DQugE5dkx/3CQxzlb2qt6aCF1HtJH6BHoGju4v97F8+Sp8zeRGlldCaZtMEmQAq+zICL5hpUvrwfXy19gzZvhcvj6aILNZ3ij2ETQzRZA3WWU7RrgOfQsu05YCnyLxcFS9h91fTlMgfqKdJsg6lteBpQ8wRZASVqmmUa7txvwEJ/qe8SoxGxYymK+wpnMsNGHpxviRbVShkzEatAb5iEHUSrqzQVuiUMkMf5IFGWnM/71giiAHqEL7U7iMf2gtkk/B7/M51E4qMlklvzwNymgxl+VvobQPTRCkMavkDpaelkJlbOkgyDUsv0LZu19Oe/A++BBLvyIB0ZJX9HIQhHdZBymt1BQfso9V1Jorag28PUXKN8tBkHqUV4elLTJFkM9YpVqzllOcAmXDiG6vJsZhlt+Kpc80RZBiF2eJK4fZSS5bd4fWUcTyc1n6Y6YIMpVVii+LTgFOTHLZNjoIMpTlT2fpXUwRpIcKn021gHuwcDN0ss525Cnn3fIt2DXfK3vPljGbHtK1gdcFmkNdkYTK4gz0Tgcxytg1fI6rUBkGvubA54Ta0lTFK9VYFhS/xKV18PEHX3MfYpogfPUND9DwuamFlP5oNZXlZRcxlmsDWutsCl/aNQYZWhfBnTlOceNsLq459E1wyyhwEeNvFb7ZusClrEbhNlbJoyp8Y3UejehxPWS08v/MBrbIlcr92BvfwZit7KMKOC3f3FRBcBC2mRlBnz0dpOzN17gvqrdP7+2p7PkoJz7Hrq2pCfeqMhzXasbI1/KHa/m4Y93reRFcU1mrIh8IXaLCJzpnsLyfKRozHrNZpbFF9NHyx2pGw2tWAZ8H3gW8UjmvvWdSlIQb3raq6Kdzp6vwBbOhWn5/FRCggy9lFcdN1521ax5Q0Y9B41o7nkn8Rv1/gSkS0T/crb0vV4Uv465UAUNjLerCkfAN2jUXKef19apwnYP4AynK4tfNU6m1ZlMtaK/stQZrLXu0Q6g6OIpTjoVfAK/Xnp1GDp1fhy0th1rwHLqmEbXYHkEQJYcGitwouG2onoPx0Ne8q+yDmtGIs8lPUFCgH/Q5R4XPQlt8nfKzKB9/ouNHLT/ddFEw7t+uGQbPko90GY+gOHgcoRc5+YeBj1DY3JPyGrq8qy6JdMhBDAyz8azhZLq2JRuP4HE3a6f8KhNH7k4Dt9UORqoE3qGqfiAUo7L7lX1kjfMd4H0UHGTTFMpLzH8VUAS3iN2znsQ1GugvprCvkvMYdSFouBYxPu98FdoKusblmZXUoiz0J1FuYgPUfCrXAof7S4MgimXIRVH8wwHq5vBLna9Cs8ULyEgVWrCg8zAJ79TtjGDXjSMx5kd4Fk7XB+a3uq5Sob1QfoW86JzxR2zcjjyj3/mKTafUpCAi2nPLVcB+QA379YdoGuWEBxEwars1hujIOpZQQS1jWhzvKXeIDAOBRhT+YgQ2kcYK71NLwgOauAKJ50jwpFW8J2jHKHvLKwYBuENmVxyibAiqKIlCOkVY1g8HZHkQ5SOXeTaBR9RW9vT7agp34xVlo4jiL7KoG0TjriCR4hVlk0r8EYrAtZQiZa+14wx1qzhF2Syi+C+K5VOWko8RUVJIlPc8irIhKCP6ZItSqeJbh8kSU/qHDCbKMuZT4hFlrpgxcaIUUcuJR5TdYsLEiFLIQuLMOESZJOZLnCjLyMhrabqkZRRR1qsArDQmW5SlZOxPVWhJ2E2UNRJlVQ/wi19CRv9WhXbJoCh8zb+IujVBNYqymIyPP55ZxsQoVvK78kkBrp28rXVThSJGcoE7YZ5RoTMlc8SBpw7kj2IEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgSAZ+A+0ucC4BysctgAAAABJRU5ErkJggg==","_NodeClass":["image"],"_NodeId":"29E543E0-AE93-493A-A694-FC1C330D0544","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLoaded":true,"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Image","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(29.0,29.0)","_Padding":"lively.rect(0,0,0,0)"},"3555":{"morph":{"__isSmartRef__":true,"id":3553},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3556":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":3557},"_BorderRadius":5.2,"__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(24.0,24.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"3557":{"stops":[{"__isSmartRef__":true,"id":3558},{"__isSmartRef__":true,"id":3559},{"__isSmartRef__":true,"id":3560},{"__isSmartRef__":true,"id":3561}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3558":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"3559":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"3560":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"3561":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"3562":{"stops":[{"__isSmartRef__":true,"id":3563},{"__isSmartRef__":true,"id":3564},{"__isSmartRef__":true,"id":3565},{"__isSmartRef__":true,"id":3566}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3563":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"3564":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3565":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3566":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"3567":{"stops":[{"__isSmartRef__":true,"id":3568},{"__isSmartRef__":true,"id":3569},{"__isSmartRef__":true,"id":3570},{"__isSmartRef__":true,"id":3571}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3568":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"3569":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3570":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3571":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"3572":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"ScriptableButton","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":3573}],"revisionOnLoad":154251,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3573":{"date":{"__isSmartRef__":true,"id":3574},"author":"robertkrahn","message":"no comment","id":"0366C0A2-0C8E-4AEB-AAC3-120434134545"},"3574":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:10:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3575":{"sourceObj":{"__isSmartRef__":true,"id":3545},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3545},"targetMethodName":"onFire","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3576":{"morph":{"__isSmartRef__":true,"id":3545},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3577":{"submorphs":[],"scripts":[],"id":"364FF344-E489-461B-BC8C-ED45E4823ED4","shape":{"__isSmartRef__":true,"id":3578},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"HighlightRectangle","partsBinMetaInfo":{"__isSmartRef__":true,"id":3579},"eventHandler":{"__isSmartRef__":true,"id":3620},"attributeConnections":[{"__isSmartRef__":true,"id":3621},{"__isSmartRef__":true,"id":3622},{"__isSmartRef__":true,"id":3623}],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[127,"F0291F62-F100-480C-AEBF-0230398F7983","AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B","39BA345C-17FA-45A0-BAC2-F0CF5654ACF8","FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4","F38439A3-2F4E-4AC2-BF73-2633C00B1393","6748F5B5-2284-4748-A6EE-F1A261CBAD0B","6FECB598-D130-4242-BF1B-E18767608129","0B23F218-078F-4912-A262-31B957885F41","C56BA290-B836-4946-B4EF-DBB6FBA2368C","61176BAF-CFE6-4F2C-9F0A-971AAD6595A1","CB4127B2-0AA5-4B50-9978-F1FF39924A82","113050BB-CF0E-4193-91C6-9C25FC857EE8","EFF939E4-317B-4662-943F-77A6E6F65BD0","AA288E7F-3972-4F0D-87DD-61E4BD9C9C97","903E8C60-1158-42D5-85D2-DF134DA6CEC1","28FD6210-A549-4A11-9178-04E77FF556C0","B3312E29-D786-469F-865E-91FD69475A52","D947A1C1-DCBE-4485-A33D-DF549F6978E0","56CE0E60-45BE-43FF-9C6C-296D8AC326B6","CC61E3F8-8C8D-4F24-A591-023D3C88DEC8"],"partTests":{"__isSmartRef__":true,"id":3625},"_ClipMode":"visible","moved":true,"isBeingDragged":false,"prevScroll":[0,0],"#startLetters":"","eventsAreDisabled":false,"_HandStyle":"default","_PointerEvents":"auto","_Rotation":0,"_Scale":1.0060210561262526,"owner":null,"magnifierButton":{"__isSmartRef__":true,"id":3545},"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3630},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(1006.0,235.0)","distanceToDragEvent":"lively.pt(44.0,-14.0)"},"3578":{"_BorderWidth":0,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":0.2597,"_BorderStyle":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(600.0,400.0)","_BorderColor":"Color.rgb(204,0,0)","_Fill":"Color.rgb(58,0,255)","_Padding":"lively.rect(0,0,0,0)"},"3579":{"partsSpaceName":"PartsBin/Tools","comment":"A rectangle which highlights the object under the first hand of the world","migrationLevel":4,"partName":"HighlightRectangle","changes":[{"__isSmartRef__":true,"id":3580},{"__isSmartRef__":true,"id":3582},{"__isSmartRef__":true,"id":3584},{"__isSmartRef__":true,"id":3586},{"__isSmartRef__":true,"id":3588},{"__isSmartRef__":true,"id":3590},{"__isSmartRef__":true,"id":3592},{"__isSmartRef__":true,"id":3594},{"__isSmartRef__":true,"id":3596},{"__isSmartRef__":true,"id":3598},{"__isSmartRef__":true,"id":3600},{"__isSmartRef__":true,"id":3602},{"__isSmartRef__":true,"id":3604},{"__isSmartRef__":true,"id":3606},{"__isSmartRef__":true,"id":3608},{"__isSmartRef__":true,"id":3610},{"__isSmartRef__":true,"id":3612},{"__isSmartRef__":true,"id":3614},{"__isSmartRef__":true,"id":3616},{"__isSmartRef__":true,"id":3618}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3580":{"date":{"__isSmartRef__":true,"id":3581},"author":"timfelgentreff","message":"no comment","id":"3DB7DB40-210A-4BED-91FD-9287005703EC"},"3581":{"isSerializedDate":true,"string":"Thu May 24 2012 17:04:54 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3582":{"date":{"__isSmartRef__":true,"id":3583},"author":"tessi","message":"no comment","id":"23D7AA12-66A9-4C3B-B494-131256C291AC"},"3583":{"isSerializedDate":true,"string":"Thu May 24 2012 16:57:13 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3584":{"date":{"__isSmartRef__":true,"id":3585},"author":"tessi","message":"no comment","id":"2C30B7CA-388F-4F51-B4CF-A2E50E381148"},"3585":{"isSerializedDate":true,"string":"Thu May 24 2012 16:23:11 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3586":{"date":{"__isSmartRef__":true,"id":3587},"author":"tessi","message":"diable events","id":"7C1F71A3-FDAC-470A-B9A9-E1F2C9FEF18E"},"3587":{"isSerializedDate":true,"string":"Thu May 24 2012 14:46:08 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3588":{"date":{"__isSmartRef__":true,"id":3589},"author":"tessi","message":"no comment","id":"01996A33-11BC-4C15-96D7-B7D219E2E961"},"3589":{"isSerializedDate":true,"string":"Thu May 24 2012 14:39:50 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3590":{"date":{"__isSmartRef__":true,"id":3591},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"3591":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3592":{"date":{"__isSmartRef__":true,"id":3593},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"3593":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3594":{"date":{"__isSmartRef__":true,"id":3595},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"3595":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (Mitteleuropäische Zeit)"},"3596":{"date":{"__isSmartRef__":true,"id":3597},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"3597":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (Mitteleuropäische Zeit)"},"3598":{"date":{"__isSmartRef__":true,"id":3599},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"3599":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (Mitteleuropäische Zeit)"},"3600":{"date":{"__isSmartRef__":true,"id":3601},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"3601":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3602":{"date":{"__isSmartRef__":true,"id":3603},"author":"tessi","message":"no comment","id":"4B982A01-25B3-455A-848D-89C2C3C471D7"},"3603":{"isSerializedDate":true,"string":"Thu May 24 2012 13:58:01 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3604":{"date":{"__isSmartRef__":true,"id":3605},"author":"tessi","message":"no comment","id":"2FD6CB7B-3BC7-4666-98B4-AACF1001954D"},"3605":{"isSerializedDate":true,"string":"Thu May 24 2012 14:07:32 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3606":{"date":{"__isSmartRef__":true,"id":3607},"author":"tessi","message":"no comment","id":"09CF5ECF-2C87-4B66-A164-39848628596F"},"3607":{"isSerializedDate":true,"string":"Thu May 24 2012 15:34:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3608":{"date":{"__isSmartRef__":true,"id":3609},"author":"tessi","message":"no comment","id":"252A3EB5-DB00-4CF9-BF38-2927DD1C5229"},"3609":{"isSerializedDate":true,"string":"Thu May 24 2012 16:34:29 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3610":{"date":{"__isSmartRef__":true,"id":3611},"author":"tessi","message":"no comment","id":"81534551-62C1-4FC9-96CB-A5AC6642CA1E"},"3611":{"isSerializedDate":true,"string":"Thu May 24 2012 16:45:49 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3612":{"date":{"__isSmartRef__":true,"id":3613},"author":"tessi","message":"no comment","id":"5125DE3A-D50E-4621-8490-F3A9D99C2C4C"},"3613":{"isSerializedDate":true,"string":"Thu May 24 2012 16:47:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3614":{"date":{"__isSmartRef__":true,"id":3615},"author":"tessi","message":"no comment","id":"C81A2FBF-CB0B-4A0B-9D63-F9AEDFCB5DA6"},"3615":{"isSerializedDate":true,"string":"Thu May 24 2012 16:51:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3616":{"date":{"__isSmartRef__":true,"id":3617},"author":"tessi","message":"no comment","id":"DC8EF5EC-7563-45B6-816D-20E2DC218525"},"3617":{"isSerializedDate":true,"string":"Thu May 24 2012 16:52:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3618":{"date":{"__isSmartRef__":true,"id":3619},"author":"timfelgentreff","message":"no comment","id":"E7515DFB-DE7D-4E1F-A2C3-85166DCE4942"},"3619":{"isSerializedDate":true,"string":"Thu May 24 2012 16:59:39 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3620":{"morph":{"__isSmartRef__":true,"id":3577},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3621":{"sourceObj":{"__isSmartRef__":true,"id":3577},"sourceAttrName":"onMouseMove","targetObj":{"__isSmartRef__":true,"id":3577},"targetMethodName":"updateOnMove","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3622":{"sourceObj":{"__isSmartRef__":true,"id":3577},"sourceAttrName":"onMouseUp","targetObj":{"__isSmartRef__":true,"id":3545},"targetMethodName":"removeHighlighting","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3623":{"sourceObj":{"__isSmartRef__":true,"id":3577},"sourceAttrName":"onMouseUp","targetObj":{"__isSmartRef__":true,"id":10},"targetMethodName":"setTarget","converterString":"function () {\n return this.sourceObj.morphUnderCursor();\n }","updaterString":null,"varMapping":{"__isSmartRef__":true,"id":3624},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3624":{"source":{"__isSmartRef__":true,"id":3577},"target":{"__isSmartRef__":true,"id":10}},"3625":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3626}},"3626":{"test01IsMorph":{"__isSmartRef__":true,"id":3627}},"3627":{"varMapping":{"__isSmartRef__":true,"id":3628},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":3629},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3628":{"this":{"__isSmartRef__":true,"id":3625}},"3629":{},"3630":{"update":{"__isSmartRef__":true,"id":3631},"updateOnMove":{"__isSmartRef__":true,"id":3635},"bringToFront":{"__isSmartRef__":true,"id":3639},"morphUnderCursor":{"__isSmartRef__":true,"id":3647}},"3631":{"varMapping":{"__isSmartRef__":true,"id":3632},"source":"function update(morphUnderCursor) {\n if (morphUnderCursor === this.magnifierButton ||\n this.magnifierButton.submorphs.include(morphUnderCursor)) {\n morphToHighlight = this.magnifierButton.currentTarget();\n } else {\n morphToHighlight = morphUnderCursor;\n }\n\n if (morphToHighlight && morphToHighlight.world()) {\n this.setPosition(morphToHighlight.getPositionInWorld());\n this.setExtent(morphToHighlight.getExtent());\n }\n}","funcProperties":{"__isSmartRef__":true,"id":3633},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3632":{"this":{"__isSmartRef__":true,"id":3577}},"3633":{"timestamp":{"__isSmartRef__":true,"id":3634},"user":"lauritz","tags":[]},"3634":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:29:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3635":{"varMapping":{"__isSmartRef__":true,"id":3636},"source":"function updateOnMove() {\n this.update(this.morphUnderCursor());\n this.bringToFront();\n}","funcProperties":{"__isSmartRef__":true,"id":3637},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3636":{"this":{"__isSmartRef__":true,"id":3577}},"3637":{"timestamp":{"__isSmartRef__":true,"id":3638},"user":"lauritz","tags":[]},"3638":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:18:33 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3639":{"varMapping":{"__isSmartRef__":true,"id":3640},"source":"function bringToFront() {\n this.renderContext().morphNode.style.zIndex= 1000;\n}","funcProperties":{"__isSmartRef__":true,"id":3645},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3640":{"this":{"__isSmartRef__":true,"id":3577},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3641}},"3641":{"$super":{"__isSmartRef__":true,"id":3642}},"3642":{"varMapping":{"__isSmartRef__":true,"id":3643},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3644},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3643":{"obj":{"__isSmartRef__":true,"id":3577},"name":"bringToFront"},"3644":{},"3645":{"timestamp":{"__isSmartRef__":true,"id":3646},"user":"lauritz","tags":[]},"3646":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:12:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3647":{"varMapping":{"__isSmartRef__":true,"id":3648},"source":"function morphUnderCursor() {\n var that = this,\n world = lively.morphic.World.current(); \n \n return world.morphsContainingPoint(world.firstHand().getPosition()).detect(\n function(ea) {\n return !ea.isPlaceholder &&\n !ea.isHalo &&\n (!ea.owner || !ea.owner.isHalo) &&\n !(ea === that);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":3649},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3648":{"this":{"__isSmartRef__":true,"id":3577}},"3649":{"timestamp":{"__isSmartRef__":true,"id":3650},"user":"lauritz","tags":[]},"3650":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:18:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3651":{"onFire":{"__isSmartRef__":true,"id":3652},"removeHighlighting":{"__isSmartRef__":true,"id":3656},"onMouseMove":{"__isSmartRef__":true,"id":3660},"onMouseOut":{"__isSmartRef__":true,"id":3668},"reset":{"__isSmartRef__":true,"id":3676},"isTracking":{"__isSmartRef__":true,"id":3680},"isHighlighting":{"__isSmartRef__":true,"id":3684},"currentTarget":{"__isSmartRef__":true,"id":3688}},"3652":{"varMapping":{"__isSmartRef__":true,"id":3653},"source":"function onFire() {\n var hand = lively.morphic.World.current().firstHand(),\n highlight = this.highlightRectangle,\n that = this;\n\n if (this.isTracking()) {\n this.removeHighlighting();\n } else {\n this.world().addMorph(highlight);\n hand.highlightConnection = connect(hand, \"scrollFocusMorph\", highlight, \"update\");\n highlight.bringToFront();\n if (!this.currentTarget() || !this.currentTarget().world()) {\n highlight.setExtent(pt(0,0));\n }\n }\n}","funcProperties":{"__isSmartRef__":true,"id":3654},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3653":{"this":{"__isSmartRef__":true,"id":3545}},"3654":{"timestamp":{"__isSmartRef__":true,"id":3655},"user":"lauritz","tags":[]},"3655":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:40:51 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3656":{"varMapping":{"__isSmartRef__":true,"id":3657},"source":"function removeHighlighting() {\n var hand = this.world().firstHand();\n \n if (this.highlightRectangle) {\n this.highlightRectangle.remove();\n }\n \n hand.attributeConnections.removeAt(\n hand.attributeConnections.indexOf(hand.highlightConnection));\n hand.highlightConnection = null;\n}","funcProperties":{"__isSmartRef__":true,"id":3658},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3657":{"this":{"__isSmartRef__":true,"id":3545}},"3658":{"timestamp":{"__isSmartRef__":true,"id":3659},"user":"lauritz","tags":[]},"3659":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:20:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3660":{"varMapping":{"__isSmartRef__":true,"id":3661},"source":"function onMouseMove(evt) {\n var target = this.currentTarget();\n if (target && target.world() && !this.isHighlighting()) {\n this.highlightRectangle.update(target);\n this.world().addMorph(this.highlightRectangle);\n this.highlightRectangle.bringToFront();\n this.targetHighlight = this.highlightRectangle;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":3666},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3661":{"this":{"__isSmartRef__":true,"id":3545},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3662}},"3662":{"$super":{"__isSmartRef__":true,"id":3663}},"3663":{"varMapping":{"__isSmartRef__":true,"id":3664},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3665},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3664":{"obj":{"__isSmartRef__":true,"id":3545},"name":"onMouseMove"},"3665":{},"3666":{"timestamp":{"__isSmartRef__":true,"id":3667},"user":"lauritz","tags":[]},"3667":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:25:52 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3668":{"varMapping":{"__isSmartRef__":true,"id":3669},"source":"function onMouseOut() {\n if (this.isHighlighting()) {\n if (!this.isTracking()) {\n this.targetHighlight.remove();\n }\n delete this.targetHighlight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":3674},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3669":{"this":{"__isSmartRef__":true,"id":3545},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3670}},"3670":{"$super":{"__isSmartRef__":true,"id":3671}},"3671":{"varMapping":{"__isSmartRef__":true,"id":3672},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":3673},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3672":{"obj":{"__isSmartRef__":true,"id":3545},"name":"onMouseOut"},"3673":{},"3674":{"timestamp":{"__isSmartRef__":true,"id":3675},"user":"lauritz","tags":[]},"3675":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:21:57 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3676":{"varMapping":{"__isSmartRef__":true,"id":3677},"source":"function reset() {\n this.highlightRectangle.attributeConnections = [];\n \n connect(rect, \"onMouseMove\", this.highlightRectangle, \"updateOnMove\")\n connect(rect, \"onMouseUp\", this, \"removeHighlighting\")\n connect(rect, \"onMouseUp\", this.owner, \"setTarget\",\n {converter: function () {\n return this.sourceObj.morphUnderCursor();\n }\n })\n}","funcProperties":{"__isSmartRef__":true,"id":3678},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3677":{"this":{"__isSmartRef__":true,"id":3545}},"3678":{"timestamp":{"__isSmartRef__":true,"id":3679},"user":"lauritz","tags":[]},"3679":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:20:55 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3680":{"varMapping":{"__isSmartRef__":true,"id":3681},"source":"function isTracking() {\n return !!this.world().firstHand().highlightConnection;\n}","funcProperties":{"__isSmartRef__":true,"id":3682},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3681":{"this":{"__isSmartRef__":true,"id":3545}},"3682":{"timestamp":{"__isSmartRef__":true,"id":3683},"user":"lauritz","tags":[]},"3683":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:11:25 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3684":{"varMapping":{"__isSmartRef__":true,"id":3685},"source":"function isHighlighting() {\n return !!this.targetHighlight;\n}","funcProperties":{"__isSmartRef__":true,"id":3686},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3685":{"this":{"__isSmartRef__":true,"id":3545}},"3686":{"timestamp":{"__isSmartRef__":true,"id":3687},"user":"lauritz","tags":[]},"3687":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:11:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3688":{"varMapping":{"__isSmartRef__":true,"id":3689},"source":"function currentTarget() {\n return this.owner.target;\n}","funcProperties":{"__isSmartRef__":true,"id":3690},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3689":{"this":{"__isSmartRef__":true,"id":3545}},"3690":{"timestamp":{"__isSmartRef__":true,"id":3691},"user":"lauritz","tags":[]},"3691":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:26:02 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3692":{"target":{"__isSmartRef__":true,"id":10},"selector":"update","args":[],"stopped":false,"tickTime":500,"suspended":false,"__LivelyClassName__":"lively.morphic.TargetScript","__SourceModuleName__":"Global.lively.morphic.Core"},"3693":{"_BorderWidth":1,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(952.0,433.8)","_BorderColor":"Color.rgb(95,94,95)","_Fill":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)"},"3694":{"partsSpaceName":"PartsBin/Basic","comment":"Edit scripts and connections of a specific morph.","migrationLevel":4,"partName":"ObjectEditorPane","changes":[{"__isSmartRef__":true,"id":3695}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3695":{"date":{"__isSmartRef__":true,"id":3696},"author":"lauritz","message":"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items."},"3696":{"isSerializedDate":true,"string":"Fri Oct 21 2011 00:39:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3697":{"morph":{"__isSmartRef__":true,"id":10},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3698":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"3699":{},"3700":{"displayInitialScript":{"__isSmartRef__":true,"id":3701},"displayJavaScriptSource":{"__isSmartRef__":true,"id":3705},"displaySourceForConnection":{"__isSmartRef__":true,"id":3709},"displaySourceForScript":{"__isSmartRef__":true,"id":3713},"generateSourceForConnection":{"__isSmartRef__":true,"id":3717},"generateSourceForScript":{"__isSmartRef__":true,"id":3721},"generateTargetCode":{"__isSmartRef__":true,"id":3725},"newConnection":{"__isSmartRef__":true,"id":3729},"newScript":{"__isSmartRef__":true,"id":3733},"reset":{"__isSmartRef__":true,"id":3737},"selectChangedContent":{"__isSmartRef__":true,"id":3741},"setTarget":{"__isSmartRef__":true,"id":3745},"sortedConnectionNamesOfObj":{"__isSmartRef__":true,"id":3749},"sortedScriptNamesOfObj":{"__isSmartRef__":true,"id":3753},"updateLists":{"__isSmartRef__":true,"id":3757},"onShutdown":{"__isSmartRef__":true,"id":3761},"confirmUnsavedChanges":{"__isSmartRef__":true,"id":3765},"update":{"__isSmartRef__":true,"id":3769},"ensureAnnotationLayer":{"__isSmartRef__":true,"id":3773},"copyToPartsBinWithUserRequest":{"__isSmartRef__":true,"id":3777},"printTags":{"__isSmartRef__":true,"id":3785},"setTag":{"__isSmartRef__":true,"id":3789},"runScript":{"__isSmartRef__":true,"id":3793},"openPartTestRunner":{"__isSmartRef__":true,"id":3797},"hasUnsavedChanges":{"__isSmartRef__":true,"id":3801}},"3701":{"varMapping":{"__isSmartRef__":true,"id":3702},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.preselectItem();\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.preselectItem();\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":3703},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3702":{"this":{"__isSmartRef__":true,"id":10}},"3703":{"timestamp":{"__isSmartRef__":true,"id":3704},"user":"lauritz","tags":[]},"3704":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:13:43 GMT+0100 (Mitteleuropäische Zeit)"},"3705":{"varMapping":{"__isSmartRef__":true,"id":3706},"source":"function displayJavaScriptSource(jsCode) {\n if (this.scriptPane.hasChanged()) {\n var that = this;\n var callback = function(confirmed) {\n if (confirmed) that.scriptPane.display(jsCode)\n };\n this.confirmUnsavedChanges(callback);\n } else {\n this.scriptPane.display(jsCode);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":3707},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3706":{"this":{"__isSmartRef__":true,"id":10}},"3707":{"timestamp":{"__isSmartRef__":true,"id":3708},"user":"lauritz","tags":[]},"3708":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"3709":{"varMapping":{"__isSmartRef__":true,"id":3710},"source":"function displaySourceForConnection(connection) {\n var code = \"\", that = this;\n if (connection === undefined) return;\n if (connection === null) {\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\"\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForConnection(connection);\n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":3711},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3710":{"this":{"__isSmartRef__":true,"id":10}},"3711":{"timestamp":{"__isSmartRef__":true,"id":3712},"user":"conradcalmez","tags":[]},"3712":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:59:30 GMT+0100 (Mitteleuropäische Zeit)"},"3713":{"varMapping":{"__isSmartRef__":true,"id":3714},"source":"function displaySourceForScript(scriptName) {\n var code = \"\",\n that = this;\n if (scriptName === null) {\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForScript(each)).concat(\"\\n\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForScript(scriptName);\n }\n if (code) this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":3715},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3714":{"this":{"__isSmartRef__":true,"id":10}},"3715":{"timestamp":{"__isSmartRef__":true,"id":3716},"user":"cschuster","tags":[]},"3716":{"isSerializedDate":true,"string":"Thu Aug 30 2012 08:14:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3717":{"varMapping":{"__isSmartRef__":true,"id":3718},"source":"function generateSourceForConnection(connection) {\n var c = connection, targetObject = this.target;\n\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\tvar optConfig = []\n\tif (c.converterString)\n\t\toptConfig.push(\"converter: \\n\\t\" + c.converterString)\n\tif (c.updaterString)\n\t\toptConfig.push(\"updater: \\n\\t\" + c.updaterString)\n\treturn Strings.format('connect(%s, \"%s\", %s, \"%s\", {%s});', \n\t\t\tthis.generateTargetCode(targetObject, c.getSourceObj()),\n\t\t\tc.getSourceAttrName(),\n\t\t\tthis.generateTargetCode(targetObject, c.getTargetObj()),\n\t\t\tc.getTargetMethodName(),\n\t\t\toptConfig.join(','));\n\n}","funcProperties":{"__isSmartRef__":true,"id":3719},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3718":{"this":{"__isSmartRef__":true,"id":10}},"3719":{"timestamp":{"__isSmartRef__":true,"id":3720},"user":"lauritz","tags":[]},"3720":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"3721":{"varMapping":{"__isSmartRef__":true,"id":3722},"source":"function generateSourceForScript(scriptName) {\n var script = this.target[scriptName],\n annotation = '',\n scriptSource = '',\n tagScript = '';\n\n if (!script) return;\n\n if (script.timestamp && script.user) \n annotation = Strings.format('// changed at %s by %s \\n', script.timestamp, script.user);\n scriptSource = Strings.format('this.addScript(%s)', script.getOriginal());\n tagScript = Strings.format('.tag(%s);', this.printTags(script));\n\n return annotation + scriptSource + tagScript;\n}","funcProperties":{"__isSmartRef__":true,"id":3723},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3722":{"this":{"__isSmartRef__":true,"id":10}},"3723":{"timestamp":{"__isSmartRef__":true,"id":3724},"user":"cschuster","tags":[]},"3724":{"isSerializedDate":true,"string":"Thu Aug 30 2012 08:14:45 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3725":{"varMapping":{"__isSmartRef__":true,"id":3726},"source":"function generateTargetCode(baseObject, targetObject) {\n\tvar name = targetObject.name;\n\tif (baseObject === targetObject) \n\t\treturn \"this\";\n\telse if (baseObject[name] === targetObject) \n\t\treturn \"this.\" + name;\n\telse if (baseObject.testObject === targetObject) \n\t\treturn \"this.testObject\";\n\telse if (baseObject.get(name) === targetObject) \n\t\treturn 'this.get(\"' + name + '\")';\n\telse if (targetObject instanceof Morph) \n\t\treturn '$morph(\"' + name + '\")';\n\telse \n\t\treturn \"????\";\n}","funcProperties":{"__isSmartRef__":true,"id":3727},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3726":{"this":{"__isSmartRef__":true,"id":10}},"3727":{"timestamp":{"__isSmartRef__":true,"id":3728},"user":"lauritz","tags":[]},"3728":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"3729":{"varMapping":{"__isSmartRef__":true,"id":3730},"source":"function newConnection() {\n if (this.target) {\n var code = \"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":3731},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3730":{"this":{"__isSmartRef__":true,"id":10}},"3731":{"timestamp":{"__isSmartRef__":true,"id":3732},"user":"lauritz","tags":[]},"3732":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"3733":{"varMapping":{"__isSmartRef__":true,"id":3734},"source":"function newScript() {\n if (this.target) {\n var code = \"this.addScript(function SCRIPTNAME() {\\n \\n}).tag([]);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":3735},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3734":{"this":{"__isSmartRef__":true,"id":10}},"3735":{"timestamp":{"__isSmartRef__":true,"id":3736},"user":"lauritz","tags":[]},"3736":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:24:25 GMT+0100 (Mitteleuropäische Zeit)"},"3737":{"varMapping":{"__isSmartRef__":true,"id":3738},"source":"function reset() {\n this.scriptPane = this.get('ObjectEditorScriptPane')\n this.scriptList = this.get('ObjectEditorScriptList')\n this.connectionList = this.get('ObjectEditorConnectionList')\n this.morphSelector = this.get('ObjectEditorMorphSelector')\n \n this.target = null;\n this.currentTag = null;\n \n this.scriptPane.reset();\n this.scriptList.setList();\n this.scriptList.selection = null;\n this.connectionList.setList();\n this.connectionList.selection = null;\n this.morphSelector.reset();\n this.tagChooser.reset();\n \n this.stopStepping();\n}","funcProperties":{"__isSmartRef__":true,"id":3739},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3738":{"this":{"__isSmartRef__":true,"id":10}},"3739":{"timestamp":{"__isSmartRef__":true,"id":3740},"user":"lauritz","tags":[]},"3740":{"isSerializedDate":true,"string":"Fri Aug 03 2012 11:45:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"3741":{"varMapping":{"__isSmartRef__":true,"id":3742},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i -1) {\n var c = this.connectionList.selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n this.updateLists();\n this.displayInitialScript();\n } \n}","funcProperties":{"__isSmartRef__":true,"id":4881},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4880":{"this":{"__isSmartRef__":true,"id":4283}},"4881":{},"4882":{"varMapping":{"__isSmartRef__":true,"id":4883},"source":"function updateLists() {\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\n var scriptListItems = this.scriptList.getList();\n scriptListItems.unshift(\"-- ALL --\");\n this.scriptList.setList(scriptListItems);\n\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\n var connectionListItems = this.connectionList.getList();\n connectionListItems.unshift(\"-- ALL --\");\n this.connectionList.setList(connectionListItems);\n}","funcProperties":{"__isSmartRef__":true,"id":4884},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4883":{"this":{"__isSmartRef__":true,"id":4283}},"4884":{},"4885":{"varMapping":{"__isSmartRef__":true,"id":4886},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.selectAt(0);\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.selectAt(0);\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":4887},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4886":{"this":{"__isSmartRef__":true,"id":4283}},"4887":{},"4888":{"varMapping":{"__isSmartRef__":true,"id":4889},"source":"function reset() {\n this.target = null;\n this.scriptPane.doitContext = null;\n this.scriptList.setList();\n this.connectionList.setList();\n this.scriptPane.setTextString(\"\");\n this.morphSelector.reset();\n}","funcProperties":{"__isSmartRef__":true,"id":4890},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4889":{"this":{"__isSmartRef__":true,"id":4283}},"4890":{},"4891":{"varMapping":{"__isSmartRef__":true,"id":4892},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\n if (index > -1) { \n return this.scriptList.selectAt(index);\n }\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i -1) {\n var c = selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n editor.updateLists();\n editor.displayInitialScript();\n } \n }\n\n var message = 'Disconnect \"' + selection[0] +'\" connection?';\n var callback = disconnectConnection;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":4984},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4983":{"this":{"__isSmartRef__":true,"id":4959}},"4984":{"timestamp":{"__isSmartRef__":true,"id":4985},"user":"lauritz","categories":[]},"4985":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:46:54 GMT+0100 (Mitteleuropäische Zeit)"},"4986":{"submorphs":[{"__isSmartRef__":true,"id":4987}],"scripts":[],"id":"4CA6F5E1-A1E0-413A-A14F-326F3D084756","shape":{"__isSmartRef__":true,"id":4992},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4998},"lighterFill":{"__isSmartRef__":true,"id":5003},"label":{"__isSmartRef__":true,"id":4987},"attributeConnections":[{"__isSmartRef__":true,"id":5008}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"name":"ObjectEditorRemoveScriptButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":5010},"owner":{"__isSmartRef__":true,"id":4276},"eventHandler":{"__isSmartRef__":true,"id":5011},"isCopyMorphRef":true,"morphRefId":24,"draggingEnabled":false,"objectEditorPane":{"__isSmartRef__":true,"id":4276},"derivationIds":[217,"FDC10087-12CF-4570-9211-8309CB6A9AA3","E18FC530-4B1F-4F08-8DA6-3866A3519E56","04A2AAC3-6A9E-40BB-9408-EBB2567EE63B","8C1A42CE-840C-4AAE-BD79-C93A445B9EBF","61FC11FA-B87E-4EFE-BD15-564D3178B68B","ED34F9B5-9E00-41B3-8313-D9C3D6B3B231","A7481F4B-D444-4B4F-BDA2-4F9F03AEC24D","7DDF7175-34FC-4521-A7C3-580A8BE63351","DEA39C05-FAD7-4882-AB3D-0EE12C3408F9","99186A50-1411-4B6F-B1CB-FF0742C20D7D","10F3E467-6BB8-4D07-BD17-8C50593FD6B8","7260818C-6472-4288-8BDD-1E7798A543F3","DEBB5BDB-018D-4BA1-9FB9-73DC84C51D89","D75BCAED-3029-46EB-B944-4A102BB1BC0F","9A977DA2-B325-4DFA-9683-3DC9ECEFAAC0","48A5078F-B4A5-4F4E-884D-84CCDFFBE6F0","33905494-AA01-4311-8398-1F6C3D4F1BAC","5D7201A7-1374-49AD-851F-E3167EFED99E","9B69B6C6-71F2-402E-89D1-E97FC2D3AE13","DA1B3A74-F4A6-427B-8FBD-3D2E9D8CD866","DBFC4A4F-8601-4C32-9460-53902C3B0F37","ED51CA7C-CE32-4CF5-9398-0BA9B791FF5E","4F7A7C1A-3788-478C-AFF5-BA62C7FCB01D","FCEFF15E-E5B8-4C7E-A139-302649441119","3674B8DC-F4E5-4A5C-ACEC-96D743BB6050","33E0336F-FD6A-4AAB-AECB-B7D6C7C80631","761015EE-47CF-40F6-A403-8A959B2DB0A6","361B531D-7A1C-441A-BE8B-0B503543FF6C","E283DDFD-1D8F-4E3D-A0BC-40C30221FFDC","0EC23EA3-7B34-429A-922D-5D139F127D1E"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"isPressed":false,"__serializedExpressions__":["_Position","padding","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5012},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(160.0,40.0)","padding":"lively.rect(5,0,0,0)","distanceToDragEvent":"lively.pt(33.4,-21.3)"},"4987":{"submorphs":[],"scripts":[],"id":"99C0CC23-E8A9-46C9-B9CC-CF26BEFCFCA5","shape":{"__isSmartRef__":true,"id":4988},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":25,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":4986},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":4989}],"prevScroll":[0,0],"_FontFamily":"Helvetica, Sans-Serif","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","eventHandler":{"__isSmartRef__":true,"id":4991},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":25,"_MinTextHeight":null,"draggingEnabled":false,"derivationIds":[218,"852A7BD9-52EE-4708-A2D5-1BDECF33C958","7B4F173E-9726-472A-9B30-530D4AA92AD9","CBA217F6-2832-4213-9ABE-47753C1A4180","E6B97D1D-95D5-4644-9359-1D08D42A51F4","4391A57E-70C2-4628-9828-DD668CCE546E","F0C6C298-3B8B-42B2-B5E9-E5B82F607B01","DF0CAF75-4247-4797-B1A0-AD7444391E2A","B4C4F09B-F663-47A1-B85F-461D5452F5F8","FD966AB1-4685-4151-9A38-B1B21B0237EF","CA91FC2C-D7CC-4123-AFD2-108F8F0C2E97","88F1581A-7AEF-4646-B7F9-3890CDDB8494","DC577877-7F00-4238-9246-08C2A10C0CC9","818C9467-71A2-44D6-B01F-1523A0CD5476","C0CF3DDB-AA12-49E0-B12A-6B620552BB47","853E19A1-E97D-463D-A24F-0148671EB696","0203CA4C-E523-4F7D-824B-F09BA3914BDD","18B98A59-6C8E-4386-B3EF-A17259C51C0F","24D84E0A-FA16-47DE-934D-E60729EEB227","7035F1EB-4B8C-4F20-B3AC-966403F55C0A","69831817-0662-4848-8481-44558987D21D","BA13E4C6-DF2A-4059-9174-7725FA3FE514","3E989A29-2A8F-4AFE-B312-A0852B746605","7B675033-945D-4AE1-B85F-DBD35C7B02AA","E0D76A08-70F9-4710-907E-B2D83D60D29A","495F5D43-B450-45B7-B238-FC12AA8F6488","B551041D-4E6E-44F3-8405-1DCE5344BCCD","0A287650-EC32-45AA-8504-0513B196727F","717B0EFA-1422-4224-9A53-5A494F6191A4","C86C167E-8A7D-43BE-AFED-AAEDA70B95EE","97247E8A-2818-4B44-BCDD-348126BD380C"],"_Scale":1,"_WordBreak":"break-all","__serializedExpressions__":["_Position","textColor","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","_Padding":"lively.rect(0,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"4988":{"borderWidth":0,"fill":null,"_ClipMode":"hidden","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(25.0,20.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"4989":{"style":{"__isSmartRef__":true,"id":4990},"chunkOwner":{"__isSmartRef__":true,"id":4987},"storedString":"-","_id":"_1363","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4990":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4991":{"morph":{"__isSmartRef__":true,"id":4987},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4992":{"_Fill":{"__isSmartRef__":true,"id":4993},"_BorderWidth":1,"_BorderRadius":5,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(25.0,20.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"4993":{"stops":[{"__isSmartRef__":true,"id":4994},{"__isSmartRef__":true,"id":4995},{"__isSmartRef__":true,"id":4996},{"__isSmartRef__":true,"id":4997}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"4994":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"4995":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"4996":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"4997":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"4998":{"stops":[{"__isSmartRef__":true,"id":4999},{"__isSmartRef__":true,"id":5000},{"__isSmartRef__":true,"id":5001},{"__isSmartRef__":true,"id":5002}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"4999":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"5000":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"5001":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"5002":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"5003":{"stops":[{"__isSmartRef__":true,"id":5004},{"__isSmartRef__":true,"id":5005},{"__isSmartRef__":true,"id":5006},{"__isSmartRef__":true,"id":5007}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"5004":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"5005":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"5006":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"5007":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"5008":{"sourceObj":{"__isSmartRef__":true,"id":4986},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4986},"targetMethodName":"deleteSelectedScript","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":5009},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"5009":{"source":{"__isSmartRef__":true,"id":4986},"target":{"__isSmartRef__":true,"id":4986}},"5010":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"5011":{"morph":{"__isSmartRef__":true,"id":4986},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5012":{"deleteSelectedScript":{"__isSmartRef__":true,"id":5013}},"5013":{"varMapping":{"__isSmartRef__":true,"id":5014},"source":"function deleteSelectedScript() {\n\n var editor = this.objectEditorPane;\n var selection = editor.scriptList.selection;\n\n if (!editor.target || editor.scriptList.getList().size() < 2) \n return; \n\n var deleteScript = function (confirmed) {\n if (!confirmed) return;\n \n if (selection && editor.target) {\n if (!editor.target.hasOwnProperty(selection)) \n return;\n delete editor.target[selection];\n editor.updateLists();\n editor.displayInitialScript();\n }\n }\n\n var message = 'Delete \"' + selection + '\" script?';\n var callback = deleteScript;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":5015},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5014":{"this":{"__isSmartRef__":true,"id":4986}},"5015":{"timestamp":{"__isSmartRef__":true,"id":5016},"user":"lauritz"},"5016":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:12:21 GMT+0100 (Mitteleuropäische Zeit)"},"5017":{"submorphs":[{"__isSmartRef__":true,"id":5018}],"scripts":[],"id":"9A3CC596-3489-4D10-9454-8C34BDD1E956","shape":{"__isSmartRef__":true,"id":5024},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":5025},"lighterFill":{"__isSmartRef__":true,"id":5030},"label":{"__isSmartRef__":true,"id":5018},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"name":"ObjectEditorMorphSelector","partsBinMetaInfo":{"__isSmartRef__":true,"id":5035},"list":[],"eventHandler":{"__isSmartRef__":true,"id":5036},"owner":{"__isSmartRef__":true,"id":4276},"textString":"","selection":{"__isSmartRef__":true,"id":5037},"_ClipMode":"visible","prevScroll":[0,0],"derivationIds":[221,"4AC64FBA-95AC-42B2-A078-B6DA97889093","E26ED0E6-C4CE-4C82-94D5-175270E8459E","D292F2FC-C2B6-48AE-B779-8CC5868FFA49","53A862EB-032C-4BF0-9B21-58C7E0C0A9B2","CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F","0CD057F2-3517-4849-A69E-1EF79B05ACE8","66EBBB7D-8FA7-4D43-AE78-A18DA3B970BA","A50C1893-4138-4E29-865B-92F53F76D08A","1EC5D2B9-3539-419A-8DD6-CE82DEABB02C","95DC06D5-F4C7-49E2-8A01-110D1B0AFBD0","672DEFAB-2BE5-4C60-9779-3B44694FBEB1","E3476213-5872-492C-BE29-0C6A5A150ED8","AA2F6ABE-1CCB-403D-94DD-8FB371F3DDCE","54B67D51-AB19-40A0-A2A6-EC51F3171CAC","1CF44342-896F-4ACB-847F-7CB3CD10ED5A","279A9257-1667-4E0C-844B-A4E0D02462F0","DDCBD835-4B3F-4B8F-9623-696DA76C3A2C","D2CB17F3-5DD0-4E97-BF99-40A95ABF976B","FA519665-2394-43D3-8DCF-802A158F3291","90519BB5-7419-46E0-B7E3-4C26304F3414","0B7FC23C-C63C-4F20-8BAF-1BD1B7205762","B54FAD70-E598-4B06-8F41-00843A06D4B0","5A8ECBD6-ADDE-43FA-8D9E-BC483898DF8A","69DD3160-FAD3-4AD8-9B1C-CB9229AD8034","2C8AD368-8815-41D5-8C8D-CD36ECCF4A96","80C5655D-B03D-413B-A84C-D59A60D8EEEC","BA8066E4-5B8E-4048-97C5-332953805999","E27E2CB2-789E-4269-B5E8-2631B5D2840B","0EDAA37B-E8BA-4DE7-820A-17A44E299F5C","81F15272-5E6E-4544-B6FE-96BDD357A17C"],"_Rotation":0,"_Scale":1,"isPressed":false,"__serializedExpressions__":["_Position","padding","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5043},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(200.1,10.0)","padding":"lively.rect(5,0,0,0)","distanceToDragEvent":"lively.pt(122.9,-11.6)"},"5018":{"submorphs":[],"scripts":[],"id":"048FC830-5F81-478F-B924-D561D5FD4AD9","shape":{"__isSmartRef__":true,"id":5019},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":220,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":5017},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":5020}],"prevScroll":[0,0],"attributeConnections":[{"__isSmartRef__":true,"id":5022}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"eventHandler":{"__isSmartRef__":true,"id":5023},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":220,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[222,"30F054A3-7658-405B-8098-B7D87AA8A9ED","556D6E07-45B7-42EC-A486-DE275EF0B034","06B0B080-467A-46CC-8B0D-9C0A9B9A71F1","5E2D96C9-BB9B-4735-8673-A79847435197","B48AA022-2022-4A2A-9090-4D884FB3DFD3","8B2F743A-98C5-45E1-B03C-5019114EAC47","D09C56C3-A2DC-4BDF-B8A1-6365138ECD01","74158C3D-B79E-43E7-B111-48701B10ACE2","B19E117B-E40F-4B9F-86AC-BFB2AAFD5336","4E3B3D72-E52C-44ED-AE32-78939BA1ECFD","2459D1F0-E49C-4882-AB4C-D78C1A496962","3D8D3B02-0459-45C1-A606-D0DB4B07958C","78AAE288-D261-4BEA-9436-C8C31B890B44","2E10F795-9892-4BF7-9A46-BCB90FD6112E","DE32EFA9-C920-42F6-9F2E-7EDABEC006AF","23FBFC79-1927-48FD-8C1C-09FFD7539784","3409506C-9BAE-43DA-BCAF-94392F9646DF","ED94289E-98FC-4126-9EED-25FDC98D5BFC","63C2F1D8-3A1B-464B-9945-1F661D4CFE26","782AAB82-32E9-4A37-9DC0-3118636C2CCE","D564B3C8-D9B5-4D7D-80DD-16715ED878F6","D9344242-9F26-4A5D-B86D-6FAEA43B439C","E7E3A5EE-8F82-4F04-9E65-771E2E4AC9D1","55BF0D1C-FCDF-4D8B-9E42-8EF0F36074A3","B3BE05E0-5704-45B4-8B1D-E7FDA5CE6235","9A503124-0F1D-4390-B668-E4457CBC1376","26D1AD85-C129-4C24-A16A-B6863FC35F41","7425ED3B-1418-47C8-A2EE-52CDF3C4D860","C4B9C269-4F6E-4EA2-A6EA-38C21A011591","952BC06E-5007-4618-9289-931E66292E9D"],"_Scale":1,"_WordBreak":"break-all","__serializedExpressions__":["_Position","textColor","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(2.0,1.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","_Padding":"lively.rect(5,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"5019":{"borderWidth":0,"fill":null,"_ClipMode":"hidden","_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(220.0,20.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"5020":{"style":{"__isSmartRef__":true,"id":5021},"chunkOwner":{"__isSmartRef__":true,"id":5018},"_id":"_150430","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5021":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5022":{"sourceObj":{"__isSmartRef__":true,"id":5018},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":5017},"targetMethodName":"selection","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"5023":{"morph":{"__isSmartRef__":true,"id":5018},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5024":{"_Fill":{"__isSmartRef__":true,"id":5025},"_BorderWidth":1,"_BorderRadius":5,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(220.0,20.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"5025":{"stops":[{"__isSmartRef__":true,"id":5026},{"__isSmartRef__":true,"id":5027},{"__isSmartRef__":true,"id":5028},{"__isSmartRef__":true,"id":5029}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"5026":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"5027":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"5028":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"5029":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"5030":{"stops":[{"__isSmartRef__":true,"id":5031},{"__isSmartRef__":true,"id":5032},{"__isSmartRef__":true,"id":5033},{"__isSmartRef__":true,"id":5034}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"5031":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"5032":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"5033":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"5034":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"5035":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"5036":{"morph":{"__isSmartRef__":true,"id":5017},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5037":{"submorphs":[],"scripts":[],"id":181,"shape":{"__isSmartRef__":true,"id":5038},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":580,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":28,"name":"Title","partsBinMetaInfo":{"__isSmartRef__":true,"id":5039},"textChunks":[{"__isSmartRef__":true,"id":5040}],"eventHandler":{"__isSmartRef__":true,"id":5042},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":580,"_MinTextHeight":null,"_Rotation":0,"_Scale":1.002003004005006,"previousSelection":[35,35],"priorSelectionRange":[23,23],"charsReplaced":"WIP / Proof of Concept","lastFindLoc":22,"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","isCopyMorphRef":true,"morphRefId":2,"prevScroll":[0,0],"__serializedExpressions__":["_Position","textColor","_TextColor","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(37.0,23.0)","textColor":"Color.rgb(0,0,0)","_TextColor":"Color.rgb(0,79,152)","distanceToDragEvent":"lively.pt(221.0,-12.0)"},"5038":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(580.0,43.0)","_BorderColor":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)"},"5039":{"partsSpaceName":"PartsBin/Worlds/","comment":"For example a world title.","partName":"Title","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"5040":{"style":{"__isSmartRef__":true,"id":5041},"chunkOwner":{"__isSmartRef__":true,"id":5037},"storedString":"","_id":"_1365","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5041":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5042":{"morph":{"__isSmartRef__":true,"id":5037},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5043":{"reset":{"__isSmartRef__":true,"id":5044},"onMouseDown":{"__isSmartRef__":true,"id":5048},"onBlur":{"__isSmartRef__":true,"id":5056},"createScenePresentation":{"__isSmartRef__":true,"id":5064},"presentTargetChooser":{"__isSmartRef__":true,"id":5068},"removeTargetChooser":{"__isSmartRef__":true,"id":5072},"removeHighlight":{"__isSmartRef__":true,"id":5076},"highlightCurrentTarget":{"__isSmartRef__":true,"id":5080},"updateTargetFromSelection":{"__isSmartRef__":true,"id":5084},"currentMorphicScene":{"__isSmartRef__":true,"id":5088},"highlightTarget":{"__isSmartRef__":true,"id":5092},"setLabel":{"__isSmartRef__":true,"id":5096},"updateTargetFromOwner":{"__isSmartRef__":true,"id":5104}},"5044":{"varMapping":{"__isSmartRef__":true,"id":5045},"source":"function reset() {\n this.removeTargetChooser();\n this.setLabel('empty');\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\n}","funcProperties":{"__isSmartRef__":true,"id":5046},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5045":{"this":{"__isSmartRef__":true,"id":5017}},"5046":{"timestamp":{"__isSmartRef__":true,"id":5047},"user":"lauritz","tags":[]},"5047":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:04:57 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5048":{"varMapping":{"__isSmartRef__":true,"id":5049},"source":"function onMouseDown(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) {\n return $super(evt);\n }\n \n if (this.listMorph) {\n // clicked on morph, not the list, not the list's scrollbar\n if (evt.target === this.renderContext().shapeNode)\n this.removeTargetChooser();\n } else {\n this.presentTargetChooser();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":5054},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5049":{"this":{"__isSmartRef__":true,"id":5017},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5050}},"5050":{"$super":{"__isSmartRef__":true,"id":5051}},"5051":{"varMapping":{"__isSmartRef__":true,"id":5052},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5053},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5052":{"obj":{"__isSmartRef__":true,"id":5017},"name":"onMouseDown"},"5053":{},"5054":{"timestamp":{"__isSmartRef__":true,"id":5055},"user":"lauritz","tags":[]},"5055":{"isSerializedDate":true,"string":"Fri Aug 03 2012 12:44:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5056":{"varMapping":{"__isSmartRef__":true,"id":5057},"source":"function onBlur(evt) {\n $super(evt);\n \n // remove the scene presentation when clicked elsewhere\n var target = evt.world.clickedOnMorph;\n if (!this.listMorph || !this.listMorph.isAncestorOf(target)) {\n this.removeTargetChooser();\n } else {\n this.focus();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":5062},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5057":{"this":{"__isSmartRef__":true,"id":5017},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5058}},"5058":{"$super":{"__isSmartRef__":true,"id":5059}},"5059":{"varMapping":{"__isSmartRef__":true,"id":5060},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5061},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5060":{"obj":{"__isSmartRef__":true,"id":5017},"name":"onBlur"},"5061":{},"5062":{"timestamp":{"__isSmartRef__":true,"id":5063},"user":"lauritz","tags":[]},"5063":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:29:05 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5064":{"varMapping":{"__isSmartRef__":true,"id":5065},"source":"function createScenePresentation() {\n var that = this,\n items = this.currentMorphicScene(),\n height = this.owner.getExtent().y,\n bounds = new Rectangle(0, this.getExtent().y, this.getExtent().x * 2, height),\n treeMorph = new lively.morphic.Tree(),\n rect = lively.morphic.Morph.makeRectangle(bounds),\n currentTarget = null;\n \n treeMorph.childrenPerPage = 10000;\n treeMorph.setName(\"MorphSelectorTree\");\n treeMorph.getLayouter().defer();\n treeMorph.setItem(items);\n treeMorph.childNodes.each(function (n) {\n n.expand();\n })\n \n currentTarget = this.highlightCurrentTarget(treeMorph);\n \n rect.setFill(Color.white);\n rect.beClip(true);\n rect.disableGrabbing();\n rect.disableDragging();\n rect.setBorderWidth(1);\n rect.setBorderColor(Color.rgb(150,150,150));\n rect.addMorph(treeMorph);\n rect.treeMorph = treeMorph;\n rect.currentTarget = currentTarget;\n\n return rect;\n}","funcProperties":{"__isSmartRef__":true,"id":5066},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5065":{"this":{"__isSmartRef__":true,"id":5017}},"5066":{"timestamp":{"__isSmartRef__":true,"id":5067},"user":"lauritz","tags":[]},"5067":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:29:56 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5068":{"varMapping":{"__isSmartRef__":true,"id":5069},"source":"function presentTargetChooser() {\n var list = this.createScenePresentation(),\n tree = list.treeMorph,\n target = list.currentTarget\n \n list.setVisible(false)\n this.addMorph(list)\n this.listMorph = list\n list.focus()\n\n // need temp here, doesn't work otherwise, strange errors... Javascript WAT\n var layouting = function() {\n list.setVisible(true)\n \n if (target) {\n var globalTransform = new lively.morphic.Similitude()\n for (var morph = target; (morph != list) && \n (morph != undefined); morph = morph.owner) {\n globalTransform.preConcatenate(morph.getTransform());\n } \n \n list.scrollRectIntoView(target.getBounds().\n translatedBy(globalTransform.getTranslation()));\n tree.getLayouter().resume();\n }\n }\n layouting.morphicDelay(1);\n}","funcProperties":{"__isSmartRef__":true,"id":5070},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5069":{"this":{"__isSmartRef__":true,"id":5017}},"5070":{"timestamp":{"__isSmartRef__":true,"id":5071},"user":"lauritz","tags":[]},"5071":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:13:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5072":{"varMapping":{"__isSmartRef__":true,"id":5073},"source":"function removeTargetChooser() {\n if (this.listMorph) {\n this.listMorph.remove();\n delete this.listMorph; \n }\n}","funcProperties":{"__isSmartRef__":true,"id":5074},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5073":{"this":{"__isSmartRef__":true,"id":5017}},"5074":{"timestamp":{"__isSmartRef__":true,"id":5075},"user":"lauritz","tags":[]},"5075":{"isSerializedDate":true,"string":"Fri Aug 03 2012 12:43:38 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5076":{"varMapping":{"__isSmartRef__":true,"id":5077},"source":"function removeHighlight(node) {\n node.submorphs[0].setFill(Color.rgb(255,255,255))\n}","funcProperties":{"__isSmartRef__":true,"id":5078},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5077":{"this":{"__isSmartRef__":true,"id":5017}},"5078":{"timestamp":{"__isSmartRef__":true,"id":5079},"user":"lauritz","tags":[]},"5079":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:32:15 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5080":{"varMapping":{"__isSmartRef__":true,"id":5081},"source":"function highlightCurrentTarget(tree) {\n var target = this.owner.target,\n nodes = tree.childNodes,\n highlightNode;\n\n if (!target) {\n return\n } else if (target.isMorph) {\n var expandables = [target],\n nextOwner = target,\n currentNode\n while (nextOwner.owner) {\n expandables.push(nextOwner.owner)\n nextOwner = nextOwner.owner\n }\n expandables.reverse().each(function (m) {\n currentNode = nodes.detect(function (n) {\n return n.item.value === m;\n })\n if (currentNode) {\n nodes = currentNode.childNodes\n if (!nodes && currentNode.item.children) {\n currentNode.expand();\n nodes = currentNode.childNodes;\n }\n } else {\n return;\n }\n })\n if (currentNode && currentNode.item.value === target) {\n highlightNode = currentNode;\n }\n } else {\n var groupNodes = nodes.detect(function (n) {\n return n.item.value === 'groups';\n }).childNodes\n highlightNode = groupNodes.detect(function (n) {\n // group names are unique\n return n.item.value.name === target.name;\n })\n }\n\n if (highlightNode) {\n this.highlightTarget(highlightNode);\n }\n return highlightNode;\n}","funcProperties":{"__isSmartRef__":true,"id":5082},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5081":{"this":{"__isSmartRef__":true,"id":5017}},"5082":{"timestamp":{"__isSmartRef__":true,"id":5083},"user":"lauritz","tags":[]},"5083":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:31:39 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5084":{"varMapping":{"__isSmartRef__":true,"id":5085},"source":"function updateTargetFromSelection(selection) { \n var that = this;\n var update = function(confirmed) {\n if (confirmed) {\n that.owner.setTarget(selection);\n that.setLabel(selection.getName() || selection.toString());\n }\n }\n \n this.removeTargetChooser();\n if (this.owner.hasUnsavedChanges && this.owner.hasUnsavedChanges()) {\n this.owner.confirmUnsavedChanges(update);\n } else {\n update(true);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":5086},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5085":{"this":{"__isSmartRef__":true,"id":5017}},"5086":{"timestamp":{"__isSmartRef__":true,"id":5087},"user":"lauritz","tags":[]},"5087":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:04:57 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5088":{"varMapping":{"__isSmartRef__":true,"id":5089},"source":"function currentMorphicScene() {\n var onSelect = function onSelect(tree) {\n this.selector.updateTargetFromSelection(this.value);\n }\n var properties = {\n editorPane: this.owner,\n selector: this\n }\n \n return {children: [{ \n name: 'World',\n value: this.world(),\n selector: this,\n onSelect: onSelect,\n children: this.world().submorphs.invoke('treeItemsOfMorphNames',\n {scripts: [onSelect],\n properties: properties,\n showUnnamed: true}).compact()\n }]};\n}","funcProperties":{"__isSmartRef__":true,"id":5090},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5089":{"this":{"__isSmartRef__":true,"id":5017}},"5090":{"timestamp":{"__isSmartRef__":true,"id":5091},"user":"lauritz","tags":[]},"5091":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:29:43 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5092":{"varMapping":{"__isSmartRef__":true,"id":5093},"source":"function highlightTarget(node) {\n node.submorphs[0].setFill(Color.rgb(218,218,218))\n}","funcProperties":{"__isSmartRef__":true,"id":5094},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5093":{"this":{"__isSmartRef__":true,"id":5017}},"5094":{"timestamp":{"__isSmartRef__":true,"id":5095},"user":"lauritz","tags":[]},"5095":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:32:12 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5096":{"varMapping":{"__isSmartRef__":true,"id":5097},"source":"function setLabel(label) {\n this.label.setTextString(label);\n this.label.setAlign('left');\n}","funcProperties":{"__isSmartRef__":true,"id":5102},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5097":{"this":{"__isSmartRef__":true,"id":5017},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5098}},"5098":{"$super":{"__isSmartRef__":true,"id":5099}},"5099":{"varMapping":{"__isSmartRef__":true,"id":5100},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5101},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5100":{"obj":{"__isSmartRef__":true,"id":5017},"name":"setLabel"},"5101":{},"5102":{"timestamp":{"__isSmartRef__":true,"id":5103},"user":"lauritz","tags":[]},"5103":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:04:31 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5104":{"varMapping":{"__isSmartRef__":true,"id":5105},"source":"function updateTargetFromOwner() {\n this.setLabel(this.owner.target);\n}","funcProperties":{"__isSmartRef__":true,"id":5106},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5105":{"this":{"__isSmartRef__":true,"id":5017}},"5106":{"timestamp":{"__isSmartRef__":true,"id":5107},"user":"lauritz","tags":[]},"5107":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:24:24 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5108":{"submorphs":[],"scripts":[],"id":"0D92AF25-5FC4-45DB-9F00-AF8C48D78BCE","shape":{"__isSmartRef__":true,"id":5109},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":64.8979476392384,"showsHalos":false,"_FontSize":9,"name":"ObjectEditorScriptsText2","partsBinMetaInfo":{"__isSmartRef__":true,"id":5110},"textChunks":[{"__isSmartRef__":true,"id":5111}],"charsReplaced":"Scripts","lastFindLoc":-7,"priorSelectionRange":[0,7],"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":5113},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_ClipMode":"visible","draggingEnabled":false,"eventsAreIgnored":true,"isCopyMorphRef":true,"morphRefId":27,"owner":{"__isSmartRef__":true,"id":4276},"derivationIds":[224,"35EF8FE5-067D-45B6-AF21-77040F11D340","80DC09DD-22D4-4089-B5C3-857B32C9BE9B","EF080074-E6B9-47F3-A87F-26313B40C430","F6977801-C1A7-445C-9BF1-8A1019E202FB","8C9157AE-0343-4CFB-8186-1D5E05D2ECBE","DD3C23F8-6463-4EAE-959B-C486E27D9BDA","1E8D3752-D212-41F8-BC63-B094E0C80707","75C07D11-AE5D-4A36-B2D0-F2A6EA414E72","494AB1C0-2C09-49DE-B4AA-1F24DC7495FF","25199967-E3BA-4763-A704-37BD3152A5F7","8E4A5937-D1FA-4AF7-BD8D-B542C636CEF9","DDB23EF0-540C-4046-AD4D-C001E8A5F20C","FF45AAB3-E5C7-42A0-A704-F068DB2E2AF9","52850E3E-BE46-467C-A381-902F5E4859FD","147F9160-7168-44A4-9EA4-A36466EE1F52","8E4FB238-FC20-4DA7-AC9F-6921EBBD5609","3D09A998-5E60-4E94-9C6A-B08E7D98F02A","B8986B95-68A4-4212-8560-C86C8F7B3B3C","81BAFCDC-090F-4A92-8AD6-C3127620CCF4","3663625F-2BB0-494C-A467-04148A441F42","8F0EE2A4-3C90-4F71-A04E-2B285D2543CD","B5F10B61-9C89-4903-BD4C-DF3B9D283432","7005184B-8CE8-4DB8-82D8-D75E16ADE428","B8106E33-B470-45C3-916E-6E92CAFDD854","3013F6C8-9D86-49F3-9EB0-AA42B27F1DC6","A49BA117-B9D4-43F4-82EA-458B9D16FDBA","9FB9DF10-FCEC-44FE-9614-6DFC4B814576","54F9AFFD-B235-48AC-85E0-57921251546E","7A472A4B-7292-49B5-9F03-DE2E3A096714","C8629DF3-424B-47D3-A3FD-68201FFFC455"],"_Rotation":0,"_Scale":1,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedExpressions__":["_Position","textColor","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(10.0,12.9)","textColor":"Color.rgb(0,0,0)","distanceToDragEvent":"lively.pt(45.8,-27.8)"},"5109":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(64.9,15.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"5110":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"5111":{"style":{"__isSmartRef__":true,"id":5112},"chunkOwner":{"__isSmartRef__":true,"id":5108},"storedString":"Tag:","_id":"_1367","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5112":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5113":{"morph":{"__isSmartRef__":true,"id":5108},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5114":{"submorphs":[{"__isSmartRef__":true,"id":5115}],"scripts":[],"id":"D14D51AA-2F57-4231-AD12-D7340F013C56","shape":{"__isSmartRef__":true,"id":5121},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":true,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":5127},"lighterFill":{"__isSmartRef__":true,"id":5132},"label":{"__isSmartRef__":true,"id":5115},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"name":"ObjectEditorTagChooser","partsBinMetaInfo":{"__isSmartRef__":true,"id":5137},"listMorph":null,"list":[],"eventHandler":{"__isSmartRef__":true,"id":5138},"textString":"PartsBinBrowser","selection":"","_ClipMode":"visible","prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":4276},"setTargetToListSelection":"all","savedTextString":"all","derivationIds":[225,"7F83847B-D0B1-4A31-8601-43424B97C858","E08FC110-71D7-4FFD-B4A8-08F8147B95BA","5534107D-C5C9-48DD-A1ED-B87E9D9B672C","0B89FA7A-768C-4062-98AE-C455E8DAFF19","799320C6-CFBA-40E7-B03D-64BFE9B78248","9B650AA3-271B-4E72-B230-51C6F64B7462","C95D3672-724C-4C2C-9CDD-EF308062F627","C66EBEEC-B7CE-4DD9-8BDF-905F071F965D","D68B143A-A712-4FD0-8803-62CCB4C7F763","ED802271-AE5C-4BE9-AC4E-7CED44BC864B","1BD989CB-146C-431F-8B15-9199C4CD5D32","42172AA4-1B06-4C5B-9BB7-FAED1206CF34","32DFAF99-E6F8-426B-829D-FD6C2BCB8FAA","9B4BF2BE-49D5-4B9D-8F38-1692443069A9","FCAB3690-731A-45E7-984F-843DFE705AF1","94B10A66-8219-43AD-B902-DA999A66222D","BB0E2EB7-ABCE-44C7-96E7-6679FB2981D1","2FCEE551-302B-46C9-B646-3B9BE9187182","B4267F52-1ACC-42A1-904D-E9F7D485D8AB","14770110-045A-4BE4-BCF2-7C886DF70F7D","5387EA76-6B03-426A-B385-9C4231B66352","23545203-A969-439B-8761-E83A810696D0","C5467F6E-CBD7-4AF4-94BE-D0D62E4F7DDD","2FC5F9D1-B611-4273-BD5B-107350364579","318398B6-6689-4DE7-88FD-636BD968773D","3241459F-2019-4BD2-A0CF-BD2A174DDA76","69022916-A511-4A6C-8220-5B4CCD34FCEF","E772C128-C42D-4B13-A3DB-3EC0DFDC9FC5","4DD223AA-79FC-4FB3-9301-F197D9D6B358","46929EDB-248B-41D6-AC15-410A659C24A5"],"_Rotation":0,"_Scale":1,"isPressed":false,"__serializedExpressions__":["_Position","padding","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5139},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(39.1,10.0)","padding":"lively.rect(5,0,0,0)","distanceToDragEvent":"lively.pt(85.7,-11.6)"},"5115":{"submorphs":[],"scripts":[],"id":"99E44D4C-F951-45C3-86E3-2E2A1601BD04","shape":{"__isSmartRef__":true,"id":5116},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":130,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":5114},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":5117}],"prevScroll":[0,0],"attributeConnections":[{"__isSmartRef__":true,"id":5119}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"eventHandler":{"__isSmartRef__":true,"id":5120},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":130,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[226,"03DBF3F8-8EA2-4426-BA64-C4297DDAB015","B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1","4AA6AE51-338B-4E3E-814B-9F99C693A2D5","08F6CE56-AD91-4C27-9429-C3DEA313696C","D39C963C-FD24-4498-A6D8-71E5102CE58A","132C2A9E-3466-4051-AAEA-6E485A91F408","DB8BC4A1-ED41-446B-AB6C-7E73DD857B5D","567FC668-A57C-41CB-8252-8912826B3144","D0B0775F-C8E7-49EB-BBB2-C7BB7DD464BF","AABED87D-D7C0-494A-8803-26F4601E35FF","696C3A2A-C695-4D17-A044-41A73436AB8D","206A0BFD-6997-4E0E-9193-089D1F66B22A","F2F1F966-6C41-4EBA-AFCE-FAE8C79AA696","64A754E9-7083-4CAE-B5C2-7B436EFFE4BA","64737503-A352-42CC-A249-667DA2B42746","9218F1CA-E23F-4E1A-89C3-DB19DE720861","CF7EAC38-1041-4B83-B087-359885B8528B","84469C7C-C93D-4F16-ACAA-0045A4A37FCA","9D3DD447-66A0-4B4A-B378-FB864D8C1468","163D1C2B-EDE9-4F8F-B466-EF9F4CB14384","50DCF8C9-23AA-4241-AC5B-724CC11950DA","CCACCC51-0109-4F73-B122-AA60E40EC54B","285D1797-A21F-4439-81AD-932B45F54879","7354C28D-A54E-48B6-913E-4949B5F4625E","68EAB78C-AAA8-4EC3-8493-CFD23672B5B3","2AD9DBC6-BDBD-4022-AFE1-B6D94D6860BF","5D634617-10A2-45FE-A453-D3452456AB07","EE3AF0A1-F42E-4AE8-A115-3458AA56DAF3","D8A87F07-FBE8-4C1E-ADE9-3AF6EE15FCD3","72270145-A97E-4B0C-BA7D-1B68CE1A0841"],"_Scale":1,"_WordBreak":"break-all","__serializedExpressions__":["_Position","textColor","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(2.0,1.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","_Padding":"lively.rect(5,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"5116":{"borderWidth":0,"fill":null,"_ClipMode":"hidden","_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(130.0,20.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"5117":{"style":{"__isSmartRef__":true,"id":5118},"chunkOwner":{"__isSmartRef__":true,"id":5115},"_id":"_986","storedString":"all","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5118":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5119":{"sourceObj":{"__isSmartRef__":true,"id":5115},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":5114},"targetMethodName":"selection","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"5120":{"morph":{"__isSmartRef__":true,"id":5115},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5121":{"_Fill":{"__isSmartRef__":true,"id":5122},"_BorderWidth":1,"_BorderRadius":5,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(130.0,20.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"5122":{"stops":[{"__isSmartRef__":true,"id":5123},{"__isSmartRef__":true,"id":5124},{"__isSmartRef__":true,"id":5125},{"__isSmartRef__":true,"id":5126}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"5123":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(230,243,253)"},"5124":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(171,215,248)"},"5125":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(171,215,248)"},"5126":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(157,198,229)"},"5127":{"stops":[{"__isSmartRef__":true,"id":5128},{"__isSmartRef__":true,"id":5129},{"__isSmartRef__":true,"id":5130},{"__isSmartRef__":true,"id":5131}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"5128":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"5129":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"5130":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"5131":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"5132":{"stops":[{"__isSmartRef__":true,"id":5133},{"__isSmartRef__":true,"id":5134},{"__isSmartRef__":true,"id":5135},{"__isSmartRef__":true,"id":5136}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"5133":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"5134":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"5135":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"5136":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"5137":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"5138":{"morph":{"__isSmartRef__":true,"id":5114},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5139":{"createListMorph":{"__isSmartRef__":true,"id":5140},"getList":{"__isSmartRef__":true,"id":5144},"removeList":{"__isSmartRef__":true,"id":5148},"reset":{"__isSmartRef__":true,"id":5152},"onMouseUp":{"__isSmartRef__":true,"id":5156},"onBlur":{"__isSmartRef__":true,"id":5164},"setTag":{"__isSmartRef__":true,"id":5172}},"5140":{"varMapping":{"__isSmartRef__":true,"id":5141},"source":"function createListMorph() {\n var items = this.getList();\n\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\n\n var listMorph = new lively.morphic.List(extent);\n listMorph.setList(items);\n listMorph.setFontSize(10);\n\n listMorph.disableGrabbing();\n listMorph.disableDragging();\n \n connect(listMorph, 'selection', this, 'setTag');\n \n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":5142},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5141":{"this":{"__isSmartRef__":true,"id":5114}},"5142":{"timestamp":{"__isSmartRef__":true,"id":5143},"user":"lauritz","categories":[]},"5143":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:35:59 GMT+0100 (Mitteleuropäische Zeit)"},"5144":{"varMapping":{"__isSmartRef__":true,"id":5145},"source":"function getList() {\n if (!this.owner.target) return [''];\n\n var target = this.owner.target;\n\n var tags = Functions.own(target).collect(function (each) {\n return target[each].tags || [];\n }).flatten().uniq();\n\n var sortedTags = tags.sortBy(function(name) { \n return name.toLowerCase() \n });\n \n sortedTags.unshift('all'); \n return sortedTags;\n}","funcProperties":{"__isSmartRef__":true,"id":5146},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5145":{"this":{"__isSmartRef__":true,"id":5114}},"5146":{"timestamp":{"__isSmartRef__":true,"id":5147},"user":"lauritz","tags":[]},"5147":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:25 GMT+0100 (Mitteleuropäische Zeit)"},"5148":{"varMapping":{"__isSmartRef__":true,"id":5149},"source":"function removeList() {\n this.listMorph && this.listMorph.remove()\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":5150},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5149":{"this":{"__isSmartRef__":true,"id":5114}},"5150":{"timestamp":{"__isSmartRef__":true,"id":5151},"user":"lauritz","categories":[]},"5151":{"isSerializedDate":true,"string":"Thu Nov 17 2011 19:06:51 GMT+0100 (Mitteleuropäische Zeit)"},"5152":{"varMapping":{"__isSmartRef__":true,"id":5153},"source":"function reset() {\n this.list = [];\n this.setLabel('all');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\n}","funcProperties":{"__isSmartRef__":true,"id":5154},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5153":{"this":{"__isSmartRef__":true,"id":5114}},"5154":{"timestamp":{"__isSmartRef__":true,"id":5155},"user":"lauritz","tags":[]},"5155":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:53 GMT+0100 (Mitteleuropäische Zeit)"},"5156":{"varMapping":{"__isSmartRef__":true,"id":5157},"source":"function onMouseUp(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n this.removeList();\n return true;\n } \n if (this.getList().size() < 2) return;\n var list = this.createListMorph();\n this.addMorph(list);\n this.listMorph = list;\n return true;\n}","funcProperties":{"__isSmartRef__":true,"id":5162},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5157":{"this":{"__isSmartRef__":true,"id":5114},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5158}},"5158":{"$super":{"__isSmartRef__":true,"id":5159}},"5159":{"varMapping":{"__isSmartRef__":true,"id":5160},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5161},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5160":{"obj":{"__isSmartRef__":true,"id":5114},"name":"onMouseUp"},"5161":{},"5162":{"timestamp":{"__isSmartRef__":true,"id":5163},"user":"lauritz","categories":[]},"5163":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:59:16 GMT+0100 (Mitteleuropäische Zeit)"},"5164":{"varMapping":{"__isSmartRef__":true,"id":5165},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\n this.removeList();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":5170},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5165":{"this":{"__isSmartRef__":true,"id":5114},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5166}},"5166":{"$super":{"__isSmartRef__":true,"id":5167}},"5167":{"varMapping":{"__isSmartRef__":true,"id":5168},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5169},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5168":{"obj":{"__isSmartRef__":true,"id":5114},"name":"onBlur"},"5169":{},"5170":{"timestamp":{"__isSmartRef__":true,"id":5171},"user":"lauritz","categories":[]},"5171":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:10:03 GMT+0100 (Mitteleuropäische Zeit)"},"5172":{"varMapping":{"__isSmartRef__":true,"id":5173},"source":"function setTag(tag) {\n this.setLabel(tag || '');\n this.label.setAlign('left');\n this.owner.setTag(tag);\n}","funcProperties":{"__isSmartRef__":true,"id":5174},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5173":{"this":{"__isSmartRef__":true,"id":5114}},"5174":{"timestamp":{"__isSmartRef__":true,"id":5175},"user":"lauritz","categories":[]},"5175":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:36:12 GMT+0100 (Mitteleuropäische Zeit)"},"5176":{"submorphs":[{"__isSmartRef__":true,"id":5177}],"scripts":[],"id":"9D7BF633-2404-436F-87FB-A67DA3C16187","shape":{"__isSmartRef__":true,"id":5182},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":5183},"lighterFill":{"__isSmartRef__":true,"id":5188},"label":{"__isSmartRef__":true,"id":5177},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":5193},"attributeConnections":[{"__isSmartRef__":true,"id":5194}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":5217},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","87E42FF6-3862-481D-97D6-643676E15F32","4F370A81-5A80-4821-8ECC-D52B56F31E15","1C6D1DC9-2F9B-4DC4-B453-1CA45B17C516","0E8EC0BF-934B-410B-AEC2-0ECA8C8F774D","97086CE7-CD46-4035-A371-02A41D555A66","E342B91D-F54B-4DA8-8AE7-10C59CE22B41","A838C48E-4033-4688-8DCF-20659BD824FF","E9BBC453-FFF6-4EE8-BDB0-605D5D4557AE","B6FB81D1-145B-40F9-ACF1-17276DA45EBA","09C79781-5461-4815-88DE-22FB67558136","85A5FA10-01D9-4051-8D56-29DB02CF8817","6E2F44D0-D69A-4DD7-91AD-0B0E1E871633","66FB4A47-82E6-417D-8248-4038D0CBBF5A","3CDC67E7-CAC7-4636-B7FF-50D008C6EB0D","4475CB12-8CFB-41DB-9399-EC6B68E18BA3","6175C505-1BCA-42E9-9C4C-07A4A309A245","B4FEE8FD-E680-459F-A82E-7606A48170D5","AC0B6630-E189-474B-A5E2-13726C1E0E6A","B5559DA4-1483-446C-8332-23DC886B44A5","955AF1F4-5BF5-4129-BA11-0DC54E21E510","6646015F-BD0A-4FEB-85F0-557FB8EC655A","A5682378-2307-447E-AD50-1DEC1AAC9FCB","1A04209F-A70E-4385-A6E2-D508EABC2DFC","EDA53C4F-765D-4424-9DBF-C62388440C46","C877D292-B4FE-42F3-AD5D-11AC5F084977"],"owner":{"__isSmartRef__":true,"id":4276},"layout":{"__isSmartRef__":true,"id":5218},"_ClipMode":"visible","_Rotation":0,"_Scale":0.994014980014994,"isPressed":false,"__serializedExpressions__":["distanceToDragEvent","_Position"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","distanceToDragEvent":"lively.pt(72.0,-13.0)","_Position":"lively.pt(950.7,9.5)"},"5177":{"submorphs":[],"scripts":[],"id":"7D0C5A78-BD22-4D54-8392-BF3B497F4493","shape":{"__isSmartRef__":true,"id":5178},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":5176},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":5179}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":5181},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4","56735895-BA99-4D98-9866-AA5DBD86237E","81041CF7-31DB-4F65-BB39-FE438A4F266F","D03829B3-268E-40A0-A440-3E4BAC344F30","714637F0-714A-4833-909B-BA4AF1B4628B","DC956E73-7398-4CAF-B6F2-9A226E344396","C1F72D31-1F49-4C0C-ACF3-C3AD7E698D2F","39386C7E-9099-4159-BFE9-80AD37319211","2764FB6E-70D1-4BC5-B3CB-9979A48B8205","C55C8A7C-412C-453E-A99F-CE78C2AADB94","4BD9A8D4-2EC1-40AC-A1CE-5F1347B0152D","3450EAEB-E3D2-4FAF-98DF-354B3B8715D6","C906736E-48DF-4054-BA5A-A089610456D7","DE5C59FB-90A6-4DD4-AC39-5CC8B3912969","5830FB93-49A1-4A31-A687-69C4579D5FA7","AE9038D5-0EBD-40A0-8043-9689D163D108","13E47AE3-8FA4-4D33-B6D0-DC9AB9E63590","330AAB8C-6D17-4763-AACC-669FC5DD3A91","CA04BB7A-205C-412D-9900-C2DE7C5FAD36","37AADE55-77DE-4E93-9A3E-241BB5002F88","60EB450E-29D4-42B9-8FF7-CA138515052E","7D5C0196-98BF-4CCD-9142-3D29E68EE180","0F70CA1F-07A9-4EFA-872A-3255F9C850DC","7A2FAFFA-9A09-40FB-B04A-80B0B34C696B","85768439-7424-4BFE-8191-BCA51F70FE26"],"_MinTextWidth":97,"_MinTextHeight":null,"_WordBreak":"break-all","__serializedExpressions__":["_Position","padding","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)"},"5178":{"_BorderWidth":0,"_Fill":null,"_ClipMode":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"5179":{"style":{"__isSmartRef__":true,"id":5180},"chunkOwner":{"__isSmartRef__":true,"id":5177},"storedString":"run","_id":"_1369","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5180":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5181":{"morph":{"__isSmartRef__":true,"id":5177},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5182":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":5183},"_BorderRadius":5.2,"_ClipMode":"visible","_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"5183":{"stops":[{"__isSmartRef__":true,"id":5184},{"__isSmartRef__":true,"id":5185},{"__isSmartRef__":true,"id":5186},{"__isSmartRef__":true,"id":5187}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"5184":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"5185":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"5186":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"5187":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"5188":{"stops":[{"__isSmartRef__":true,"id":5189},{"__isSmartRef__":true,"id":5190},{"__isSmartRef__":true,"id":5191},{"__isSmartRef__":true,"id":5192}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"5189":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"5190":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"5191":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"5192":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"5193":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"5194":{"sourceObj":{"__isSmartRef__":true,"id":5176},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4276},"targetMethodName":"runScript","visualConnector":{"__isSmartRef__":true,"id":5195},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"5195":{"submorphs":[{"__isSmartRef__":true,"id":5196}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5203},"derivationIds":[null],"id":"C89B50A0-17E7-4D22-AE1D-5112520DAEE7","eventHandler":{"__isSmartRef__":true,"id":5206},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":5207},{"__isSmartRef__":true,"id":5208}],"con":{"__isSmartRef__":true,"id":5194},"showsMorphMenu":true,"showsHalos":false,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5209},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"5196":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5197},"derivationIds":[null],"id":"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF","eventHandler":{"__isSmartRef__":true,"id":5202},"droppingEnabled":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":5195},"_Rotation":-3.130064002485303,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(0.0,0.0)"},"5197":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":5198},{"__isSmartRef__":true,"id":5199},{"__isSmartRef__":true,"id":5200},{"__isSmartRef__":true,"id":5201}],"_ClipMode":"visible","_BorderWidth":0,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(-12.0,-6.0)","_Extent":"lively.pt(16.0,12.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(0,0,0)"},"5198":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"5199":{"isAbsolute":true,"x":-12,"y":6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"5200":{"isAbsolute":true,"x":4,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"5201":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"5202":{"morph":{"__isSmartRef__":true,"id":5196},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5203":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":5204},{"__isSmartRef__":true,"id":5205}],"_ClipMode":"visible","_BorderWidth":1,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(-1.0,-1.0)","_Extent":"lively.pt(831.0,11.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"5204":{"isAbsolute":true,"x":829.7085000406639,"y":9.565843617262885,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"5205":{"isAbsolute":true,"x":0,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"5206":{"morph":{"__isSmartRef__":true,"id":5195},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5207":{"morph":{"__isSmartRef__":true,"id":5195},"index":0,"connectedMagnet":null,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"5208":{"morph":{"__isSmartRef__":true,"id":5195},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":5196},"markerDirection":"prev","__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"5209":{"morphMenuItems":{"__isSmartRef__":true,"id":5210}},"5210":{"varMapping":{"__isSmartRef__":true,"id":5211},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":5216},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5211":{"this":{"__isSmartRef__":true,"id":5195},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5212}},"5212":{"$super":{"__isSmartRef__":true,"id":5213}},"5213":{"varMapping":{"__isSmartRef__":true,"id":5214},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5215},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5214":{"obj":{"__isSmartRef__":true,"id":5195},"name":"morphMenuItems"},"5215":{},"5216":{},"5217":{"morph":{"__isSmartRef__":true,"id":5176},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5218":{"centeredHorizontal":false,"moveHorizontal":true},"5219":{"submorphs":[{"__isSmartRef__":true,"id":5220}],"scripts":[],"id":"E11A4933-7637-4F5A-AC4A-AB0C65C3DEF5","shape":{"__isSmartRef__":true,"id":5225},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":5226},"lighterFill":{"__isSmartRef__":true,"id":5231},"label":{"__isSmartRef__":true,"id":5220},"name":"saveButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":5236},"attributeConnections":[{"__isSmartRef__":true,"id":5237}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":5260},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","D686F0CB-027B-4CA9-8B8D-9306389B219D","F51327CB-803E-4234-BFB3-6F5252D1C936","A79280E8-6AE3-4016-AF47-CE78F71924C6","B05829EB-D452-4D81-983B-E2CE425C8260","32B117E5-52D8-4843-B80E-090B9817E099","49AC923E-5272-4E3C-8F02-4F2AED2BC4E9","85AAEA9C-5E12-4DEC-8994-9A5FE655A740","2A7FF9BF-85D3-4962-8EB4-0F7016C672EB","3BB17748-B91B-43F5-84BE-2537402A6382","8BA10BD3-43C5-4A41-B9D9-DCD8C74EA208","8BADA640-EDC1-41B2-BEF3-0F2520EA25DD","CAFB5342-EFD3-483E-AE4A-343D211653EF","C3DC8C6F-A36C-4456-AF34-B0A318C1AAD8","88093937-29BB-43FC-AD82-4A0A4BDC349F","27E1FA12-CE4A-4C1F-891F-EEEF92BD672F","A12311D6-23C1-4711-9271-5B582F89F15B","F615015A-8BAE-4FC4-B9A4-D1D1122AC0A2","77333AB0-F43F-45D7-BAEE-8B9FF7865CAF","6A0E622E-4C99-42C1-8EEE-E659BFC2996E","D0264D42-222E-4900-908B-4EA13729B6AA","CC6A8A07-5A2D-407A-B540-6BA0C73356C5","FA68B30F-8583-41B2-898D-8DAFE1A75F15","D5C01E0F-F7DF-4896-8CEF-099C9F3E6CB8","B521A25F-FA55-4F6B-BAC1-0B2544DF98C1","C567F039-E57C-4C5E-AFAA-D05B2C481A69","3D4A4A11-9E45-4C87-9398-C3EBD8A53468"],"layout":{"__isSmartRef__":true,"id":5261},"owner":{"__isSmartRef__":true,"id":4276},"_ClipMode":"visible","_Rotation":0,"_Scale":0.9880657804942089,"isPressed":false,"__serializedExpressions__":["distanceToDragEvent","_Position"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","distanceToDragEvent":"lively.pt(68.8,-14.5)","_Position":"lively.pt(837.4,9.5)"},"5220":{"submorphs":[],"scripts":[],"id":"28BC5FB9-4A72-4403-BAB4-E868BD9BFFF6","shape":{"__isSmartRef__":true,"id":5221},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":5219},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":5222}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":5224},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25","918C6CC4-3540-4341-BAFD-B195F7807FEE","5AABB138-5EE8-40A5-AB3C-5A9625D0A353","4529D79B-4CC5-467E-91F8-661C3A5F49F8","1E5E570C-FD42-45E3-A7F6-768BB14ACD14","A13FB4E0-72F2-4E7C-A861-EDCBA1393860","B8E4C964-4FFF-4A9F-B0A9-612546B1DC8C","002A2173-D26D-4EED-8906-A489C1E158C0","63362D04-B829-41E6-9E68-5B8DB03D382F","996B60A4-8698-448F-A35F-79C768B4976B","F0727398-A1F0-47F5-92CF-BB9677FA05FA","38707063-D664-49A0-B2FB-F0666EC532D5","0402FB51-915F-4491-8FA1-553F0D8F7F35","5A35285D-C6A5-4830-97D9-0890A3F33F39","53121F0B-7DA5-4622-AC08-DD4805D53374","6C84E15D-112D-4C04-87C1-937691E296A7","4ECBD7E4-8B18-4331-8A37-07F4D8DCDCA0","3D4B43A2-AD74-4131-A939-D680216EDA6B","B22327BB-C876-4084-BEFA-4D06AE2B2849","2D34C2E9-76B8-49DC-9FCC-39B523CD0EF4","F098174A-AABC-4F95-8193-C29CA85D6188","714713CE-F5E8-4817-835F-99EA27075558","532DCEDE-C300-48C9-9DBA-58A1E02E1632","2F1C117F-2507-446D-8B43-9BD30AC726FB","74DABF7B-1E90-4D21-93D1-802BC208E9C7","4829579F-88C9-4E62-BE7F-E085AD1EC231"],"_MinTextWidth":97,"_MinTextHeight":null,"_WordBreak":"break-all","__serializedExpressions__":["_Position","padding","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)"},"5221":{"_BorderWidth":0,"_Fill":null,"_ClipMode":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"5222":{"style":{"__isSmartRef__":true,"id":5223},"chunkOwner":{"__isSmartRef__":true,"id":5220},"storedString":"save","_id":"_1370","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5223":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5224":{"morph":{"__isSmartRef__":true,"id":5220},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5225":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":5226},"_BorderRadius":5.2,"_ClipMode":"visible","_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"5226":{"stops":[{"__isSmartRef__":true,"id":5227},{"__isSmartRef__":true,"id":5228},{"__isSmartRef__":true,"id":5229},{"__isSmartRef__":true,"id":5230}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"5227":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"5228":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"5229":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"5230":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"5231":{"stops":[{"__isSmartRef__":true,"id":5232},{"__isSmartRef__":true,"id":5233},{"__isSmartRef__":true,"id":5234},{"__isSmartRef__":true,"id":5235}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"5232":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"5233":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"5234":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"5235":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"5236":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"5237":{"sourceObj":{"__isSmartRef__":true,"id":5219},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4511},"targetMethodName":"doSave","visualConnector":{"__isSmartRef__":true,"id":5238},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"5238":{"submorphs":[{"__isSmartRef__":true,"id":5239}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5246},"derivationIds":[null],"id":"F46012D5-C8BE-4E52-BF98-D052FDAAE17A","eventHandler":{"__isSmartRef__":true,"id":5249},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":5250},{"__isSmartRef__":true,"id":5251}],"con":{"__isSmartRef__":true,"id":5237},"showsMorphMenu":true,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5252},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"5239":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5240},"derivationIds":[null],"id":"A2A83C78-09B8-473C-829B-198206D7A9E4","eventHandler":{"__isSmartRef__":true,"id":5245},"droppingEnabled":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":5238},"_Rotation":3.077607197692381,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(201.2,40.2)"},"5240":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":5241},{"__isSmartRef__":true,"id":5242},{"__isSmartRef__":true,"id":5243},{"__isSmartRef__":true,"id":5244}],"_ClipMode":"visible","_BorderWidth":0,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(-12.0,-6.0)","_Extent":"lively.pt(16.0,12.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(0,0,0)"},"5241":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"5242":{"isAbsolute":true,"x":-12,"y":6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"5243":{"isAbsolute":true,"x":4,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"5244":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"5245":{"morph":{"__isSmartRef__":true,"id":5239},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5246":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":5247},{"__isSmartRef__":true,"id":5248}],"_ClipMode":"visible","_BorderWidth":1,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(200.0,9.0)","_Extent":"lively.pt(480.0,32.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"5247":{"isAbsolute":true,"x":679.4857209639925,"y":9.595948897894004,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"5248":{"isAbsolute":true,"x":201.20421122525056,"y":40.24084224505009,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"5249":{"morph":{"__isSmartRef__":true,"id":5238},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5250":{"morph":{"__isSmartRef__":true,"id":5238},"index":0,"connectedMagnet":null,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"5251":{"morph":{"__isSmartRef__":true,"id":5238},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":5239},"markerDirection":"prev","__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"5252":{"morphMenuItems":{"__isSmartRef__":true,"id":5253}},"5253":{"varMapping":{"__isSmartRef__":true,"id":5254},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":5259},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5254":{"this":{"__isSmartRef__":true,"id":5238},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5255}},"5255":{"$super":{"__isSmartRef__":true,"id":5256}},"5256":{"varMapping":{"__isSmartRef__":true,"id":5257},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5258},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5257":{"obj":{"__isSmartRef__":true,"id":5238},"name":"morphMenuItems"},"5258":{},"5259":{},"5260":{"morph":{"__isSmartRef__":true,"id":5219},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5261":{"centeredHorizontal":false,"moveHorizontal":true},"5262":{"submorphs":[{"__isSmartRef__":true,"id":5263}],"scripts":[],"id":"446EC02E-EE87-41A8-8402-BD62081B7B3D","shape":{"__isSmartRef__":true,"id":5268},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":5269},"lighterFill":{"__isSmartRef__":true,"id":5274},"label":{"__isSmartRef__":true,"id":5263},"name":"openTestsButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":5279},"attributeConnections":[{"__isSmartRef__":true,"id":5280}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":5281},"derivationIds":[7251,"84054D2E-8176-440D-B413-279956A34FC2","79434046-F834-490E-B705-0CE871D9E8B3","FF38CA79-C0DF-4F2F-8FC3-407571EF6A54","B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4","5B8D7C39-987A-4849-BFFD-3F316CE03852","F7C30F5C-7270-44B1-ADFF-7473F2012DB0","5142302E-3E9A-476B-AB24-B2448DA6D3E4","FEA3C508-593D-4BC7-B645-8B5630CF2EDE","34DBC442-E1DE-42D7-8C63-BA9A1890C994","4F9067A3-5A5C-4637-A76F-7E590CEE2BDA","ADF74818-537A-4669-A455-9509BA7BD7E5","AFCD7FA7-5429-4B1A-B8B8-AB03C18ABA08","604C352D-0347-4329-A299-EAA3FF90B543","46C5ED11-DE03-428F-A758-5308B3D323B5","7C978B2A-9109-42E1-95C5-A59CC74BD31B","2D34E370-3EA6-48DD-B3A7-FE7EB1CCD78D","A0B7F880-0D72-475C-A002-2EAA7D20C004","1146967F-5295-4931-9637-CF72A6A6D724","775F3066-BB4B-4673-B529-500522EF5165","F01F4895-6DEF-4C26-9CEC-A569AEDD22E6","DDD1C856-9C9F-4CB1-A795-E083B7214E82","51E21302-B2D2-49D0-82D9-D964A6B3C54F","BC9DA8C7-933D-4140-96D3-1E7ADEEC8D69","26FA6101-FD83-4A6D-BA08-839ADCA2E33A","43BD3A17-F549-4B6B-8D78-0F84AFE3A168"],"owner":{"__isSmartRef__":true,"id":4276},"_ClipMode":"visible","_Rotation":0,"_Scale":0.9940149800149939,"isPressed":false,"layout":{"__isSmartRef__":true,"id":5282},"__serializedExpressions__":["_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(731.5,9.0)","distanceToDragEvent":"lively.pt(72.1,-12.5)"},"5263":{"submorphs":[],"scripts":[],"id":"4C204ACE-184D-471A-B93E-0139B2920DC8","shape":{"__isSmartRef__":true,"id":5264},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":5262},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":5265}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":5267},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2","CB475566-05CE-43E2-B04D-EE32BC4CB718","6BB077CE-92E6-47BE-BE88-9A48488562D1","9E359973-2FDB-417B-BB06-AB34D52BD310","58F098ED-A190-44F2-B73E-80802B2CF2F6","AEA84B35-B349-4307-92C6-8F229705DFC2","A677CADF-24FF-4177-9A3A-FE9AAE7D60FE","0F875AD9-E54C-4735-9BA9-7B89574233A1","840EBE92-3BC2-42EC-819E-3CD002576490","78C4969D-2C33-4B17-9027-89B411B9F496","C9A3D112-C2BC-43A3-A3CA-A68F41A0E4CF","78CF2F1A-6697-4D03-AB2B-CAF862B4EDD6","8B416918-CA4B-46D1-8A3C-40F8A754E44D","01510710-A85B-4054-B0ED-7F2F02434806","8ABD23FB-E90C-4EEB-BF53-DF3C6ACF2BD4","87607080-4A72-484D-A5BD-5F67D468505F","F0E39FE9-F71C-4587-B25A-C4D2C29FE579","BA2AB73A-3967-4F9E-8828-8A638E521B31","5ECC4D2F-4996-403F-AF14-BD1F4BB720F6","54B08934-6893-4B80-8625-B60ABCE9CBC6","4808CF23-17EA-43D8-AE10-DAB21C642FA8","0813DF8A-CC9E-435B-B5A1-DF68BF226F37","047C4EE2-26A1-4AA7-9CE9-E8FF9A9D863B","728334BD-34B0-44FA-A778-2696AA82FEFA","7354635C-DC38-4BE3-9F56-070CE37B65EF"],"_MinTextWidth":97,"_MinTextHeight":null,"_WordBreak":"break-all","__serializedExpressions__":["_Position","padding","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)"},"5264":{"_BorderWidth":0,"_Fill":null,"_ClipMode":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(2,2,0,0)"},"5265":{"style":{"__isSmartRef__":true,"id":5266},"chunkOwner":{"__isSmartRef__":true,"id":5263},"storedString":"Tests","_id":"_1371","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5266":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5267":{"morph":{"__isSmartRef__":true,"id":5263},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5268":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":5269},"_BorderRadius":5.2,"_ClipMode":"visible","_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"5269":{"stops":[{"__isSmartRef__":true,"id":5270},{"__isSmartRef__":true,"id":5271},{"__isSmartRef__":true,"id":5272},{"__isSmartRef__":true,"id":5273}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"5270":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"5271":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"5272":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"5273":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"5274":{"stops":[{"__isSmartRef__":true,"id":5275},{"__isSmartRef__":true,"id":5276},{"__isSmartRef__":true,"id":5277},{"__isSmartRef__":true,"id":5278}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"5275":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"5276":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"5277":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"5278":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"5279":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"5280":{"sourceObj":{"__isSmartRef__":true,"id":5262},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4276},"targetMethodName":"openPartTestRunner","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"5281":{"morph":{"__isSmartRef__":true,"id":5262},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5282":{"moveHorizontal":true},"5283":{"submorphs":[{"__isSmartRef__":true,"id":5284},{"__isSmartRef__":true,"id":5291}],"scripts":[],"id":"10AB0A50-2FEA-423E-AA6D-109137E4720A","shape":{"__isSmartRef__":true,"id":5294},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":5300},"lighterFill":{"__isSmartRef__":true,"id":5305},"label":{"__isSmartRef__":true,"id":5284},"name":"MagnifierButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":5310},"attributeConnections":[{"__isSmartRef__":true,"id":5313}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":5314},"derivationIds":[2588,"22797D34-67DE-4A06-81F0-4DF0A87ADBBC","81CB4C12-BCF0-4097-8B6D-D9419046367A","0767A57D-9BB2-48C6-9654-753D2B9D00A6","42871246-6725-4E41-A2C1-5A5BCF041097","BCE6E775-B5DF-4D6B-9F06-CDC02C1B1D0F","797EC165-A639-42D9-A059-669F6BEB92A7","FA498EFD-E50E-4CE0-9FA8-9AE2E8AE9580","4B68C371-CB37-45B4-910A-611E5FFC23DD","94E374B9-7ED4-4E39-96F1-6FD4E7AC3428","34D63515-7CC7-43FB-B7BB-87AFCA377D63","7E0B172C-0AF5-4C6E-B184-25A8FAE4FAB8","12239D52-D3D3-4713-BC3E-F0B95C488CB7","72559D92-4616-45A9-A0F2-72BA4147C0FB","E86C7328-AF24-4881-84AF-B7C7CEFEAE14","22D731CF-38F0-41CC-B125-74D2842ED847","B58A1A30-782E-4675-A276-2C01D35BEC70","ACEABA6D-071C-46C2-A325-BE30189AA45F","686443AE-DCDC-4998-8A39-48BC57D64FDC","8D660766-7C93-404C-9D92-B12CBF59A3CE","20DF1A18-6F2B-4D66-9110-75EB343C3C61"],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":4276},"_Rotation":0,"_Scale":0.9920279440699439,"highlightRectangle":{"__isSmartRef__":true,"id":5315},"isPressed":false,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5389},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(424.5,8.5)","distanceToDragEvent":"lively.pt(37.9,-7.9)"},"5284":{"submorphs":[],"scripts":[],"id":"4C6A24EA-B440-44F9-A8A6-371DE74729CF","shape":{"__isSmartRef__":true,"id":5285},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":24,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":5283},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":5286},{"__isSmartRef__":true,"id":5288}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":5290},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702","A2CC4D56-B9D8-4A48-B6FF-DDDD85ACDC2E","5AC5C4DE-00B0-43DB-B7F1-765674CE818B","750A11C6-766E-4B48-AE32-D71DE811EB4A","66A7B56E-A94E-44AE-8AED-C0C1B07554D4","CA8596D3-2D4F-453B-BE1B-DCEC8F85389B","4D7DC32F-79CB-4AF8-8B21-AB4F1809D4A8","439DE430-7651-470E-97D8-00E7F96B04DA","DAC920E6-217B-4515-AC09-2F9DCBA7375C","BD48C003-0502-451D-B6AA-7369FF3D1030","C3B8F4EA-3F44-47F4-B569-A0D5AB263BA0","BF7F0FA3-3F2A-4EEF-9687-BE2B0635DF13","3D7AEAC1-C9DD-4941-BA46-16F6783F5699","E04A78F9-3D6E-403F-BA8D-2583FCFFCE53","47E1F29B-6896-467D-8654-CA18929AE57A","509D86FF-5400-4374-BE79-90F0A7E3E90C","C7E53EE0-065A-4C59-8D13-311566722BB7","BA078BAC-7263-4B10-AFD3-3C4EA0DD8707","BCFE28D1-A115-453E-9116-EECC8FE1D50F","A354FF2E-BD85-429A-97C2-254D6033F50C"],"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":24,"_MinTextHeight":null,"_FontSize":10,"_WordBreak":"break-all","__serializedExpressions__":["_Position","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"5285":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(24.0,24.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"5286":{"style":{"__isSmartRef__":true,"id":5287},"chunkOwner":{"__isSmartRef__":true,"id":5284},"storedString":"","_id":"_1372","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5287":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5288":{"style":{"__isSmartRef__":true,"id":5289},"chunkOwner":{"__isSmartRef__":true,"id":5284},"storedString":"","_id":"_1373","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5289":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5290":{"morph":{"__isSmartRef__":true,"id":5284},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5291":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5292},"derivationIds":[null,"29E543E0-AE93-493A-A694-FC1C330D0544","F0366E4C-E97F-4C77-BEE4-340A0668ADD5","347F6028-5092-4F54-9A34-3EFF3FF0B815","BF7387E7-BCD7-4A5B-B9D2-C14ECF59EFCA","85BA370B-966E-41F7-8C2F-F3A926EC2AA2","1652172B-339A-43A1-9589-70E68B35A28E","705524F7-129B-4102-834E-2A1A45985BB5","5707DF70-CD77-4D53-96ED-5A0AEB227FB7","257E62CE-C668-4317-B5B7-8D394BDC3F6C","2DD4BEA5-E85A-4CD0-953E-9EB2E0735654","BB96B696-7BD4-44C4-9D60-B1551B89D6FA","FCAABC48-FBAF-4E12-8BC9-AC4ACB5A167B","EB81C4D7-5BD8-4DAC-BD70-8675E2338AAC","1DBAE3FF-B2F6-4348-8E06-81139C138D6E","49E7D450-EF74-4E94-B33B-B888D952F3BD","F0B267C4-54BA-4E6F-BFDD-4B047F4FF41A","36B8611D-B449-4F6E-8D0F-B5FD6406D45D","779DB518-01BD-4D32-AD65-BFED801E5D06","F47D501C-3750-4F0D-A2E1-E1B9CDA8368C"],"id":"005A58C4-4271-4C43-A98F-6D9C3450E59A","eventHandler":{"__isSmartRef__":true,"id":5293},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":5283},"name":"leftpointing_magnifying_glass.png","isBeingDragged":false,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"eventsAreDisabled":true,"_HandStyle":"default","_PointerEvents":"none","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Image","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(-3.0,0.0)","distanceToDragEvent":"lively.pt(39.9,-9.0)"},"5292":{"_ImageURL":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAABAAAAAQBPJcTWAAAALnRFWHRUaXRsZQBMRUZULVBPSU5USU5HIE1BR05JRllJTkcgR0xBU1MgKFUrMUY1MEQpw88haQAAABV0RVh0QXV0aG9yAEFuZHJldyBNYXJjdXNl5zc3gwAAAC90RVh0U29mdHdhcmUAaW5mby5maWxlZm9ybWF0LmRhdGEuVW5pY29kZVBuZ1NlcnZsZXRoAX8wAAAAQ3RFWHREZXNjcmlwdGlvbgBodHRwOi8vd3d3LmZpbGVmb3JtYXQuaW5mby9pbmZvL3VuaWNvZGUvMWY1MGQvaW5kZXguaHRtk2hNQgAAADt0RVh0Q29weXJpZ2h0AGh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzIuMC9siJKDAAAIDklEQVR42u1daWxVRRQeCi0tIqCAQCTIUtEIGlk0ilqEkEbiQhSKGAyCooIIggsiQuMWZNGwVMUFNIhKZBMobZClgK1FwAU3wIpSREDcUFZFEM/JOzf3vPHet9ze1/eYe77k+zNzl5nz3ZlzZntPKYFAcHojDXimmKH6cQbwZuBM4HLgx8A9wBPAU8BjwJ3ADcDFwMnArsCaYjr/0BB4DwlwjAwfL38DzgX2AdYWk3pDJnAM8E/NuN8BpwEHAq8DXgpsCswANgN2APak/BeBu7T7sQX1A9YQE8fuDwYAf2BG/JrEaefxmSjaeOAO9syNwBwxd2Q0o/7fMhr6h8Fx+oBIX346cATwF/aON6Qbc0ZH4G4y0lHgOGAdD8/Be/KAs4AFwKsdrqkHnAA8Tu8rAzYWCWz0Bh5hraKTT11fL+AH1FXlA8/SrsEu61fmW9qLFEqNAv5LRsEw9twEvKMzcAvwJ3LoHG2AW+n9B4HdgixGHhNjiccuKlbUp9aC7yoGnqflraa8A8C2QRTjMvIVaITyKI61BjnkqiILWEjvPAwcxvLqAj+nvAqH7s1oNAfupcpjeNskhnvQOQ/xYfxQCziHRVl3sjxsNfspvYSuNR4Ywn5ClT5CA7lYkUPRU0YVy4CivkVlOE7TKxa6AP+ivKlBEORe9nUO8XD/QhWay6oqmlK3dYoirTYs70FK/wd4ocli1KVIByu7XXmb9BsOPEmj76riSfZxbAM2oPQMmqLB9GUmC/I0M8AtHp9xCd3/rM8fCHISy+vH0ruaOi3Coyqv6ETPKPSpXEOZ4X9XoSl+y89sovTNJgoyklW8rw8+aKFP5apFo3SrbMNcWsnFpgmylkU19R3yY4mc0mk0j88Z62PZ5jHDV7DQugE5dkx/3CQxzlb2qt6aCF1HtJH6BHoGju4v97F8+Sp8zeRGlldCaZtMEmQAq+zICL5hpUvrwfXy19gzZvhcvj6aILNZ3ij2ETQzRZA3WWU7RrgOfQsu05YCnyLxcFS9h91fTlMgfqKdJsg6lteBpQ8wRZASVqmmUa7txvwEJ/qe8SoxGxYymK+wpnMsNGHpxviRbVShkzEatAb5iEHUSrqzQVuiUMkMf5IFGWnM/71giiAHqEL7U7iMf2gtkk/B7/M51E4qMlklvzwNymgxl+VvobQPTRCkMavkDpaelkJlbOkgyDUsv0LZu19Oe/A++BBLvyIB0ZJX9HIQhHdZBymt1BQfso9V1Jorag28PUXKN8tBkHqUV4elLTJFkM9YpVqzllOcAmXDiG6vJsZhlt+Kpc80RZBiF2eJK4fZSS5bd4fWUcTyc1n6Y6YIMpVVii+LTgFOTHLZNjoIMpTlT2fpXUwRpIcKn021gHuwcDN0ss525Cnn3fIt2DXfK3vPljGbHtK1gdcFmkNdkYTK4gz0Tgcxytg1fI6rUBkGvubA54Ta0lTFK9VYFhS/xKV18PEHX3MfYpogfPUND9DwuamFlP5oNZXlZRcxlmsDWutsCl/aNQYZWhfBnTlOceNsLq459E1wyyhwEeNvFb7ZusClrEbhNlbJoyp8Y3UejehxPWS08v/MBrbIlcr92BvfwZit7KMKOC3f3FRBcBC2mRlBnz0dpOzN17gvqrdP7+2p7PkoJz7Hrq2pCfeqMhzXasbI1/KHa/m4Y93reRFcU1mrIh8IXaLCJzpnsLyfKRozHrNZpbFF9NHyx2pGw2tWAZ8H3gW8UjmvvWdSlIQb3raq6Kdzp6vwBbOhWn5/FRCggy9lFcdN1521ax5Q0Y9B41o7nkn8Rv1/gSkS0T/crb0vV4Uv465UAUNjLerCkfAN2jUXKef19apwnYP4AynK4tfNU6m1ZlMtaK/stQZrLXu0Q6g6OIpTjoVfAK/Xnp1GDp1fhy0th1rwHLqmEbXYHkEQJYcGitwouG2onoPx0Ne8q+yDmtGIs8lPUFCgH/Q5R4XPQlt8nfKzKB9/ouNHLT/ddFEw7t+uGQbPko90GY+gOHgcoRc5+YeBj1DY3JPyGrq8qy6JdMhBDAyz8azhZLq2JRuP4HE3a6f8KhNH7k4Dt9UORqoE3qGqfiAUo7L7lX1kjfMd4H0UHGTTFMpLzH8VUAS3iN2znsQ1GugvprCvkvMYdSFouBYxPu98FdoKusblmZXUoiz0J1FuYgPUfCrXAof7S4MgimXIRVH8wwHq5vBLna9Cs8ULyEgVWrCg8zAJ79TtjGDXjSMx5kd4Fk7XB+a3uq5Sob1QfoW86JzxR2zcjjyj3/mKTafUpCAi2nPLVcB+QA379YdoGuWEBxEwars1hujIOpZQQS1jWhzvKXeIDAOBRhT+YgQ2kcYK71NLwgOauAKJ50jwpFW8J2jHKHvLKwYBuENmVxyibAiqKIlCOkVY1g8HZHkQ5SOXeTaBR9RW9vT7agp34xVlo4jiL7KoG0TjriCR4hVlk0r8EYrAtZQiZa+14wx1qzhF2Syi+C+K5VOWko8RUVJIlPc8irIhKCP6ZItSqeJbh8kSU/qHDCbKMuZT4hFlrpgxcaIUUcuJR5TdYsLEiFLIQuLMOESZJOZLnCjLyMhrabqkZRRR1qsArDQmW5SlZOxPVWhJ2E2UNRJlVQ/wi19CRv9WhXbJoCh8zb+IujVBNYqymIyPP55ZxsQoVvK78kkBrp28rXVThSJGcoE7YZ5RoTMlc8SBpw7kj2IEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgSAZ+A+0ucC4BysctgAAAABJRU5ErkJggg==","_NodeClass":["image"],"_NodeId":"29E543E0-AE93-493A-A694-FC1C330D0544","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLoaded":true,"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Image","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(29.0,29.0)","_Padding":"lively.rect(0,0,0,0)"},"5293":{"morph":{"__isSmartRef__":true,"id":5291},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5294":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":5295},"_BorderRadius":5.2,"__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(24.0,24.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"5295":{"stops":[{"__isSmartRef__":true,"id":5296},{"__isSmartRef__":true,"id":5297},{"__isSmartRef__":true,"id":5298},{"__isSmartRef__":true,"id":5299}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"5296":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"5297":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"5298":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"5299":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"5300":{"stops":[{"__isSmartRef__":true,"id":5301},{"__isSmartRef__":true,"id":5302},{"__isSmartRef__":true,"id":5303},{"__isSmartRef__":true,"id":5304}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"5301":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"5302":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"5303":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"5304":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"5305":{"stops":[{"__isSmartRef__":true,"id":5306},{"__isSmartRef__":true,"id":5307},{"__isSmartRef__":true,"id":5308},{"__isSmartRef__":true,"id":5309}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"5306":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"5307":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"5308":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"5309":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"5310":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"ScriptableButton","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":5311}],"revisionOnLoad":154251,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"5311":{"date":{"__isSmartRef__":true,"id":5312},"author":"robertkrahn","message":"no comment","id":"0366C0A2-0C8E-4AEB-AAC3-120434134545"},"5312":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:10:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5313":{"sourceObj":{"__isSmartRef__":true,"id":5283},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":5283},"targetMethodName":"onFire","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"5314":{"morph":{"__isSmartRef__":true,"id":5283},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5315":{"submorphs":[],"scripts":[],"id":"364FF344-E489-461B-BC8C-ED45E4823ED4","shape":{"__isSmartRef__":true,"id":5316},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"HighlightRectangle","partsBinMetaInfo":{"__isSmartRef__":true,"id":5317},"eventHandler":{"__isSmartRef__":true,"id":5358},"attributeConnections":[{"__isSmartRef__":true,"id":5359},{"__isSmartRef__":true,"id":5360},{"__isSmartRef__":true,"id":5361}],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[127,"F0291F62-F100-480C-AEBF-0230398F7983","AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B","39BA345C-17FA-45A0-BAC2-F0CF5654ACF8","FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4","F38439A3-2F4E-4AC2-BF73-2633C00B1393","6748F5B5-2284-4748-A6EE-F1A261CBAD0B","6FECB598-D130-4242-BF1B-E18767608129","0B23F218-078F-4912-A262-31B957885F41","C56BA290-B836-4946-B4EF-DBB6FBA2368C","61176BAF-CFE6-4F2C-9F0A-971AAD6595A1","CB4127B2-0AA5-4B50-9978-F1FF39924A82","113050BB-CF0E-4193-91C6-9C25FC857EE8","EFF939E4-317B-4662-943F-77A6E6F65BD0","AA288E7F-3972-4F0D-87DD-61E4BD9C9C97","903E8C60-1158-42D5-85D2-DF134DA6CEC1","28FD6210-A549-4A11-9178-04E77FF556C0","B3312E29-D786-469F-865E-91FD69475A52","D947A1C1-DCBE-4485-A33D-DF549F6978E0","56CE0E60-45BE-43FF-9C6C-296D8AC326B6","CC61E3F8-8C8D-4F24-A591-023D3C88DEC8"],"partTests":{"__isSmartRef__":true,"id":5363},"_ClipMode":"visible","moved":true,"isBeingDragged":false,"prevScroll":[0,0],"#startLetters":"","eventsAreDisabled":false,"_HandStyle":"default","_PointerEvents":"auto","_Rotation":0,"_Scale":1.0060210561262526,"owner":null,"magnifierButton":{"__isSmartRef__":true,"id":5283},"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5368},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(669.0,272.0)","distanceToDragEvent":"lively.pt(44.0,-14.0)"},"5316":{"_BorderWidth":0,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":0.2597,"_BorderStyle":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(600.0,400.0)","_BorderColor":"Color.rgb(204,0,0)","_Fill":"Color.rgb(58,0,255)","_Padding":"lively.rect(0,0,0,0)"},"5317":{"partsSpaceName":"PartsBin/Tools","comment":"A rectangle which highlights the object under the first hand of the world","migrationLevel":4,"partName":"HighlightRectangle","changes":[{"__isSmartRef__":true,"id":5318},{"__isSmartRef__":true,"id":5320},{"__isSmartRef__":true,"id":5322},{"__isSmartRef__":true,"id":5324},{"__isSmartRef__":true,"id":5326},{"__isSmartRef__":true,"id":5328},{"__isSmartRef__":true,"id":5330},{"__isSmartRef__":true,"id":5332},{"__isSmartRef__":true,"id":5334},{"__isSmartRef__":true,"id":5336},{"__isSmartRef__":true,"id":5338},{"__isSmartRef__":true,"id":5340},{"__isSmartRef__":true,"id":5342},{"__isSmartRef__":true,"id":5344},{"__isSmartRef__":true,"id":5346},{"__isSmartRef__":true,"id":5348},{"__isSmartRef__":true,"id":5350},{"__isSmartRef__":true,"id":5352},{"__isSmartRef__":true,"id":5354},{"__isSmartRef__":true,"id":5356}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"5318":{"date":{"__isSmartRef__":true,"id":5319},"author":"timfelgentreff","message":"no comment","id":"3DB7DB40-210A-4BED-91FD-9287005703EC"},"5319":{"isSerializedDate":true,"string":"Thu May 24 2012 17:04:54 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5320":{"date":{"__isSmartRef__":true,"id":5321},"author":"tessi","message":"no comment","id":"23D7AA12-66A9-4C3B-B494-131256C291AC"},"5321":{"isSerializedDate":true,"string":"Thu May 24 2012 16:57:13 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5322":{"date":{"__isSmartRef__":true,"id":5323},"author":"tessi","message":"no comment","id":"2C30B7CA-388F-4F51-B4CF-A2E50E381148"},"5323":{"isSerializedDate":true,"string":"Thu May 24 2012 16:23:11 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5324":{"date":{"__isSmartRef__":true,"id":5325},"author":"tessi","message":"diable events","id":"7C1F71A3-FDAC-470A-B9A9-E1F2C9FEF18E"},"5325":{"isSerializedDate":true,"string":"Thu May 24 2012 14:46:08 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5326":{"date":{"__isSmartRef__":true,"id":5327},"author":"tessi","message":"no comment","id":"01996A33-11BC-4C15-96D7-B7D219E2E961"},"5327":{"isSerializedDate":true,"string":"Thu May 24 2012 14:39:50 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5328":{"date":{"__isSmartRef__":true,"id":5329},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"5329":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5330":{"date":{"__isSmartRef__":true,"id":5331},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"5331":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5332":{"date":{"__isSmartRef__":true,"id":5333},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"5333":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (Mitteleuropäische Zeit)"},"5334":{"date":{"__isSmartRef__":true,"id":5335},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"5335":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (Mitteleuropäische Zeit)"},"5336":{"date":{"__isSmartRef__":true,"id":5337},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"5337":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (Mitteleuropäische Zeit)"},"5338":{"date":{"__isSmartRef__":true,"id":5339},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"5339":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5340":{"date":{"__isSmartRef__":true,"id":5341},"author":"tessi","message":"no comment","id":"4B982A01-25B3-455A-848D-89C2C3C471D7"},"5341":{"isSerializedDate":true,"string":"Thu May 24 2012 13:58:01 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5342":{"date":{"__isSmartRef__":true,"id":5343},"author":"tessi","message":"no comment","id":"2FD6CB7B-3BC7-4666-98B4-AACF1001954D"},"5343":{"isSerializedDate":true,"string":"Thu May 24 2012 14:07:32 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5344":{"date":{"__isSmartRef__":true,"id":5345},"author":"tessi","message":"no comment","id":"09CF5ECF-2C87-4B66-A164-39848628596F"},"5345":{"isSerializedDate":true,"string":"Thu May 24 2012 15:34:59 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5346":{"date":{"__isSmartRef__":true,"id":5347},"author":"tessi","message":"no comment","id":"252A3EB5-DB00-4CF9-BF38-2927DD1C5229"},"5347":{"isSerializedDate":true,"string":"Thu May 24 2012 16:34:29 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5348":{"date":{"__isSmartRef__":true,"id":5349},"author":"tessi","message":"no comment","id":"81534551-62C1-4FC9-96CB-A5AC6642CA1E"},"5349":{"isSerializedDate":true,"string":"Thu May 24 2012 16:45:49 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5350":{"date":{"__isSmartRef__":true,"id":5351},"author":"tessi","message":"no comment","id":"5125DE3A-D50E-4621-8490-F3A9D99C2C4C"},"5351":{"isSerializedDate":true,"string":"Thu May 24 2012 16:47:20 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5352":{"date":{"__isSmartRef__":true,"id":5353},"author":"tessi","message":"no comment","id":"C81A2FBF-CB0B-4A0B-9D63-F9AEDFCB5DA6"},"5353":{"isSerializedDate":true,"string":"Thu May 24 2012 16:51:06 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5354":{"date":{"__isSmartRef__":true,"id":5355},"author":"tessi","message":"no comment","id":"DC8EF5EC-7563-45B6-816D-20E2DC218525"},"5355":{"isSerializedDate":true,"string":"Thu May 24 2012 16:52:10 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5356":{"date":{"__isSmartRef__":true,"id":5357},"author":"timfelgentreff","message":"no comment","id":"E7515DFB-DE7D-4E1F-A2C3-85166DCE4942"},"5357":{"isSerializedDate":true,"string":"Thu May 24 2012 16:59:39 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5358":{"morph":{"__isSmartRef__":true,"id":5315},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5359":{"sourceObj":{"__isSmartRef__":true,"id":5315},"sourceAttrName":"onMouseMove","targetObj":{"__isSmartRef__":true,"id":5315},"targetMethodName":"updateOnMove","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"5360":{"sourceObj":{"__isSmartRef__":true,"id":5315},"sourceAttrName":"onMouseUp","targetObj":{"__isSmartRef__":true,"id":5283},"targetMethodName":"removeHighlighting","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"5361":{"sourceObj":{"__isSmartRef__":true,"id":5315},"sourceAttrName":"onMouseUp","targetObj":{"__isSmartRef__":true,"id":4276},"targetMethodName":"setTarget","converterString":"function () {\n return this.sourceObj.morphUnderCursor();\n }","updaterString":null,"varMapping":{"__isSmartRef__":true,"id":5362},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"5362":{"source":{"__isSmartRef__":true,"id":5315},"target":{"__isSmartRef__":true,"id":4276}},"5363":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5364}},"5364":{"test01IsMorph":{"__isSmartRef__":true,"id":5365}},"5365":{"varMapping":{"__isSmartRef__":true,"id":5366},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":5367},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5366":{"this":{"__isSmartRef__":true,"id":5363}},"5367":{},"5368":{"update":{"__isSmartRef__":true,"id":5369},"updateOnMove":{"__isSmartRef__":true,"id":5373},"bringToFront":{"__isSmartRef__":true,"id":5377},"morphUnderCursor":{"__isSmartRef__":true,"id":5385}},"5369":{"varMapping":{"__isSmartRef__":true,"id":5370},"source":"function update(morphUnderCursor) {\n if (morphUnderCursor === this.magnifierButton ||\n this.magnifierButton.submorphs.include(morphUnderCursor)) {\n morphToHighlight = this.magnifierButton.currentTarget();\n } else {\n morphToHighlight = morphUnderCursor;\n }\n\n if (morphToHighlight && morphToHighlight.world()) {\n this.setPosition(morphToHighlight.getPositionInWorld());\n this.setExtent(morphToHighlight.getExtent());\n }\n}","funcProperties":{"__isSmartRef__":true,"id":5371},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5370":{"this":{"__isSmartRef__":true,"id":5315}},"5371":{"timestamp":{"__isSmartRef__":true,"id":5372},"user":"lauritz","tags":[]},"5372":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:29:58 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5373":{"varMapping":{"__isSmartRef__":true,"id":5374},"source":"function updateOnMove() {\n this.update(this.morphUnderCursor());\n this.bringToFront();\n}","funcProperties":{"__isSmartRef__":true,"id":5375},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5374":{"this":{"__isSmartRef__":true,"id":5315}},"5375":{"timestamp":{"__isSmartRef__":true,"id":5376},"user":"lauritz","tags":[]},"5376":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:18:33 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5377":{"varMapping":{"__isSmartRef__":true,"id":5378},"source":"function bringToFront() {\n this.renderContext().morphNode.style.zIndex= 1000;\n}","funcProperties":{"__isSmartRef__":true,"id":5383},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5378":{"this":{"__isSmartRef__":true,"id":5315},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5379}},"5379":{"$super":{"__isSmartRef__":true,"id":5380}},"5380":{"varMapping":{"__isSmartRef__":true,"id":5381},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5382},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5381":{"obj":{"__isSmartRef__":true,"id":5315},"name":"bringToFront"},"5382":{},"5383":{"timestamp":{"__isSmartRef__":true,"id":5384},"user":"lauritz","tags":[]},"5384":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:12:09 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5385":{"varMapping":{"__isSmartRef__":true,"id":5386},"source":"function morphUnderCursor() {\n var that = this,\n world = lively.morphic.World.current(); \n \n return world.morphsContainingPoint(world.firstHand().getPosition()).detect(\n function(ea) {\n return !ea.isPlaceholder &&\n !ea.isHalo &&\n (!ea.owner || !ea.owner.isHalo) &&\n !(ea === that);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":5387},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5386":{"this":{"__isSmartRef__":true,"id":5315}},"5387":{"timestamp":{"__isSmartRef__":true,"id":5388},"user":"lauritz","tags":[]},"5388":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:18:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5389":{"onFire":{"__isSmartRef__":true,"id":5390},"removeHighlighting":{"__isSmartRef__":true,"id":5394},"onMouseMove":{"__isSmartRef__":true,"id":5398},"onMouseOut":{"__isSmartRef__":true,"id":5406},"reset":{"__isSmartRef__":true,"id":5414},"isTracking":{"__isSmartRef__":true,"id":5418},"isHighlighting":{"__isSmartRef__":true,"id":5422},"currentTarget":{"__isSmartRef__":true,"id":5426}},"5390":{"varMapping":{"__isSmartRef__":true,"id":5391},"source":"function onFire() {\n var hand = lively.morphic.World.current().firstHand(),\n highlight = this.highlightRectangle,\n that = this;\n\n if (this.isTracking()) {\n this.removeHighlighting();\n } else {\n this.world().addMorph(highlight);\n hand.highlightConnection = connect(hand, \"scrollFocusMorph\", highlight, \"update\");\n highlight.bringToFront();\n if (!this.currentTarget() || !this.currentTarget().world()) {\n highlight.setExtent(pt(0,0));\n }\n }\n}","funcProperties":{"__isSmartRef__":true,"id":5392},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5391":{"this":{"__isSmartRef__":true,"id":5283}},"5392":{"timestamp":{"__isSmartRef__":true,"id":5393},"user":"lauritz","tags":[]},"5393":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:40:51 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5394":{"varMapping":{"__isSmartRef__":true,"id":5395},"source":"function removeHighlighting() {\n var hand = this.world().firstHand();\n \n if (this.highlightRectangle) {\n this.highlightRectangle.remove();\n }\n \n hand.attributeConnections.removeAt(\n hand.attributeConnections.indexOf(hand.highlightConnection));\n hand.highlightConnection = null;\n}","funcProperties":{"__isSmartRef__":true,"id":5396},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5395":{"this":{"__isSmartRef__":true,"id":5283}},"5396":{"timestamp":{"__isSmartRef__":true,"id":5397},"user":"lauritz","tags":[]},"5397":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:20:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5398":{"varMapping":{"__isSmartRef__":true,"id":5399},"source":"function onMouseMove(evt) {\n var target = this.currentTarget();\n if (target && target.world() && !this.isHighlighting()) {\n this.highlightRectangle.update(target);\n this.world().addMorph(this.highlightRectangle);\n this.highlightRectangle.bringToFront();\n this.targetHighlight = this.highlightRectangle;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":5404},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5399":{"this":{"__isSmartRef__":true,"id":5283},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5400}},"5400":{"$super":{"__isSmartRef__":true,"id":5401}},"5401":{"varMapping":{"__isSmartRef__":true,"id":5402},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5403},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5402":{"obj":{"__isSmartRef__":true,"id":5283},"name":"onMouseMove"},"5403":{},"5404":{"timestamp":{"__isSmartRef__":true,"id":5405},"user":"lauritz","tags":[]},"5405":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:25:52 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5406":{"varMapping":{"__isSmartRef__":true,"id":5407},"source":"function onMouseOut() {\n if (this.isHighlighting()) {\n if (!this.isTracking()) {\n this.targetHighlight.remove();\n }\n delete this.targetHighlight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":5412},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5407":{"this":{"__isSmartRef__":true,"id":5283},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5408}},"5408":{"$super":{"__isSmartRef__":true,"id":5409}},"5409":{"varMapping":{"__isSmartRef__":true,"id":5410},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":5411},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5410":{"obj":{"__isSmartRef__":true,"id":5283},"name":"onMouseOut"},"5411":{},"5412":{"timestamp":{"__isSmartRef__":true,"id":5413},"user":"lauritz","tags":[]},"5413":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:21:57 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5414":{"varMapping":{"__isSmartRef__":true,"id":5415},"source":"function reset() {\n this.highlightRectangle.attributeConnections = [];\n \n connect(rect, \"onMouseMove\", this.highlightRectangle, \"updateOnMove\")\n connect(rect, \"onMouseUp\", this, \"removeHighlighting\")\n connect(rect, \"onMouseUp\", this.owner, \"setTarget\",\n {converter: function () {\n return this.sourceObj.morphUnderCursor();\n }\n })\n}","funcProperties":{"__isSmartRef__":true,"id":5416},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5415":{"this":{"__isSmartRef__":true,"id":5283}},"5416":{"timestamp":{"__isSmartRef__":true,"id":5417},"user":"lauritz","tags":[]},"5417":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:20:55 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5418":{"varMapping":{"__isSmartRef__":true,"id":5419},"source":"function isTracking() {\n return !!this.world().firstHand().highlightConnection;\n}","funcProperties":{"__isSmartRef__":true,"id":5420},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5419":{"this":{"__isSmartRef__":true,"id":5283}},"5420":{"timestamp":{"__isSmartRef__":true,"id":5421},"user":"lauritz","tags":[]},"5421":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:11:25 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5422":{"varMapping":{"__isSmartRef__":true,"id":5423},"source":"function isHighlighting() {\n return !!this.targetHighlight;\n}","funcProperties":{"__isSmartRef__":true,"id":5424},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5423":{"this":{"__isSmartRef__":true,"id":5283}},"5424":{"timestamp":{"__isSmartRef__":true,"id":5425},"user":"lauritz","tags":[]},"5425":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:11:22 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5426":{"varMapping":{"__isSmartRef__":true,"id":5427},"source":"function currentTarget() {\n return this.owner.target;\n}","funcProperties":{"__isSmartRef__":true,"id":5428},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5427":{"this":{"__isSmartRef__":true,"id":5283}},"5428":{"timestamp":{"__isSmartRef__":true,"id":5429},"user":"lauritz","tags":[]},"5429":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:26:02 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5430":{"target":{"__isSmartRef__":true,"id":4276},"selector":"update","args":[],"stopped":false,"tickTime":500,"suspended":false,"__LivelyClassName__":"lively.morphic.TargetScript","__SourceModuleName__":"Global.lively.morphic.Core"},"5431":{"_BorderWidth":1,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(1071.0,495.8)","_BorderColor":"Color.rgb(95,94,95)","_Fill":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)"},"5432":{"partsSpaceName":"PartsBin/Basic","comment":"Edit scripts and connections of a specific morph.","migrationLevel":4,"partName":"ObjectEditorPane","changes":[{"__isSmartRef__":true,"id":5433}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"5433":{"date":{"__isSmartRef__":true,"id":5434},"author":"lauritz","message":"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items."},"5434":{"isSerializedDate":true,"string":"Fri Oct 21 2011 00:39:30 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5435":{"morph":{"__isSmartRef__":true,"id":4276},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5436":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"5437":{},"5438":{"displayInitialScript":{"__isSmartRef__":true,"id":5439},"displayJavaScriptSource":{"__isSmartRef__":true,"id":5443},"displaySourceForConnection":{"__isSmartRef__":true,"id":5447},"displaySourceForScript":{"__isSmartRef__":true,"id":5451},"generateSourceForConnection":{"__isSmartRef__":true,"id":5455},"generateSourceForScript":{"__isSmartRef__":true,"id":5459},"generateTargetCode":{"__isSmartRef__":true,"id":5463},"newConnection":{"__isSmartRef__":true,"id":5467},"newScript":{"__isSmartRef__":true,"id":5471},"reset":{"__isSmartRef__":true,"id":5475},"selectChangedContent":{"__isSmartRef__":true,"id":5479},"setTarget":{"__isSmartRef__":true,"id":5483},"sortedConnectionNamesOfObj":{"__isSmartRef__":true,"id":5487},"sortedScriptNamesOfObj":{"__isSmartRef__":true,"id":5491},"updateLists":{"__isSmartRef__":true,"id":5495},"onShutdown":{"__isSmartRef__":true,"id":5499},"confirmUnsavedChanges":{"__isSmartRef__":true,"id":5503},"update":{"__isSmartRef__":true,"id":5507},"ensureAnnotationLayer":{"__isSmartRef__":true,"id":5511},"copyToPartsBinWithUserRequest":{"__isSmartRef__":true,"id":5515},"printTags":{"__isSmartRef__":true,"id":5523},"setTag":{"__isSmartRef__":true,"id":5527},"runScript":{"__isSmartRef__":true,"id":5531},"openPartTestRunner":{"__isSmartRef__":true,"id":5535},"hasUnsavedChanges":{"__isSmartRef__":true,"id":5539}},"5439":{"varMapping":{"__isSmartRef__":true,"id":5440},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.preselectItem();\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.preselectItem();\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":5441},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5440":{"this":{"__isSmartRef__":true,"id":4276}},"5441":{"timestamp":{"__isSmartRef__":true,"id":5442},"user":"lauritz","tags":[]},"5442":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:13:43 GMT+0100 (Mitteleuropäische Zeit)"},"5443":{"varMapping":{"__isSmartRef__":true,"id":5444},"source":"function displayJavaScriptSource(jsCode) {\n if (this.scriptPane.hasChanged()) {\n var that = this;\n var callback = function(confirmed) {\n if (confirmed) that.scriptPane.display(jsCode)\n };\n this.confirmUnsavedChanges(callback);\n } else {\n this.scriptPane.display(jsCode);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":5445},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5444":{"this":{"__isSmartRef__":true,"id":4276}},"5445":{"timestamp":{"__isSmartRef__":true,"id":5446},"user":"lauritz","tags":[]},"5446":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"5447":{"varMapping":{"__isSmartRef__":true,"id":5448},"source":"function displaySourceForConnection(connection) {\n var code = \"\", that = this;\n if (connection === undefined) return;\n if (connection === null) {\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\"\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForConnection(connection);\n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":5449},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5448":{"this":{"__isSmartRef__":true,"id":4276}},"5449":{"timestamp":{"__isSmartRef__":true,"id":5450},"user":"conradcalmez","tags":[]},"5450":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:59:30 GMT+0100 (Mitteleuropäische Zeit)"},"5451":{"varMapping":{"__isSmartRef__":true,"id":5452},"source":"function displaySourceForScript(scriptName) {\n var code = \"\",\n that = this;\n if (scriptName === null) {\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForScript(each)).concat(\"\\n\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForScript(scriptName);\n }\n if (code) this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":5453},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5452":{"this":{"__isSmartRef__":true,"id":4276}},"5453":{"timestamp":{"__isSmartRef__":true,"id":5454},"user":"cschuster","tags":[]},"5454":{"isSerializedDate":true,"string":"Thu Aug 30 2012 08:14:26 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5455":{"varMapping":{"__isSmartRef__":true,"id":5456},"source":"function generateSourceForConnection(connection) {\n var c = connection, targetObject = this.target;\n\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\tvar optConfig = []\n\tif (c.converterString)\n\t\toptConfig.push(\"converter: \\n\\t\" + c.converterString)\n\tif (c.updaterString)\n\t\toptConfig.push(\"updater: \\n\\t\" + c.updaterString)\n\treturn Strings.format('connect(%s, \"%s\", %s, \"%s\", {%s});', \n\t\t\tthis.generateTargetCode(targetObject, c.getSourceObj()),\n\t\t\tc.getSourceAttrName(),\n\t\t\tthis.generateTargetCode(targetObject, c.getTargetObj()),\n\t\t\tc.getTargetMethodName(),\n\t\t\toptConfig.join(','));\n\n}","funcProperties":{"__isSmartRef__":true,"id":5457},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5456":{"this":{"__isSmartRef__":true,"id":4276}},"5457":{"timestamp":{"__isSmartRef__":true,"id":5458},"user":"lauritz","tags":[]},"5458":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"5459":{"varMapping":{"__isSmartRef__":true,"id":5460},"source":"function generateSourceForScript(scriptName) {\n var script = this.target[scriptName],\n annotation = '',\n scriptSource = '',\n tagScript = '';\n\n if (!script) return;\n\n if (script.timestamp && script.user) \n annotation = Strings.format('// changed at %s by %s \\n', script.timestamp, script.user);\n scriptSource = Strings.format('this.addScript(%s)', script.getOriginal());\n tagScript = Strings.format('.tag(%s);', this.printTags(script));\n\n return annotation + scriptSource + tagScript;\n}","funcProperties":{"__isSmartRef__":true,"id":5461},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5460":{"this":{"__isSmartRef__":true,"id":4276}},"5461":{"timestamp":{"__isSmartRef__":true,"id":5462},"user":"cschuster","tags":[]},"5462":{"isSerializedDate":true,"string":"Thu Aug 30 2012 08:14:45 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5463":{"varMapping":{"__isSmartRef__":true,"id":5464},"source":"function generateTargetCode(baseObject, targetObject) {\n\tvar name = targetObject.name;\n\tif (baseObject === targetObject) \n\t\treturn \"this\";\n\telse if (baseObject[name] === targetObject) \n\t\treturn \"this.\" + name;\n\telse if (baseObject.testObject === targetObject) \n\t\treturn \"this.testObject\";\n\telse if (baseObject.get(name) === targetObject) \n\t\treturn 'this.get(\"' + name + '\")';\n\telse if (targetObject instanceof Morph) \n\t\treturn '$morph(\"' + name + '\")';\n\telse \n\t\treturn \"????\";\n}","funcProperties":{"__isSmartRef__":true,"id":5465},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5464":{"this":{"__isSmartRef__":true,"id":4276}},"5465":{"timestamp":{"__isSmartRef__":true,"id":5466},"user":"lauritz","tags":[]},"5466":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"5467":{"varMapping":{"__isSmartRef__":true,"id":5468},"source":"function newConnection() {\n if (this.target) {\n var code = \"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":5469},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5468":{"this":{"__isSmartRef__":true,"id":4276}},"5469":{"timestamp":{"__isSmartRef__":true,"id":5470},"user":"lauritz","tags":[]},"5470":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (Mitteleuropäische Zeit)"},"5471":{"varMapping":{"__isSmartRef__":true,"id":5472},"source":"function newScript() {\n if (this.target) {\n var code = \"this.addScript(function SCRIPTNAME() {\\n \\n}).tag([]);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":5473},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5472":{"this":{"__isSmartRef__":true,"id":4276}},"5473":{"timestamp":{"__isSmartRef__":true,"id":5474},"user":"lauritz","tags":[]},"5474":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:24:25 GMT+0100 (Mitteleuropäische Zeit)"},"5475":{"varMapping":{"__isSmartRef__":true,"id":5476},"source":"function reset() {\n this.scriptPane = this.get('ObjectEditorScriptPane')\n this.scriptList = this.get('ObjectEditorScriptList')\n this.connectionList = this.get('ObjectEditorConnectionList')\n this.morphSelector = this.get('ObjectEditorMorphSelector')\n \n this.target = null;\n this.currentTag = null;\n \n this.scriptPane.reset();\n this.scriptList.setList();\n this.scriptList.selection = null;\n this.connectionList.setList();\n this.connectionList.selection = null;\n this.morphSelector.reset();\n this.tagChooser.reset();\n \n this.stopStepping();\n}","funcProperties":{"__isSmartRef__":true,"id":5477},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"5476":{"this":{"__isSmartRef__":true,"id":4276}},"5477":{"timestamp":{"__isSmartRef__":true,"id":5478},"user":"lauritz","tags":[]},"5478":{"isSerializedDate":true,"string":"Fri Aug 03 2012 11:45:36 GMT+0200 (Mitteleuropäische Sommerzeit)"},"5479":{"varMapping":{"__isSmartRef__":true,"id":5480},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i