-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":555},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"554":{"this":{"__isSmartRef__":true,"id":98}},"555":{},"556":{"varMapping":{"__isSmartRef__":true,"id":557},"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":558},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"557":{"this":{"__isSmartRef__":true,"id":98}},"558":{},"559":{"varMapping":{"__isSmartRef__":true,"id":560},"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":561},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"560":{"this":{"__isSmartRef__":true,"id":98}},"561":{},"562":{"varMapping":{"__isSmartRef__":true,"id":563},"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":564},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"563":{"this":{"__isSmartRef__":true,"id":98}},"564":{},"565":{"varMapping":{"__isSmartRef__":true,"id":566},"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":668},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"667":{"this":{"__isSmartRef__":true,"id":643}},"668":{"timestamp":{"__isSmartRef__":true,"id":669},"user":"lauritz","categories":[]},"669":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:46:54 GMT+0100 (CET)"},"670":{"submorphs":[{"__isSmartRef__":true,"id":671}],"scripts":[],"id":"E551BD19-6E1A-41CB-9B6A-07FDF44DBA2E","shape":{"__isSmartRef__":true,"id":676},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":682},"lighterFill":{"__isSmartRef__":true,"id":687},"label":{"__isSmartRef__":true,"id":671},"attributeConnections":[{"__isSmartRef__":true,"id":692}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"name":"ObjectEditorRemoveScriptButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":694},"owner":{"__isSmartRef__":true,"id":91},"eventHandler":{"__isSmartRef__":true,"id":695},"isCopyMorphRef":true,"morphRefId":24,"draggingEnabled":false,"objectEditorPane":{"__isSmartRef__":true,"id":91},"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"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"isPressed":false,"__serializedExpressions__":["_Position","padding","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":696},"__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)"},"671":{"submorphs":[],"scripts":[],"id":"7DC51B0C-5EBA-4FD6-8435-80E6AB0B7A89","shape":{"__isSmartRef__":true,"id":672},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":25,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":670},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":673}],"prevScroll":[0,0],"_FontFamily":"Helvetica, Sans-Serif","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","eventHandler":{"__isSmartRef__":true,"id":675},"_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"],"_Scale":1,"__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)"},"672":{"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)"},"673":{"style":{"__isSmartRef__":true,"id":674},"chunkOwner":{"__isSmartRef__":true,"id":671},"storedString":"-","_id":"_1363","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"674":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"675":{"morph":{"__isSmartRef__":true,"id":671},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"676":{"_Fill":{"__isSmartRef__":true,"id":677},"_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)"},"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(245,245,245)"},"679":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"680":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"681":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"682":{"stops":[{"__isSmartRef__":true,"id":683},{"__isSmartRef__":true,"id":684},{"__isSmartRef__":true,"id":685},{"__isSmartRef__":true,"id":686}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"683":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"684":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"685":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"686":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"687":{"stops":[{"__isSmartRef__":true,"id":688},{"__isSmartRef__":true,"id":689},{"__isSmartRef__":true,"id":690},{"__isSmartRef__":true,"id":691}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"688":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"689":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"690":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"691":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"692":{"sourceObj":{"__isSmartRef__":true,"id":670},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":670},"targetMethodName":"deleteSelectedScript","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":693},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"693":{"source":{"__isSmartRef__":true,"id":670},"target":{"__isSmartRef__":true,"id":670}},"694":{"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"},"695":{"morph":{"__isSmartRef__":true,"id":670},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"696":{"deleteSelectedScript":{"__isSmartRef__":true,"id":697}},"697":{"varMapping":{"__isSmartRef__":true,"id":698},"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":699},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"698":{"this":{"__isSmartRef__":true,"id":670}},"699":{"timestamp":{"__isSmartRef__":true,"id":700},"user":"lauritz"},"700":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:12:21 GMT+0100 (CET)"},"701":{"submorphs":[{"__isSmartRef__":true,"id":702}],"scripts":[],"id":"7D2C5F97-58C9-40AE-88AD-DF227813630A","shape":{"__isSmartRef__":true,"id":708},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":709},"lighterFill":{"__isSmartRef__":true,"id":714},"label":{"__isSmartRef__":true,"id":702},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"name":"ObjectEditorMorphSelector","partsBinMetaInfo":{"__isSmartRef__":true,"id":719},"list":[],"eventHandler":{"__isSmartRef__":true,"id":720},"owner":{"__isSmartRef__":true,"id":91},"textString":"","selection":{"__isSmartRef__":true,"id":721},"_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"],"_Rotation":0,"_Scale":1,"isPressed":false,"__serializedExpressions__":["_Position","padding","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":727},"__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)"},"702":{"submorphs":[],"scripts":[],"id":"9B6447CC-8578-4BC8-B79C-0AD53941EF20","shape":{"__isSmartRef__":true,"id":703},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":220,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":701},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":704}],"prevScroll":[0,0],"attributeConnections":[{"__isSmartRef__":true,"id":706}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"eventHandler":{"__isSmartRef__":true,"id":707},"_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"],"_Scale":1,"__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)"},"703":{"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)"},"704":{"style":{"__isSmartRef__":true,"id":705},"chunkOwner":{"__isSmartRef__":true,"id":702},"_id":"_47493","storedString":"empty","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"705":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"706":{"sourceObj":{"__isSmartRef__":true,"id":702},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":701},"targetMethodName":"selection","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"707":{"morph":{"__isSmartRef__":true,"id":702},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"708":{"_Fill":{"__isSmartRef__":true,"id":709},"_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)"},"709":{"stops":[{"__isSmartRef__":true,"id":710},{"__isSmartRef__":true,"id":711},{"__isSmartRef__":true,"id":712},{"__isSmartRef__":true,"id":713}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"710":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"711":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"712":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"713":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"714":{"stops":[{"__isSmartRef__":true,"id":715},{"__isSmartRef__":true,"id":716},{"__isSmartRef__":true,"id":717},{"__isSmartRef__":true,"id":718}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"715":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"716":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"717":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"718":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"719":{"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"},"720":{"morph":{"__isSmartRef__":true,"id":701},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"721":{"submorphs":[],"scripts":[],"id":181,"shape":{"__isSmartRef__":true,"id":722},"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":723},"textChunks":[{"__isSmartRef__":true,"id":724}],"eventHandler":{"__isSmartRef__":true,"id":726},"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)"},"722":{"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)"},"723":{"partsSpaceName":"PartsBin/Worlds/","comment":"For example a world title.","partName":"Title","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"724":{"style":{"__isSmartRef__":true,"id":725},"chunkOwner":{"__isSmartRef__":true,"id":721},"storedString":"","_id":"_1365","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"725":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"726":{"morph":{"__isSmartRef__":true,"id":721},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"727":{"reset":{"__isSmartRef__":true,"id":728},"onMouseDown":{"__isSmartRef__":true,"id":732},"onBlur":{"__isSmartRef__":true,"id":740},"createScenePresentation":{"__isSmartRef__":true,"id":748},"presentTargetChooser":{"__isSmartRef__":true,"id":752},"removeTargetChooser":{"__isSmartRef__":true,"id":756},"removeHighlight":{"__isSmartRef__":true,"id":760},"highlightCurrentTarget":{"__isSmartRef__":true,"id":764},"updateTargetFromSelection":{"__isSmartRef__":true,"id":768},"currentMorphicScene":{"__isSmartRef__":true,"id":772},"highlightTarget":{"__isSmartRef__":true,"id":776},"setLabel":{"__isSmartRef__":true,"id":780},"updateTargetFromOwner":{"__isSmartRef__":true,"id":788}},"728":{"varMapping":{"__isSmartRef__":true,"id":729},"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":730},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"729":{"this":{"__isSmartRef__":true,"id":701}},"730":{"timestamp":{"__isSmartRef__":true,"id":731},"user":"lauritz","tags":[]},"731":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:04:57 GMT+0200 (CEST)"},"732":{"varMapping":{"__isSmartRef__":true,"id":733},"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":738},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"733":{"this":{"__isSmartRef__":true,"id":701},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":734}},"734":{"$super":{"__isSmartRef__":true,"id":735}},"735":{"varMapping":{"__isSmartRef__":true,"id":736},"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":737},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"736":{"obj":{"__isSmartRef__":true,"id":701},"name":"onMouseDown"},"737":{},"738":{"timestamp":{"__isSmartRef__":true,"id":739},"user":"lauritz","tags":[]},"739":{"isSerializedDate":true,"string":"Fri Aug 03 2012 12:44:10 GMT+0200 (CEST)"},"740":{"varMapping":{"__isSmartRef__":true,"id":741},"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":746},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"741":{"this":{"__isSmartRef__":true,"id":701},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":742}},"742":{"$super":{"__isSmartRef__":true,"id":743}},"743":{"varMapping":{"__isSmartRef__":true,"id":744},"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":745},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"744":{"obj":{"__isSmartRef__":true,"id":701},"name":"onBlur"},"745":{},"746":{"timestamp":{"__isSmartRef__":true,"id":747},"user":"lauritz","tags":[]},"747":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:29:05 GMT+0200 (CEST)"},"748":{"varMapping":{"__isSmartRef__":true,"id":749},"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":750},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"749":{"this":{"__isSmartRef__":true,"id":701}},"750":{"timestamp":{"__isSmartRef__":true,"id":751},"user":"lauritz","tags":[]},"751":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:29:56 GMT+0200 (CEST)"},"752":{"varMapping":{"__isSmartRef__":true,"id":753},"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":754},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"753":{"this":{"__isSmartRef__":true,"id":701}},"754":{"timestamp":{"__isSmartRef__":true,"id":755},"user":"lauritz","tags":[]},"755":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:13:22 GMT+0200 (CEST)"},"756":{"varMapping":{"__isSmartRef__":true,"id":757},"source":"function removeTargetChooser() {\n if (this.listMorph) {\n this.listMorph.remove();\n delete this.listMorph; \n }\n}","funcProperties":{"__isSmartRef__":true,"id":758},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"757":{"this":{"__isSmartRef__":true,"id":701}},"758":{"timestamp":{"__isSmartRef__":true,"id":759},"user":"lauritz","tags":[]},"759":{"isSerializedDate":true,"string":"Fri Aug 03 2012 12:43:38 GMT+0200 (CEST)"},"760":{"varMapping":{"__isSmartRef__":true,"id":761},"source":"function removeHighlight(node) {\n node.submorphs[0].setFill(Color.rgb(255,255,255))\n}","funcProperties":{"__isSmartRef__":true,"id":762},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"761":{"this":{"__isSmartRef__":true,"id":701}},"762":{"timestamp":{"__isSmartRef__":true,"id":763},"user":"lauritz","tags":[]},"763":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:32:15 GMT+0200 (CEST)"},"764":{"varMapping":{"__isSmartRef__":true,"id":765},"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":766},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"765":{"this":{"__isSmartRef__":true,"id":701}},"766":{"timestamp":{"__isSmartRef__":true,"id":767},"user":"lauritz","tags":[]},"767":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:31:39 GMT+0200 (CEST)"},"768":{"varMapping":{"__isSmartRef__":true,"id":769},"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":770},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"769":{"this":{"__isSmartRef__":true,"id":701}},"770":{"timestamp":{"__isSmartRef__":true,"id":771},"user":"lauritz","tags":[]},"771":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:04:57 GMT+0200 (CEST)"},"772":{"varMapping":{"__isSmartRef__":true,"id":773},"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":774},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"773":{"this":{"__isSmartRef__":true,"id":701}},"774":{"timestamp":{"__isSmartRef__":true,"id":775},"user":"lauritz","tags":[]},"775":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:29:43 GMT+0200 (CEST)"},"776":{"varMapping":{"__isSmartRef__":true,"id":777},"source":"function highlightTarget(node) {\n node.submorphs[0].setFill(Color.rgb(218,218,218))\n}","funcProperties":{"__isSmartRef__":true,"id":778},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"777":{"this":{"__isSmartRef__":true,"id":701}},"778":{"timestamp":{"__isSmartRef__":true,"id":779},"user":"lauritz","tags":[]},"779":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:32:12 GMT+0200 (CEST)"},"780":{"varMapping":{"__isSmartRef__":true,"id":781},"source":"function setLabel(label) {\n this.label.setTextString(label);\n this.label.setAlign('left');\n}","funcProperties":{"__isSmartRef__":true,"id":786},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"781":{"this":{"__isSmartRef__":true,"id":701},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":782}},"782":{"$super":{"__isSmartRef__":true,"id":783}},"783":{"varMapping":{"__isSmartRef__":true,"id":784},"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":785},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"784":{"obj":{"__isSmartRef__":true,"id":701},"name":"setLabel"},"785":{},"786":{"timestamp":{"__isSmartRef__":true,"id":787},"user":"lauritz","tags":[]},"787":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:04:31 GMT+0200 (CEST)"},"788":{"varMapping":{"__isSmartRef__":true,"id":789},"source":"function updateTargetFromOwner() {\n this.setLabel(this.owner.target);\n}","funcProperties":{"__isSmartRef__":true,"id":790},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"789":{"this":{"__isSmartRef__":true,"id":701}},"790":{"timestamp":{"__isSmartRef__":true,"id":791},"user":"lauritz","tags":[]},"791":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:24:24 GMT+0200 (CEST)"},"792":{"submorphs":[],"scripts":[],"id":"EDF60A45-69C7-4CEA-8BE5-5FDD197CB5A1","shape":{"__isSmartRef__":true,"id":793},"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":794},"textChunks":[{"__isSmartRef__":true,"id":795}],"charsReplaced":"Scripts","lastFindLoc":-7,"priorSelectionRange":[0,7],"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":797},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_ClipMode":"visible","draggingEnabled":false,"eventsAreIgnored":true,"isCopyMorphRef":true,"morphRefId":27,"owner":{"__isSmartRef__":true,"id":91},"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"],"_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)"},"793":{"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)"},"794":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"795":{"style":{"__isSmartRef__":true,"id":796},"chunkOwner":{"__isSmartRef__":true,"id":792},"storedString":"Tag:","_id":"_1367","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"796":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"797":{"morph":{"__isSmartRef__":true,"id":792},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"798":{"submorphs":[{"__isSmartRef__":true,"id":799}],"scripts":[],"id":"D505CBB0-207E-41E5-B171-AA29FAE1C585","shape":{"__isSmartRef__":true,"id":805},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":true,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":811},"lighterFill":{"__isSmartRef__":true,"id":816},"label":{"__isSmartRef__":true,"id":799},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"name":"ObjectEditorTagChooser","partsBinMetaInfo":{"__isSmartRef__":true,"id":821},"listMorph":null,"list":[],"eventHandler":{"__isSmartRef__":true,"id":822},"textString":"PartsBinBrowser","selection":"","_ClipMode":"visible","prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":91},"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"],"_Rotation":0,"_Scale":1,"isPressed":false,"__serializedExpressions__":["_Position","padding","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":823},"__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)"},"799":{"submorphs":[],"scripts":[],"id":"AA2120C4-41F7-4E4D-9FEE-F4138089108E","shape":{"__isSmartRef__":true,"id":800},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":130,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":798},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":801}],"prevScroll":[0,0],"attributeConnections":[{"__isSmartRef__":true,"id":803}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"eventHandler":{"__isSmartRef__":true,"id":804},"_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"],"_Scale":1,"__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)"},"800":{"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)"},"801":{"style":{"__isSmartRef__":true,"id":802},"chunkOwner":{"__isSmartRef__":true,"id":799},"_id":"_47494","storedString":"all","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"802":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"803":{"sourceObj":{"__isSmartRef__":true,"id":799},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":798},"targetMethodName":"selection","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"804":{"morph":{"__isSmartRef__":true,"id":799},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"805":{"_Fill":{"__isSmartRef__":true,"id":806},"_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)"},"806":{"stops":[{"__isSmartRef__":true,"id":807},{"__isSmartRef__":true,"id":808},{"__isSmartRef__":true,"id":809},{"__isSmartRef__":true,"id":810}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"807":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(230,243,253)"},"808":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(171,215,248)"},"809":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(171,215,248)"},"810":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(157,198,229)"},"811":{"stops":[{"__isSmartRef__":true,"id":812},{"__isSmartRef__":true,"id":813},{"__isSmartRef__":true,"id":814},{"__isSmartRef__":true,"id":815}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"812":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"813":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"814":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"815":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"816":{"stops":[{"__isSmartRef__":true,"id":817},{"__isSmartRef__":true,"id":818},{"__isSmartRef__":true,"id":819},{"__isSmartRef__":true,"id":820}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"817":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"818":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"819":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"820":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"821":{"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"},"822":{"morph":{"__isSmartRef__":true,"id":798},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"823":{"createListMorph":{"__isSmartRef__":true,"id":824},"getList":{"__isSmartRef__":true,"id":828},"removeList":{"__isSmartRef__":true,"id":832},"reset":{"__isSmartRef__":true,"id":836},"onMouseUp":{"__isSmartRef__":true,"id":840},"onBlur":{"__isSmartRef__":true,"id":848},"setTag":{"__isSmartRef__":true,"id":856}},"824":{"varMapping":{"__isSmartRef__":true,"id":825},"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":826},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"825":{"this":{"__isSmartRef__":true,"id":798}},"826":{"timestamp":{"__isSmartRef__":true,"id":827},"user":"lauritz","categories":[]},"827":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:35:59 GMT+0100 (CET)"},"828":{"varMapping":{"__isSmartRef__":true,"id":829},"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":830},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"829":{"this":{"__isSmartRef__":true,"id":798}},"830":{"timestamp":{"__isSmartRef__":true,"id":831},"user":"lauritz","tags":[]},"831":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:25 GMT+0100 (CET)"},"832":{"varMapping":{"__isSmartRef__":true,"id":833},"source":"function removeList() {\n this.listMorph && this.listMorph.remove()\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":834},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"833":{"this":{"__isSmartRef__":true,"id":798}},"834":{"timestamp":{"__isSmartRef__":true,"id":835},"user":"lauritz","categories":[]},"835":{"isSerializedDate":true,"string":"Thu Nov 17 2011 19:06:51 GMT+0100 (CET)"},"836":{"varMapping":{"__isSmartRef__":true,"id":837},"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":838},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"837":{"this":{"__isSmartRef__":true,"id":798}},"838":{"timestamp":{"__isSmartRef__":true,"id":839},"user":"lauritz","tags":[]},"839":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:53 GMT+0100 (CET)"},"840":{"varMapping":{"__isSmartRef__":true,"id":841},"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":846},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"841":{"this":{"__isSmartRef__":true,"id":798},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":842}},"842":{"$super":{"__isSmartRef__":true,"id":843}},"843":{"varMapping":{"__isSmartRef__":true,"id":844},"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":845},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"844":{"obj":{"__isSmartRef__":true,"id":798},"name":"onMouseUp"},"845":{},"846":{"timestamp":{"__isSmartRef__":true,"id":847},"user":"lauritz","categories":[]},"847":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:59:16 GMT+0100 (CET)"},"848":{"varMapping":{"__isSmartRef__":true,"id":849},"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":854},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"849":{"this":{"__isSmartRef__":true,"id":798},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":850}},"850":{"$super":{"__isSmartRef__":true,"id":851}},"851":{"varMapping":{"__isSmartRef__":true,"id":852},"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":853},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"852":{"obj":{"__isSmartRef__":true,"id":798},"name":"onBlur"},"853":{},"854":{"timestamp":{"__isSmartRef__":true,"id":855},"user":"lauritz","categories":[]},"855":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:10:03 GMT+0100 (CET)"},"856":{"varMapping":{"__isSmartRef__":true,"id":857},"source":"function setTag(tag) {\n this.setLabel(tag || '');\n this.label.setAlign('left');\n this.owner.setTag(tag);\n}","funcProperties":{"__isSmartRef__":true,"id":858},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"857":{"this":{"__isSmartRef__":true,"id":798}},"858":{"timestamp":{"__isSmartRef__":true,"id":859},"user":"lauritz","categories":[]},"859":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:36:12 GMT+0100 (CET)"},"860":{"submorphs":[{"__isSmartRef__":true,"id":861}],"scripts":[],"id":"B02DBFCE-6581-4480-A60F-EDF58057120D","shape":{"__isSmartRef__":true,"id":866},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":867},"lighterFill":{"__isSmartRef__":true,"id":872},"label":{"__isSmartRef__":true,"id":861},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":877},"attributeConnections":[{"__isSmartRef__":true,"id":878}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":901},"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"],"owner":{"__isSmartRef__":true,"id":91},"layout":{"__isSmartRef__":true,"id":902},"_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(748.7,9.5)"},"861":{"submorphs":[],"scripts":[],"id":"967F7C8C-07F4-4B72-B03C-0C05B34A5EA3","shape":{"__isSmartRef__":true,"id":862},"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":860},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":863}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":865},"_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"],"_MinTextWidth":97,"_MinTextHeight":null,"__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)"},"862":{"_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)"},"863":{"style":{"__isSmartRef__":true,"id":864},"chunkOwner":{"__isSmartRef__":true,"id":861},"storedString":"run","_id":"_1369","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"864":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"865":{"morph":{"__isSmartRef__":true,"id":861},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"866":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":867},"_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)"},"867":{"stops":[{"__isSmartRef__":true,"id":868},{"__isSmartRef__":true,"id":869},{"__isSmartRef__":true,"id":870},{"__isSmartRef__":true,"id":871}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"868":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"869":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"870":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"871":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"872":{"stops":[{"__isSmartRef__":true,"id":873},{"__isSmartRef__":true,"id":874},{"__isSmartRef__":true,"id":875},{"__isSmartRef__":true,"id":876}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"873":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"874":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"875":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"876":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"877":{"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"},"878":{"sourceObj":{"__isSmartRef__":true,"id":860},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":91},"targetMethodName":"runScript","visualConnector":{"__isSmartRef__":true,"id":879},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"879":{"submorphs":[{"__isSmartRef__":true,"id":880}],"scripts":[],"shape":{"__isSmartRef__":true,"id":887},"derivationIds":[null],"id":"C89B50A0-17E7-4D22-AE1D-5112520DAEE7","eventHandler":{"__isSmartRef__":true,"id":890},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":891},{"__isSmartRef__":true,"id":892}],"con":{"__isSmartRef__":true,"id":878},"showsMorphMenu":true,"showsHalos":false,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":893},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"880":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":881},"derivationIds":[null],"id":"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF","eventHandler":{"__isSmartRef__":true,"id":886},"droppingEnabled":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":879},"_Rotation":-3.130064002485303,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(0.0,0.0)"},"881":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":882},{"__isSmartRef__":true,"id":883},{"__isSmartRef__":true,"id":884},{"__isSmartRef__":true,"id":885}],"_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)"},"882":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"883":{"isAbsolute":true,"x":-12,"y":6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"884":{"isAbsolute":true,"x":4,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"885":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"886":{"morph":{"__isSmartRef__":true,"id":880},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"887":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":888},{"__isSmartRef__":true,"id":889}],"_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)"},"888":{"isAbsolute":true,"x":829.7085000406639,"y":9.565843617262885,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"889":{"isAbsolute":true,"x":0,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"890":{"morph":{"__isSmartRef__":true,"id":879},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"891":{"morph":{"__isSmartRef__":true,"id":879},"index":0,"connectedMagnet":null,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"892":{"morph":{"__isSmartRef__":true,"id":879},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":880},"markerDirection":"prev","__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"893":{"morphMenuItems":{"__isSmartRef__":true,"id":894}},"894":{"varMapping":{"__isSmartRef__":true,"id":895},"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":900},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"895":{"this":{"__isSmartRef__":true,"id":879},"__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 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":879},"name":"morphMenuItems"},"899":{},"900":{},"901":{"morph":{"__isSmartRef__":true,"id":860},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"902":{"centeredHorizontal":false,"moveHorizontal":true},"903":{"submorphs":[{"__isSmartRef__":true,"id":904}],"scripts":[],"id":"E281CBA4-EDAE-47F2-A4A2-655D738D1DAE","shape":{"__isSmartRef__":true,"id":909},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":915},"lighterFill":{"__isSmartRef__":true,"id":920},"label":{"__isSmartRef__":true,"id":904},"name":"saveButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":925},"attributeConnections":[{"__isSmartRef__":true,"id":926}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":949},"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"],"layout":{"__isSmartRef__":true,"id":950},"owner":{"__isSmartRef__":true,"id":91},"_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(635.4,9.5)"},"904":{"submorphs":[],"scripts":[],"id":"120B444D-8206-4649-8DCE-4D6ED17EA376","shape":{"__isSmartRef__":true,"id":905},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":101,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":903},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":906}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":908},"_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"],"_MinTextWidth":101,"_MinTextHeight":null,"__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)"},"905":{"_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)"},"906":{"style":{"__isSmartRef__":true,"id":907},"chunkOwner":{"__isSmartRef__":true,"id":904},"storedString":"save","_id":"_1370","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"907":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"908":{"morph":{"__isSmartRef__":true,"id":904},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"909":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":910},"_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)"},"910":{"stops":[{"__isSmartRef__":true,"id":911},{"__isSmartRef__":true,"id":912},{"__isSmartRef__":true,"id":913},{"__isSmartRef__":true,"id":914}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"911":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"912":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"913":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"914":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"915":{"stops":[{"__isSmartRef__":true,"id":916},{"__isSmartRef__":true,"id":917},{"__isSmartRef__":true,"id":918},{"__isSmartRef__":true,"id":919}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"916":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"917":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"918":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"919":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"920":{"stops":[{"__isSmartRef__":true,"id":921},{"__isSmartRef__":true,"id":922},{"__isSmartRef__":true,"id":923},{"__isSmartRef__":true,"id":924}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"921":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"922":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"923":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"924":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"925":{"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"},"926":{"sourceObj":{"__isSmartRef__":true,"id":903},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":326},"targetMethodName":"doSave","visualConnector":{"__isSmartRef__":true,"id":927},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"927":{"submorphs":[{"__isSmartRef__":true,"id":928}],"scripts":[],"shape":{"__isSmartRef__":true,"id":935},"derivationIds":[null],"id":"F46012D5-C8BE-4E52-BF98-D052FDAAE17A","eventHandler":{"__isSmartRef__":true,"id":938},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":939},{"__isSmartRef__":true,"id":940}],"con":{"__isSmartRef__":true,"id":926},"showsMorphMenu":true,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":941},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"928":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":929},"derivationIds":[null],"id":"A2A83C78-09B8-473C-829B-198206D7A9E4","eventHandler":{"__isSmartRef__":true,"id":934},"droppingEnabled":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":927},"_Rotation":3.077607197692381,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(201.2,40.2)"},"929":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":930},{"__isSmartRef__":true,"id":931},{"__isSmartRef__":true,"id":932},{"__isSmartRef__":true,"id":933}],"_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)"},"930":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"931":{"isAbsolute":true,"x":-12,"y":6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"932":{"isAbsolute":true,"x":4,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"933":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"934":{"morph":{"__isSmartRef__":true,"id":928},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"935":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":936},{"__isSmartRef__":true,"id":937}],"_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)"},"936":{"isAbsolute":true,"x":679.4857209639925,"y":9.595948897894004,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"937":{"isAbsolute":true,"x":201.20421122525056,"y":40.24084224505009,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"938":{"morph":{"__isSmartRef__":true,"id":927},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"939":{"morph":{"__isSmartRef__":true,"id":927},"index":0,"connectedMagnet":null,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"940":{"morph":{"__isSmartRef__":true,"id":927},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":928},"markerDirection":"prev","__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"941":{"morphMenuItems":{"__isSmartRef__":true,"id":942}},"942":{"varMapping":{"__isSmartRef__":true,"id":943},"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":948},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"943":{"this":{"__isSmartRef__":true,"id":927},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":944}},"944":{"$super":{"__isSmartRef__":true,"id":945}},"945":{"varMapping":{"__isSmartRef__":true,"id":946},"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":947},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"946":{"obj":{"__isSmartRef__":true,"id":927},"name":"morphMenuItems"},"947":{},"948":{},"949":{"morph":{"__isSmartRef__":true,"id":903},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"950":{"centeredHorizontal":false,"moveHorizontal":true},"951":{"submorphs":[{"__isSmartRef__":true,"id":952}],"scripts":[],"id":"92BE93E3-7C05-4F11-B4B2-3DDCA21D72B5","shape":{"__isSmartRef__":true,"id":957},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":958},"lighterFill":{"__isSmartRef__":true,"id":963},"label":{"__isSmartRef__":true,"id":952},"name":"openTestsButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":968},"attributeConnections":[{"__isSmartRef__":true,"id":969}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":970},"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"],"owner":{"__isSmartRef__":true,"id":91},"_ClipMode":"visible","_Rotation":0,"_Scale":0.9940149800149939,"isPressed":false,"layout":{"__isSmartRef__":true,"id":971},"__serializedExpressions__":["_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(529.5,9.0)","distanceToDragEvent":"lively.pt(72.1,-12.5)"},"952":{"submorphs":[],"scripts":[],"id":"70D61BBB-32A9-4F6E-9CA4-C8EDAD8324C1","shape":{"__isSmartRef__":true,"id":953},"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":951},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":954}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":956},"_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"],"_MinTextWidth":97,"_MinTextHeight":null,"__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)"},"953":{"_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)"},"954":{"style":{"__isSmartRef__":true,"id":955},"chunkOwner":{"__isSmartRef__":true,"id":952},"storedString":"Tests","_id":"_1371","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"955":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"956":{"morph":{"__isSmartRef__":true,"id":952},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"957":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":958},"_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)"},"958":{"stops":[{"__isSmartRef__":true,"id":959},{"__isSmartRef__":true,"id":960},{"__isSmartRef__":true,"id":961},{"__isSmartRef__":true,"id":962}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"959":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"960":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"961":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"962":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"963":{"stops":[{"__isSmartRef__":true,"id":964},{"__isSmartRef__":true,"id":965},{"__isSmartRef__":true,"id":966},{"__isSmartRef__":true,"id":967}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"964":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"965":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"966":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"967":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"968":{"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"},"969":{"sourceObj":{"__isSmartRef__":true,"id":951},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":91},"targetMethodName":"openPartTestRunner","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"970":{"morph":{"__isSmartRef__":true,"id":951},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"971":{"moveHorizontal":true},"972":{"submorphs":[{"__isSmartRef__":true,"id":973},{"__isSmartRef__":true,"id":980}],"scripts":[],"id":"30B86B49-B1A0-4B6F-9BBA-BFF823502185","shape":{"__isSmartRef__":true,"id":983},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":989},"lighterFill":{"__isSmartRef__":true,"id":994},"label":{"__isSmartRef__":true,"id":973},"name":"MagnifierButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":999},"attributeConnections":[{"__isSmartRef__":true,"id":1002}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":1003},"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"],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":91},"_Rotation":0,"_Scale":0.9920279440699439,"highlightRectangle":{"__isSmartRef__":true,"id":1004},"isPressed":false,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1078},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(424.5,8.5)","distanceToDragEvent":"lively.pt(37.9,-7.9)"},"973":{"submorphs":[],"scripts":[],"id":"6E5C181D-8A1B-4EFF-BF32-41666DD7F0F5","shape":{"__isSmartRef__":true,"id":974},"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":972},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":975},{"__isSmartRef__":true,"id":977}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":979},"_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"],"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":24,"_MinTextHeight":null,"_FontSize":10,"__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)"},"974":{"_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)"},"975":{"style":{"__isSmartRef__":true,"id":976},"chunkOwner":{"__isSmartRef__":true,"id":973},"storedString":"","_id":"_1372","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"976":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"977":{"style":{"__isSmartRef__":true,"id":978},"chunkOwner":{"__isSmartRef__":true,"id":973},"storedString":"","_id":"_1373","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"978":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"979":{"morph":{"__isSmartRef__":true,"id":973},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"980":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":981},"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"],"id":"A837103B-570F-4D6F-9E1E-F3A6368CE974","eventHandler":{"__isSmartRef__":true,"id":982},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":972},"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)"},"981":{"_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)"},"982":{"morph":{"__isSmartRef__":true,"id":980},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"983":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":984},"_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)"},"984":{"stops":[{"__isSmartRef__":true,"id":985},{"__isSmartRef__":true,"id":986},{"__isSmartRef__":true,"id":987},{"__isSmartRef__":true,"id":988}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"985":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"986":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"987":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"988":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"989":{"stops":[{"__isSmartRef__":true,"id":990},{"__isSmartRef__":true,"id":991},{"__isSmartRef__":true,"id":992},{"__isSmartRef__":true,"id":993}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"990":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"991":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"992":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"993":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"994":{"stops":[{"__isSmartRef__":true,"id":995},{"__isSmartRef__":true,"id":996},{"__isSmartRef__":true,"id":997},{"__isSmartRef__":true,"id":998}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"995":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"996":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"997":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"998":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"999":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"ScriptableButton","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":1000}],"revisionOnLoad":154251,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1000":{"date":{"__isSmartRef__":true,"id":1001},"author":"robertkrahn","message":"no comment","id":"0366C0A2-0C8E-4AEB-AAC3-120434134545"},"1001":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:10:10 GMT+0200 (CEST)"},"1002":{"sourceObj":{"__isSmartRef__":true,"id":972},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":972},"targetMethodName":"onFire","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1003":{"morph":{"__isSmartRef__":true,"id":972},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1004":{"submorphs":[],"scripts":[],"id":"364FF344-E489-461B-BC8C-ED45E4823ED4","shape":{"__isSmartRef__":true,"id":1005},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"HighlightRectangle","partsBinMetaInfo":{"__isSmartRef__":true,"id":1006},"eventHandler":{"__isSmartRef__":true,"id":1047},"attributeConnections":[{"__isSmartRef__":true,"id":1048},{"__isSmartRef__":true,"id":1049},{"__isSmartRef__":true,"id":1050}],"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":1052},"_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":972},"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1057},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(658.5,160.7)","distanceToDragEvent":"lively.pt(44.0,-14.0)"},"1005":{"_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(909.0,547.0)","_BorderColor":"Color.rgb(204,0,0)","_Fill":"Color.rgb(58,0,255)","_Padding":"lively.rect(0,0,0,0)"},"1006":{"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":1007},{"__isSmartRef__":true,"id":1009},{"__isSmartRef__":true,"id":1011},{"__isSmartRef__":true,"id":1013},{"__isSmartRef__":true,"id":1015},{"__isSmartRef__":true,"id":1017},{"__isSmartRef__":true,"id":1019},{"__isSmartRef__":true,"id":1021},{"__isSmartRef__":true,"id":1023},{"__isSmartRef__":true,"id":1025},{"__isSmartRef__":true,"id":1027},{"__isSmartRef__":true,"id":1029},{"__isSmartRef__":true,"id":1031},{"__isSmartRef__":true,"id":1033},{"__isSmartRef__":true,"id":1035},{"__isSmartRef__":true,"id":1037},{"__isSmartRef__":true,"id":1039},{"__isSmartRef__":true,"id":1041},{"__isSmartRef__":true,"id":1043},{"__isSmartRef__":true,"id":1045}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1007":{"date":{"__isSmartRef__":true,"id":1008},"author":"timfelgentreff","message":"no comment","id":"3DB7DB40-210A-4BED-91FD-9287005703EC"},"1008":{"isSerializedDate":true,"string":"Thu May 24 2012 17:04:54 GMT+0200 (CEST)"},"1009":{"date":{"__isSmartRef__":true,"id":1010},"author":"tessi","message":"no comment","id":"23D7AA12-66A9-4C3B-B494-131256C291AC"},"1010":{"isSerializedDate":true,"string":"Thu May 24 2012 16:57:13 GMT+0200 (CEST)"},"1011":{"date":{"__isSmartRef__":true,"id":1012},"author":"tessi","message":"no comment","id":"2C30B7CA-388F-4F51-B4CF-A2E50E381148"},"1012":{"isSerializedDate":true,"string":"Thu May 24 2012 16:23:11 GMT+0200 (CEST)"},"1013":{"date":{"__isSmartRef__":true,"id":1014},"author":"tessi","message":"diable events","id":"7C1F71A3-FDAC-470A-B9A9-E1F2C9FEF18E"},"1014":{"isSerializedDate":true,"string":"Thu May 24 2012 14:46:08 GMT+0200 (CEST)"},"1015":{"date":{"__isSmartRef__":true,"id":1016},"author":"tessi","message":"no comment","id":"01996A33-11BC-4C15-96D7-B7D219E2E961"},"1016":{"isSerializedDate":true,"string":"Thu May 24 2012 14:39:50 GMT+0200 (CEST)"},"1017":{"date":{"__isSmartRef__":true,"id":1018},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"1018":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (CEST)"},"1019":{"date":{"__isSmartRef__":true,"id":1020},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"1020":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (CEST)"},"1021":{"date":{"__isSmartRef__":true,"id":1022},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"1022":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (CET)"},"1023":{"date":{"__isSmartRef__":true,"id":1024},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"1024":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (CET)"},"1025":{"date":{"__isSmartRef__":true,"id":1026},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"1026":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (CET)"},"1027":{"date":{"__isSmartRef__":true,"id":1028},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"1028":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (CEST)"},"1029":{"date":{"__isSmartRef__":true,"id":1030},"author":"tessi","message":"no comment","id":"4B982A01-25B3-455A-848D-89C2C3C471D7"},"1030":{"isSerializedDate":true,"string":"Thu May 24 2012 13:58:01 GMT+0200 (CEST)"},"1031":{"date":{"__isSmartRef__":true,"id":1032},"author":"tessi","message":"no comment","id":"2FD6CB7B-3BC7-4666-98B4-AACF1001954D"},"1032":{"isSerializedDate":true,"string":"Thu May 24 2012 14:07:32 GMT+0200 (CEST)"},"1033":{"date":{"__isSmartRef__":true,"id":1034},"author":"tessi","message":"no comment","id":"09CF5ECF-2C87-4B66-A164-39848628596F"},"1034":{"isSerializedDate":true,"string":"Thu May 24 2012 15:34:59 GMT+0200 (CEST)"},"1035":{"date":{"__isSmartRef__":true,"id":1036},"author":"tessi","message":"no comment","id":"252A3EB5-DB00-4CF9-BF38-2927DD1C5229"},"1036":{"isSerializedDate":true,"string":"Thu May 24 2012 16:34:29 GMT+0200 (CEST)"},"1037":{"date":{"__isSmartRef__":true,"id":1038},"author":"tessi","message":"no comment","id":"81534551-62C1-4FC9-96CB-A5AC6642CA1E"},"1038":{"isSerializedDate":true,"string":"Thu May 24 2012 16:45:49 GMT+0200 (CEST)"},"1039":{"date":{"__isSmartRef__":true,"id":1040},"author":"tessi","message":"no comment","id":"5125DE3A-D50E-4621-8490-F3A9D99C2C4C"},"1040":{"isSerializedDate":true,"string":"Thu May 24 2012 16:47:20 GMT+0200 (CEST)"},"1041":{"date":{"__isSmartRef__":true,"id":1042},"author":"tessi","message":"no comment","id":"C81A2FBF-CB0B-4A0B-9D63-F9AEDFCB5DA6"},"1042":{"isSerializedDate":true,"string":"Thu May 24 2012 16:51:06 GMT+0200 (CEST)"},"1043":{"date":{"__isSmartRef__":true,"id":1044},"author":"tessi","message":"no comment","id":"DC8EF5EC-7563-45B6-816D-20E2DC218525"},"1044":{"isSerializedDate":true,"string":"Thu May 24 2012 16:52:10 GMT+0200 (CEST)"},"1045":{"date":{"__isSmartRef__":true,"id":1046},"author":"timfelgentreff","message":"no comment","id":"E7515DFB-DE7D-4E1F-A2C3-85166DCE4942"},"1046":{"isSerializedDate":true,"string":"Thu May 24 2012 16:59:39 GMT+0200 (CEST)"},"1047":{"morph":{"__isSmartRef__":true,"id":1004},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1048":{"sourceObj":{"__isSmartRef__":true,"id":1004},"sourceAttrName":"onMouseMove","targetObj":{"__isSmartRef__":true,"id":1004},"targetMethodName":"updateOnMove","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1049":{"sourceObj":{"__isSmartRef__":true,"id":1004},"sourceAttrName":"onMouseUp","targetObj":{"__isSmartRef__":true,"id":972},"targetMethodName":"removeHighlighting","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1050":{"sourceObj":{"__isSmartRef__":true,"id":1004},"sourceAttrName":"onMouseUp","targetObj":{"__isSmartRef__":true,"id":91},"targetMethodName":"setTarget","converterString":"function () {\n return this.sourceObj.morphUnderCursor();\n }","updaterString":null,"varMapping":{"__isSmartRef__":true,"id":1051},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1051":{"source":{"__isSmartRef__":true,"id":1004},"target":{"__isSmartRef__":true,"id":91}},"1052":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1053}},"1053":{"test01IsMorph":{"__isSmartRef__":true,"id":1054}},"1054":{"varMapping":{"__isSmartRef__":true,"id":1055},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":1056},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1055":{"this":{"__isSmartRef__":true,"id":1052}},"1056":{},"1057":{"update":{"__isSmartRef__":true,"id":1058},"updateOnMove":{"__isSmartRef__":true,"id":1062},"bringToFront":{"__isSmartRef__":true,"id":1066},"morphUnderCursor":{"__isSmartRef__":true,"id":1074}},"1058":{"varMapping":{"__isSmartRef__":true,"id":1059},"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":1060},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1059":{"this":{"__isSmartRef__":true,"id":1004}},"1060":{"timestamp":{"__isSmartRef__":true,"id":1061},"user":"lauritz","tags":[]},"1061":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:29:58 GMT+0200 (CEST)"},"1062":{"varMapping":{"__isSmartRef__":true,"id":1063},"source":"function updateOnMove() {\n this.update(this.morphUnderCursor());\n this.bringToFront();\n}","funcProperties":{"__isSmartRef__":true,"id":1064},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1063":{"this":{"__isSmartRef__":true,"id":1004}},"1064":{"timestamp":{"__isSmartRef__":true,"id":1065},"user":"lauritz","tags":[]},"1065":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:18:33 GMT+0200 (CEST)"},"1066":{"varMapping":{"__isSmartRef__":true,"id":1067},"source":"function bringToFront() {\n this.renderContext().morphNode.style.zIndex= 1000;\n}","funcProperties":{"__isSmartRef__":true,"id":1072},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1067":{"this":{"__isSmartRef__":true,"id":1004},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1068}},"1068":{"$super":{"__isSmartRef__":true,"id":1069}},"1069":{"varMapping":{"__isSmartRef__":true,"id":1070},"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":1071},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1070":{"obj":{"__isSmartRef__":true,"id":1004},"name":"bringToFront"},"1071":{},"1072":{"timestamp":{"__isSmartRef__":true,"id":1073},"user":"lauritz","tags":[]},"1073":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:12:09 GMT+0200 (CEST)"},"1074":{"varMapping":{"__isSmartRef__":true,"id":1075},"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":1076},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1075":{"this":{"__isSmartRef__":true,"id":1004}},"1076":{"timestamp":{"__isSmartRef__":true,"id":1077},"user":"lauritz","tags":[]},"1077":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:18:36 GMT+0200 (CEST)"},"1078":{"onFire":{"__isSmartRef__":true,"id":1079},"removeHighlighting":{"__isSmartRef__":true,"id":1083},"onMouseMove":{"__isSmartRef__":true,"id":1087},"onMouseOut":{"__isSmartRef__":true,"id":1095},"reset":{"__isSmartRef__":true,"id":1103},"isTracking":{"__isSmartRef__":true,"id":1107},"isHighlighting":{"__isSmartRef__":true,"id":1111},"currentTarget":{"__isSmartRef__":true,"id":1115}},"1079":{"varMapping":{"__isSmartRef__":true,"id":1080},"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":1081},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1080":{"this":{"__isSmartRef__":true,"id":972}},"1081":{"timestamp":{"__isSmartRef__":true,"id":1082},"user":"lauritz","tags":[]},"1082":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:40:51 GMT+0200 (CEST)"},"1083":{"varMapping":{"__isSmartRef__":true,"id":1084},"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":1085},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1084":{"this":{"__isSmartRef__":true,"id":972}},"1085":{"timestamp":{"__isSmartRef__":true,"id":1086},"user":"lauritz","tags":[]},"1086":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:20:30 GMT+0200 (CEST)"},"1087":{"varMapping":{"__isSmartRef__":true,"id":1088},"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":1093},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1088":{"this":{"__isSmartRef__":true,"id":972},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1089}},"1089":{"$super":{"__isSmartRef__":true,"id":1090}},"1090":{"varMapping":{"__isSmartRef__":true,"id":1091},"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":1092},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1091":{"obj":{"__isSmartRef__":true,"id":972},"name":"onMouseMove"},"1092":{},"1093":{"timestamp":{"__isSmartRef__":true,"id":1094},"user":"lauritz","tags":[]},"1094":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:25:52 GMT+0200 (CEST)"},"1095":{"varMapping":{"__isSmartRef__":true,"id":1096},"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":1101},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1096":{"this":{"__isSmartRef__":true,"id":972},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1097}},"1097":{"$super":{"__isSmartRef__":true,"id":1098}},"1098":{"varMapping":{"__isSmartRef__":true,"id":1099},"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":1100},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1099":{"obj":{"__isSmartRef__":true,"id":972},"name":"onMouseOut"},"1100":{},"1101":{"timestamp":{"__isSmartRef__":true,"id":1102},"user":"lauritz","tags":[]},"1102":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:21:57 GMT+0200 (CEST)"},"1103":{"varMapping":{"__isSmartRef__":true,"id":1104},"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":1105},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1104":{"this":{"__isSmartRef__":true,"id":972}},"1105":{"timestamp":{"__isSmartRef__":true,"id":1106},"user":"lauritz","tags":[]},"1106":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:20:55 GMT+0200 (CEST)"},"1107":{"varMapping":{"__isSmartRef__":true,"id":1108},"source":"function isTracking() {\n return !!this.world().firstHand().highlightConnection;\n}","funcProperties":{"__isSmartRef__":true,"id":1109},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1108":{"this":{"__isSmartRef__":true,"id":972}},"1109":{"timestamp":{"__isSmartRef__":true,"id":1110},"user":"lauritz","tags":[]},"1110":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:11:25 GMT+0200 (CEST)"},"1111":{"varMapping":{"__isSmartRef__":true,"id":1112},"source":"function isHighlighting() {\n return !!this.targetHighlight;\n}","funcProperties":{"__isSmartRef__":true,"id":1113},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1112":{"this":{"__isSmartRef__":true,"id":972}},"1113":{"timestamp":{"__isSmartRef__":true,"id":1114},"user":"lauritz","tags":[]},"1114":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:11:22 GMT+0200 (CEST)"},"1115":{"varMapping":{"__isSmartRef__":true,"id":1116},"source":"function currentTarget() {\n return this.owner.target;\n}","funcProperties":{"__isSmartRef__":true,"id":1117},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1116":{"this":{"__isSmartRef__":true,"id":972}},"1117":{"timestamp":{"__isSmartRef__":true,"id":1118},"user":"lauritz","tags":[]},"1118":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:26:02 GMT+0200 (CEST)"},"1119":{"_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(869.0,524.6)","_BorderColor":"Color.rgb(95,94,95)","_Fill":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)"},"1120":{"partsSpaceName":"PartsBin/Basic","comment":"Edit scripts and connections of a specific morph.","migrationLevel":4,"partName":"ObjectEditorPane","changes":[{"__isSmartRef__":true,"id":1121}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1121":{"date":{"__isSmartRef__":true,"id":1122},"author":"lauritz","message":"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items."},"1122":{"isSerializedDate":true,"string":"Fri Oct 21 2011 00:39:30 GMT+0200 (CEST)"},"1123":{"morph":{"__isSmartRef__":true,"id":91},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1124":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"1125":{},"1126":{"displayInitialScript":{"__isSmartRef__":true,"id":1127},"displayJavaScriptSource":{"__isSmartRef__":true,"id":1131},"displaySourceForConnection":{"__isSmartRef__":true,"id":1135},"displaySourceForScript":{"__isSmartRef__":true,"id":1139},"generateSourceForConnection":{"__isSmartRef__":true,"id":1143},"generateSourceForScript":{"__isSmartRef__":true,"id":1147},"generateTargetCode":{"__isSmartRef__":true,"id":1151},"newConnection":{"__isSmartRef__":true,"id":1155},"newScript":{"__isSmartRef__":true,"id":1159},"reset":{"__isSmartRef__":true,"id":1163},"selectChangedContent":{"__isSmartRef__":true,"id":1167},"setTarget":{"__isSmartRef__":true,"id":1171},"sortedConnectionNamesOfObj":{"__isSmartRef__":true,"id":1175},"sortedScriptNamesOfObj":{"__isSmartRef__":true,"id":1179},"updateLists":{"__isSmartRef__":true,"id":1183},"onShutdown":{"__isSmartRef__":true,"id":1187},"confirmUnsavedChanges":{"__isSmartRef__":true,"id":1191},"update":{"__isSmartRef__":true,"id":1195},"ensureAnnotationLayer":{"__isSmartRef__":true,"id":1199},"copyToPartsBinWithUserRequest":{"__isSmartRef__":true,"id":1203},"printTags":{"__isSmartRef__":true,"id":1211},"setTag":{"__isSmartRef__":true,"id":1215},"runScript":{"__isSmartRef__":true,"id":1219},"openPartTestRunner":{"__isSmartRef__":true,"id":1223},"hasUnsavedChanges":{"__isSmartRef__":true,"id":1227}},"1127":{"varMapping":{"__isSmartRef__":true,"id":1128},"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":1129},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1128":{"this":{"__isSmartRef__":true,"id":91}},"1129":{"timestamp":{"__isSmartRef__":true,"id":1130},"user":"lauritz","tags":[]},"1130":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:13:43 GMT+0100 (CET)"},"1131":{"varMapping":{"__isSmartRef__":true,"id":1132},"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":1133},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1132":{"this":{"__isSmartRef__":true,"id":91}},"1133":{"timestamp":{"__isSmartRef__":true,"id":1134},"user":"lauritz","tags":[]},"1134":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)"},"1135":{"varMapping":{"__isSmartRef__":true,"id":1136},"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":1137},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1136":{"this":{"__isSmartRef__":true,"id":91}},"1137":{"timestamp":{"__isSmartRef__":true,"id":1138},"user":"conradcalmez","tags":[]},"1138":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:59:30 GMT+0100 (CET)"},"1139":{"varMapping":{"__isSmartRef__":true,"id":1140},"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":1141},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1140":{"this":{"__isSmartRef__":true,"id":91}},"1141":{"timestamp":{"__isSmartRef__":true,"id":1142},"user":"cschuster","tags":[]},"1142":{"isSerializedDate":true,"string":"Thu Aug 30 2012 08:14:26 GMT+0200 (CEST)"},"1143":{"varMapping":{"__isSmartRef__":true,"id":1144},"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":1145},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1144":{"this":{"__isSmartRef__":true,"id":91}},"1145":{"timestamp":{"__isSmartRef__":true,"id":1146},"user":"lauritz","tags":[]},"1146":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)"},"1147":{"varMapping":{"__isSmartRef__":true,"id":1148},"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":1149},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1148":{"this":{"__isSmartRef__":true,"id":91}},"1149":{"timestamp":{"__isSmartRef__":true,"id":1150},"user":"cschuster","tags":[]},"1150":{"isSerializedDate":true,"string":"Thu Aug 30 2012 08:14:45 GMT+0200 (CEST)"},"1151":{"varMapping":{"__isSmartRef__":true,"id":1152},"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":1153},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1152":{"this":{"__isSmartRef__":true,"id":91}},"1153":{"timestamp":{"__isSmartRef__":true,"id":1154},"user":"lauritz","tags":[]},"1154":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)"},"1155":{"varMapping":{"__isSmartRef__":true,"id":1156},"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":1157},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1156":{"this":{"__isSmartRef__":true,"id":91}},"1157":{"timestamp":{"__isSmartRef__":true,"id":1158},"user":"lauritz","tags":[]},"1158":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)"},"1159":{"varMapping":{"__isSmartRef__":true,"id":1160},"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":1161},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1160":{"this":{"__isSmartRef__":true,"id":91}},"1161":{"timestamp":{"__isSmartRef__":true,"id":1162},"user":"lauritz","tags":[]},"1162":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:24:25 GMT+0100 (CET)"},"1163":{"varMapping":{"__isSmartRef__":true,"id":1164},"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":1165},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1164":{"this":{"__isSmartRef__":true,"id":91}},"1165":{"timestamp":{"__isSmartRef__":true,"id":1166},"user":"lauritz","tags":[]},"1166":{"isSerializedDate":true,"string":"Fri Aug 03 2012 11:45:36 GMT+0200 (CEST)"},"1167":{"varMapping":{"__isSmartRef__":true,"id":1168},"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= 2) {\n console.log(this.getPosition());\n console.log(sketchPad.getPosition());\n var from = this.points[0].subPt(sketchPad.getPosition()).subPt(this.getPosition());\n var to = this.points[1].subPt(sketchPad.getPosition()).subPt(this.getPosition());\n console.log(\"Line between \" + from.x + \",\" + from.y + \" and \" + to.x + \",\" + to.y);\n var m = new lively.morphic.Path([from, to]);\n this.addMorph(m);\n this.points[0] = this.points.pop();\n }\n } else {\n this.points = new Array(evt.mousePoint);\n }\n console.log(\"MouseDown \" + evt.mousePoint);\n console.log(this.points);\n console.log(this);\n}","funcProperties":{"__isSmartRef__":true,"id":2682},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2681":{"this":{"__isSmartRef__":true,"id":2570}},"2682":{"timestamp":{"__isSmartRef__":true,"id":2683},"user":"daniel.hoffmann","tags":[]},"2683":{"isSerializedDate":true,"string":"Sat Dec 01 2012 21:09:37 GMT+0100 (CET)"},"2684":{"varMapping":{"__isSmartRef__":true,"id":2685},"source":"function mouseDown(element, evt) {\n console.log(element.name);\n console.log(evt);\n if(element.name != \"SketchPadCanvas\") {\n this.owner.select(element.name, this.partOfRectangle(element, evt));\n }\n}","funcProperties":{"__isSmartRef__":true,"id":2686},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2685":{"this":{"__isSmartRef__":true,"id":2570}},"2686":{"timestamp":{"__isSmartRef__":true,"id":2687},"user":"daniel.hoffmann","tags":[]},"2687":{"isSerializedDate":true,"string":"Sun Dec 02 2012 17:49:03 GMT+0100 (CET)"},"2688":{"varMapping":{"__isSmartRef__":true,"id":2689},"source":"function partOfRectangle(element, evt) {\n var pointClicked = lively.pt(evt.layerX, evt. layerY);\n var elementExtent = element.getExtent();\n if (pointClicked.x < elementExtent.x * 0.2) {\n if (pointClicked.y < elementExtent.y * 0.2) {\n return \"TL\";\n } else if (pointClicked.y > elementExtent.y * 0.8) {\n return \"BL\";\n } else {\n return \"L\";\n }\n } else if (pointClicked.x > elementExtent.x * 0.8) {\n if (pointClicked.y < elementExtent.y * 0.2) {\n return \"TR\";\n } else if (pointClicked.y > elementExtent.y * 0.8) {\n return \"BR\";\n } else {\n return \"R\";\n }\n } else {\n if (pointClicked.y < elementExtent.y * 0.2) {\n return \"T\";\n } else if (pointClicked.y > elementExtent.y * 0.8) {\n return \"B\";\n } else {\n return \"M\";\n }\n }\n}","funcProperties":{"__isSmartRef__":true,"id":2690},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2689":{"this":{"__isSmartRef__":true,"id":2570}},"2690":{"timestamp":{"__isSmartRef__":true,"id":2691},"user":"daniel.hoffmann","tags":[]},"2691":{"isSerializedDate":true,"string":"Sun Dec 02 2012 17:45:10 GMT+0100 (CET)"},"2692":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2693},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":2694}],"eventHandler":{"__isSmartRef__":true,"id":2696},"_ClipMode":"auto","derivationIds":["62424A55-8C49-4D20-85E3-32CFE0B094E6","692AAEB2-E3B2-429A-BD43-059D6BC7D53F","9F9E0E79-D469-449A-9A09-2AE06EE610E6","69D47636-83EF-46E0-A6A2-FD4DA6261F5D","94D102B5-9583-4038-AA05-311A5D1CD26E","95FF6204-C38E-49E7-835E-5B83D8435EFA","D37043D1-30B3-47EB-A8D1-BC1FF3CC8323","9CA57677-3FD9-4D34-87F7-83826949C287","95EAB5DF-7F75-42DA-AAE6-F136F1DDB3A7"],"id":"5B14CA1A-08B4-44C1-9566-7F47C2F804FF","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":true,"_HandStyle":null,"allowInput":true,"_FontFamily":"Monaco,monospace","_FontSize":10,"evalEnabled":false,"layout":{"__isSmartRef__":true,"id":2697},"syntaxHighlightingWhileTyping":true,"attributeConnections":[{"__isSmartRef__":true,"id":2698}],"doNotSerialize":["$$textString"],"doNotCopyProperties":["$$textString"],"accessibleInInactiveWindow":true,"parseErrors":null,"_lastSyntaxHighlightTime":2,"showsHalos":false,"isBeingDragged":false,"name":"SelectedText","text":"name","charsReplaced":"blueRect","lastFindLoc":16,"owner":{"__isSmartRef__":true,"id":2334},"lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_TextColor","_Position"],"textString":"blue","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(9.0,149.0)"},"2693":{"_BorderWidth":1,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__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(104.0,31.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(95,94,95)","_Fill":"Color.rgb(243,243,243)"},"2694":{"style":{"__isSmartRef__":true,"id":2695},"chunkOwner":{"__isSmartRef__":true,"id":2692},"_id":"_15","storedString":"blue","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2695":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"2696":{"morph":{"__isSmartRef__":true,"id":2692},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2697":{"resizeWidth":true,"resizeHeight":true},"2698":{"sourceObj":{"__isSmartRef__":true,"id":2692},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":2692},"targetMethodName":"highlightSyntaxDebounced","varMapping":{"__isSmartRef__":true,"id":2699},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2699":{"source":{"__isSmartRef__":true,"id":2692},"target":{"__isSmartRef__":true,"id":2692}},"2700":{"submorphs":[{"__isSmartRef__":true,"id":2701}],"scripts":[],"id":"91809419-2288-4919-AFF8-832F5E3793FF","shape":{"__isSmartRef__":true,"id":2706},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2712},"lighterFill":{"__isSmartRef__":true,"id":2717},"label":{"__isSmartRef__":true,"id":2701},"name":"SketchAreaButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":2722},"attributeConnections":[{"__isSmartRef__":true,"id":2734}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":2735},"derivationIds":[7251,"3F26258D-0EE1-4A94-8419-5EE2BB6065A6","B624295D-42E3-4E0A-B370-844C2B43F4F0","F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3","7D4A1972-76E5-4369-9964-2F6ACB87C81F","53250D98-1D56-45FC-AD4E-6816B90B0F9E","B0DC93F7-180A-4B95-A539-BFC8F1329718","70042416-60D9-43F5-AE39-6FF42B8EA5A2","9A040E3E-616F-4A08-AEC4-E35727C169CA","DD4D84C6-0498-400C-A689-EF7786996824","E5761614-BB0A-4A3E-AA56-D9D588B4B2AB"],"_ClipMode":"visible","isPressed":false,"owner":{"__isSmartRef__":true,"id":2334},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2736},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(8.0,620.0)","distanceToDragEvent":"lively.pt(54.9,-11.0)"},"2701":{"submorphs":[],"scripts":[],"id":"731E4C90-1219-4F73-8418-DABC54E592C4","shape":{"__isSmartRef__":true,"id":2702},"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":2700},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":2703}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":2705},"_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","9DF72664-2B4F-4B28-986F-49B3401426E5","31475D00-8C5F-4CF3-8738-D2874FDE47BA","8A54B665-A7FA-4168-8476-FAE7EC691954","FE0BBCBD-3B8E-48E2-9236-5A733F89AF5C","6E7A48FA-0EA9-4B37-B9B7-892120FB554D","E0E34484-37C8-4871-9E53-DB23669BC6DD"],"_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)"},"2702":{"_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(125.0,55.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"2703":{"style":{"__isSmartRef__":true,"id":2704},"chunkOwner":{"__isSmartRef__":true,"id":2701},"_id":"_5885","storedString":"Setup SketchArea (in case mouse events don't work)","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2704":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2705":{"morph":{"__isSmartRef__":true,"id":2701},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2706":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":2707},"_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(125.0,55.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"2707":{"stops":[{"__isSmartRef__":true,"id":2708},{"__isSmartRef__":true,"id":2709},{"__isSmartRef__":true,"id":2710},{"__isSmartRef__":true,"id":2711}],"__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(245,245,245)"},"2709":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"2710":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"2711":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"2712":{"stops":[{"__isSmartRef__":true,"id":2713},{"__isSmartRef__":true,"id":2714},{"__isSmartRef__":true,"id":2715},{"__isSmartRef__":true,"id":2716}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2713":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"2714":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"2715":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"2716":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"2717":{"stops":[{"__isSmartRef__":true,"id":2718},{"__isSmartRef__":true,"id":2719},{"__isSmartRef__":true,"id":2720},{"__isSmartRef__":true,"id":2721}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2718":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"2719":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"2720":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"2721":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"2722":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":2723},{"__isSmartRef__":true,"id":2725},{"__isSmartRef__":true,"id":2727},{"__isSmartRef__":true,"id":2729},{"__isSmartRef__":true,"id":2731}],"revisionOnLoad":171940,"lastModifiedDate":{"__isSmartRef__":true,"id":2733},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2723":{"date":{"__isSmartRef__":true,"id":2724},"author":"undefined","message":"","id":"7074B413-6CF0-4892-9D18-52009A2A2E03"},"2724":{"isSerializedDate":true,"string":"Fri Apr 13 2012 21:04:01 GMT+0200 (CEST)"},"2725":{"date":{"__isSmartRef__":true,"id":2726},"author":"sstamm","message":"reverted button","id":"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E"},"2726":{"isSerializedDate":true,"string":"Mon Apr 16 2012 10:36:21 GMT+0200 (CEST)"},"2727":{"date":{"__isSmartRef__":true,"id":2728},"author":"robertkrahn","message":"no comment","id":"97D17254-EAC6-4494-8330-A347909590D6"},"2728":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:08:58 GMT+0200 (CEST)"},"2729":{"date":{"__isSmartRef__":true,"id":2730},"author":"robertkrahn","message":"no comment","id":"DDE22D44-9A6D-4485-80F3-262D5DA0CC07"},"2730":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:03:19 GMT+0200 (CEST)"},"2731":{"date":{"__isSmartRef__":true,"id":2732},"author":"bgnauk","message":"no comment","id":"FA43C1A3-19A9-4ED6-A014-82C74689A5C3"},"2732":{"isSerializedDate":true,"string":"Tue Jun 19 2012 23:39:23 GMT+0200 (CEST)"},"2733":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"2734":{"sourceObj":{"__isSmartRef__":true,"id":2700},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2700},"targetMethodName":"doAction","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2735":{"morph":{"__isSmartRef__":true,"id":2700},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2736":{"doAction":{"__isSmartRef__":true,"id":2737}},"2737":{"varMapping":{"__isSmartRef__":true,"id":2738},"source":"function doAction() {\n //in case mouse events are not working\n cop.create('SketchArea').refineClass(lively.morphic.Morph, {\n onMouseDown: function(evt) {\n this.get('SketchPadCanvas').mouseDown(this, evt);\n return cop.proceed(evt);\n }\n })\n this.get('SketchPadCanvas').setWithLayers([SketchArea])\n}","funcProperties":{"__isSmartRef__":true,"id":2739},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2738":{"this":{"__isSmartRef__":true,"id":2700}},"2739":{"timestamp":{"__isSmartRef__":true,"id":2740},"user":"daniel.hoffmann","tags":[]},"2740":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:52:42 GMT+0100 (CET)"},"2741":{"submorphs":[],"scripts":[],"id":"5F2ACDB2-E648-49D9-A572-42E04F38CAFF","shape":{"__isSmartRef__":true,"id":2742},"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":"Text3","partsBinMetaInfo":{"__isSmartRef__":true,"id":2743},"textChunks":[{"__isSmartRef__":true,"id":2755}],"charsReplaced":"Variablen","lastFindLoc":9,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":2757},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","E3FA5A91-BF01-47C9-A727-751EA109270B","DC9ABF3E-7FF2-4651-8873-41ABA53C275F","6513CAFB-4D1C-4CBC-8F67-178A6CCFE302","BB1AE711-3F4C-48CC-8D6D-5EA3290535C4","4C6BFB68-F960-4E56-9B33-E997C8615D18","22109C55-E692-4A7F-B454-7B25795B02F7","F0D7DF05-7D09-4643-A949-7EBE2887185F","9F5B5210-26DD-413E-AE62-7D0E5282C8AA","6EB15A1C-4F40-4442-B7B8-C89E32BB7969","81D40AAE-760A-4C3F-A852-A19D5D9F69B6"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":2334},"priorSelectionRange":[0,9],"previousSelection":[1,1],"lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(953.0,4.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)"},"2742":{"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,27.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"2743":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":2744},{"__isSmartRef__":true,"id":2746},{"__isSmartRef__":true,"id":2748},{"__isSmartRef__":true,"id":2750},{"__isSmartRef__":true,"id":2752}],"lastModifiedDate":{"__isSmartRef__":true,"id":2754},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2744":{"date":{"__isSmartRef__":true,"id":2745},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"2745":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"2746":{"date":{"__isSmartRef__":true,"id":2747},"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"},"2747":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"2748":{"date":{"__isSmartRef__":true,"id":2749},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"2749":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"2750":{"date":{"__isSmartRef__":true,"id":2751},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"2751":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"2752":{"date":{"__isSmartRef__":true,"id":2753},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"2753":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"2754":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"2755":{"style":{"__isSmartRef__":true,"id":2756},"morph":{"__isSmartRef__":true,"id":2741},"chunkOwner":{"__isSmartRef__":true,"id":2741},"storedString":"Tableau","_id":"_2157","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2756":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2757":{"morph":{"__isSmartRef__":true,"id":2741},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2758":{"submorphs":[{"__isSmartRef__":true,"id":2759}],"scripts":[],"id":"2B5300DE-F04D-43E7-A330-D1DD008DF1AF","shape":{"__isSmartRef__":true,"id":2764},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2770},"lighterFill":{"__isSmartRef__":true,"id":2775},"label":{"__isSmartRef__":true,"id":2759},"name":"stepButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":2780},"attributeConnections":[{"__isSmartRef__":true,"id":2792}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":2794},"derivationIds":[7251,"3F26258D-0EE1-4A94-8419-5EE2BB6065A6","B624295D-42E3-4E0A-B370-844C2B43F4F0","F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3","7D4A1972-76E5-4369-9964-2F6ACB87C81F","468167DF-C2A9-4D14-B344-4D183695DBF9","5DC89142-1E9D-4F9D-8CC7-4ACAD3FDB32D","16626E66-A841-4E0A-9692-2F2534B1F06F","96DBF6DD-3596-4554-98F4-BD1782C95ACB","8C059799-B938-4458-A054-0BF2C93DF1EC","57CDCC7B-37A6-4E9E-ACB9-192B3D578DA0","A2475486-D122-4968-97F8-307C609A7E48","F1CF74E6-4D1C-4BE7-9D96-44BED419B825"],"_ClipMode":"visible","isPressed":false,"owner":{"__isSmartRef__":true,"id":2334},"prevScroll":[0,0],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2795},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(7.0,111.0)","distanceToDragEvent":"lively.pt(54.9,-11.0)"},"2759":{"submorphs":[],"scripts":[],"id":"20D5A0FA-A389-44BD-B67A-06F9B0221E67","shape":{"__isSmartRef__":true,"id":2760},"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":2758},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":2761}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":2763},"_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","CA0DC720-D350-40B1-B491-56053DD3ACEC","DFC25BA5-C55B-4BAD-A16C-ABAD9E6744DB","89EED327-F1A9-41E9-B5EE-C5D60824ECE0","84EE39A7-3564-46BE-9222-2D58CB507AA3","F21E1DD4-4613-461E-B90E-A804C251F8DD","A1F18994-7984-40E5-9655-187BA5721D53","4A2EF52C-9722-462C-BDFF-8CDED286D21F","050E1615-7B64-4637-9C8B-3B0186C44EBC"],"_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)"},"2760":{"_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)"},"2761":{"style":{"__isSmartRef__":true,"id":2762},"chunkOwner":{"__isSmartRef__":true,"id":2759},"_id":"_1246","storedString":"Schritt","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2762":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2763":{"morph":{"__isSmartRef__":true,"id":2759},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2764":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":2765},"_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)"},"2765":{"stops":[{"__isSmartRef__":true,"id":2766},{"__isSmartRef__":true,"id":2767},{"__isSmartRef__":true,"id":2768},{"__isSmartRef__":true,"id":2769}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2766":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"2767":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"2768":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"2769":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"2770":{"stops":[{"__isSmartRef__":true,"id":2771},{"__isSmartRef__":true,"id":2772},{"__isSmartRef__":true,"id":2773},{"__isSmartRef__":true,"id":2774}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2771":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"2772":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"2773":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"2774":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"2775":{"stops":[{"__isSmartRef__":true,"id":2776},{"__isSmartRef__":true,"id":2777},{"__isSmartRef__":true,"id":2778},{"__isSmartRef__":true,"id":2779}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2776":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"2777":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"2778":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"2779":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"2780":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":2781},{"__isSmartRef__":true,"id":2783},{"__isSmartRef__":true,"id":2785},{"__isSmartRef__":true,"id":2787},{"__isSmartRef__":true,"id":2789}],"revisionOnLoad":171940,"lastModifiedDate":{"__isSmartRef__":true,"id":2791},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2781":{"date":{"__isSmartRef__":true,"id":2782},"author":"undefined","message":"","id":"7074B413-6CF0-4892-9D18-52009A2A2E03"},"2782":{"isSerializedDate":true,"string":"Fri Apr 13 2012 21:04:01 GMT+0200 (CEST)"},"2783":{"date":{"__isSmartRef__":true,"id":2784},"author":"sstamm","message":"reverted button","id":"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E"},"2784":{"isSerializedDate":true,"string":"Mon Apr 16 2012 10:36:21 GMT+0200 (CEST)"},"2785":{"date":{"__isSmartRef__":true,"id":2786},"author":"robertkrahn","message":"no comment","id":"97D17254-EAC6-4494-8330-A347909590D6"},"2786":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:08:58 GMT+0200 (CEST)"},"2787":{"date":{"__isSmartRef__":true,"id":2788},"author":"robertkrahn","message":"no comment","id":"DDE22D44-9A6D-4485-80F3-262D5DA0CC07"},"2788":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:03:19 GMT+0200 (CEST)"},"2789":{"date":{"__isSmartRef__":true,"id":2790},"author":"bgnauk","message":"no comment","id":"FA43C1A3-19A9-4ED6-A014-82C74689A5C3"},"2790":{"isSerializedDate":true,"string":"Tue Jun 19 2012 23:39:23 GMT+0200 (CEST)"},"2791":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"2792":{"sourceObj":{"__isSmartRef__":true,"id":2758},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2334},"targetMethodName":"simplexStep","varMapping":{"__isSmartRef__":true,"id":2793},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2793":{"source":{"__isSmartRef__":true,"id":2758},"target":{"__isSmartRef__":true,"id":2334}},"2794":{"morph":{"__isSmartRef__":true,"id":2758},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2795":{"doAction":{"__isSmartRef__":true,"id":2796}},"2796":{"varMapping":{"__isSmartRef__":true,"id":2797},"source":"function doAction() {\n \n}","funcProperties":{"__isSmartRef__":true,"id":2798},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2797":{"this":{"__isSmartRef__":true,"id":2758}},"2798":{"timestamp":{"__isSmartRef__":true,"id":2799},"user":"robertkrahn","tags":[]},"2799":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:02:40 GMT+0200 (CEST)"},"2800":{"submorphs":[{"__isSmartRef__":true,"id":2801}],"scripts":[],"id":"D5CCE8CB-E54E-4646-BDD6-4E140BEBD32B","shape":{"__isSmartRef__":true,"id":2806},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2812},"lighterFill":{"__isSmartRef__":true,"id":2817},"label":{"__isSmartRef__":true,"id":2801},"name":"stopButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":2822},"attributeConnections":[{"__isSmartRef__":true,"id":2833},{"__isSmartRef__":true,"id":2834},{"__isSmartRef__":true,"id":2888}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":2890},"derivationIds":[7251,"3F26258D-0EE1-4A94-8419-5EE2BB6065A6","B624295D-42E3-4E0A-B370-844C2B43F4F0","F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3","7D4A1972-76E5-4369-9964-2F6ACB87C81F","8B7A69E1-2842-4086-AAF1-C435517C4DA7","C2A72BC2-1B3C-4CB5-970E-F0D28763C62D","707149E7-9837-4996-BB84-9423A4404556","C479A54B-32C8-4A5E-A1FB-B5C5A35B70C7","8A891806-DFA1-4D9B-88D6-BBD4587F3D7B","BA252EA5-5572-411C-8BFC-41265BBA4CE8","C1E1C431-73A9-4B45-AA79-F33D7C716811","4DD7EAD5-32D2-47DC-AB49-A846379C9833"],"_ClipMode":"visible","isPressed":false,"owner":{"__isSmartRef__":true,"id":2334},"prevScroll":[0,0],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2891},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(5.0,81.0)","distanceToDragEvent":"lively.pt(54.9,-11.0)"},"2801":{"submorphs":[],"scripts":[],"id":"CCDDB202-3717-4D1C-A685-382488541534","shape":{"__isSmartRef__":true,"id":2802},"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":2800},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":2803}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":2805},"_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","E24E16C9-A02D-4DC4-89F3-9535E54A9BAE","6FD03EBD-9331-4021-99B7-298ADDFC8C33","53BAF5AF-5CBA-425B-A0BB-5E51D31867FA","BC8209BF-4E53-419D-9D86-49C971E6F754","464553B0-0A18-418A-8665-C128463D0EAD","D0F9E5D5-1EEB-4490-A36B-12CB104F01A9","35E05786-926D-42CB-88EF-CE38E8F2C86E","6D6F1EE6-7BA6-4B05-8916-FA27A3BD92BC"],"_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)"},"2802":{"_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)"},"2803":{"style":{"__isSmartRef__":true,"id":2804},"chunkOwner":{"__isSmartRef__":true,"id":2801},"_id":"_33507","storedString":"Stop","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2804":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2805":{"morph":{"__isSmartRef__":true,"id":2801},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2806":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":2807},"_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)"},"2807":{"stops":[{"__isSmartRef__":true,"id":2808},{"__isSmartRef__":true,"id":2809},{"__isSmartRef__":true,"id":2810},{"__isSmartRef__":true,"id":2811}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2808":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"2809":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"2810":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"2811":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"2812":{"stops":[{"__isSmartRef__":true,"id":2813},{"__isSmartRef__":true,"id":2814},{"__isSmartRef__":true,"id":2815},{"__isSmartRef__":true,"id":2816}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2813":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"2814":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"2815":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"2816":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"2817":{"stops":[{"__isSmartRef__":true,"id":2818},{"__isSmartRef__":true,"id":2819},{"__isSmartRef__":true,"id":2820},{"__isSmartRef__":true,"id":2821}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2818":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"2819":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"2820":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"2821":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"2822":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":2823},{"__isSmartRef__":true,"id":2825},{"__isSmartRef__":true,"id":2827},{"__isSmartRef__":true,"id":2829},{"__isSmartRef__":true,"id":2831}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2823":{"date":{"__isSmartRef__":true,"id":2824},"author":"undefined","message":"","id":"7074B413-6CF0-4892-9D18-52009A2A2E03"},"2824":{"isSerializedDate":true,"string":"Fri Apr 13 2012 21:04:01 GMT+0200 (CEST)"},"2825":{"date":{"__isSmartRef__":true,"id":2826},"author":"sstamm","message":"reverted button","id":"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E"},"2826":{"isSerializedDate":true,"string":"Mon Apr 16 2012 10:36:21 GMT+0200 (CEST)"},"2827":{"date":{"__isSmartRef__":true,"id":2828},"author":"robertkrahn","message":"no comment","id":"97D17254-EAC6-4494-8330-A347909590D6"},"2828":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:08:58 GMT+0200 (CEST)"},"2829":{"date":{"__isSmartRef__":true,"id":2830},"author":"robertkrahn","message":"no comment","id":"DDE22D44-9A6D-4485-80F3-262D5DA0CC07"},"2830":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:03:19 GMT+0200 (CEST)"},"2831":{"date":{"__isSmartRef__":true,"id":2832},"author":"bgnauk","message":"no comment","id":"FA43C1A3-19A9-4ED6-A014-82C74689A5C3"},"2832":{"isSerializedDate":true,"string":"Tue Jun 19 2012 23:39:23 GMT+0200 (CEST)"},"2833":{"sourceObj":{"__isSmartRef__":true,"id":2800},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2800},"targetMethodName":"doAction","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2834":{"sourceObj":{"__isSmartRef__":true,"id":2800},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2835},"targetMethodName":"stop","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2835":{"submorphs":[],"scripts":[],"id":"DFA99784-9469-437E-9259-5FE6DB274314","shape":{"__isSmartRef__":true,"id":2836},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"Rectangle1","partsBinMetaInfo":{"__isSmartRef__":true,"id":2837},"eventHandler":{"__isSmartRef__":true,"id":2852},"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","BBAFB862-93AE-4F89-BCFF-9F1C67B7FE4C"],"partTests":{"__isSmartRef__":true,"id":2853},"_ClipMode":"visible","moved":true,"owner":null,"algorithm":{"__isSmartRef__":true,"id":2858},"result":false,"#startLetters":"init","isBeingDragged":false,"prevScroll":[0,0],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2859},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(2259.0,1431.0)"},"2836":{"_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(250.0,252.0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,143,0)","_Padding":"lively.rect(0,0,0,0)"},"2837":{"partsSpaceName":"PartsBin/Basic","comment":"A simple box morph. A really orange one. Its amazing what you can build out of simple boxes.... Who needs stars when you got orange rectangles!","migrationLevel":4,"partName":"Rectangle","changes":[{"__isSmartRef__":true,"id":2838},{"__isSmartRef__":true,"id":2840},{"__isSmartRef__":true,"id":2842},{"__isSmartRef__":true,"id":2844},{"__isSmartRef__":true,"id":2846},{"__isSmartRef__":true,"id":2848},{"__isSmartRef__":true,"id":2850}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2838":{"date":{"__isSmartRef__":true,"id":2839},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"2839":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (CEST)"},"2840":{"date":{"__isSmartRef__":true,"id":2841},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"2841":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (CEST)"},"2842":{"date":{"__isSmartRef__":true,"id":2843},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"2843":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (CET)"},"2844":{"date":{"__isSmartRef__":true,"id":2845},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"2845":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (CET)"},"2846":{"date":{"__isSmartRef__":true,"id":2847},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"2847":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (CET)"},"2848":{"date":{"__isSmartRef__":true,"id":2849},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"2849":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (CEST)"},"2850":{"date":{"__isSmartRef__":true,"id":2851},"author":"bgnauk","message":"no comment","id":"0124E570-50B7-4CE3-83A1-6E7BA89B5CD8"},"2851":{"isSerializedDate":true,"string":"Mon Jun 18 2012 19:35:08 GMT+0200 (CEST)"},"2852":{"morph":{"__isSmartRef__":true,"id":2835},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2853":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2854}},"2854":{"test01IsMorph":{"__isSmartRef__":true,"id":2855}},"2855":{"varMapping":{"__isSmartRef__":true,"id":2856},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":2857},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2856":{"this":{"__isSmartRef__":true,"id":2853}},"2857":{},"2858":{"__LivelyClassName__":"SimplexAlgorithmClass","__SourceModuleName__":"Global.projects.SketchPad.SimplexAlgorithm"},"2859":{"solveConstraints":{"__isSmartRef__":true,"id":2860},"start":{"__isSmartRef__":true,"id":2864},"stop":{"__isSmartRef__":true,"id":2868},"testFunc":{"__isSmartRef__":true,"id":2872},"initSimplex":{"__isSmartRef__":true,"id":2876},"simplexStep":{"__isSmartRef__":true,"id":2880},"initializeTableau":{"__isSmartRef__":true,"id":2884}},"2860":{"varMapping":{"__isSmartRef__":true,"id":2861},"source":"function solveConstraints() {\n // changed at Tue Oct 30 2012 17:26:19 GMT+0100 (Mitteleuropäische Zeit) by lisa.pfisterer \n module('apps.dwarfcassowary.js.DwarfCassowary').load();\n module('projects.SketchPad.testModule').load();\n \n var solver = new ClSimplexSolver();\n var height1 = new ClVariable(5);\n var height2 = new ClVariable(10);\n \n var width1 = new ClVariable(5);\n var width2 = new ClVariable(10);\n \n solver.addConstraint(new ClLinearEquation((new ClLinearExpression(height1)).times(2), height2 ));\n \n solver.addConstraint(new ClLinearEquation((new ClLinearExpression(width1)).times(2), width2 ));\n \n solver. addStay(height2). addEditVar(height1). beginEdit();\n solver. addStay(width2). addEditVar(width1). beginEdit();\n \n solver. suggestValue(height1, this.get('Rectangle2').getExtent().y). resolve();\n solver. suggestValue(width1, this.get('Rectangle2').getExtent().x). resolve();\n \n solver.endEdit();\n \n var extent = this.get(\"Rectangle1\").getExtent();\n extent.y = height2.value();\n extent.x = width2.value();\n\n this.get(\"Rectangle1\").setExtent(extent);\n \n var ext1 = this.get(\"Rectangle1\").getExtent();\n var ext2 = this.get(\"Rectangle2\").getExtent();\n \n \n this.get(\"textfield\").setTextString(\"Extent 1: X: \" + ext1.x + \", Y: \" + ext1.y);\n this.get(\"textfield2\").setTextString(\"Extent 2: X: \" + ext2.x + \", Y: \" + ext2.y);\n this.get(\"ratio\").setTextString(\"Ratio: X: \" + (ext1.x/ext2.x) + \", Y: \" +(ext1.y/ext2.y) );\n}","funcProperties":{"__isSmartRef__":true,"id":2862},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2861":{"this":{"__isSmartRef__":true,"id":2835}},"2862":{"timestamp":{"__isSmartRef__":true,"id":2863},"user":"lisa.pfisterer","tags":[]},"2863":{"isSerializedDate":true,"string":"Wed Nov 07 2012 18:48:40 GMT+0100 (CET)"},"2864":{"varMapping":{"__isSmartRef__":true,"id":2865},"source":"function start() {\n this.initSimplex();\n this.startStepping(1000, \"simplexStep\")\n}","funcProperties":{"__isSmartRef__":true,"id":2866},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2865":{"this":{"__isSmartRef__":true,"id":2835}},"2866":{"timestamp":{"__isSmartRef__":true,"id":2867},"user":"lisa.pfisterer","tags":[]},"2867":{"isSerializedDate":true,"string":"Mon Nov 19 2012 12:49:43 GMT+0100 (CET)"},"2868":{"varMapping":{"__isSmartRef__":true,"id":2869},"source":"function stop() {\n this.stopStepping()\n}","funcProperties":{"__isSmartRef__":true,"id":2870},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2869":{"this":{"__isSmartRef__":true,"id":2835}},"2870":{"timestamp":{"__isSmartRef__":true,"id":2871},"user":"lisa.pfisterer","tags":[]},"2871":{"isSerializedDate":true,"string":"Mon Nov 05 2012 09:16:36 GMT+0100 (CET)"},"2872":{"varMapping":{"__isSmartRef__":true,"id":2873},"source":"function testFunc() {\n module('projects.SketchPad.SimplexAlgorithm').load();\n var object = new SimplexAlgorithmClass();\n object.main();\n //var x = height1.init();\n //this.get(\"textfield\").setTextString(\"Value for X: \" + x);\n //var solver = new testObject();\n //solver.testFunction();\n}","funcProperties":{"__isSmartRef__":true,"id":2874},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2873":{"this":{"__isSmartRef__":true,"id":2835}},"2874":{"timestamp":{"__isSmartRef__":true,"id":2875},"user":"lisa.pfisterer","tags":[]},"2875":{"isSerializedDate":true,"string":"Tue Nov 13 2012 18:13:02 GMT+0100 (CET)"},"2876":{"varMapping":{"__isSmartRef__":true,"id":2877},"source":"function initSimplex() {\n module('projects.SketchPad.SimplexAlgorithm').load();\n JSLoader.loadJs('http://lively-kernel.org/repository/webwerkstatt/projects/SketchPad/SimplexAlgorithm.js');\n \n this.algorithm = new SimplexAlgorithmClass();\n this.get(\"solutionString\").setTextString(\"\");\n \n all = new Array(\"x1\", \"x2\", \"x3\", \"x4\", \"x5\", \"x6\", \"x7\", \"x8\");\n schlupf = new Array(\"x5\", \"x6\", \"x7\", \"x8\", \"F\");\n needed = new Array(\"x1\", \"x2\", \"x3\", \"x4\");\n \n this.initializeTableau();\n\n this.algorithm.initSimplex(all, schlupf, needed);\n \n \n\n var extent = this.get(\"optangle\").getExtent();\n extent.x = 0;\n extent.y = 0;\n this.get(\"optangle\").setExtent(extent);\n \n var extent2 = this.get(\"optangle2\").getExtent();\n extent2.x = 0;\n extent2.y = 0;\n this.get(\"optangle2\").setExtent(extent2);\n \n this.result = false;\n}","funcProperties":{"__isSmartRef__":true,"id":2878},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2877":{"this":{"__isSmartRef__":true,"id":2835}},"2878":{"timestamp":{"__isSmartRef__":true,"id":2879},"user":"lisa.pfisterer","tags":[]},"2879":{"isSerializedDate":true,"string":"Mon Nov 19 2012 12:22:46 GMT+0100 (CET)"},"2880":{"varMapping":{"__isSmartRef__":true,"id":2881},"source":"function simplexStep() {\n if(!this.algorithm.result) {\n this.algorithm.simplexIteration();\n console.log(\"Result: \" + this.algorithm.resultString);\n console.log(\"Array x1: \" + this.algorithm.resultArray[0]);\n console.log(\"Array x2: \" + this.algorithm.resultArray[1]);\n console.log(\"Array x3: \" + this.algorithm.resultArray[2]);\n console.log(\"Array x4: \" + this.algorithm.resultArray[3]);\n \n this.get(\"solutionString\").setTextString(this.algorithm.needed[0] + \": \" + this.algorithm.resultArray[0] + \" \" + this.algorithm.needed[1] + \": \" + this.algorithm.resultArray[1] + \" \" + this.algorithm.needed[2] + \": \" + this.algorithm.resultArray[2] + \" \" + this.algorithm.needed[3] + \": \" + this.algorithm.resultArray[3]);\n \n\tvar extent = this.get(\"optangle\").getExtent();\n\textent[\"x\"] = this.algorithm.resultArray[0] * 1;\n\textent[\"y\"] = this.algorithm.resultArray[1] * 1;\n\tthis.get(\"optangle\").setExtent(extent);\n\t\n\tvar extent2 = this.get(\"optangle2\").getExtent();\n\textent2.x = this.algorithm.resultArray[2] * 1;\n\textent2.y = this.algorithm.resultArray[3] * 1;\n\tthis.get(\"optangle2\").setExtent(extent2);\n } else {\n this.stop();\n console.log(\"ALGORITHM FINISHED.\");\n }\n \n\n}","funcProperties":{"__isSmartRef__":true,"id":2882},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2881":{"this":{"__isSmartRef__":true,"id":2835}},"2882":{"timestamp":{"__isSmartRef__":true,"id":2883},"user":"lisa.pfisterer","tags":[]},"2883":{"isSerializedDate":true,"string":"Mon Nov 19 2012 12:50:17 GMT+0100 (CET)"},"2884":{"varMapping":{"__isSmartRef__":true,"id":2885},"source":"function initializeTableau() {\n var tableau = new Array(8);\n\n tableau[0] = new Array( 1, 0, 0, 0, 1, 0, 0, 0, 500 );\n \n tableau[1] = new Array( 0, 1, 0, 0, 0, 1, 0, 0, 500 );\n \n tableau[2] = new Array( 0, 0, 1, 0, 0, 0, 1, 0, 500 );\n\n tableau[3] = new Array( 0, 0, 0, 1, 0, 0, 0, 1, 500 );\n \n tableau[4] = new Array( 1, - 2, 0, 0, 0, 0, 0, 0, 0 );\n \n tableau[5] = new Array( 0, 0, 1, -3, 0, 0, 0, 0, 0 );\n \n tableau[6] = new Array( 1, 0, -3, 0, 0, 0, 0, 0, 0 );\n \n tableau[7] = new Array( -1, -1, -1, -1, 0, 0, 0, 0, 0 );\n\t\t\t\n this.algorithm.tableau = tableau;\t\n}","funcProperties":{"__isSmartRef__":true,"id":2886},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2885":{"this":{"__isSmartRef__":true,"id":2835}},"2886":{"timestamp":{"__isSmartRef__":true,"id":2887},"user":"lisa.pfisterer","tags":[]},"2887":{"isSerializedDate":true,"string":"Mon Nov 19 2012 12:24:52 GMT+0100 (CET)"},"2888":{"sourceObj":{"__isSmartRef__":true,"id":2800},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2334},"targetMethodName":"stop","varMapping":{"__isSmartRef__":true,"id":2889},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2889":{"source":{"__isSmartRef__":true,"id":2800},"target":{"__isSmartRef__":true,"id":2334}},"2890":{"morph":{"__isSmartRef__":true,"id":2800},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2891":{"doAction":{"__isSmartRef__":true,"id":2892}},"2892":{"varMapping":{"__isSmartRef__":true,"id":2893},"source":"function doAction() {\n \n}","funcProperties":{"__isSmartRef__":true,"id":2894},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2893":{"this":{"__isSmartRef__":true,"id":2800}},"2894":{"timestamp":{"__isSmartRef__":true,"id":2895},"user":"robertkrahn","tags":[]},"2895":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:02:40 GMT+0200 (CEST)"},"2896":{"submorphs":[{"__isSmartRef__":true,"id":2897}],"scripts":[],"id":"C8AD73F9-0021-4499-921E-8F82852D28F8","shape":{"__isSmartRef__":true,"id":2902},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2908},"lighterFill":{"__isSmartRef__":true,"id":2913},"label":{"__isSmartRef__":true,"id":2897},"name":"startButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":2822},"attributeConnections":[{"__isSmartRef__":true,"id":2918}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":2920},"derivationIds":[7251,"3F26258D-0EE1-4A94-8419-5EE2BB6065A6","B624295D-42E3-4E0A-B370-844C2B43F4F0","F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3","7D4A1972-76E5-4369-9964-2F6ACB87C81F","55E09D28-A9CA-4965-825E-F64F08933541","52575A31-EA4C-4E6E-B44F-37DE54D09554","09D0A760-52C4-4A3D-874C-137EBF1EC476","5EBC15A1-E19A-4FBD-8DBD-A2314C23B003","3B9E867B-0475-4602-BACF-0E82334A96D5","C0402D4B-0FBE-4555-8D28-FD88F7380060","DDC9CFD1-04BD-45AD-A355-E9619E645903","536D2B4D-6B6D-44BA-A0AA-10D1C2A05E10"],"_ClipMode":"visible","isPressed":false,"owner":{"__isSmartRef__":true,"id":2334},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(7.0,53.0)","distanceToDragEvent":"lively.pt(54.9,-11.0)"},"2897":{"submorphs":[],"scripts":[],"id":"B10DD441-8356-4B86-804D-246EBC395928","shape":{"__isSmartRef__":true,"id":2898},"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":2896},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":2899}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":2901},"_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","FA375CFB-4C21-4DC8-8F83-823F12C471E2","765CA998-A11D-4244-9112-E02C3E6D6E08","73AA2975-57A2-4F12-A71A-171D2BDC5ECA","A017DA43-1B33-4E3C-8DB3-97FE48F0C491","67CE02E1-7A8E-4984-998C-BCF6A77C546C","8FEAD123-5CF2-46BB-A565-CB274595BC73","1F94C037-3802-4323-B400-ECC60F8AAD7E","F3A4CA0F-900C-4C22-A218-5219A4B70E1B"],"_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)"},"2898":{"_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)"},"2899":{"style":{"__isSmartRef__":true,"id":2900},"chunkOwner":{"__isSmartRef__":true,"id":2897},"_id":"_33410","storedString":"Start","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2900":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2901":{"morph":{"__isSmartRef__":true,"id":2897},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2902":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":2903},"_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)"},"2903":{"stops":[{"__isSmartRef__":true,"id":2904},{"__isSmartRef__":true,"id":2905},{"__isSmartRef__":true,"id":2906},{"__isSmartRef__":true,"id":2907}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2904":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"2905":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"2906":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"2907":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"2908":{"stops":[{"__isSmartRef__":true,"id":2909},{"__isSmartRef__":true,"id":2910},{"__isSmartRef__":true,"id":2911},{"__isSmartRef__":true,"id":2912}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2909":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"2910":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"2911":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"2912":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"2913":{"stops":[{"__isSmartRef__":true,"id":2914},{"__isSmartRef__":true,"id":2915},{"__isSmartRef__":true,"id":2916},{"__isSmartRef__":true,"id":2917}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2914":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"2915":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"2916":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"2917":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"2918":{"sourceObj":{"__isSmartRef__":true,"id":2896},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2334},"targetMethodName":"start","varMapping":{"__isSmartRef__":true,"id":2919},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2919":{"source":{"__isSmartRef__":true,"id":2896},"target":{"__isSmartRef__":true,"id":2334}},"2920":{"morph":{"__isSmartRef__":true,"id":2896},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2921":{"submorphs":[{"__isSmartRef__":true,"id":2922}],"scripts":[],"id":"218A2267-53F0-42C0-962D-44F3AC77904D","shape":{"__isSmartRef__":true,"id":2927},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2933},"lighterFill":{"__isSmartRef__":true,"id":2938},"label":{"__isSmartRef__":true,"id":2922},"name":"initButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":2943},"eventHandler":{"__isSmartRef__":true,"id":2954},"derivationIds":[7251,"3F26258D-0EE1-4A94-8419-5EE2BB6065A6","B624295D-42E3-4E0A-B370-844C2B43F4F0","F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3","7D4A1972-76E5-4369-9964-2F6ACB87C81F","55E09D28-A9CA-4965-825E-F64F08933541","52575A31-EA4C-4E6E-B44F-37DE54D09554","09D0A760-52C4-4A3D-874C-137EBF1EC476","5EBC15A1-E19A-4FBD-8DBD-A2314C23B003","3B9E867B-0475-4602-BACF-0E82334A96D5","C0402D4B-0FBE-4555-8D28-FD88F7380060","2929A139-A361-4843-91ED-C8C25247D03B","A3AFCD3D-15BC-4425-B5F2-EAD7B426D22F","C1BCF00F-424D-421B-A1A4-28F32BE56D5E"],"_ClipMode":"visible","isPressed":false,"owner":{"__isSmartRef__":true,"id":2334},"attributeConnections":[{"__isSmartRef__":true,"id":2955}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(4.0,18.0)","distanceToDragEvent":"lively.pt(54.9,-11.0)"},"2922":{"submorphs":[],"scripts":[],"id":"5ACC185A-6955-4277-A5C4-60BDAD3DF2CD","shape":{"__isSmartRef__":true,"id":2923},"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":2921},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":2924}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":2926},"_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","FA375CFB-4C21-4DC8-8F83-823F12C471E2","765CA998-A11D-4244-9112-E02C3E6D6E08","73AA2975-57A2-4F12-A71A-171D2BDC5ECA","A017DA43-1B33-4E3C-8DB3-97FE48F0C491","67CE02E1-7A8E-4984-998C-BCF6A77C546C","8FEAD123-5CF2-46BB-A565-CB274595BC73","12C45DC5-CE8C-449A-8A20-1CC7DD2423FC","BEE45CC0-D0B8-4749-A965-A1EBC53E76B2","054BB4B8-8FCF-4484-B6AF-C55D55E37AD4"],"_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)"},"2923":{"_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)"},"2924":{"style":{"__isSmartRef__":true,"id":2925},"chunkOwner":{"__isSmartRef__":true,"id":2922},"_id":"_1120","storedString":"Initialisieren","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2925":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2926":{"morph":{"__isSmartRef__":true,"id":2922},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2927":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":2928},"_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)"},"2928":{"stops":[{"__isSmartRef__":true,"id":2929},{"__isSmartRef__":true,"id":2930},{"__isSmartRef__":true,"id":2931},{"__isSmartRef__":true,"id":2932}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2929":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"2930":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"2931":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"2932":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"2933":{"stops":[{"__isSmartRef__":true,"id":2934},{"__isSmartRef__":true,"id":2935},{"__isSmartRef__":true,"id":2936},{"__isSmartRef__":true,"id":2937}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2934":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"2935":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"2936":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"2937":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"2938":{"stops":[{"__isSmartRef__":true,"id":2939},{"__isSmartRef__":true,"id":2940},{"__isSmartRef__":true,"id":2941},{"__isSmartRef__":true,"id":2942}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2939":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"2940":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"2941":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"2942":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"2943":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":2944},{"__isSmartRef__":true,"id":2946},{"__isSmartRef__":true,"id":2948},{"__isSmartRef__":true,"id":2950},{"__isSmartRef__":true,"id":2952}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2944":{"date":{"__isSmartRef__":true,"id":2945},"author":"undefined","message":"","id":"7074B413-6CF0-4892-9D18-52009A2A2E03"},"2945":{"isSerializedDate":true,"string":"Fri Apr 13 2012 21:04:01 GMT+0200 (CEST)"},"2946":{"date":{"__isSmartRef__":true,"id":2947},"author":"sstamm","message":"reverted button","id":"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E"},"2947":{"isSerializedDate":true,"string":"Mon Apr 16 2012 10:36:21 GMT+0200 (CEST)"},"2948":{"date":{"__isSmartRef__":true,"id":2949},"author":"robertkrahn","message":"no comment","id":"97D17254-EAC6-4494-8330-A347909590D6"},"2949":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:08:58 GMT+0200 (CEST)"},"2950":{"date":{"__isSmartRef__":true,"id":2951},"author":"robertkrahn","message":"no comment","id":"DDE22D44-9A6D-4485-80F3-262D5DA0CC07"},"2951":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:03:19 GMT+0200 (CEST)"},"2952":{"date":{"__isSmartRef__":true,"id":2953},"author":"bgnauk","message":"no comment","id":"FA43C1A3-19A9-4ED6-A014-82C74689A5C3"},"2953":{"isSerializedDate":true,"string":"Tue Jun 19 2012 23:39:23 GMT+0200 (CEST)"},"2954":{"morph":{"__isSmartRef__":true,"id":2921},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2955":{"sourceObj":{"__isSmartRef__":true,"id":2921},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2334},"targetMethodName":"initSimplex","varMapping":{"__isSmartRef__":true,"id":2956},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2956":{"source":{"__isSmartRef__":true,"id":2921},"target":{"__isSmartRef__":true,"id":2334}},"2957":{"submorphs":[{"__isSmartRef__":true,"id":2958}],"scripts":[],"id":"19D337DF-7925-4113-AC89-CE1EC4F59639","shape":{"__isSmartRef__":true,"id":2963},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2969},"lighterFill":{"__isSmartRef__":true,"id":2974},"label":{"__isSmartRef__":true,"id":2958},"name":"parseConstraintsButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":2979},"attributeConnections":[{"__isSmartRef__":true,"id":2991},{"__isSmartRef__":true,"id":2992}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":2994},"derivationIds":[7251,"3F26258D-0EE1-4A94-8419-5EE2BB6065A6","B624295D-42E3-4E0A-B370-844C2B43F4F0","F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3","7D4A1972-76E5-4369-9964-2F6ACB87C81F","468167DF-C2A9-4D14-B344-4D183695DBF9","A507628C-314F-4CA3-90BE-D9B88F8447E9","D1AF90C8-F667-4D9B-B3A4-6FA707BF0583","A9ABAF28-AE0D-42E5-B1EC-27B990856CBA","F60C6C80-53D4-4D5C-9ED3-95605C4D56DC","95F3A13F-AAEB-4908-91C0-B87713A5E6E3","9176FC8B-F37B-4188-9B2E-E718C3D9B12A","8239B60C-680A-4E8E-8F48-398028228535","A99A9AB5-FDC1-43E4-85F0-D69BD20223F9","3A28F1F7-C0A5-4346-AA70-54B5FECACF9A","E6D1D7AC-9308-4911-AFA7-EAD5A99AC31F","6231550E-443E-4240-AB99-E2574CBB80CF"],"_ClipMode":"visible","isPressed":false,"owner":{"__isSmartRef__":true,"id":2334},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2995},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(1627.0,662.0)","distanceToDragEvent":"lively.pt(54.9,-11.0)"},"2958":{"submorphs":[],"scripts":[],"id":"6FD62CF9-4283-461E-ABD7-6711601E68F8","shape":{"__isSmartRef__":true,"id":2959},"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":2957},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":2960}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":2962},"_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","CA0DC720-D350-40B1-B491-56053DD3ACEC","0D350F67-43D3-4011-A7FE-BB6073758DFE","F3992590-AD3D-47A5-8663-6C72C72B45C4","B722D102-4490-4B08-96D9-95A987C54713","A3C83808-0F33-4DE8-B768-9D3D321F6DCF","84D29350-B39A-4D78-8D8C-0C782E69F01E","A8E991FE-CE35-42D0-899D-84A971A8EA24","8584DD1A-DDE5-4456-9B8F-92C3D5D16FD1","A012064E-9881-45AC-873B-9FCEB952B7DD","9360CF78-F02C-4B5B-B0B9-E0DBF495EF21","022F059B-EAD1-46A6-98D7-1518240E6E80","F8803104-9C3E-4290-99F3-FDB6FAC5F60D"],"_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)"},"2959":{"_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)"},"2960":{"style":{"__isSmartRef__":true,"id":2961},"chunkOwner":{"__isSmartRef__":true,"id":2958},"_id":"_2456","storedString":"Einlesen","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2961":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2962":{"morph":{"__isSmartRef__":true,"id":2958},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2963":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":2964},"_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)"},"2964":{"stops":[{"__isSmartRef__":true,"id":2965},{"__isSmartRef__":true,"id":2966},{"__isSmartRef__":true,"id":2967},{"__isSmartRef__":true,"id":2968}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2965":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"2966":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"2967":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"2968":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"2969":{"stops":[{"__isSmartRef__":true,"id":2970},{"__isSmartRef__":true,"id":2971},{"__isSmartRef__":true,"id":2972},{"__isSmartRef__":true,"id":2973}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2970":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"2971":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"2972":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"2973":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"2974":{"stops":[{"__isSmartRef__":true,"id":2975},{"__isSmartRef__":true,"id":2976},{"__isSmartRef__":true,"id":2977},{"__isSmartRef__":true,"id":2978}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"2975":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"2976":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"2977":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"2978":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"2979":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":2980},{"__isSmartRef__":true,"id":2982},{"__isSmartRef__":true,"id":2984},{"__isSmartRef__":true,"id":2986},{"__isSmartRef__":true,"id":2988}],"revisionOnLoad":171940,"lastModifiedDate":{"__isSmartRef__":true,"id":2990},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2980":{"date":{"__isSmartRef__":true,"id":2981},"author":"undefined","message":"","id":"7074B413-6CF0-4892-9D18-52009A2A2E03"},"2981":{"isSerializedDate":true,"string":"Fri Apr 13 2012 21:04:01 GMT+0200 (CEST)"},"2982":{"date":{"__isSmartRef__":true,"id":2983},"author":"sstamm","message":"reverted button","id":"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E"},"2983":{"isSerializedDate":true,"string":"Mon Apr 16 2012 10:36:21 GMT+0200 (CEST)"},"2984":{"date":{"__isSmartRef__":true,"id":2985},"author":"robertkrahn","message":"no comment","id":"97D17254-EAC6-4494-8330-A347909590D6"},"2985":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:08:58 GMT+0200 (CEST)"},"2986":{"date":{"__isSmartRef__":true,"id":2987},"author":"robertkrahn","message":"no comment","id":"DDE22D44-9A6D-4485-80F3-262D5DA0CC07"},"2987":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:03:19 GMT+0200 (CEST)"},"2988":{"date":{"__isSmartRef__":true,"id":2989},"author":"bgnauk","message":"no comment","id":"FA43C1A3-19A9-4ED6-A014-82C74689A5C3"},"2989":{"isSerializedDate":true,"string":"Tue Jun 19 2012 23:39:23 GMT+0200 (CEST)"},"2990":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"2991":{"sourceObj":{"__isSmartRef__":true,"id":2957},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2957},"targetMethodName":"doAction","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2992":{"sourceObj":{"__isSmartRef__":true,"id":2957},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2334},"targetMethodName":"parseConstraints","varMapping":{"__isSmartRef__":true,"id":2993},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2993":{"source":{"__isSmartRef__":true,"id":2957},"target":{"__isSmartRef__":true,"id":2334}},"2994":{"morph":{"__isSmartRef__":true,"id":2957},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2995":{"doAction":{"__isSmartRef__":true,"id":2996}},"2996":{"varMapping":{"__isSmartRef__":true,"id":2997},"source":"function doAction() {\n \n}","funcProperties":{"__isSmartRef__":true,"id":2998},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2997":{"this":{"__isSmartRef__":true,"id":2957}},"2998":{"timestamp":{"__isSmartRef__":true,"id":2999},"user":"robertkrahn","tags":[]},"2999":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:02:40 GMT+0200 (CEST)"},"3000":{"submorphs":[{"__isSmartRef__":true,"id":3001}],"scripts":[],"id":"46BA63F4-143A-4D31-AA6E-FED48945EC31","shape":{"__isSmartRef__":true,"id":3006},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3012},"lighterFill":{"__isSmartRef__":true,"id":3017},"label":{"__isSmartRef__":true,"id":3001},"name":"positionButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":3022},"attributeConnections":[{"__isSmartRef__":true,"id":3034}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":3035},"derivationIds":[7251,"3F26258D-0EE1-4A94-8419-5EE2BB6065A6","B624295D-42E3-4E0A-B370-844C2B43F4F0","F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3","7D4A1972-76E5-4369-9964-2F6ACB87C81F","468167DF-C2A9-4D14-B344-4D183695DBF9","A507628C-314F-4CA3-90BE-D9B88F8447E9","D1AF90C8-F667-4D9B-B3A4-6FA707BF0583","A9ABAF28-AE0D-42E5-B1EC-27B990856CBA","04201192-A068-4AE4-9F41-50B132EE82CC","2D30918D-C7D3-4006-A2E7-7F88A6BD8F23","656196ED-1C07-48D4-8A23-A4FEF527E0AC","4CB4B6F8-E829-4A46-AD84-C5D64C0FF5AF","B801DD73-1AEC-456D-8AAC-9E915F76DD41","E3160353-FB01-4EBF-8868-1D0CF5AA1849","C17CE8DD-F150-471B-A804-B902C44DB989","BAA26299-1172-4C28-9D20-563CA81EB857"],"_ClipMode":"visible","isPressed":false,"owner":{"__isSmartRef__":true,"id":2334},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3036},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(9.0,310.0)","distanceToDragEvent":"lively.pt(54.9,-11.0)"},"3001":{"submorphs":[],"scripts":[],"id":"28955FD0-E1D4-4A66-B271-7AAE374EFDD1","shape":{"__isSmartRef__":true,"id":3002},"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":3000},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":3003}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":3005},"_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","CA0DC720-D350-40B1-B491-56053DD3ACEC","0D350F67-43D3-4011-A7FE-BB6073758DFE","F3992590-AD3D-47A5-8663-6C72C72B45C4","B722D102-4490-4B08-96D9-95A987C54713","97B231F5-D46D-4DFF-8A55-0C378263FD01","63D9A5CA-ECF4-46B9-A362-27818599325C","801772B7-652A-4285-94B3-E9763D3A0A0A","377D2D25-3B82-4D0E-BBB7-83CFD46B165C","209BE7AD-BEB8-453F-912E-D757BE6EA71D","AB52B694-4478-40B4-BCDF-4F69ABD0C1FB","303C69B8-19F4-4246-A1E0-A0F10E224FBF","4D408C13-0EE5-45F4-9B8B-D1230900F49E"],"_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)"},"3002":{"_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)"},"3003":{"style":{"__isSmartRef__":true,"id":3004},"chunkOwner":{"__isSmartRef__":true,"id":3001},"_id":"_2175","storedString":"Position","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3004":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3005":{"morph":{"__isSmartRef__":true,"id":3001},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3006":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":3007},"_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)"},"3007":{"stops":[{"__isSmartRef__":true,"id":3008},{"__isSmartRef__":true,"id":3009},{"__isSmartRef__":true,"id":3010},{"__isSmartRef__":true,"id":3011}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3008":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"3009":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"3010":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"3011":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"3012":{"stops":[{"__isSmartRef__":true,"id":3013},{"__isSmartRef__":true,"id":3014},{"__isSmartRef__":true,"id":3015},{"__isSmartRef__":true,"id":3016}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3013":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"3014":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3015":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3016":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"3017":{"stops":[{"__isSmartRef__":true,"id":3018},{"__isSmartRef__":true,"id":3019},{"__isSmartRef__":true,"id":3020},{"__isSmartRef__":true,"id":3021}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3018":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"3019":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3020":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3021":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"3022":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":3023},{"__isSmartRef__":true,"id":3025},{"__isSmartRef__":true,"id":3027},{"__isSmartRef__":true,"id":3029},{"__isSmartRef__":true,"id":3031}],"revisionOnLoad":171940,"lastModifiedDate":{"__isSmartRef__":true,"id":3033},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3023":{"date":{"__isSmartRef__":true,"id":3024},"author":"undefined","message":"","id":"7074B413-6CF0-4892-9D18-52009A2A2E03"},"3024":{"isSerializedDate":true,"string":"Fri Apr 13 2012 21:04:01 GMT+0200 (CEST)"},"3025":{"date":{"__isSmartRef__":true,"id":3026},"author":"sstamm","message":"reverted button","id":"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E"},"3026":{"isSerializedDate":true,"string":"Mon Apr 16 2012 10:36:21 GMT+0200 (CEST)"},"3027":{"date":{"__isSmartRef__":true,"id":3028},"author":"robertkrahn","message":"no comment","id":"97D17254-EAC6-4494-8330-A347909590D6"},"3028":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:08:58 GMT+0200 (CEST)"},"3029":{"date":{"__isSmartRef__":true,"id":3030},"author":"robertkrahn","message":"no comment","id":"DDE22D44-9A6D-4485-80F3-262D5DA0CC07"},"3030":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:03:19 GMT+0200 (CEST)"},"3031":{"date":{"__isSmartRef__":true,"id":3032},"author":"bgnauk","message":"no comment","id":"FA43C1A3-19A9-4ED6-A014-82C74689A5C3"},"3032":{"isSerializedDate":true,"string":"Tue Jun 19 2012 23:39:23 GMT+0200 (CEST)"},"3033":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"3034":{"sourceObj":{"__isSmartRef__":true,"id":3000},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3000},"targetMethodName":"doAction","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3035":{"morph":{"__isSmartRef__":true,"id":3000},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3036":{"doAction":{"__isSmartRef__":true,"id":3037}},"3037":{"varMapping":{"__isSmartRef__":true,"id":3038},"source":"function doAction() {\n this.owner.setCurrentConstraintType(\"position\");\n}","funcProperties":{"__isSmartRef__":true,"id":3039},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3038":{"this":{"__isSmartRef__":true,"id":3000}},"3039":{"timestamp":{"__isSmartRef__":true,"id":3040},"user":"daniel.hoffmann","tags":[]},"3040":{"isSerializedDate":true,"string":"Thu Dec 06 2012 18:37:56 GMT+0100 (CET)"},"3041":{"_BorderWidth":1,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__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(1774.0,712.0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)"},"3042":{"partsSpaceName":"PartsBin/sd1213/","comment":"Constraint-based layouting with the Simplex algorithm. Still under construction!","migrationLevel":4,"partName":"SketchPad","changes":[{"__isSmartRef__":true,"id":3043},{"__isSmartRef__":true,"id":3045},{"__isSmartRef__":true,"id":3047},{"__isSmartRef__":true,"id":3049},{"__isSmartRef__":true,"id":3051},{"__isSmartRef__":true,"id":3053},{"__isSmartRef__":true,"id":3055},{"__isSmartRef__":true,"id":3057},{"__isSmartRef__":true,"id":3059},{"__isSmartRef__":true,"id":3061},{"__isSmartRef__":true,"id":3063},{"__isSmartRef__":true,"id":3065},{"__isSmartRef__":true,"id":3067},{"__isSmartRef__":true,"id":3069},{"__isSmartRef__":true,"id":3071},{"__isSmartRef__":true,"id":3073},{"__isSmartRef__":true,"id":3075},{"__isSmartRef__":true,"id":3077},{"__isSmartRef__":true,"id":3079},{"__isSmartRef__":true,"id":3081}],"lastModifiedDate":{"__isSmartRef__":true,"id":3083},"revisionOnLoad":186255,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3043":{"date":{"__isSmartRef__":true,"id":3044},"author":"daniel.hoffmann","message":"position constraint can be added manually, disabled syntax highlighting on output boxes","id":"7D9A3D34-1DA5-4BF6-8A5D-53C265AC87A8"},"3044":{"isSerializedDate":true,"string":"Thu Dec 06 2012 18:44:32 GMT+0100 (CET)"},"3045":{"date":{"__isSmartRef__":true,"id":3046},"author":"lisa.pfisterer","message":"Umsetzen der height-Constraints ins Tableau jetzt möglich. auch die zu maximierende F-Funktion. Außerdem Anzeige der aktuellen Werte","id":"0E43FD81-95AA-4810-BF4D-5132C4CB5430"},"3046":{"isSerializedDate":true,"string":"Sun Dec 02 2012 19:09:22 GMT+0100 (CET)"},"3047":{"date":{"__isSmartRef__":true,"id":3048},"author":"lisa.pfisterer","message":"Änderungen von Lisa. Array Util, Tableau-Anzeige, erste Schritte für Setter.","id":"5E3055D8-ECFA-4BEE-A27D-35F84A422A00"},"3048":{"isSerializedDate":true,"string":"Sun Dec 02 2012 14:28:16 GMT+0100 (CET)"},"3049":{"date":{"__isSmartRef__":true,"id":3050},"author":"daniel.hoffmann","message":"Added support for adding constraints manually","id":"09ABA022-2B1A-4B91-8B3B-31A5752DD828"},"3050":{"isSerializedDate":true,"string":"Sun Dec 02 2012 12:38:16 GMT+0100 (CET)"},"3051":{"date":{"__isSmartRef__":true,"id":3052},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"3052":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (CEST)"},"3053":{"date":{"__isSmartRef__":true,"id":3054},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"3054":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (CEST)"},"3055":{"date":{"__isSmartRef__":true,"id":3056},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"3056":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (CET)"},"3057":{"date":{"__isSmartRef__":true,"id":3058},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"3058":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (CET)"},"3059":{"date":{"__isSmartRef__":true,"id":3060},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"3060":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (CET)"},"3061":{"date":{"__isSmartRef__":true,"id":3062},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"3062":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (CEST)"},"3063":{"date":{"__isSmartRef__":true,"id":3064},"author":"bgnauk","message":"no comment","id":"0124E570-50B7-4CE3-83A1-6E7BA89B5CD8"},"3064":{"isSerializedDate":true,"string":"Mon Jun 18 2012 19:35:08 GMT+0200 (CEST)"},"3065":{"date":{"__isSmartRef__":true,"id":3066},"author":"jenslincke","message":"I want my blue rectangle back!","id":"5AA9291A-869F-4D36-8095-4721B5A5B205"},"3066":{"isSerializedDate":true,"string":"Thu Nov 22 2012 10:35:51 GMT+0100 (CET)"},"3067":{"date":{"__isSmartRef__":true,"id":3068},"author":"lisa.pfisterer","message":"first draft. Still under construction!","id":"2B13E2A0-6DC9-4EDF-82E7-F541EB7D78BF"},"3068":{"isSerializedDate":true,"string":"Sat Dec 01 2012 21:43:10 GMT+0100 (CET)"},"3069":{"date":{"__isSmartRef__":true,"id":3070},"author":"lisa.pfisterer","message":"Zwischenstand. Util-Funktionen für das Arbeiten mit Arrays (Zeile und Spalte hinzufügen für neue Constraints im Tableau)","id":"09B63D24-0A8C-46E0-9DB0-CEDE9AF8690B"},"3070":{"isSerializedDate":true,"string":"Sat Dec 01 2012 22:57:06 GMT+0100 (CET)"},"3071":{"date":{"__isSmartRef__":true,"id":3072},"author":"daniel.hoffmann","message":"Fixed bug to get current value of constraint type (width, height) \nAdded button to set up sketch area","id":"97C976C9-4DA1-40D1-8108-57DD86CA3BA2"},"3072":{"isSerializedDate":true,"string":"Sun Dec 02 2012 14:00:42 GMT+0100 (CET)"},"3073":{"date":{"__isSmartRef__":true,"id":3074},"author":"daniel.hoffmann","message":"ratio button works as well","id":"855AF291-AD64-458B-9689-798C7B7C95B5"},"3074":{"isSerializedDate":true,"string":"Sun Dec 02 2012 14:06:02 GMT+0100 (CET)"},"3075":{"date":{"__isSmartRef__":true,"id":3076},"author":"daniel.hoffmann","message":"get side of rectangle","id":"0E2DB143-F8A6-4DEA-A29B-8B814B27984E"},"3076":{"isSerializedDate":true,"string":"Sun Dec 02 2012 17:49:43 GMT+0100 (CET)"},"3077":{"date":{"__isSmartRef__":true,"id":3078},"author":"daniel.hoffmann","message":"read value of ratio","id":"1534C786-A4CB-4E28-8341-71AEBC1C796B"},"3078":{"isSerializedDate":true,"string":"Sun Dec 02 2012 18:15:07 GMT+0100 (CET)"},"3079":{"date":{"__isSmartRef__":true,"id":3080},"author":"lisa.pfisterer","message":"Ratio implementiert (richtig herum??)","id":"37F523CF-DD2D-4A29-96F1-E50E32CD8D94"},"3080":{"isSerializedDate":true,"string":"Mon Dec 03 2012 23:26:16 GMT+0100 (CET)"},"3081":{"date":{"__isSmartRef__":true,"id":3082},"author":"lisa.pfisterer","message":"Positionen möglich! :) Sowie Constraints-Array angelegt","id":"4052D55D-CD65-4555-A26D-59AFBCC32962"},"3082":{"isSerializedDate":true,"string":"Thu Dec 06 2012 18:23:18 GMT+0100 (CET)"},"3083":{"isSerializedDate":true,"string":"Thu Dec 06 2012 18:44:24 GMT+0100 (CET)"},"3084":{"morph":{"__isSmartRef__":true,"id":2334},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3085":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3086}},"3086":{"test01IsMorph":{"__isSmartRef__":true,"id":3087}},"3087":{"varMapping":{"__isSmartRef__":true,"id":3088},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":3089},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3088":{"this":{"__isSmartRef__":true,"id":3085}},"3089":{},"3090":{"tableau":[[0,2,0,0,1,0,0,0,0,0,0,200],[0,0,1,1,0,0,0,0,0,0,0,100],[1,1,0,0,0,0,0,0,0,0,0,100],[0,0,0,0,0,0,1,1,0,0,0,200],[0,-2,0,0,0,0,0,0,1,0,0,300],[0,0,0,0,0,0,0,0,0,1,1,500],[0,3,0,1,0,0,0,1,0,0,1,1100]],"all":["x2","x0","x1","x1","x0","x2","x3","x3","x4","x5","x5"],"schlupf":["blue.x","green.y","green.x","green.w","x4","blue.y"],"needed":["green.x","green.y","blue.x","green.w","blue.y"],"resultArray":[100,100,200,200,500],"result":true,"resultString":" green.x: 100 green.y: 100 blue.x: 200 green.w: 200 blue.y: 500 F: 1100","__LivelyClassName__":"SimplexAlgorithmClass","__SourceModuleName__":"Global.projects.SketchPad.SimplexAlgorithm"},"3091":{"initializeTableau":{"__isSmartRef__":true,"id":3092},"initSimplex":{"__isSmartRef__":true,"id":3096},"simplexStep":{"__isSmartRef__":true,"id":3100},"start":{"__isSmartRef__":true,"id":3104},"stop":{"__isSmartRef__":true,"id":3108},"parseConstraints":{"__isSmartRef__":true,"id":3112},"testTableau":{"__isSmartRef__":true,"id":3116},"addConstraintArray":{"__isSmartRef__":true,"id":3120},"extendArrayWithZeros":{"__isSmartRef__":true,"id":3124},"height":{"__isSmartRef__":true,"id":3128},"addConstraint":{"__isSmartRef__":true,"id":3132},"getValueForConstraintType":{"__isSmartRef__":true,"id":3136},"select":{"__isSmartRef__":true,"id":3140},"setCurrentConstraintType":{"__isSmartRef__":true,"id":3144},"roundTableau":{"__isSmartRef__":true,"id":3148},"setValue":{"__isSmartRef__":true,"id":3152},"stepping":{"__isSmartRef__":true,"id":3156},"testStuff":{"__isSmartRef__":true,"id":3160},"getRatioSide":{"__isSmartRef__":true,"id":3164},"addRatioConstraint":{"__isSmartRef__":true,"id":3168},"length":{"__isSmartRef__":true,"id":3172},"printTableau":{"__isSmartRef__":true,"id":3176},"showVariableValues":{"__isSmartRef__":true,"id":3180},"getValue":{"__isSmartRef__":true,"id":3184},"width":{"__isSmartRef__":true,"id":3188},"ratio":{"__isSmartRef__":true,"id":3192},"position":{"__isSmartRef__":true,"id":3196}},"3092":{"varMapping":{"__isSmartRef__":true,"id":3093},"source":"function initializeTableau() {\n var tableau = new Array();\n tableau[0] = new Array();\n\t\t\t\n this.algorithm.tableau = tableau;\t\n}","funcProperties":{"__isSmartRef__":true,"id":3094},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3093":{"this":{"__isSmartRef__":true,"id":2334}},"3094":{"timestamp":{"__isSmartRef__":true,"id":3095},"user":"lisa.pfisterer","tags":[]},"3095":{"isSerializedDate":true,"string":"Sun Dec 02 2012 18:59:12 GMT+0100 (CET)"},"3096":{"varMapping":{"__isSmartRef__":true,"id":3097},"source":"function initSimplex() {\n module('projects.SketchPad.SimplexAlgorithm').load();\n JSLoader.loadJs('http://lively-kernel.org/repository/webwerkstatt/projects/SketchPad/SimplexAlgorithm.js');\n \n this.algorithm = new SimplexAlgorithmClass();\n \n all = new Array();\n schlupf = new Array();\n needed = new Array();\n \n this.initializeTableau();\n\n this.algorithm.initSimplex(all, schlupf, needed);\n \n this.result = false;\n this.parseConstraints();\n \n this.printTableau();\n \n //this.startStepping(100, \"showVariableValues\");\n}","funcProperties":{"__isSmartRef__":true,"id":3098},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3097":{"this":{"__isSmartRef__":true,"id":2334}},"3098":{"timestamp":{"__isSmartRef__":true,"id":3099},"user":"lisa.pfisterer","tags":[]},"3099":{"isSerializedDate":true,"string":"Thu Dec 06 2012 17:39:19 GMT+0100 (CET)"},"3100":{"varMapping":{"__isSmartRef__":true,"id":3101},"source":"function simplexStep() {\n if(!this.algorithm.result) {\n \n for (var i = 0; i < this.algorithm.needed.length; i++) {\n var index = this.algorithm.schlupf.indexOf(this.algorithm.needed[i]);\n if (index >= 0) {\n var val = this.algorithm.resultArray[i];\n //this.algorithm.tableau[index][this.algorithm.tableau[0].length] = this.getValue(this.algorithm.needed[i]);\n console.log(\"Current Value: \" + this.algorithm.schlupf[index] + \" \" + val + \" GET VALUE: \" + this.getValue(this.algorithm.needed[i]));\n }\n \n }\n \n // SIMPLEX ITERATION STEP\n this.algorithm.simplexIteration();\n // ----------------------\n \n for (var i = 0; i < this.algorithm.resultArray.length; i++) {\n console.log(\"Result \" + this.algorithm.needed[i] + \": \" + this.algorithm.resultArray[i]);\n }\n \n for (var i = 0; i < this.algorithm.needed.length; i++) {\n this.setValue(this.algorithm.needed[i], this.algorithm.resultArray[i]);\n }\n \n this.printTableau();\n this.showVariableValues();\n\n } else {\n console.log(\"ALGORITHM FINISHED.\");\n\n this.printTableau(); \n this.stop();\n }\n \n\n}","funcProperties":{"__isSmartRef__":true,"id":3102},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3101":{"this":{"__isSmartRef__":true,"id":2334}},"3102":{"timestamp":{"__isSmartRef__":true,"id":3103},"user":"lisa.pfisterer","tags":[]},"3103":{"isSerializedDate":true,"string":"Thu Dec 06 2012 18:02:55 GMT+0100 (CET)"},"3104":{"varMapping":{"__isSmartRef__":true,"id":3105},"source":"function start() {\n this.initSimplex();\n this.startStepping(1000, \"simplexStep\")\n}","funcProperties":{"__isSmartRef__":true,"id":3106},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3105":{"this":{"__isSmartRef__":true,"id":2334}},"3106":{"timestamp":{"__isSmartRef__":true,"id":3107},"user":"lisa.pfisterer","tags":[]},"3107":{"isSerializedDate":true,"string":"Sat Dec 01 2012 18:56:37 GMT+0100 (CET)"},"3108":{"varMapping":{"__isSmartRef__":true,"id":3109},"source":"function stop() {\n this.stopStepping()\n}","funcProperties":{"__isSmartRef__":true,"id":3110},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3109":{"this":{"__isSmartRef__":true,"id":2334}},"3110":{"timestamp":{"__isSmartRef__":true,"id":3111},"user":"lisa.pfisterer","tags":[]},"3111":{"isSerializedDate":true,"string":"Sat Dec 01 2012 18:56:37 GMT+0100 (CET)"},"3112":{"varMapping":{"__isSmartRef__":true,"id":3113},"source":"function parseConstraints() {\n console.log(\"function: parseConstraints\");\n var constraintString = this.get(\"constraintsTextField\").getTextString();\n var constraints = constraintString.split(\"\\n\");\n this.get(\"variablesTextField\").setTextString(\"\");\n this.constraintsArray = new Array();\n \n for (var i = 0; i < constraints.length; i++) {\n if (constraints[i].trim() != \"\") {\n var prior = this.get(\"variablesTextField\").getTextString();\n\n var base = constraints[i].split(\")\")[0];\n var parts = base.split(\"(\");\n var methodName = parts[0];\n // console.log(\"methodName: \" + methodName);\n var variables = parts[1].split(\",\"); \n \n for (var j = 0; j < variables.length; j++) {\n variables[j] = variables[j].trim();\n }\n \n this.constraintsArray[i] = new Array(methodName, variables);\n \n switch (methodName) {\n case \"height\":\n this.height(variables);\n break;\n case \"width\":\n this.width(variables);\n break;\n case \"ratio\":\n this.ratio(variables);\n break;\n case \"position\":\n this.position(variables);\n break;\n default:\n break;\n }\n }\n }\n // console.log(\"Constraints Array: \" + this.constraintsArray);\n // this.get(\"variablesTextField\").setTextString(\"Arr: \" + this.constraintsArray);\n}","funcProperties":{"__isSmartRef__":true,"id":3114},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3113":{"this":{"__isSmartRef__":true,"id":2334}},"3114":{"timestamp":{"__isSmartRef__":true,"id":3115},"user":"lisa.pfisterer","tags":[]},"3115":{"isSerializedDate":true,"string":"Thu Dec 06 2012 17:59:33 GMT+0100 (CET)"},"3116":{"varMapping":{"__isSmartRef__":true,"id":3117},"source":"function testTableau() {\n var array = new Array();\n \n array[0] = new Array(0, 4, 4, 1, 1, 1);\n array[1] = new Array(0, 3, 1, 6, 5, 0);\n array[2] = new Array(\"x\", \"y\", \"x\", \"x\", \"x\", \"x\");\n //var test = new Array();\n //test[0] = new Array(4, 2, 3, 0);\n //array = array.concat(test);\n //array = this.extendArray(array);\n var xxx = new Array(9, 9);\n array = this.addConstraintArray(xxx, array);\n \n this.get(\"tableauTextField\").setTextString(array.join(\"\\n\"));\n}","funcProperties":{"__isSmartRef__":true,"id":3118},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3117":{"this":{"__isSmartRef__":true,"id":2334}},"3118":{"timestamp":{"__isSmartRef__":true,"id":3119},"user":"lisa.pfisterer","tags":[]},"3119":{"isSerializedDate":true,"string":"Sat Dec 01 2012 22:53:18 GMT+0100 (CET)"},"3120":{"varMapping":{"__isSmartRef__":true,"id":3121},"source":"function addConstraintArray(variables, sum) {\n \n var length = this.algorithm.tableau[0].length;\n console.log(\"function: addConstraintArray\");\n \n var helper = new Array();\n for (var i = 0; i < length; i++) {\n helper[i] = 0;\n }\n\n var maxFunct = this.algorithm.tableau.pop();\n \n for (var i = 0; i < variables.length; i++) {\n // console.log(\"variable: \" + variables[i][0]);\n var index = this.algorithm.all.indexOf(variables[i][0]);\n helper[index] = variables[i][1];\n if (! variables[i][0].startsWith(\"x\")) { // Schlupfvariable\n maxFunct[index] = -1;\n }\n }\n\n helper[length - 1] = sum;\n this.algorithm.tableau.push(helper);\n this.algorithm.tableau.push(maxFunct);\n // console.log(\"tableau: \" + this.algorithm.tableau);\n}","funcProperties":{"__isSmartRef__":true,"id":3122},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3121":{"this":{"__isSmartRef__":true,"id":2334}},"3122":{"timestamp":{"__isSmartRef__":true,"id":3123},"user":"lisa.pfisterer","tags":[]},"3123":{"isSerializedDate":true,"string":"Thu Dec 06 2012 17:49:25 GMT+0100 (CET)"},"3124":{"varMapping":{"__isSmartRef__":true,"id":3125},"source":"function extendArrayWithZeros(array) {\n for (var i = 0; i < array.length; i++) {\n var subarray = array[i];\n var last = subarray.pop();\n subarray.push(0);\n if (last == undefined) {\n subarray.push(0);\n } else {\n subarray.push(last);\n }\n }\n return array;\n}","funcProperties":{"__isSmartRef__":true,"id":3126},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3125":{"this":{"__isSmartRef__":true,"id":2334}},"3126":{"timestamp":{"__isSmartRef__":true,"id":3127},"user":"lisa.pfisterer","tags":[]},"3127":{"isSerializedDate":true,"string":"Sun Dec 02 2012 18:58:45 GMT+0100 (CET)"},"3128":{"varMapping":{"__isSmartRef__":true,"id":3129},"source":"function height(variables) {\n console.log(\"function: height\");\n var variable = variables[0] + \".h\";\n var value = variables[1];\n // console.log(\"Objectreference: \" + variable);\n // console.log(\"Value: \" + value);\n \n if (this.algorithm.all.indexOf(variable) < 0) {\n this.algorithm.all.push(variable);\n this.algorithm.needed.push(variable);\n\n this.extendArrayWithZeros(this.algorithm.tableau);\n }\n\n this.extendArrayWithZeros(this.algorithm.tableau);\n var schlupfVar = \"x\" + this.algorithm.schlupf.length;\n this.algorithm.all.push(schlupfVar);\n this.algorithm.schlupf.push(schlupfVar);\n \n this.addConstraintArray(new Array(new Array(variable, 1), new Array(schlupfVar, 1)), value);\n}","funcProperties":{"__isSmartRef__":true,"id":3130},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3129":{"this":{"__isSmartRef__":true,"id":2334}},"3130":{"timestamp":{"__isSmartRef__":true,"id":3131},"user":"lisa.pfisterer","tags":[]},"3131":{"isSerializedDate":true,"string":"Thu Dec 06 2012 17:39:19 GMT+0100 (CET)"},"3132":{"varMapping":{"__isSmartRef__":true,"id":3133},"source":"function addConstraint(type, element, value) {\n this.get(\"constraintsTextField\").setTextString(\n this.get(\"constraintsTextField\").textString + \"\\n\" +\n type + \"(\" + element + \", \" + value + \");\");\n this.currentConstraintType = null;\n}","funcProperties":{"__isSmartRef__":true,"id":3134},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3133":{"this":{"__isSmartRef__":true,"id":2334}},"3134":{"timestamp":{"__isSmartRef__":true,"id":3135},"user":"daniel.hoffmann","tags":[]},"3135":{"isSerializedDate":true,"string":"Sun Dec 02 2012 18:03:07 GMT+0100 (CET)"},"3136":{"varMapping":{"__isSmartRef__":true,"id":3137},"source":"function getValueForConstraintType(type, name1, name2) {\n debugger;\n if (type == \"width\"){\n return this.get(name1).getExtent().x;\n } else if (type == \"height\"){\n return this.get(name1).getExtent().y;\n } else if (type == \"position\"){\n var position = this.get(name1).getPosition();\n return position.x + \", \" + position.y;\n } else if (type == \"x\"){\n return this.get(name1).getPosition().x;\n } else if (type == \"y\"){\n return this.get(name1).getPosition().y;\n } else if (type == \"ratio\"){\n return this.getValueForConstraintType(name1.split(\".\")[1],name1.split(\".\")[0]) / this.getValueForConstraintType(name2.split(\".\")[1],name2.split(\".\")[0]);\n } else {\n return \"?\"\n }\n}","funcProperties":{"__isSmartRef__":true,"id":3138},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3137":{"this":{"__isSmartRef__":true,"id":2334}},"3138":{"timestamp":{"__isSmartRef__":true,"id":3139},"user":"daniel.hoffmann","tags":[]},"3139":{"isSerializedDate":true,"string":"Thu Dec 06 2012 18:38:18 GMT+0100 (CET)"},"3140":{"varMapping":{"__isSmartRef__":true,"id":3141},"source":"function select(name, part) {\n console.log(\"selected \" + name + \" \" + part);\n this.get(\"SelectedText\").setTextString(name);\n if(this.currentConstraintType != null){\n if(this.currentConstraintType == \"height\" || this.currentConstraintType == \"width\"){\n var value = this.getValueForConstraintType(this.currentConstraintType, name);\n this.addConstraint(this.currentConstraintType, name, value);\n } else if(this.currentConstraintType == \"ratio\"){\n if (this.firstRatioSide == null) {\n this.firstRatioSide = this.getRatioSide(name, part);\n } else {\n debugger;\n this.addRatioConstraint(this.currentConstraintType, \n this.firstRatioSide, this.getRatioSide(name, part), 1);\n }\n } else if(this.currentConstraintType == \"position\"){\n if (part == \"L\") {\n var value = this.getValueForConstraintType(\"x\", name);\n this.addConstraint(this.currentConstraintType, name + \".x\", value);\n }\n else if (part == \"T\") {\n var value = this.getValueForConstraintType(\"y\", name);\n this.addConstraint(this.currentConstraintType, name + \".y\", value);\n } else {\n var value = this.getValueForConstraintType(\n this.currentConstraintType, name);\n this.addConstraint(this.currentConstraintType, name, value);\n }\n } \n }\n}","funcProperties":{"__isSmartRef__":true,"id":3142},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3141":{"this":{"__isSmartRef__":true,"id":2334}},"3142":{"timestamp":{"__isSmartRef__":true,"id":3143},"user":"daniel.hoffmann","tags":[]},"3143":{"isSerializedDate":true,"string":"Thu Dec 06 2012 18:38:18 GMT+0100 (CET)"},"3144":{"varMapping":{"__isSmartRef__":true,"id":3145},"source":"function setCurrentConstraintType(type) {\n this.currentConstraintType = type;\n if(type == \"ratio\") {\n this.firstRatioSide = null;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":3146},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3145":{"this":{"__isSmartRef__":true,"id":2334}},"3146":{"timestamp":{"__isSmartRef__":true,"id":3147},"user":"daniel.hoffmann","tags":[]},"3147":{"isSerializedDate":true,"string":"Sun Dec 02 2012 17:53:45 GMT+0100 (CET)"},"3148":{"varMapping":{"__isSmartRef__":true,"id":3149},"source":"function roundTableau(array) {\n var roundedArray = new Array();\n for (var i = 0; i < array.length; i++) {\n roundedArray[i] = new Array();\n for (var j = 0; j < array[0].length; j++) {\n \n roundedArray[i][j] = Math.round(array[i][j] * 100) / 100;\n }\n }\n return roundedArray;\n}","funcProperties":{"__isSmartRef__":true,"id":3150},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3149":{"this":{"__isSmartRef__":true,"id":2334}},"3150":{"timestamp":{"__isSmartRef__":true,"id":3151},"user":"lisa.pfisterer","tags":[]},"3151":{"isSerializedDate":true,"string":"Sun Dec 02 2012 14:25:12 GMT+0100 (CET)"},"3152":{"varMapping":{"__isSmartRef__":true,"id":3153},"source":"function setValue(attribute, value) {\n var parts = attribute.split(\".\"); // bspw. rect1.x\n var objectName = parts[0]; // bspw. rect1\n var attributeName = parts[1] // bspw. x\n var object = this.get(objectName);\n \n switch (attributeName) {\n case \"h\":\n var extent = object.getExtent();\n extent.y = value;\n object.setExtent(extent);\n break;\n case \"w\":\n var extent = object.getExtent();\n extent.x = value;\n object.setExtent(extent);\n break;\n case \"x\":\n var position = object.getPosition();\n position.x = value;\n object.setPosition(position);\n break;\n case \"y\":\n var position= object.getPosition();\n position.y = value;\n object.setPosition(position);\n break;\n default:\n break;\n }\n \n}","funcProperties":{"__isSmartRef__":true,"id":3154},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3153":{"this":{"__isSmartRef__":true,"id":2334}},"3154":{"timestamp":{"__isSmartRef__":true,"id":3155},"user":"lisa.pfisterer","tags":[]},"3155":{"isSerializedDate":true,"string":"Thu Dec 06 2012 17:39:19 GMT+0100 (CET)"},"3156":{"varMapping":{"__isSmartRef__":true,"id":3157},"source":"function stepping() {\n this.startStepping(100, \"testStuff\")\n}","funcProperties":{"__isSmartRef__":true,"id":3158},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3157":{"this":{"__isSmartRef__":true,"id":2334}},"3158":{"timestamp":{"__isSmartRef__":true,"id":3159},"user":"lisa.pfisterer","tags":[]},"3159":{"isSerializedDate":true,"string":"Sun Dec 02 2012 14:26:27 GMT+0100 (CET)"},"3160":{"varMapping":{"__isSmartRef__":true,"id":3161},"source":"function testStuff() {\n //this.setValue(\"greenRect.height\", 300);\n //this.setValue(\"greenRect.width\", 150);\n var position = this.get(\"green\").getPosition();\n position.x = 300;\n this.get(\"green\").setPosition(position);\n \n}","funcProperties":{"__isSmartRef__":true,"id":3162},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3161":{"this":{"__isSmartRef__":true,"id":2334}},"3162":{"timestamp":{"__isSmartRef__":true,"id":3163},"user":"lisa.pfisterer","tags":[]},"3163":{"isSerializedDate":true,"string":"Thu Dec 06 2012 17:39:19 GMT+0100 (CET)"},"3164":{"varMapping":{"__isSmartRef__":true,"id":3165},"source":"function getRatioSide(name, part) {\n debugger;\n if (part == \"T\" || part == \"B\") {\n return name + \".width\";\n } else if (part == \"L\" || part == \"R\") {\n return name + \".height\";\n }\n}","funcProperties":{"__isSmartRef__":true,"id":3166},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3165":{"this":{"__isSmartRef__":true,"id":2334}},"3166":{"timestamp":{"__isSmartRef__":true,"id":3167},"user":"daniel.hoffmann","tags":[]},"3167":{"isSerializedDate":true,"string":"Sun Dec 02 2012 18:10:50 GMT+0100 (CET)"},"3168":{"varMapping":{"__isSmartRef__":true,"id":3169},"source":"function addRatioConstraint(type, side1, side2) {\n var value = this.getValueForConstraintType(type, side1, side2);\n this.addConstraint(type, side1 + \", \" + side2, value);\n this.currentConstraintType = null;\n}","funcProperties":{"__isSmartRef__":true,"id":3170},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3169":{"this":{"__isSmartRef__":true,"id":2334}},"3170":{"timestamp":{"__isSmartRef__":true,"id":3171},"user":"daniel.hoffmann","tags":[]},"3171":{"isSerializedDate":true,"string":"Thu Dec 06 2012 18:38:18 GMT+0100 (CET)"},"3172":{"varMapping":{"__isSmartRef__":true,"id":3173},"source":"function length(word) {\n var corrected = \"\";\n \n for (var i = 0; i <= 7 - word.length; i++) {\n corrected += \" \";\n }\n corrected += word;\n return corrected;\n}","funcProperties":{"__isSmartRef__":true,"id":3174},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3173":{"this":{"__isSmartRef__":true,"id":2334}},"3174":{"timestamp":{"__isSmartRef__":true,"id":3175},"user":"lisa.pfisterer","tags":[]},"3175":{"isSerializedDate":true,"string":"Sun Dec 02 2012 18:59:34 GMT+0100 (CET)"},"3176":{"varMapping":{"__isSmartRef__":true,"id":3177},"source":"function printTableau() {\n console.log(\"function: printTableau\");\n this.get(\"tableauTextField\").setTextString(\"\");\n var textString = \"Variablen: \" + this.algorithm.all + \"\\n\";\n textString += \"Gesucht: \" + this.algorithm.needed + \"\\n\";\n textString += \"Schlupfvariablen: \" + this.algorithm.schlupf + \"\\n\\n\";\n textString += \"Results: \" + this.algorithm.resultArray + \"\\n\\n\";\n \n var title = this.length(\"\");\n for (var i = 0; i < this.algorithm.all.length; i++) {\n title += this.length(this.algorithm.all[i]);\n }\n textString += title + \"\\n\";\n \n for (var i = 0; i < this.algorithm.tableau.length; i++) {\n var line = \"\";\n if (i < this.algorithm.schlupf.length) {\n line = this.length(this.algorithm.schlupf[i]);\n } else {\n line = this.length(\"F\");\n }\n \n for (var j = 0; j < this.algorithm.tableau[0].length; j++) {\n line += this.length(\"\" + (Math.round(this.algorithm.tableau[i][j] * 100) / 100));\n }\n textString += line + \"\\n\";\n }\n \n this.get(\"tableauTextField\").setTextString(textString);\n}","funcProperties":{"__isSmartRef__":true,"id":3178},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3177":{"this":{"__isSmartRef__":true,"id":2334}},"3178":{"timestamp":{"__isSmartRef__":true,"id":3179},"user":"lisa.pfisterer","tags":[]},"3179":{"isSerializedDate":true,"string":"Thu Dec 06 2012 17:39:19 GMT+0100 (CET)"},"3180":{"varMapping":{"__isSmartRef__":true,"id":3181},"source":"function showVariableValues() {\n console.log(\"showVariableValues\");\n var textString = \"\";\n for (var i = 0; i < this.algorithm.needed.length; i++) {\n textString += this.algorithm.needed[i] + \" \" + this.getValue(this.algorithm.needed[i] + \".height\") + \"\\n\";\n }\n this.get(\"variablesTextField\").setTextString(textString);\n \n}","funcProperties":{"__isSmartRef__":true,"id":3182},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3181":{"this":{"__isSmartRef__":true,"id":2334}},"3182":{"timestamp":{"__isSmartRef__":true,"id":3183},"user":"lisa.pfisterer","tags":[]},"3183":{"isSerializedDate":true,"string":"Sun Dec 02 2012 19:00:43 GMT+0100 (CET)"},"3184":{"varMapping":{"__isSmartRef__":true,"id":3185},"source":"function getValue(attribute) {\n var parts = attribute.split(\".\"); // bspw. rect1.x\n var objectName = parts[0]; // bspw. rect1\n var attributeName = parts[1] // bspw. x\n var object = this.get(objectName);\n \n switch (attributeName) {\n case \"h\":\n return object.getExtent().y;\n break;\n case \"w\":\n return object.getExtent().x;\n break;\n case \"x\":\n return object.getPosition().x;\n break;\n case \"y\":\n return object.getPosition().y;\n break;\n default:\n break;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":3186},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3185":{"this":{"__isSmartRef__":true,"id":2334}},"3186":{"timestamp":{"__isSmartRef__":true,"id":3187},"user":"lisa.pfisterer","tags":[]},"3187":{"isSerializedDate":true,"string":"Thu Dec 06 2012 17:59:33 GMT+0100 (CET)"},"3188":{"varMapping":{"__isSmartRef__":true,"id":3189},"source":"function width(variables) {\n var variable = variables[0] + \".w\";\n var value = variables[1];\n // console.log(\"Objectreference: \" + variable);\n // console.log(\"Value: \" + value);\n \n if (this.algorithm.all.indexOf(variable) < 0) {\n this.algorithm.all.push(variable);\n this.algorithm.needed.push(variable);\n\n this.extendArrayWithZeros(this.algorithm.tableau);\n }\n\n this.extendArrayWithZeros(this.algorithm.tableau);\n var schlupfVar = \"x\" + this.algorithm.schlupf.length;\n this.algorithm.all.push(schlupfVar);\n this.algorithm.schlupf.push(schlupfVar);\n \n this.addConstraintArray(new Array(new Array(variable, 1), new Array(schlupfVar, 1)), value);\n}","funcProperties":{"__isSmartRef__":true,"id":3190},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3189":{"this":{"__isSmartRef__":true,"id":2334}},"3190":{"timestamp":{"__isSmartRef__":true,"id":3191},"user":"lisa.pfisterer","tags":[]},"3191":{"isSerializedDate":true,"string":"Thu Dec 06 2012 17:39:19 GMT+0100 (CET)"},"3192":{"varMapping":{"__isSmartRef__":true,"id":3193},"source":"function ratio(variables) {\n var variable1 = variables[0];\n var variable2 = variables[1];\n var value = variables[2];\n // console.log(\"Objectreference: \" + variable1 + \", \" + variable2);\n // console.log(\"Value: \" + value);\n \n if (this.algorithm.all.indexOf(variable1) < 0) {\n this.algorithm.all.push(variable1);\n this.algorithm.needed.push(variable1);\n\n this.extendArrayWithZeros(this.algorithm.tableau);\n }\n if (this.algorithm.all.indexOf(variable2) < 0) {\n this.algorithm.all.push(variable2);\n this.algorithm.needed.push(variable2);\n\n this.extendArrayWithZeros(this.algorithm.tableau);\n }\n\n this.extendArrayWithZeros(this.algorithm.tableau);\n var schlupfVar = \"x\" + this.algorithm.schlupf.length;\n this.algorithm.all.push(schlupfVar);\n this.algorithm.schlupf.push(schlupfVar);\n \n this.addConstraintArray(new Array(new Array(variable1, value), new Array(variable2, -1)), 0);\n}","funcProperties":{"__isSmartRef__":true,"id":3194},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3193":{"this":{"__isSmartRef__":true,"id":2334}},"3194":{"timestamp":{"__isSmartRef__":true,"id":3195},"user":"lisa.pfisterer","tags":[]},"3195":{"isSerializedDate":true,"string":"Thu Dec 06 2012 17:39:19 GMT+0100 (CET)"},"3196":{"varMapping":{"__isSmartRef__":true,"id":3197},"source":"function position(variables) {\n console.log(\"function: position\");\n var variableX = variables[0] + \".x\";\n var variableY = variables[0] + \".y\";\n var valueX = variables[1];\n var valueY = variables[2];\n // console.log(\"Objectreference: \" + variable);\n // console.log(\"Value: \" + value);\n \n if (this.algorithm.all.indexOf(variableX) < 0) {\n this.algorithm.all.push(variableX);\n this.algorithm.needed.push(variableX);\n\n this.extendArrayWithZeros(this.algorithm.tableau);\n }\n\n this.extendArrayWithZeros(this.algorithm.tableau);\n var schlupfVar = \"x\" + this.algorithm.schlupf.length;\n this.algorithm.all.push(schlupfVar);\n this.algorithm.schlupf.push(schlupfVar);\n \n this.addConstraintArray(new Array(new Array(variableX, 1), new Array(schlupfVar, 1)), valueX);\n \n \n if (this.algorithm.all.indexOf(variableY) < 0) {\n this.algorithm.all.push(variableY);\n this.algorithm.needed.push(variableY);\n\n this.extendArrayWithZeros(this.algorithm.tableau);\n }\n\n this.extendArrayWithZeros(this.algorithm.tableau);\n var schlupfVar = \"x\" + this.algorithm.schlupf.length;\n this.algorithm.all.push(schlupfVar);\n this.algorithm.schlupf.push(schlupfVar);\n \n this.addConstraintArray(new Array(new Array(variableY, 1), new Array(schlupfVar, 1)), valueY);\n}","funcProperties":{"__isSmartRef__":true,"id":3198},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3197":{"this":{"__isSmartRef__":true,"id":2334}},"3198":{"timestamp":{"__isSmartRef__":true,"id":3199},"user":"lisa.pfisterer","tags":[]},"3199":{"isSerializedDate":true,"string":"Thu Dec 06 2012 17:39:19 GMT+0100 (CET)"},"3200":{"LK2":true,"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__layered_draggingEnabled__":true,"attributeConnections":[{"__isSmartRef__":true,"id":3201},{"__isSmartRef__":true,"id":6832},{"__isSmartRef__":true,"id":6834},{"__isSmartRef__":true,"id":6836},{"__isSmartRef__":true,"id":3225},{"__isSmartRef__":true,"id":3227},{"__isSmartRef__":true,"id":3229},{"__isSmartRef__":true,"id":3231}],"cameForward":false,"collapsedExtent":null,"collapsedTransform":null,"derivationIds":[1215,"CD1D2132-9803-45F0-938B-A3EBEFBF00C0","3DA45E92-65EE-4204-9FD1-B2937182D2A2","355D68D8-8232-482A-9523-6DB0E52810A0","A0BB5BEF-7109-48C0-A62E-DF7F9AF31E34","0C777EAA-8FAE-4CC7-9F13-BE5705616FE8","802A0A68-43C2-490F-8B92-F39EFC70898F","B3516BD2-CAA3-483F-BAFC-2CDE09EF880F","430E7A9A-C67D-44B4-A5D9-D07D7426B9D7","9DE2C4AC-0928-4F92-988A-29DD071EEC06","1BC6994F-E9DC-43BE-BC0A-76D1F52D5F13","23324C62-C0B2-40BC-901A-F734825A4726","4C8C3D09-70B0-4DBB-ABF0-03A08BD59980","BE34E85D-7B10-4886-9120-D1EB4297D09D","86EB8656-FBE4-4954-9035-0FE9EB68DCCD","35542C80-CA9F-4F55-BAB6-1481C899EFBC","5A67CE7B-B699-41DB-A547-FDC68922F28F","2155F4FD-E8CB-406E-B300-BB7A1D57515F","A80968D8-D7C7-4599-A868-4214D2A043B0","4908C26D-4574-45B2-B8B0-B7A467B16E8B","AF2693AE-FE25-4AC7-A2C6-91D74F879643","957A5DEE-53F0-447C-9F2F-89F64AA2AF5A"],"doNotCopyProperties":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"doNotSerialize":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"droppingEnabled":false,"eventHandler":{"__isSmartRef__":true,"id":6841},"expandedExtent":null,"expandedTransform":null,"halosEnabled":true,"highlighted":false,"id":"64537027-FDAD-4265-B4B5-4863F8DB7CE0","ignoreEventsOnExpand":false,"isBeingDragged":false,"layout":{"__isSmartRef__":true,"id":6842},"name":"PartsBinBrowser2","partsBinMetaInfo":{"__isSmartRef__":true,"id":6843},"prevScroll":[0,0],"scripts":[],"shape":{"__isSmartRef__":true,"id":6865},"showLog":false,"showsHalos":false,"submorphs":[{"__isSmartRef__":true,"id":3206},{"__isSmartRef__":true,"id":6866},{"__isSmartRef__":true,"id":6909}],"targetMorph":{"__isSmartRef__":true,"id":3206},"titleBar":{"__isSmartRef__":true,"id":6909},"owner":{"__isSmartRef__":true,"id":0},"__serializedExpressions__":["_Position","contentOffset","prevDragPos"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":6957},"__LivelyClassName__":"lively.morphic.Window","__SourceModuleName__":"Global.lively.morphic.Widgets","withoutLayers":["Global.lively.morphic.GrabbingLayer"],"_Position":"lively.pt(1739.1,729.4)","contentOffset":"lively.pt(0.0,21.0)","prevDragPos":"lively.pt(1007.0,312.0)"},"3201":{"dependedBy":{"__isSmartRef__":true,"id":3202},"sourceAttrName":"_Position","sourceObj":{"__isSmartRef__":true,"id":3200},"targetMethodName":"signalTarget","targetObj":{"__isSmartRef__":true,"id":3202},"varMapping":{"__isSmartRef__":true,"id":6840},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3202":{"dependendConnections":[{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3201},{"__isSmartRef__":true,"id":6832},{"__isSmartRef__":true,"id":6834},{"__isSmartRef__":true,"id":6836},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3201},{"__isSmartRef__":true,"id":6832},{"__isSmartRef__":true,"id":6834},{"__isSmartRef__":true,"id":6836},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3201},{"__isSmartRef__":true,"id":6832},{"__isSmartRef__":true,"id":6834},{"__isSmartRef__":true,"id":6836},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3201},{"__isSmartRef__":true,"id":6832},{"__isSmartRef__":true,"id":6834},{"__isSmartRef__":true,"id":6836},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3201},{"__isSmartRef__":true,"id":6832},{"__isSmartRef__":true,"id":6834},{"__isSmartRef__":true,"id":6836},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3201},{"__isSmartRef__":true,"id":6832},{"__isSmartRef__":true,"id":6834},{"__isSmartRef__":true,"id":6836},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3201},{"__isSmartRef__":true,"id":6832},{"__isSmartRef__":true,"id":6834},{"__isSmartRef__":true,"id":6836},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3201},{"__isSmartRef__":true,"id":6832},{"__isSmartRef__":true,"id":6834},{"__isSmartRef__":true,"id":6836},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3201},{"__isSmartRef__":true,"id":6832},{"__isSmartRef__":true,"id":6834},{"__isSmartRef__":true,"id":6836},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3201},{"__isSmartRef__":true,"id":6832},{"__isSmartRef__":true,"id":6834},{"__isSmartRef__":true,"id":6836},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3201},{"__isSmartRef__":true,"id":6832},{"__isSmartRef__":true,"id":6834},{"__isSmartRef__":true,"id":6836},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3201},{"__isSmartRef__":true,"id":6832},{"__isSmartRef__":true,"id":6834},{"__isSmartRef__":true,"id":6836},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3201},{"__isSmartRef__":true,"id":6832},{"__isSmartRef__":true,"id":6834},{"__isSmartRef__":true,"id":6836},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3201},{"__isSmartRef__":true,"id":6832},{"__isSmartRef__":true,"id":6834},{"__isSmartRef__":true,"id":6836},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3201},{"__isSmartRef__":true,"id":6832},{"__isSmartRef__":true,"id":6834},{"__isSmartRef__":true,"id":6836},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3201},{"__isSmartRef__":true,"id":6832},{"__isSmartRef__":true,"id":6834},{"__isSmartRef__":true,"id":6836},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3201},{"__isSmartRef__":true,"id":6832},{"__isSmartRef__":true,"id":6834},{"__isSmartRef__":true,"id":6836},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3201},{"__isSmartRef__":true,"id":6832},{"__isSmartRef__":true,"id":6834},{"__isSmartRef__":true,"id":6836},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3201},{"__isSmartRef__":true,"id":6832},{"__isSmartRef__":true,"id":6834},{"__isSmartRef__":true,"id":6836},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3201},{"__isSmartRef__":true,"id":6832},{"__isSmartRef__":true,"id":6834},{"__isSmartRef__":true,"id":6836}],"oldTransform":{"__isSmartRef__":true,"id":6838},"sourceAttrName":"globalTransform","sourceObj":{"__isSmartRef__":true,"id":3204},"targetMethodName":"alignToMagnet","targetObj":{"__isSmartRef__":true,"id":3238},"__LivelyClassName__":"lively.morphic.GeometryTransformConnection","__SourceModuleName__":"Global.lively.bindings.GeometryBindings"},"3203":{"dependedBy":{"__isSmartRef__":true,"id":3202},"sourceAttrName":"_Position","sourceObj":{"__isSmartRef__":true,"id":3204},"targetMethodName":"signalTarget","targetObj":{"__isSmartRef__":true,"id":3202},"varMapping":{"__isSmartRef__":true,"id":6831},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3204":{"_ClipMode":"visible","_Rotation":0,"_Scale":1,"attributeConnections":[{"__isSmartRef__":true,"id":3205},{"__isSmartRef__":true,"id":3202},{"__isSmartRef__":true,"id":3203},{"__isSmartRef__":true,"id":6806},{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6810}],"derivationIds":[1244,"C5093924-2C24-4CFD-B800-F131C46037DC","AB03EF5D-3025-4CB5-BEC2-E2C320D01FA0","817FF716-6521-4E26-BB87-16FA8F03677B","0F06625C-5212-45B6-A7D7-A07176D879F3","0ED68E94-8AB8-4A9A-A901-B500D901EAED","EF0C5FDE-98A3-45BD-8272-258EA652B5ED","98806A3E-629D-4352-BAA2-478838A8B085","A4F6BA8D-523C-411E-833E-DD810C034DB5","0CB2D4BC-8186-4D2F-BEA4-96BA094171C6","C0346302-E4FA-4685-861D-BF6C4697D40B","AC1B5887-56E7-4158-A93C-AD0CF60B3D87","9F28E804-B1DF-407A-90D2-DCF53D9BB909","1E73CC75-8F5D-42BD-9B81-7A64FDD0D205","484DD2FD-5AA0-4CEC-BB6C-1BBE9F32F6DC","AEACC2BC-5D09-41B9-A05D-2437E76BE49B","8A20C95D-D4D9-4AD5-8A55-CF241DB05538","65CA7334-2870-4045-BA15-D73FD78E21D0","19F6AD8A-BD21-4E66-9D47-F9B68C652286","C07D561A-DF9E-4474-AAC7-B967224DEF10","E0EABB3F-4A23-4600-AD91-A0610D0C513D","F9776351-75B7-4BE2-BC9F-85315C2B3503"],"doNotCopyProperties":["$$fire","$$_Position","$$_Scale","$$_Rotation","$$owner"],"doNotSerialize":["$$fire","$$_Position","$$_Scale","$$_Rotation","$$owner"],"droppingEnabled":false,"eventHandler":{"__isSmartRef__":true,"id":6812},"grabbingEnabled":false,"halosEnabled":true,"id":"E1770117-9C71-4F4A-B150-14DEE2FBE8F1","isActive":true,"label":{"__isSmartRef__":true,"id":6813},"layout":{"__isSmartRef__":true,"id":6818},"lighterFill":{"__isSmartRef__":true,"id":6819},"name":"moreButton","normalFill":{"__isSmartRef__":true,"id":6824},"owner":{"__isSmartRef__":true,"id":3206},"partsBinMetaInfo":{"__isSmartRef__":true,"id":6829},"registeredForMouseEvents":true,"scripts":[],"shape":{"__isSmartRef__":true,"id":6830},"showsHalos":false,"showsMorphMenu":true,"submorphs":[{"__isSmartRef__":true,"id":6813}],"toggle":false,"value":false,"isPressed":false,"__serializedExpressions__":["_Position","padding"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(718.4,14.0)","padding":"lively.rect(5,0,0,0)"},"3205":{"sourceAttrName":"fire","sourceObj":{"__isSmartRef__":true,"id":3204},"targetMethodName":"toggleMorePane","targetObj":{"__isSmartRef__":true,"id":3206},"visualConnector":{"__isSmartRef__":true,"id":3237},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3206":{"_ClipMode":"visible","_Rotation":0,"_Scale":1,"attributeConnections":[{"__isSmartRef__":true,"id":3207},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3210},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3216},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223}],"categoryName":"*latest*","connections":{"__isSmartRef__":true,"id":3252},"derivationIds":[1216,"DCEC3706-0AB9-4A0C-925F-475895BE1DF7","68426E58-E2B1-4674-9B39-B68EBCF20862","2669991A-6DFB-4E8C-B5E0-7AAFEB4C1F1B","28532929-9EF2-46BB-806D-E2DEDDDD7B23","C9A10B70-D314-40FE-8F60-89C176D369BE","AB7C8D37-027C-4F1A-94C9-6D9399870560","6C0D122F-738A-4887-A71E-60CC93389047","78714529-9A42-4AF0-89F3-94DB4F3E87BC","20E86927-BBA6-45B0-AE2E-74C6531A2D8B","7547ECC2-E4E3-4F53-A5E1-54BACD597352","8CA5479C-7CD1-4FAC-90E1-B9BB8C43706D","A1030CA3-704B-46AE-9627-A2843F9D1DC2","1888759D-BC9B-436F-9782-632D1000D7FB","B758B83B-AF79-4410-B88D-5EE31D7C17A9","F4363EF4-1C16-4D29-A79F-7B414DD0F1FD","044C9B49-71AD-499B-938B-CBBF60CD1BDA","E6F808B7-2CCE-4B5C-9B6F-1D7A22B8F936","FE4AD6D7-B486-4DF5-A4A8-C92A799C9FE8","C60B5C32-ED42-47EC-AF97-990B51202AE5","D25D38AB-2EF4-481E-943F-81594C990D3B","3D903981-B4DF-44AE-B790-3947547B7884"],"doNotCopyProperties":["$$categoryName","$$_Position","$$_Scale","$$_Rotation","$$owner"],"doNotSerialize":["$$categoryName","$$_Position","$$_Scale","$$_Rotation","$$owner","categories"],"droppingEnabled":false,"eventHandler":{"__isSmartRef__":true,"id":3254},"halosEnabled":true,"id":"48C94364-DB61-4AFD-8AE6-FF7A0068D6AD","isBeingDragged":false,"isCopyMorphRef":true,"layout":{"__isSmartRef__":true,"id":3255},"morphRefId":1,"name":"PartsBinBrowser","owner":{"__isSmartRef__":true,"id":3200},"partsBinMetaInfo":{"__isSmartRef__":true,"id":3256},"prevScroll":[0,0],"registeredForMouseEvents":true,"scripts":[],"selectedPartItem":null,"shape":{"__isSmartRef__":true,"id":3259},"showsHalos":false,"submorphs":[{"__isSmartRef__":true,"id":3260},{"__isSmartRef__":true,"id":3411},{"__isSmartRef__":true,"id":3417},{"__isSmartRef__":true,"id":3443},{"__isSmartRef__":true,"id":4678},{"__isSmartRef__":true,"id":4703},{"__isSmartRef__":true,"id":4728},{"__isSmartRef__":true,"id":4736},{"__isSmartRef__":true,"id":3204}],"allURLs":[{"__isSmartRef__":true,"id":4742},{"__isSmartRef__":true,"id":4743},{"__isSmartRef__":true,"id":4744},{"__isSmartRef__":true,"id":4745},{"__isSmartRef__":true,"id":4746},{"__isSmartRef__":true,"id":4747},{"__isSmartRef__":true,"id":4748},{"__isSmartRef__":true,"id":4749},{"__isSmartRef__":true,"id":4750},{"__isSmartRef__":true,"id":4751},{"__isSmartRef__":true,"id":4752},{"__isSmartRef__":true,"id":4753},{"__isSmartRef__":true,"id":4754},{"__isSmartRef__":true,"id":4755},{"__isSmartRef__":true,"id":4756},{"__isSmartRef__":true,"id":4757},{"__isSmartRef__":true,"id":4758},{"__isSmartRef__":true,"id":4759},{"__isSmartRef__":true,"id":4760},{"__isSmartRef__":true,"id":4761},{"__isSmartRef__":true,"id":4762},{"__isSmartRef__":true,"id":4763},{"__isSmartRef__":true,"id":4764},{"__isSmartRef__":true,"id":4765},{"__isSmartRef__":true,"id":4766},{"__isSmartRef__":true,"id":4767},{"__isSmartRef__":true,"id":4768},{"__isSmartRef__":true,"id":4769},{"__isSmartRef__":true,"id":4770},{"__isSmartRef__":true,"id":4771},{"__isSmartRef__":true,"id":4772},{"__isSmartRef__":true,"id":4773},{"__isSmartRef__":true,"id":4774},{"__isSmartRef__":true,"id":4775},{"__isSmartRef__":true,"id":4776},{"__isSmartRef__":true,"id":4777},{"__isSmartRef__":true,"id":4778},{"__isSmartRef__":true,"id":4779},{"__isSmartRef__":true,"id":4780},{"__isSmartRef__":true,"id":4781},{"__isSmartRef__":true,"id":4782},{"__isSmartRef__":true,"id":4783},{"__isSmartRef__":true,"id":4784},{"__isSmartRef__":true,"id":4785},{"__isSmartRef__":true,"id":4786},{"__isSmartRef__":true,"id":4787},{"__isSmartRef__":true,"id":4788},{"__isSmartRef__":true,"id":4789},{"__isSmartRef__":true,"id":4790},{"__isSmartRef__":true,"id":4791},{"__isSmartRef__":true,"id":4792},{"__isSmartRef__":true,"id":4793},{"__isSmartRef__":true,"id":4794},{"__isSmartRef__":true,"id":4795},{"__isSmartRef__":true,"id":4796},{"__isSmartRef__":true,"id":4797},{"__isSmartRef__":true,"id":4798},{"__isSmartRef__":true,"id":4799},{"__isSmartRef__":true,"id":4800},{"__isSmartRef__":true,"id":4801},{"__isSmartRef__":true,"id":4802},{"__isSmartRef__":true,"id":4803},{"__isSmartRef__":true,"id":4804},{"__isSmartRef__":true,"id":4805},{"__isSmartRef__":true,"id":4806},{"__isSmartRef__":true,"id":4807},{"__isSmartRef__":true,"id":4808},{"__isSmartRef__":true,"id":4809},{"__isSmartRef__":true,"id":4810},{"__isSmartRef__":true,"id":4811},{"__isSmartRef__":true,"id":4812},{"__isSmartRef__":true,"id":4813},{"__isSmartRef__":true,"id":4814},{"__isSmartRef__":true,"id":4815},{"__isSmartRef__":true,"id":4816},{"__isSmartRef__":true,"id":4817},{"__isSmartRef__":true,"id":4818},{"__isSmartRef__":true,"id":4819},{"__isSmartRef__":true,"id":4820},{"__isSmartRef__":true,"id":4821},{"__isSmartRef__":true,"id":4822},{"__isSmartRef__":true,"id":4823},{"__isSmartRef__":true,"id":4824},{"__isSmartRef__":true,"id":4825},{"__isSmartRef__":true,"id":4826},{"__isSmartRef__":true,"id":4827},{"__isSmartRef__":true,"id":4828},{"__isSmartRef__":true,"id":4829},{"__isSmartRef__":true,"id":4830},{"__isSmartRef__":true,"id":4831},{"__isSmartRef__":true,"id":4832},{"__isSmartRef__":true,"id":4833},{"__isSmartRef__":true,"id":4834},{"__isSmartRef__":true,"id":4835},{"__isSmartRef__":true,"id":4836},{"__isSmartRef__":true,"id":4837},{"__isSmartRef__":true,"id":4838},{"__isSmartRef__":true,"id":4839},{"__isSmartRef__":true,"id":4840},{"__isSmartRef__":true,"id":4841},{"__isSmartRef__":true,"id":4842},{"__isSmartRef__":true,"id":4843},{"__isSmartRef__":true,"id":4844},{"__isSmartRef__":true,"id":4845},{"__isSmartRef__":true,"id":4846},{"__isSmartRef__":true,"id":4847},{"__isSmartRef__":true,"id":4848},{"__isSmartRef__":true,"id":4849},{"__isSmartRef__":true,"id":4850},{"__isSmartRef__":true,"id":4851},{"__isSmartRef__":true,"id":4852},{"__isSmartRef__":true,"id":4853},{"__isSmartRef__":true,"id":4854},{"__isSmartRef__":true,"id":4855},{"__isSmartRef__":true,"id":4856},{"__isSmartRef__":true,"id":4857},{"__isSmartRef__":true,"id":4858},{"__isSmartRef__":true,"id":4859},{"__isSmartRef__":true,"id":4860},{"__isSmartRef__":true,"id":4861},{"__isSmartRef__":true,"id":4862},{"__isSmartRef__":true,"id":4863},{"__isSmartRef__":true,"id":4864},{"__isSmartRef__":true,"id":4865},{"__isSmartRef__":true,"id":4866},{"__isSmartRef__":true,"id":4867},{"__isSmartRef__":true,"id":4868},{"__isSmartRef__":true,"id":4869},{"__isSmartRef__":true,"id":4870},{"__isSmartRef__":true,"id":4871},{"__isSmartRef__":true,"id":4872},{"__isSmartRef__":true,"id":4873},{"__isSmartRef__":true,"id":4874},{"__isSmartRef__":true,"id":4875},{"__isSmartRef__":true,"id":4876},{"__isSmartRef__":true,"id":4877},{"__isSmartRef__":true,"id":4878},{"__isSmartRef__":true,"id":4879},{"__isSmartRef__":true,"id":4880},{"__isSmartRef__":true,"id":4881},{"__isSmartRef__":true,"id":4882},{"__isSmartRef__":true,"id":4883},{"__isSmartRef__":true,"id":4884},{"__isSmartRef__":true,"id":4885},{"__isSmartRef__":true,"id":4886},{"__isSmartRef__":true,"id":4887},{"__isSmartRef__":true,"id":4888},{"__isSmartRef__":true,"id":4889},{"__isSmartRef__":true,"id":4890},{"__isSmartRef__":true,"id":4891},{"__isSmartRef__":true,"id":4892},{"__isSmartRef__":true,"id":4893},{"__isSmartRef__":true,"id":4894},{"__isSmartRef__":true,"id":4895},{"__isSmartRef__":true,"id":4896},{"__isSmartRef__":true,"id":4897},{"__isSmartRef__":true,"id":4898},{"__isSmartRef__":true,"id":4899},{"__isSmartRef__":true,"id":4900},{"__isSmartRef__":true,"id":4901},{"__isSmartRef__":true,"id":4902},{"__isSmartRef__":true,"id":4903},{"__isSmartRef__":true,"id":4904},{"__isSmartRef__":true,"id":4905},{"__isSmartRef__":true,"id":4906},{"__isSmartRef__":true,"id":4907},{"__isSmartRef__":true,"id":4908},{"__isSmartRef__":true,"id":4909},{"__isSmartRef__":true,"id":4910},{"__isSmartRef__":true,"id":4911},{"__isSmartRef__":true,"id":4912},{"__isSmartRef__":true,"id":4913},{"__isSmartRef__":true,"id":4914},{"__isSmartRef__":true,"id":4915},{"__isSmartRef__":true,"id":4916},{"__isSmartRef__":true,"id":4917},{"__isSmartRef__":true,"id":4918},{"__isSmartRef__":true,"id":4919},{"__isSmartRef__":true,"id":4920},{"__isSmartRef__":true,"id":4921},{"__isSmartRef__":true,"id":4922},{"__isSmartRef__":true,"id":4923},{"__isSmartRef__":true,"id":4924},{"__isSmartRef__":true,"id":4925},{"__isSmartRef__":true,"id":4926},{"__isSmartRef__":true,"id":4927},{"__isSmartRef__":true,"id":4928},{"__isSmartRef__":true,"id":4929},{"__isSmartRef__":true,"id":4930},{"__isSmartRef__":true,"id":4931},{"__isSmartRef__":true,"id":4932},{"__isSmartRef__":true,"id":4933},{"__isSmartRef__":true,"id":4934},{"__isSmartRef__":true,"id":4935},{"__isSmartRef__":true,"id":4936},{"__isSmartRef__":true,"id":4937},{"__isSmartRef__":true,"id":4938},{"__isSmartRef__":true,"id":4939},{"__isSmartRef__":true,"id":4940},{"__isSmartRef__":true,"id":4941},{"__isSmartRef__":true,"id":4942},{"__isSmartRef__":true,"id":4943},{"__isSmartRef__":true,"id":4944},{"__isSmartRef__":true,"id":4945},{"__isSmartRef__":true,"id":4946},{"__isSmartRef__":true,"id":4947},{"__isSmartRef__":true,"id":4948},{"__isSmartRef__":true,"id":4949},{"__isSmartRef__":true,"id":4950},{"__isSmartRef__":true,"id":4951},{"__isSmartRef__":true,"id":4952},{"__isSmartRef__":true,"id":4953},{"__isSmartRef__":true,"id":4954},{"__isSmartRef__":true,"id":4955},{"__isSmartRef__":true,"id":4956},{"__isSmartRef__":true,"id":4957},{"__isSmartRef__":true,"id":4958},{"__isSmartRef__":true,"id":4959},{"__isSmartRef__":true,"id":4960},{"__isSmartRef__":true,"id":4961},{"__isSmartRef__":true,"id":4962},{"__isSmartRef__":true,"id":4963},{"__isSmartRef__":true,"id":4964},{"__isSmartRef__":true,"id":4965},{"__isSmartRef__":true,"id":4966},{"__isSmartRef__":true,"id":4967},{"__isSmartRef__":true,"id":4968},{"__isSmartRef__":true,"id":4969},{"__isSmartRef__":true,"id":4970},{"__isSmartRef__":true,"id":4971},{"__isSmartRef__":true,"id":4972},{"__isSmartRef__":true,"id":4973},{"__isSmartRef__":true,"id":4974},{"__isSmartRef__":true,"id":4975},{"__isSmartRef__":true,"id":4976},{"__isSmartRef__":true,"id":4977},{"__isSmartRef__":true,"id":4978},{"__isSmartRef__":true,"id":4979},{"__isSmartRef__":true,"id":4980},{"__isSmartRef__":true,"id":4981},{"__isSmartRef__":true,"id":4982},{"__isSmartRef__":true,"id":4983},{"__isSmartRef__":true,"id":4984},{"__isSmartRef__":true,"id":4985},{"__isSmartRef__":true,"id":4986},{"__isSmartRef__":true,"id":4987},{"__isSmartRef__":true,"id":4988},{"__isSmartRef__":true,"id":4989},{"__isSmartRef__":true,"id":4990},{"__isSmartRef__":true,"id":4991},{"__isSmartRef__":true,"id":4992},{"__isSmartRef__":true,"id":4993},{"__isSmartRef__":true,"id":4994},{"__isSmartRef__":true,"id":4995},{"__isSmartRef__":true,"id":4996},{"__isSmartRef__":true,"id":4997},{"__isSmartRef__":true,"id":4998},{"__isSmartRef__":true,"id":4999},{"__isSmartRef__":true,"id":5000},{"__isSmartRef__":true,"id":5001},{"__isSmartRef__":true,"id":5002},{"__isSmartRef__":true,"id":5003},{"__isSmartRef__":true,"id":5004},{"__isSmartRef__":true,"id":5005},{"__isSmartRef__":true,"id":5006},{"__isSmartRef__":true,"id":5007},{"__isSmartRef__":true,"id":5008},{"__isSmartRef__":true,"id":5009},{"__isSmartRef__":true,"id":5010},{"__isSmartRef__":true,"id":5011},{"__isSmartRef__":true,"id":5012},{"__isSmartRef__":true,"id":5013},{"__isSmartRef__":true,"id":5014},{"__isSmartRef__":true,"id":5015},{"__isSmartRef__":true,"id":5016},{"__isSmartRef__":true,"id":5017},{"__isSmartRef__":true,"id":5018},{"__isSmartRef__":true,"id":5019},{"__isSmartRef__":true,"id":5020},{"__isSmartRef__":true,"id":5021},{"__isSmartRef__":true,"id":5022},{"__isSmartRef__":true,"id":5023},{"__isSmartRef__":true,"id":5024},{"__isSmartRef__":true,"id":5025},{"__isSmartRef__":true,"id":5026},{"__isSmartRef__":true,"id":5027},{"__isSmartRef__":true,"id":5028},{"__isSmartRef__":true,"id":5029},{"__isSmartRef__":true,"id":5030},{"__isSmartRef__":true,"id":5031},{"__isSmartRef__":true,"id":5032},{"__isSmartRef__":true,"id":5033},{"__isSmartRef__":true,"id":5034},{"__isSmartRef__":true,"id":5035},{"__isSmartRef__":true,"id":5036},{"__isSmartRef__":true,"id":5037},{"__isSmartRef__":true,"id":5038},{"__isSmartRef__":true,"id":5039},{"__isSmartRef__":true,"id":5040},{"__isSmartRef__":true,"id":5041},{"__isSmartRef__":true,"id":5042},{"__isSmartRef__":true,"id":5043},{"__isSmartRef__":true,"id":5044},{"__isSmartRef__":true,"id":5045},{"__isSmartRef__":true,"id":5046},{"__isSmartRef__":true,"id":5047},{"__isSmartRef__":true,"id":5048},{"__isSmartRef__":true,"id":5049},{"__isSmartRef__":true,"id":5050},{"__isSmartRef__":true,"id":5051},{"__isSmartRef__":true,"id":5052},{"__isSmartRef__":true,"id":5053},{"__isSmartRef__":true,"id":5054},{"__isSmartRef__":true,"id":5055},{"__isSmartRef__":true,"id":5056},{"__isSmartRef__":true,"id":5057},{"__isSmartRef__":true,"id":5058},{"__isSmartRef__":true,"id":5059},{"__isSmartRef__":true,"id":5060},{"__isSmartRef__":true,"id":5061},{"__isSmartRef__":true,"id":5062},{"__isSmartRef__":true,"id":5063},{"__isSmartRef__":true,"id":5064},{"__isSmartRef__":true,"id":5065},{"__isSmartRef__":true,"id":5066},{"__isSmartRef__":true,"id":5067},{"__isSmartRef__":true,"id":5068},{"__isSmartRef__":true,"id":5069},{"__isSmartRef__":true,"id":5070},{"__isSmartRef__":true,"id":5071},{"__isSmartRef__":true,"id":5072},{"__isSmartRef__":true,"id":5073},{"__isSmartRef__":true,"id":5074},{"__isSmartRef__":true,"id":5075},{"__isSmartRef__":true,"id":5076},{"__isSmartRef__":true,"id":5077},{"__isSmartRef__":true,"id":5078},{"__isSmartRef__":true,"id":5079},{"__isSmartRef__":true,"id":5080},{"__isSmartRef__":true,"id":5081},{"__isSmartRef__":true,"id":5082},{"__isSmartRef__":true,"id":5083},{"__isSmartRef__":true,"id":5084},{"__isSmartRef__":true,"id":5085},{"__isSmartRef__":true,"id":5086},{"__isSmartRef__":true,"id":5087},{"__isSmartRef__":true,"id":5088},{"__isSmartRef__":true,"id":5089},{"__isSmartRef__":true,"id":5090},{"__isSmartRef__":true,"id":5091},{"__isSmartRef__":true,"id":5092},{"__isSmartRef__":true,"id":5093},{"__isSmartRef__":true,"id":5094},{"__isSmartRef__":true,"id":5095},{"__isSmartRef__":true,"id":5096},{"__isSmartRef__":true,"id":5097},{"__isSmartRef__":true,"id":5098},{"__isSmartRef__":true,"id":5099},{"__isSmartRef__":true,"id":5100},{"__isSmartRef__":true,"id":5101},{"__isSmartRef__":true,"id":5102},{"__isSmartRef__":true,"id":5103},{"__isSmartRef__":true,"id":5104},{"__isSmartRef__":true,"id":5105},{"__isSmartRef__":true,"id":5106},{"__isSmartRef__":true,"id":5107},{"__isSmartRef__":true,"id":5108},{"__isSmartRef__":true,"id":5109},{"__isSmartRef__":true,"id":5110},{"__isSmartRef__":true,"id":5111},{"__isSmartRef__":true,"id":5112},{"__isSmartRef__":true,"id":5113},{"__isSmartRef__":true,"id":5114},{"__isSmartRef__":true,"id":5115},{"__isSmartRef__":true,"id":5116},{"__isSmartRef__":true,"id":5117},{"__isSmartRef__":true,"id":5118},{"__isSmartRef__":true,"id":5119},{"__isSmartRef__":true,"id":5120},{"__isSmartRef__":true,"id":5121},{"__isSmartRef__":true,"id":5122},{"__isSmartRef__":true,"id":5123},{"__isSmartRef__":true,"id":5124},{"__isSmartRef__":true,"id":5125},{"__isSmartRef__":true,"id":5126},{"__isSmartRef__":true,"id":5127},{"__isSmartRef__":true,"id":5128},{"__isSmartRef__":true,"id":5129},{"__isSmartRef__":true,"id":5130},{"__isSmartRef__":true,"id":5131},{"__isSmartRef__":true,"id":5132},{"__isSmartRef__":true,"id":5133},{"__isSmartRef__":true,"id":5134},{"__isSmartRef__":true,"id":5135},{"__isSmartRef__":true,"id":5136},{"__isSmartRef__":true,"id":5137},{"__isSmartRef__":true,"id":5138},{"__isSmartRef__":true,"id":5139},{"__isSmartRef__":true,"id":5140},{"__isSmartRef__":true,"id":5141},{"__isSmartRef__":true,"id":5142},{"__isSmartRef__":true,"id":5143},{"__isSmartRef__":true,"id":5144},{"__isSmartRef__":true,"id":5145},{"__isSmartRef__":true,"id":5146},{"__isSmartRef__":true,"id":5147},{"__isSmartRef__":true,"id":5148},{"__isSmartRef__":true,"id":5149},{"__isSmartRef__":true,"id":5150},{"__isSmartRef__":true,"id":5151},{"__isSmartRef__":true,"id":5152},{"__isSmartRef__":true,"id":5153},{"__isSmartRef__":true,"id":5154},{"__isSmartRef__":true,"id":5155},{"__isSmartRef__":true,"id":5156},{"__isSmartRef__":true,"id":5157},{"__isSmartRef__":true,"id":5158},{"__isSmartRef__":true,"id":5159},{"__isSmartRef__":true,"id":5160},{"__isSmartRef__":true,"id":5161},{"__isSmartRef__":true,"id":5162},{"__isSmartRef__":true,"id":5163},{"__isSmartRef__":true,"id":5164},{"__isSmartRef__":true,"id":5165},{"__isSmartRef__":true,"id":5166},{"__isSmartRef__":true,"id":5167},{"__isSmartRef__":true,"id":5168},{"__isSmartRef__":true,"id":5169},{"__isSmartRef__":true,"id":5170},{"__isSmartRef__":true,"id":5171},{"__isSmartRef__":true,"id":5172},{"__isSmartRef__":true,"id":5173},{"__isSmartRef__":true,"id":5174},{"__isSmartRef__":true,"id":5175},{"__isSmartRef__":true,"id":5176},{"__isSmartRef__":true,"id":5177},{"__isSmartRef__":true,"id":5178},{"__isSmartRef__":true,"id":5179},{"__isSmartRef__":true,"id":5180},{"__isSmartRef__":true,"id":5181},{"__isSmartRef__":true,"id":5182},{"__isSmartRef__":true,"id":5183},{"__isSmartRef__":true,"id":5184},{"__isSmartRef__":true,"id":5185},{"__isSmartRef__":true,"id":5186},{"__isSmartRef__":true,"id":5187},{"__isSmartRef__":true,"id":5188},{"__isSmartRef__":true,"id":5189},{"__isSmartRef__":true,"id":5190},{"__isSmartRef__":true,"id":5191},{"__isSmartRef__":true,"id":5192},{"__isSmartRef__":true,"id":5193},{"__isSmartRef__":true,"id":5194},{"__isSmartRef__":true,"id":5195},{"__isSmartRef__":true,"id":5196},{"__isSmartRef__":true,"id":5197},{"__isSmartRef__":true,"id":5198},{"__isSmartRef__":true,"id":5199},{"__isSmartRef__":true,"id":5200},{"__isSmartRef__":true,"id":5201},{"__isSmartRef__":true,"id":5202},{"__isSmartRef__":true,"id":5203},{"__isSmartRef__":true,"id":5204},{"__isSmartRef__":true,"id":5205},{"__isSmartRef__":true,"id":5206},{"__isSmartRef__":true,"id":5207},{"__isSmartRef__":true,"id":5208},{"__isSmartRef__":true,"id":5209},{"__isSmartRef__":true,"id":5210},{"__isSmartRef__":true,"id":5211},{"__isSmartRef__":true,"id":5212},{"__isSmartRef__":true,"id":5213},{"__isSmartRef__":true,"id":5214},{"__isSmartRef__":true,"id":5215},{"__isSmartRef__":true,"id":5216},{"__isSmartRef__":true,"id":5217},{"__isSmartRef__":true,"id":5218},{"__isSmartRef__":true,"id":5219},{"__isSmartRef__":true,"id":5220},{"__isSmartRef__":true,"id":5221},{"__isSmartRef__":true,"id":5222},{"__isSmartRef__":true,"id":5223},{"__isSmartRef__":true,"id":5224},{"__isSmartRef__":true,"id":5225},{"__isSmartRef__":true,"id":5226},{"__isSmartRef__":true,"id":5227},{"__isSmartRef__":true,"id":5228},{"__isSmartRef__":true,"id":5229},{"__isSmartRef__":true,"id":5230},{"__isSmartRef__":true,"id":5231},{"__isSmartRef__":true,"id":5232},{"__isSmartRef__":true,"id":5233},{"__isSmartRef__":true,"id":5234},{"__isSmartRef__":true,"id":5235},{"__isSmartRef__":true,"id":5236},{"__isSmartRef__":true,"id":5237},{"__isSmartRef__":true,"id":5238},{"__isSmartRef__":true,"id":5239},{"__isSmartRef__":true,"id":5240},{"__isSmartRef__":true,"id":5241},{"__isSmartRef__":true,"id":5242},{"__isSmartRef__":true,"id":5243},{"__isSmartRef__":true,"id":5244},{"__isSmartRef__":true,"id":5245},{"__isSmartRef__":true,"id":5246},{"__isSmartRef__":true,"id":5247},{"__isSmartRef__":true,"id":5248},{"__isSmartRef__":true,"id":5249},{"__isSmartRef__":true,"id":5250},{"__isSmartRef__":true,"id":5251},{"__isSmartRef__":true,"id":5252},{"__isSmartRef__":true,"id":5253},{"__isSmartRef__":true,"id":5254},{"__isSmartRef__":true,"id":5255},{"__isSmartRef__":true,"id":5256},{"__isSmartRef__":true,"id":5257},{"__isSmartRef__":true,"id":5258},{"__isSmartRef__":true,"id":5259},{"__isSmartRef__":true,"id":5260},{"__isSmartRef__":true,"id":5261},{"__isSmartRef__":true,"id":5262},{"__isSmartRef__":true,"id":5263},{"__isSmartRef__":true,"id":5264},{"__isSmartRef__":true,"id":5265},{"__isSmartRef__":true,"id":5266},{"__isSmartRef__":true,"id":5267},{"__isSmartRef__":true,"id":5268},{"__isSmartRef__":true,"id":5269},{"__isSmartRef__":true,"id":5270},{"__isSmartRef__":true,"id":5271},{"__isSmartRef__":true,"id":5272},{"__isSmartRef__":true,"id":5273},{"__isSmartRef__":true,"id":5274},{"__isSmartRef__":true,"id":5275},{"__isSmartRef__":true,"id":5276},{"__isSmartRef__":true,"id":5277},{"__isSmartRef__":true,"id":5278},{"__isSmartRef__":true,"id":5279},{"__isSmartRef__":true,"id":5280},{"__isSmartRef__":true,"id":5281},{"__isSmartRef__":true,"id":5282},{"__isSmartRef__":true,"id":5283},{"__isSmartRef__":true,"id":5284},{"__isSmartRef__":true,"id":5285},{"__isSmartRef__":true,"id":5286},{"__isSmartRef__":true,"id":5287},{"__isSmartRef__":true,"id":5288},{"__isSmartRef__":true,"id":5289},{"__isSmartRef__":true,"id":5290},{"__isSmartRef__":true,"id":5291},{"__isSmartRef__":true,"id":5292},{"__isSmartRef__":true,"id":5293},{"__isSmartRef__":true,"id":5294},{"__isSmartRef__":true,"id":5295},{"__isSmartRef__":true,"id":5296},{"__isSmartRef__":true,"id":5297},{"__isSmartRef__":true,"id":5298},{"__isSmartRef__":true,"id":5299},{"__isSmartRef__":true,"id":5300},{"__isSmartRef__":true,"id":5301},{"__isSmartRef__":true,"id":5302},{"__isSmartRef__":true,"id":5303},{"__isSmartRef__":true,"id":5304},{"__isSmartRef__":true,"id":5305},{"__isSmartRef__":true,"id":5306},{"__isSmartRef__":true,"id":5307},{"__isSmartRef__":true,"id":5308},{"__isSmartRef__":true,"id":5309},{"__isSmartRef__":true,"id":5310},{"__isSmartRef__":true,"id":5311},{"__isSmartRef__":true,"id":5312},{"__isSmartRef__":true,"id":5313},{"__isSmartRef__":true,"id":5314},{"__isSmartRef__":true,"id":5315},{"__isSmartRef__":true,"id":5316},{"__isSmartRef__":true,"id":5317},{"__isSmartRef__":true,"id":5318},{"__isSmartRef__":true,"id":5319},{"__isSmartRef__":true,"id":5320},{"__isSmartRef__":true,"id":5321},{"__isSmartRef__":true,"id":5322},{"__isSmartRef__":true,"id":5323},{"__isSmartRef__":true,"id":5324},{"__isSmartRef__":true,"id":5325},{"__isSmartRef__":true,"id":5326},{"__isSmartRef__":true,"id":5327},{"__isSmartRef__":true,"id":5328},{"__isSmartRef__":true,"id":5329},{"__isSmartRef__":true,"id":5330},{"__isSmartRef__":true,"id":5331},{"__isSmartRef__":true,"id":5332},{"__isSmartRef__":true,"id":5333},{"__isSmartRef__":true,"id":5334},{"__isSmartRef__":true,"id":5335},{"__isSmartRef__":true,"id":5336},{"__isSmartRef__":true,"id":5337},{"__isSmartRef__":true,"id":5338},{"__isSmartRef__":true,"id":5339},{"__isSmartRef__":true,"id":5340},{"__isSmartRef__":true,"id":5341},{"__isSmartRef__":true,"id":5342},{"__isSmartRef__":true,"id":5343},{"__isSmartRef__":true,"id":5344},{"__isSmartRef__":true,"id":5345},{"__isSmartRef__":true,"id":5346},{"__isSmartRef__":true,"id":5347},{"__isSmartRef__":true,"id":5348},{"__isSmartRef__":true,"id":5349},{"__isSmartRef__":true,"id":5350},{"__isSmartRef__":true,"id":5351},{"__isSmartRef__":true,"id":5352},{"__isSmartRef__":true,"id":5353},{"__isSmartRef__":true,"id":5354},{"__isSmartRef__":true,"id":5355},{"__isSmartRef__":true,"id":5356},{"__isSmartRef__":true,"id":5357},{"__isSmartRef__":true,"id":5358},{"__isSmartRef__":true,"id":5359},{"__isSmartRef__":true,"id":5360},{"__isSmartRef__":true,"id":5361},{"__isSmartRef__":true,"id":5362},{"__isSmartRef__":true,"id":5363},{"__isSmartRef__":true,"id":5364},{"__isSmartRef__":true,"id":5365},{"__isSmartRef__":true,"id":5366},{"__isSmartRef__":true,"id":5367},{"__isSmartRef__":true,"id":5368},{"__isSmartRef__":true,"id":5369},{"__isSmartRef__":true,"id":5370},{"__isSmartRef__":true,"id":5371},{"__isSmartRef__":true,"id":5372},{"__isSmartRef__":true,"id":5373},{"__isSmartRef__":true,"id":5374},{"__isSmartRef__":true,"id":5375},{"__isSmartRef__":true,"id":5376},{"__isSmartRef__":true,"id":5377},{"__isSmartRef__":true,"id":5378},{"__isSmartRef__":true,"id":5379},{"__isSmartRef__":true,"id":5380},{"__isSmartRef__":true,"id":5381},{"__isSmartRef__":true,"id":5382},{"__isSmartRef__":true,"id":5383},{"__isSmartRef__":true,"id":5384},{"__isSmartRef__":true,"id":5385},{"__isSmartRef__":true,"id":5386},{"__isSmartRef__":true,"id":5387},{"__isSmartRef__":true,"id":5388},{"__isSmartRef__":true,"id":5389},{"__isSmartRef__":true,"id":5390},{"__isSmartRef__":true,"id":5391},{"__isSmartRef__":true,"id":5392},{"__isSmartRef__":true,"id":5393},{"__isSmartRef__":true,"id":5394},{"__isSmartRef__":true,"id":5395},{"__isSmartRef__":true,"id":5396},{"__isSmartRef__":true,"id":5397},{"__isSmartRef__":true,"id":5398},{"__isSmartRef__":true,"id":5399},{"__isSmartRef__":true,"id":5400},{"__isSmartRef__":true,"id":5401},{"__isSmartRef__":true,"id":5402},{"__isSmartRef__":true,"id":5403},{"__isSmartRef__":true,"id":5404},{"__isSmartRef__":true,"id":5405},{"__isSmartRef__":true,"id":5406},{"__isSmartRef__":true,"id":5407},{"__isSmartRef__":true,"id":5408},{"__isSmartRef__":true,"id":5409},{"__isSmartRef__":true,"id":5410},{"__isSmartRef__":true,"id":5411},{"__isSmartRef__":true,"id":5412},{"__isSmartRef__":true,"id":5413},{"__isSmartRef__":true,"id":5414},{"__isSmartRef__":true,"id":5415},{"__isSmartRef__":true,"id":5416},{"__isSmartRef__":true,"id":5417},{"__isSmartRef__":true,"id":5418},{"__isSmartRef__":true,"id":5419},{"__isSmartRef__":true,"id":5420},{"__isSmartRef__":true,"id":5421},{"__isSmartRef__":true,"id":5422},{"__isSmartRef__":true,"id":5423},{"__isSmartRef__":true,"id":5424},{"__isSmartRef__":true,"id":5425},{"__isSmartRef__":true,"id":5426},{"__isSmartRef__":true,"id":5427},{"__isSmartRef__":true,"id":5428},{"__isSmartRef__":true,"id":5429},{"__isSmartRef__":true,"id":5430},{"__isSmartRef__":true,"id":5431},{"__isSmartRef__":true,"id":5432},{"__isSmartRef__":true,"id":5433},{"__isSmartRef__":true,"id":5434},{"__isSmartRef__":true,"id":5435},{"__isSmartRef__":true,"id":5436},{"__isSmartRef__":true,"id":5437},{"__isSmartRef__":true,"id":5438},{"__isSmartRef__":true,"id":5439},{"__isSmartRef__":true,"id":5440},{"__isSmartRef__":true,"id":5441},{"__isSmartRef__":true,"id":5442},{"__isSmartRef__":true,"id":5443},{"__isSmartRef__":true,"id":5444},{"__isSmartRef__":true,"id":5445},{"__isSmartRef__":true,"id":5446},{"__isSmartRef__":true,"id":5447},{"__isSmartRef__":true,"id":5448},{"__isSmartRef__":true,"id":5449},{"__isSmartRef__":true,"id":5450},{"__isSmartRef__":true,"id":5451},{"__isSmartRef__":true,"id":5452},{"__isSmartRef__":true,"id":5453},{"__isSmartRef__":true,"id":5454},{"__isSmartRef__":true,"id":5455},{"__isSmartRef__":true,"id":5456},{"__isSmartRef__":true,"id":5457},{"__isSmartRef__":true,"id":5458},{"__isSmartRef__":true,"id":5459},{"__isSmartRef__":true,"id":5460},{"__isSmartRef__":true,"id":5461},{"__isSmartRef__":true,"id":5462},{"__isSmartRef__":true,"id":5463},{"__isSmartRef__":true,"id":5464},{"__isSmartRef__":true,"id":5465},{"__isSmartRef__":true,"id":5466},{"__isSmartRef__":true,"id":5467},{"__isSmartRef__":true,"id":5468},{"__isSmartRef__":true,"id":5469},{"__isSmartRef__":true,"id":5470},{"__isSmartRef__":true,"id":5471},{"__isSmartRef__":true,"id":5472},{"__isSmartRef__":true,"id":5473},{"__isSmartRef__":true,"id":5474},{"__isSmartRef__":true,"id":5475},{"__isSmartRef__":true,"id":5476},{"__isSmartRef__":true,"id":5477},{"__isSmartRef__":true,"id":5478},{"__isSmartRef__":true,"id":5479},{"__isSmartRef__":true,"id":5480},{"__isSmartRef__":true,"id":5481},{"__isSmartRef__":true,"id":5482},{"__isSmartRef__":true,"id":5483},{"__isSmartRef__":true,"id":5484},{"__isSmartRef__":true,"id":5485},{"__isSmartRef__":true,"id":5486},{"__isSmartRef__":true,"id":5487},{"__isSmartRef__":true,"id":5488},{"__isSmartRef__":true,"id":5489},{"__isSmartRef__":true,"id":5490},{"__isSmartRef__":true,"id":5491},{"__isSmartRef__":true,"id":5492},{"__isSmartRef__":true,"id":5493},{"__isSmartRef__":true,"id":5494},{"__isSmartRef__":true,"id":5495},{"__isSmartRef__":true,"id":5496},{"__isSmartRef__":true,"id":5497},{"__isSmartRef__":true,"id":5498},{"__isSmartRef__":true,"id":5499},{"__isSmartRef__":true,"id":5500},{"__isSmartRef__":true,"id":5501},{"__isSmartRef__":true,"id":5502},{"__isSmartRef__":true,"id":5503},{"__isSmartRef__":true,"id":5504},{"__isSmartRef__":true,"id":5505},{"__isSmartRef__":true,"id":5506},{"__isSmartRef__":true,"id":5507},{"__isSmartRef__":true,"id":5508},{"__isSmartRef__":true,"id":5509},{"__isSmartRef__":true,"id":5510},{"__isSmartRef__":true,"id":5511},{"__isSmartRef__":true,"id":5512},{"__isSmartRef__":true,"id":5513},{"__isSmartRef__":true,"id":5514},{"__isSmartRef__":true,"id":5515},{"__isSmartRef__":true,"id":5516},{"__isSmartRef__":true,"id":5517},{"__isSmartRef__":true,"id":5518},{"__isSmartRef__":true,"id":5519},{"__isSmartRef__":true,"id":5520},{"__isSmartRef__":true,"id":5521},{"__isSmartRef__":true,"id":5522},{"__isSmartRef__":true,"id":5523},{"__isSmartRef__":true,"id":5524},{"__isSmartRef__":true,"id":5525},{"__isSmartRef__":true,"id":5526},{"__isSmartRef__":true,"id":5527},{"__isSmartRef__":true,"id":5528},{"__isSmartRef__":true,"id":5529},{"__isSmartRef__":true,"id":5530},{"__isSmartRef__":true,"id":5531},{"__isSmartRef__":true,"id":5532},{"__isSmartRef__":true,"id":5533},{"__isSmartRef__":true,"id":5534},{"__isSmartRef__":true,"id":5535},{"__isSmartRef__":true,"id":5536},{"__isSmartRef__":true,"id":5537},{"__isSmartRef__":true,"id":5538},{"__isSmartRef__":true,"id":5539},{"__isSmartRef__":true,"id":5540},{"__isSmartRef__":true,"id":5541},{"__isSmartRef__":true,"id":5542},{"__isSmartRef__":true,"id":5543},{"__isSmartRef__":true,"id":5544},{"__isSmartRef__":true,"id":5545},{"__isSmartRef__":true,"id":5546},{"__isSmartRef__":true,"id":5547},{"__isSmartRef__":true,"id":5548},{"__isSmartRef__":true,"id":5549},{"__isSmartRef__":true,"id":5550},{"__isSmartRef__":true,"id":5551},{"__isSmartRef__":true,"id":5552},{"__isSmartRef__":true,"id":5553},{"__isSmartRef__":true,"id":5554},{"__isSmartRef__":true,"id":5555},{"__isSmartRef__":true,"id":5556},{"__isSmartRef__":true,"id":5557},{"__isSmartRef__":true,"id":5558},{"__isSmartRef__":true,"id":5559},{"__isSmartRef__":true,"id":5560},{"__isSmartRef__":true,"id":5561},{"__isSmartRef__":true,"id":5562},{"__isSmartRef__":true,"id":5563},{"__isSmartRef__":true,"id":5564},{"__isSmartRef__":true,"id":5565},{"__isSmartRef__":true,"id":5566},{"__isSmartRef__":true,"id":5567},{"__isSmartRef__":true,"id":5568},{"__isSmartRef__":true,"id":5569},{"__isSmartRef__":true,"id":5570},{"__isSmartRef__":true,"id":5571},{"__isSmartRef__":true,"id":5572},{"__isSmartRef__":true,"id":5573},{"__isSmartRef__":true,"id":5574},{"__isSmartRef__":true,"id":5575},{"__isSmartRef__":true,"id":5576},{"__isSmartRef__":true,"id":5577},{"__isSmartRef__":true,"id":5578},{"__isSmartRef__":true,"id":5579},{"__isSmartRef__":true,"id":5580},{"__isSmartRef__":true,"id":5581},{"__isSmartRef__":true,"id":5582},{"__isSmartRef__":true,"id":5583},{"__isSmartRef__":true,"id":5584},{"__isSmartRef__":true,"id":5585},{"__isSmartRef__":true,"id":5586},{"__isSmartRef__":true,"id":5587},{"__isSmartRef__":true,"id":5588},{"__isSmartRef__":true,"id":5589},{"__isSmartRef__":true,"id":5590},{"__isSmartRef__":true,"id":5591},{"__isSmartRef__":true,"id":5592},{"__isSmartRef__":true,"id":5593},{"__isSmartRef__":true,"id":5594},{"__isSmartRef__":true,"id":5595},{"__isSmartRef__":true,"id":5596},{"__isSmartRef__":true,"id":5597},{"__isSmartRef__":true,"id":5598},{"__isSmartRef__":true,"id":5599},{"__isSmartRef__":true,"id":5600},{"__isSmartRef__":true,"id":5601},{"__isSmartRef__":true,"id":5602},{"__isSmartRef__":true,"id":5603},{"__isSmartRef__":true,"id":5604},{"__isSmartRef__":true,"id":5605},{"__isSmartRef__":true,"id":5606},{"__isSmartRef__":true,"id":5607},{"__isSmartRef__":true,"id":5608},{"__isSmartRef__":true,"id":5609},{"__isSmartRef__":true,"id":5610},{"__isSmartRef__":true,"id":5611},{"__isSmartRef__":true,"id":5612},{"__isSmartRef__":true,"id":5613},{"__isSmartRef__":true,"id":5614},{"__isSmartRef__":true,"id":5615},{"__isSmartRef__":true,"id":5616},{"__isSmartRef__":true,"id":5617},{"__isSmartRef__":true,"id":5618},{"__isSmartRef__":true,"id":5619},{"__isSmartRef__":true,"id":5620},{"__isSmartRef__":true,"id":5621},{"__isSmartRef__":true,"id":5622},{"__isSmartRef__":true,"id":5623},{"__isSmartRef__":true,"id":5624},{"__isSmartRef__":true,"id":5625},{"__isSmartRef__":true,"id":5626},{"__isSmartRef__":true,"id":5627},{"__isSmartRef__":true,"id":5628},{"__isSmartRef__":true,"id":5629},{"__isSmartRef__":true,"id":5630},{"__isSmartRef__":true,"id":5631},{"__isSmartRef__":true,"id":5632},{"__isSmartRef__":true,"id":5633},{"__isSmartRef__":true,"id":5634},{"__isSmartRef__":true,"id":5635},{"__isSmartRef__":true,"id":5636},{"__isSmartRef__":true,"id":5637},{"__isSmartRef__":true,"id":5638},{"__isSmartRef__":true,"id":5639},{"__isSmartRef__":true,"id":5640},{"__isSmartRef__":true,"id":5641},{"__isSmartRef__":true,"id":5642},{"__isSmartRef__":true,"id":5643},{"__isSmartRef__":true,"id":5644},{"__isSmartRef__":true,"id":5645},{"__isSmartRef__":true,"id":5646},{"__isSmartRef__":true,"id":5647},{"__isSmartRef__":true,"id":5648},{"__isSmartRef__":true,"id":5649},{"__isSmartRef__":true,"id":5650},{"__isSmartRef__":true,"id":5651},{"__isSmartRef__":true,"id":5652},{"__isSmartRef__":true,"id":5653},{"__isSmartRef__":true,"id":5654},{"__isSmartRef__":true,"id":5655},{"__isSmartRef__":true,"id":5656},{"__isSmartRef__":true,"id":5657},{"__isSmartRef__":true,"id":5658},{"__isSmartRef__":true,"id":5659},{"__isSmartRef__":true,"id":5660},{"__isSmartRef__":true,"id":5661},{"__isSmartRef__":true,"id":5662},{"__isSmartRef__":true,"id":5663},{"__isSmartRef__":true,"id":5664},{"__isSmartRef__":true,"id":5665},{"__isSmartRef__":true,"id":5666},{"__isSmartRef__":true,"id":5667},{"__isSmartRef__":true,"id":5668},{"__isSmartRef__":true,"id":5669},{"__isSmartRef__":true,"id":5670},{"__isSmartRef__":true,"id":5671},{"__isSmartRef__":true,"id":5672},{"__isSmartRef__":true,"id":5673},{"__isSmartRef__":true,"id":5674},{"__isSmartRef__":true,"id":5675},{"__isSmartRef__":true,"id":5676},{"__isSmartRef__":true,"id":5677},{"__isSmartRef__":true,"id":5678},{"__isSmartRef__":true,"id":5679},{"__isSmartRef__":true,"id":5680},{"__isSmartRef__":true,"id":5681},{"__isSmartRef__":true,"id":5682},{"__isSmartRef__":true,"id":5683},{"__isSmartRef__":true,"id":5684},{"__isSmartRef__":true,"id":5685},{"__isSmartRef__":true,"id":5686},{"__isSmartRef__":true,"id":5687},{"__isSmartRef__":true,"id":5688},{"__isSmartRef__":true,"id":5689},{"__isSmartRef__":true,"id":5690},{"__isSmartRef__":true,"id":5691},{"__isSmartRef__":true,"id":5692},{"__isSmartRef__":true,"id":5693},{"__isSmartRef__":true,"id":5694},{"__isSmartRef__":true,"id":5695},{"__isSmartRef__":true,"id":5696},{"__isSmartRef__":true,"id":5697},{"__isSmartRef__":true,"id":5698},{"__isSmartRef__":true,"id":5699},{"__isSmartRef__":true,"id":5700},{"__isSmartRef__":true,"id":5701},{"__isSmartRef__":true,"id":5702},{"__isSmartRef__":true,"id":5703},{"__isSmartRef__":true,"id":5704},{"__isSmartRef__":true,"id":5705},{"__isSmartRef__":true,"id":5706},{"__isSmartRef__":true,"id":5707},{"__isSmartRef__":true,"id":5708},{"__isSmartRef__":true,"id":5709},{"__isSmartRef__":true,"id":5710},{"__isSmartRef__":true,"id":5711},{"__isSmartRef__":true,"id":5712},{"__isSmartRef__":true,"id":5713},{"__isSmartRef__":true,"id":5714},{"__isSmartRef__":true,"id":5715},{"__isSmartRef__":true,"id":5716},{"__isSmartRef__":true,"id":5717},{"__isSmartRef__":true,"id":5718},{"__isSmartRef__":true,"id":5719},{"__isSmartRef__":true,"id":5720},{"__isSmartRef__":true,"id":5721},{"__isSmartRef__":true,"id":5722},{"__isSmartRef__":true,"id":5723},{"__isSmartRef__":true,"id":5724},{"__isSmartRef__":true,"id":5725},{"__isSmartRef__":true,"id":5726},{"__isSmartRef__":true,"id":5727},{"__isSmartRef__":true,"id":5728},{"__isSmartRef__":true,"id":5729},{"__isSmartRef__":true,"id":5730},{"__isSmartRef__":true,"id":5731},{"__isSmartRef__":true,"id":5732},{"__isSmartRef__":true,"id":5733},{"__isSmartRef__":true,"id":5734},{"__isSmartRef__":true,"id":5735},{"__isSmartRef__":true,"id":5736},{"__isSmartRef__":true,"id":5737},{"__isSmartRef__":true,"id":5738},{"__isSmartRef__":true,"id":5739},{"__isSmartRef__":true,"id":5740},{"__isSmartRef__":true,"id":5741},{"__isSmartRef__":true,"id":5742},{"__isSmartRef__":true,"id":5743},{"__isSmartRef__":true,"id":5744},{"__isSmartRef__":true,"id":5745},{"__isSmartRef__":true,"id":5746},{"__isSmartRef__":true,"id":5747},{"__isSmartRef__":true,"id":5748},{"__isSmartRef__":true,"id":5749},{"__isSmartRef__":true,"id":5750},{"__isSmartRef__":true,"id":5751},{"__isSmartRef__":true,"id":5752},{"__isSmartRef__":true,"id":5753},{"__isSmartRef__":true,"id":5754},{"__isSmartRef__":true,"id":5755},{"__isSmartRef__":true,"id":5756},{"__isSmartRef__":true,"id":5757},{"__isSmartRef__":true,"id":5758},{"__isSmartRef__":true,"id":5759},{"__isSmartRef__":true,"id":5760},{"__isSmartRef__":true,"id":5761},{"__isSmartRef__":true,"id":5762},{"__isSmartRef__":true,"id":5763},{"__isSmartRef__":true,"id":5764},{"__isSmartRef__":true,"id":5765},{"__isSmartRef__":true,"id":5766},{"__isSmartRef__":true,"id":5767},{"__isSmartRef__":true,"id":5768},{"__isSmartRef__":true,"id":5769},{"__isSmartRef__":true,"id":5770},{"__isSmartRef__":true,"id":5771},{"__isSmartRef__":true,"id":5772},{"__isSmartRef__":true,"id":5773},{"__isSmartRef__":true,"id":5774},{"__isSmartRef__":true,"id":5775},{"__isSmartRef__":true,"id":5776},{"__isSmartRef__":true,"id":5777},{"__isSmartRef__":true,"id":5778},{"__isSmartRef__":true,"id":5779},{"__isSmartRef__":true,"id":5780},{"__isSmartRef__":true,"id":5781},{"__isSmartRef__":true,"id":5782},{"__isSmartRef__":true,"id":5783},{"__isSmartRef__":true,"id":5784},{"__isSmartRef__":true,"id":5785},{"__isSmartRef__":true,"id":5786},{"__isSmartRef__":true,"id":5787},{"__isSmartRef__":true,"id":5788},{"__isSmartRef__":true,"id":5789},{"__isSmartRef__":true,"id":5790},{"__isSmartRef__":true,"id":5791},{"__isSmartRef__":true,"id":5792},{"__isSmartRef__":true,"id":5793},{"__isSmartRef__":true,"id":5794},{"__isSmartRef__":true,"id":5795},{"__isSmartRef__":true,"id":5796},{"__isSmartRef__":true,"id":5797},{"__isSmartRef__":true,"id":5798},{"__isSmartRef__":true,"id":5799},{"__isSmartRef__":true,"id":5800},{"__isSmartRef__":true,"id":5801},{"__isSmartRef__":true,"id":5802},{"__isSmartRef__":true,"id":5803},{"__isSmartRef__":true,"id":5804},{"__isSmartRef__":true,"id":5805},{"__isSmartRef__":true,"id":5806},{"__isSmartRef__":true,"id":5807},{"__isSmartRef__":true,"id":5808},{"__isSmartRef__":true,"id":5809},{"__isSmartRef__":true,"id":5810},{"__isSmartRef__":true,"id":5811},{"__isSmartRef__":true,"id":5812},{"__isSmartRef__":true,"id":5813},{"__isSmartRef__":true,"id":5814},{"__isSmartRef__":true,"id":5815},{"__isSmartRef__":true,"id":5816},{"__isSmartRef__":true,"id":5817},{"__isSmartRef__":true,"id":5818},{"__isSmartRef__":true,"id":5819},{"__isSmartRef__":true,"id":5820},{"__isSmartRef__":true,"id":5821},{"__isSmartRef__":true,"id":5822},{"__isSmartRef__":true,"id":5823},{"__isSmartRef__":true,"id":5824},{"__isSmartRef__":true,"id":5825},{"__isSmartRef__":true,"id":5826},{"__isSmartRef__":true,"id":5827},{"__isSmartRef__":true,"id":5828},{"__isSmartRef__":true,"id":5829},{"__isSmartRef__":true,"id":5830},{"__isSmartRef__":true,"id":5831},{"__isSmartRef__":true,"id":5832},{"__isSmartRef__":true,"id":5833},{"__isSmartRef__":true,"id":5834},{"__isSmartRef__":true,"id":5835},{"__isSmartRef__":true,"id":5836},{"__isSmartRef__":true,"id":5837},{"__isSmartRef__":true,"id":5838},{"__isSmartRef__":true,"id":5839},{"__isSmartRef__":true,"id":5840},{"__isSmartRef__":true,"id":5841},{"__isSmartRef__":true,"id":5842},{"__isSmartRef__":true,"id":5843},{"__isSmartRef__":true,"id":5844},{"__isSmartRef__":true,"id":5845},{"__isSmartRef__":true,"id":5846},{"__isSmartRef__":true,"id":5847},{"__isSmartRef__":true,"id":5848},{"__isSmartRef__":true,"id":5849},{"__isSmartRef__":true,"id":5850},{"__isSmartRef__":true,"id":5851},{"__isSmartRef__":true,"id":5852},{"__isSmartRef__":true,"id":5853},{"__isSmartRef__":true,"id":5854},{"__isSmartRef__":true,"id":5855},{"__isSmartRef__":true,"id":5856},{"__isSmartRef__":true,"id":5857},{"__isSmartRef__":true,"id":5858},{"__isSmartRef__":true,"id":5859},{"__isSmartRef__":true,"id":5860},{"__isSmartRef__":true,"id":5861},{"__isSmartRef__":true,"id":5862},{"__isSmartRef__":true,"id":5863},{"__isSmartRef__":true,"id":5864},{"__isSmartRef__":true,"id":5865},{"__isSmartRef__":true,"id":5866},{"__isSmartRef__":true,"id":5867},{"__isSmartRef__":true,"id":5868},{"__isSmartRef__":true,"id":5869},{"__isSmartRef__":true,"id":5870},{"__isSmartRef__":true,"id":5871},{"__isSmartRef__":true,"id":5872},{"__isSmartRef__":true,"id":5873},{"__isSmartRef__":true,"id":5874},{"__isSmartRef__":true,"id":5875},{"__isSmartRef__":true,"id":5876},{"__isSmartRef__":true,"id":5877},{"__isSmartRef__":true,"id":5878},{"__isSmartRef__":true,"id":5879},{"__isSmartRef__":true,"id":5880},{"__isSmartRef__":true,"id":5881},{"__isSmartRef__":true,"id":5882},{"__isSmartRef__":true,"id":5883},{"__isSmartRef__":true,"id":5884},{"__isSmartRef__":true,"id":5885},{"__isSmartRef__":true,"id":5886},{"__isSmartRef__":true,"id":5887},{"__isSmartRef__":true,"id":5888},{"__isSmartRef__":true,"id":5889},{"__isSmartRef__":true,"id":5890},{"__isSmartRef__":true,"id":5891},{"__isSmartRef__":true,"id":5892},{"__isSmartRef__":true,"id":5893},{"__isSmartRef__":true,"id":5894},{"__isSmartRef__":true,"id":5895},{"__isSmartRef__":true,"id":5896},{"__isSmartRef__":true,"id":5897},{"__isSmartRef__":true,"id":5898},{"__isSmartRef__":true,"id":5899},{"__isSmartRef__":true,"id":5900},{"__isSmartRef__":true,"id":5901},{"__isSmartRef__":true,"id":5902},{"__isSmartRef__":true,"id":5903},{"__isSmartRef__":true,"id":5904},{"__isSmartRef__":true,"id":5905},{"__isSmartRef__":true,"id":5906},{"__isSmartRef__":true,"id":5907},{"__isSmartRef__":true,"id":5908},{"__isSmartRef__":true,"id":5909},{"__isSmartRef__":true,"id":5910},{"__isSmartRef__":true,"id":5911},{"__isSmartRef__":true,"id":5912},{"__isSmartRef__":true,"id":5913},{"__isSmartRef__":true,"id":5914},{"__isSmartRef__":true,"id":5915},{"__isSmartRef__":true,"id":5916},{"__isSmartRef__":true,"id":5917},{"__isSmartRef__":true,"id":5918},{"__isSmartRef__":true,"id":5919},{"__isSmartRef__":true,"id":5920},{"__isSmartRef__":true,"id":5921},{"__isSmartRef__":true,"id":5922},{"__isSmartRef__":true,"id":5923},{"__isSmartRef__":true,"id":5924},{"__isSmartRef__":true,"id":5925},{"__isSmartRef__":true,"id":5926},{"__isSmartRef__":true,"id":5927},{"__isSmartRef__":true,"id":5928},{"__isSmartRef__":true,"id":5929},{"__isSmartRef__":true,"id":5930},{"__isSmartRef__":true,"id":5931},{"__isSmartRef__":true,"id":5932},{"__isSmartRef__":true,"id":5933},{"__isSmartRef__":true,"id":5934},{"__isSmartRef__":true,"id":5935},{"__isSmartRef__":true,"id":5936},{"__isSmartRef__":true,"id":5937},{"__isSmartRef__":true,"id":5938},{"__isSmartRef__":true,"id":5939},{"__isSmartRef__":true,"id":5940},{"__isSmartRef__":true,"id":5941},{"__isSmartRef__":true,"id":5942},{"__isSmartRef__":true,"id":5943},{"__isSmartRef__":true,"id":5944},{"__isSmartRef__":true,"id":5945},{"__isSmartRef__":true,"id":5946},{"__isSmartRef__":true,"id":5947},{"__isSmartRef__":true,"id":5948},{"__isSmartRef__":true,"id":5949},{"__isSmartRef__":true,"id":5950},{"__isSmartRef__":true,"id":5951},{"__isSmartRef__":true,"id":5952},{"__isSmartRef__":true,"id":5953},{"__isSmartRef__":true,"id":5954},{"__isSmartRef__":true,"id":5955},{"__isSmartRef__":true,"id":5956},{"__isSmartRef__":true,"id":5957},{"__isSmartRef__":true,"id":5958},{"__isSmartRef__":true,"id":5959},{"__isSmartRef__":true,"id":5960},{"__isSmartRef__":true,"id":5961},{"__isSmartRef__":true,"id":5962},{"__isSmartRef__":true,"id":5963},{"__isSmartRef__":true,"id":5964},{"__isSmartRef__":true,"id":5965},{"__isSmartRef__":true,"id":5966},{"__isSmartRef__":true,"id":5967},{"__isSmartRef__":true,"id":5968},{"__isSmartRef__":true,"id":5969},{"__isSmartRef__":true,"id":5970},{"__isSmartRef__":true,"id":5971},{"__isSmartRef__":true,"id":5972},{"__isSmartRef__":true,"id":5973},{"__isSmartRef__":true,"id":5974},{"__isSmartRef__":true,"id":5975},{"__isSmartRef__":true,"id":5976},{"__isSmartRef__":true,"id":5977},{"__isSmartRef__":true,"id":5978},{"__isSmartRef__":true,"id":5979},{"__isSmartRef__":true,"id":5980},{"__isSmartRef__":true,"id":5981},{"__isSmartRef__":true,"id":5982},{"__isSmartRef__":true,"id":5983},{"__isSmartRef__":true,"id":5984},{"__isSmartRef__":true,"id":5985},{"__isSmartRef__":true,"id":5986},{"__isSmartRef__":true,"id":5987},{"__isSmartRef__":true,"id":5988},{"__isSmartRef__":true,"id":5989},{"__isSmartRef__":true,"id":5990},{"__isSmartRef__":true,"id":5991},{"__isSmartRef__":true,"id":5992},{"__isSmartRef__":true,"id":5993},{"__isSmartRef__":true,"id":5994},{"__isSmartRef__":true,"id":5995},{"__isSmartRef__":true,"id":5996},{"__isSmartRef__":true,"id":5997},{"__isSmartRef__":true,"id":5998},{"__isSmartRef__":true,"id":5999},{"__isSmartRef__":true,"id":6000},{"__isSmartRef__":true,"id":6001},{"__isSmartRef__":true,"id":6002},{"__isSmartRef__":true,"id":6003},{"__isSmartRef__":true,"id":6004},{"__isSmartRef__":true,"id":6005},{"__isSmartRef__":true,"id":6006},{"__isSmartRef__":true,"id":6007},{"__isSmartRef__":true,"id":6008},{"__isSmartRef__":true,"id":6009},{"__isSmartRef__":true,"id":6010},{"__isSmartRef__":true,"id":6011},{"__isSmartRef__":true,"id":6012},{"__isSmartRef__":true,"id":6013},{"__isSmartRef__":true,"id":6014},{"__isSmartRef__":true,"id":6015},{"__isSmartRef__":true,"id":6016},{"__isSmartRef__":true,"id":6017},{"__isSmartRef__":true,"id":6018},{"__isSmartRef__":true,"id":6019},{"__isSmartRef__":true,"id":6020},{"__isSmartRef__":true,"id":6021},{"__isSmartRef__":true,"id":6022},{"__isSmartRef__":true,"id":6023},{"__isSmartRef__":true,"id":6024},{"__isSmartRef__":true,"id":6025},{"__isSmartRef__":true,"id":6026},{"__isSmartRef__":true,"id":6027},{"__isSmartRef__":true,"id":6028},{"__isSmartRef__":true,"id":6029},{"__isSmartRef__":true,"id":6030},{"__isSmartRef__":true,"id":6031},{"__isSmartRef__":true,"id":6032},{"__isSmartRef__":true,"id":6033},{"__isSmartRef__":true,"id":6034},{"__isSmartRef__":true,"id":6035},{"__isSmartRef__":true,"id":6036},{"__isSmartRef__":true,"id":6037},{"__isSmartRef__":true,"id":6038},{"__isSmartRef__":true,"id":6039},{"__isSmartRef__":true,"id":6040},{"__isSmartRef__":true,"id":6041},{"__isSmartRef__":true,"id":6042},{"__isSmartRef__":true,"id":6043},{"__isSmartRef__":true,"id":6044},{"__isSmartRef__":true,"id":6045},{"__isSmartRef__":true,"id":6046},{"__isSmartRef__":true,"id":6047},{"__isSmartRef__":true,"id":6048},{"__isSmartRef__":true,"id":6049},{"__isSmartRef__":true,"id":6050},{"__isSmartRef__":true,"id":6051},{"__isSmartRef__":true,"id":6052},{"__isSmartRef__":true,"id":6053},{"__isSmartRef__":true,"id":6054},{"__isSmartRef__":true,"id":6055},{"__isSmartRef__":true,"id":6056},{"__isSmartRef__":true,"id":6057},{"__isSmartRef__":true,"id":6058},{"__isSmartRef__":true,"id":6059},{"__isSmartRef__":true,"id":6060},{"__isSmartRef__":true,"id":6061},{"__isSmartRef__":true,"id":6062},{"__isSmartRef__":true,"id":6063},{"__isSmartRef__":true,"id":6064},{"__isSmartRef__":true,"id":6065},{"__isSmartRef__":true,"id":6066},{"__isSmartRef__":true,"id":6067},{"__isSmartRef__":true,"id":6068},{"__isSmartRef__":true,"id":6069},{"__isSmartRef__":true,"id":6070},{"__isSmartRef__":true,"id":6071},{"__isSmartRef__":true,"id":6072},{"__isSmartRef__":true,"id":6073},{"__isSmartRef__":true,"id":6074},{"__isSmartRef__":true,"id":6075},{"__isSmartRef__":true,"id":6076},{"__isSmartRef__":true,"id":6077},{"__isSmartRef__":true,"id":6078},{"__isSmartRef__":true,"id":6079},{"__isSmartRef__":true,"id":6080},{"__isSmartRef__":true,"id":6081},{"__isSmartRef__":true,"id":6082},{"__isSmartRef__":true,"id":6083},{"__isSmartRef__":true,"id":6084},{"__isSmartRef__":true,"id":6085},{"__isSmartRef__":true,"id":6086},{"__isSmartRef__":true,"id":6087},{"__isSmartRef__":true,"id":6088},{"__isSmartRef__":true,"id":6089},{"__isSmartRef__":true,"id":6090},{"__isSmartRef__":true,"id":6091},{"__isSmartRef__":true,"id":6092},{"__isSmartRef__":true,"id":6093},{"__isSmartRef__":true,"id":6094},{"__isSmartRef__":true,"id":6095},{"__isSmartRef__":true,"id":6096},{"__isSmartRef__":true,"id":6097},{"__isSmartRef__":true,"id":6098},{"__isSmartRef__":true,"id":6099},{"__isSmartRef__":true,"id":6100},{"__isSmartRef__":true,"id":6101},{"__isSmartRef__":true,"id":6102},{"__isSmartRef__":true,"id":6103},{"__isSmartRef__":true,"id":6104},{"__isSmartRef__":true,"id":6105},{"__isSmartRef__":true,"id":6106},{"__isSmartRef__":true,"id":6107},{"__isSmartRef__":true,"id":6108},{"__isSmartRef__":true,"id":6109},{"__isSmartRef__":true,"id":6110},{"__isSmartRef__":true,"id":6111},{"__isSmartRef__":true,"id":6112},{"__isSmartRef__":true,"id":6113},{"__isSmartRef__":true,"id":6114},{"__isSmartRef__":true,"id":6115},{"__isSmartRef__":true,"id":6116},{"__isSmartRef__":true,"id":6117},{"__isSmartRef__":true,"id":6118},{"__isSmartRef__":true,"id":6119},{"__isSmartRef__":true,"id":6120},{"__isSmartRef__":true,"id":6121},{"__isSmartRef__":true,"id":6122},{"__isSmartRef__":true,"id":6123},{"__isSmartRef__":true,"id":6124},{"__isSmartRef__":true,"id":6125},{"__isSmartRef__":true,"id":6126},{"__isSmartRef__":true,"id":6127},{"__isSmartRef__":true,"id":6128},{"__isSmartRef__":true,"id":6129},{"__isSmartRef__":true,"id":6130},{"__isSmartRef__":true,"id":6131},{"__isSmartRef__":true,"id":6132},{"__isSmartRef__":true,"id":6133},{"__isSmartRef__":true,"id":6134},{"__isSmartRef__":true,"id":6135},{"__isSmartRef__":true,"id":6136},{"__isSmartRef__":true,"id":6137},{"__isSmartRef__":true,"id":6138},{"__isSmartRef__":true,"id":6139},{"__isSmartRef__":true,"id":6140},{"__isSmartRef__":true,"id":6141},{"__isSmartRef__":true,"id":6142},{"__isSmartRef__":true,"id":6143},{"__isSmartRef__":true,"id":6144},{"__isSmartRef__":true,"id":6145},{"__isSmartRef__":true,"id":6146},{"__isSmartRef__":true,"id":6147},{"__isSmartRef__":true,"id":6148},{"__isSmartRef__":true,"id":6149},{"__isSmartRef__":true,"id":6150},{"__isSmartRef__":true,"id":6151},{"__isSmartRef__":true,"id":6152},{"__isSmartRef__":true,"id":6153},{"__isSmartRef__":true,"id":6154},{"__isSmartRef__":true,"id":6155},{"__isSmartRef__":true,"id":6156},{"__isSmartRef__":true,"id":6157},{"__isSmartRef__":true,"id":6158},{"__isSmartRef__":true,"id":6159},{"__isSmartRef__":true,"id":6160},{"__isSmartRef__":true,"id":6161},{"__isSmartRef__":true,"id":6162},{"__isSmartRef__":true,"id":6163},{"__isSmartRef__":true,"id":6164},{"__isSmartRef__":true,"id":6165},{"__isSmartRef__":true,"id":6166},{"__isSmartRef__":true,"id":6167},{"__isSmartRef__":true,"id":6168},{"__isSmartRef__":true,"id":6169},{"__isSmartRef__":true,"id":6170},{"__isSmartRef__":true,"id":6171},{"__isSmartRef__":true,"id":6172},{"__isSmartRef__":true,"id":6173},{"__isSmartRef__":true,"id":6174},{"__isSmartRef__":true,"id":6175},{"__isSmartRef__":true,"id":6176},{"__isSmartRef__":true,"id":6177},{"__isSmartRef__":true,"id":6178},{"__isSmartRef__":true,"id":6179},{"__isSmartRef__":true,"id":6180},{"__isSmartRef__":true,"id":6181},{"__isSmartRef__":true,"id":6182},{"__isSmartRef__":true,"id":6183},{"__isSmartRef__":true,"id":6184},{"__isSmartRef__":true,"id":6185},{"__isSmartRef__":true,"id":6186},{"__isSmartRef__":true,"id":6187},{"__isSmartRef__":true,"id":6188},{"__isSmartRef__":true,"id":6189},{"__isSmartRef__":true,"id":6190},{"__isSmartRef__":true,"id":6191},{"__isSmartRef__":true,"id":6192},{"__isSmartRef__":true,"id":6193},{"__isSmartRef__":true,"id":6194},{"__isSmartRef__":true,"id":6195},{"__isSmartRef__":true,"id":6196},{"__isSmartRef__":true,"id":6197},{"__isSmartRef__":true,"id":6198},{"__isSmartRef__":true,"id":6199},{"__isSmartRef__":true,"id":6200},{"__isSmartRef__":true,"id":6201},{"__isSmartRef__":true,"id":6202},{"__isSmartRef__":true,"id":6203},{"__isSmartRef__":true,"id":6204},{"__isSmartRef__":true,"id":6205},{"__isSmartRef__":true,"id":6206},{"__isSmartRef__":true,"id":6207},{"__isSmartRef__":true,"id":6208},{"__isSmartRef__":true,"id":6209},{"__isSmartRef__":true,"id":6210},{"__isSmartRef__":true,"id":6211},{"__isSmartRef__":true,"id":6212},{"__isSmartRef__":true,"id":6213},{"__isSmartRef__":true,"id":6214},{"__isSmartRef__":true,"id":6215},{"__isSmartRef__":true,"id":6216},{"__isSmartRef__":true,"id":6217},{"__isSmartRef__":true,"id":6218},{"__isSmartRef__":true,"id":6219},{"__isSmartRef__":true,"id":6220},{"__isSmartRef__":true,"id":6221},{"__isSmartRef__":true,"id":6222},{"__isSmartRef__":true,"id":6223},{"__isSmartRef__":true,"id":6224},{"__isSmartRef__":true,"id":6225},{"__isSmartRef__":true,"id":6226},{"__isSmartRef__":true,"id":6227},{"__isSmartRef__":true,"id":6228},{"__isSmartRef__":true,"id":6229},{"__isSmartRef__":true,"id":6230},{"__isSmartRef__":true,"id":6231},{"__isSmartRef__":true,"id":6232},{"__isSmartRef__":true,"id":6233},{"__isSmartRef__":true,"id":6234},{"__isSmartRef__":true,"id":6235},{"__isSmartRef__":true,"id":6236},{"__isSmartRef__":true,"id":6237},{"__isSmartRef__":true,"id":6238},{"__isSmartRef__":true,"id":6239},{"__isSmartRef__":true,"id":6240},{"__isSmartRef__":true,"id":6241},{"__isSmartRef__":true,"id":6242},{"__isSmartRef__":true,"id":6243},{"__isSmartRef__":true,"id":6244},{"__isSmartRef__":true,"id":6245},{"__isSmartRef__":true,"id":6246},{"__isSmartRef__":true,"id":6247},{"__isSmartRef__":true,"id":6248},{"__isSmartRef__":true,"id":6249},{"__isSmartRef__":true,"id":6250},{"__isSmartRef__":true,"id":6251},{"__isSmartRef__":true,"id":6252},{"__isSmartRef__":true,"id":6253},{"__isSmartRef__":true,"id":6254},{"__isSmartRef__":true,"id":6255},{"__isSmartRef__":true,"id":6256},{"__isSmartRef__":true,"id":6257},{"__isSmartRef__":true,"id":6258},{"__isSmartRef__":true,"id":6259},{"__isSmartRef__":true,"id":6260},{"__isSmartRef__":true,"id":6261},{"__isSmartRef__":true,"id":6262},{"__isSmartRef__":true,"id":6263},{"__isSmartRef__":true,"id":6264},{"__isSmartRef__":true,"id":6265},{"__isSmartRef__":true,"id":6266},{"__isSmartRef__":true,"id":6267},{"__isSmartRef__":true,"id":6268},{"__isSmartRef__":true,"id":6269},{"__isSmartRef__":true,"id":6270},{"__isSmartRef__":true,"id":6271},{"__isSmartRef__":true,"id":6272},{"__isSmartRef__":true,"id":6273},{"__isSmartRef__":true,"id":6274},{"__isSmartRef__":true,"id":6275},{"__isSmartRef__":true,"id":6276},{"__isSmartRef__":true,"id":6277},{"__isSmartRef__":true,"id":6278},{"__isSmartRef__":true,"id":6279},{"__isSmartRef__":true,"id":6280},{"__isSmartRef__":true,"id":6281},{"__isSmartRef__":true,"id":6282},{"__isSmartRef__":true,"id":6283},{"__isSmartRef__":true,"id":6284},{"__isSmartRef__":true,"id":6285},{"__isSmartRef__":true,"id":6286},{"__isSmartRef__":true,"id":6287},{"__isSmartRef__":true,"id":6288},{"__isSmartRef__":true,"id":6289},{"__isSmartRef__":true,"id":6290},{"__isSmartRef__":true,"id":6291},{"__isSmartRef__":true,"id":6292},{"__isSmartRef__":true,"id":6293},{"__isSmartRef__":true,"id":6294},{"__isSmartRef__":true,"id":6295},{"__isSmartRef__":true,"id":6296},{"__isSmartRef__":true,"id":6297},{"__isSmartRef__":true,"id":6298},{"__isSmartRef__":true,"id":6299},{"__isSmartRef__":true,"id":6300},{"__isSmartRef__":true,"id":6301},{"__isSmartRef__":true,"id":6302},{"__isSmartRef__":true,"id":6303},{"__isSmartRef__":true,"id":6304},{"__isSmartRef__":true,"id":6305},{"__isSmartRef__":true,"id":6306},{"__isSmartRef__":true,"id":6307},{"__isSmartRef__":true,"id":6308},{"__isSmartRef__":true,"id":6309},{"__isSmartRef__":true,"id":6310},{"__isSmartRef__":true,"id":6311},{"__isSmartRef__":true,"id":6312},{"__isSmartRef__":true,"id":6313},{"__isSmartRef__":true,"id":6314},{"__isSmartRef__":true,"id":6315},{"__isSmartRef__":true,"id":6316},{"__isSmartRef__":true,"id":6317},{"__isSmartRef__":true,"id":6318},{"__isSmartRef__":true,"id":6319},{"__isSmartRef__":true,"id":6320},{"__isSmartRef__":true,"id":6321},{"__isSmartRef__":true,"id":6322},{"__isSmartRef__":true,"id":6323},{"__isSmartRef__":true,"id":6324},{"__isSmartRef__":true,"id":6325},{"__isSmartRef__":true,"id":6326},{"__isSmartRef__":true,"id":6327},{"__isSmartRef__":true,"id":6328},{"__isSmartRef__":true,"id":6329},{"__isSmartRef__":true,"id":6330},{"__isSmartRef__":true,"id":6331},{"__isSmartRef__":true,"id":6332},{"__isSmartRef__":true,"id":6333},{"__isSmartRef__":true,"id":6334},{"__isSmartRef__":true,"id":6335},{"__isSmartRef__":true,"id":6336},{"__isSmartRef__":true,"id":6337},{"__isSmartRef__":true,"id":6338},{"__isSmartRef__":true,"id":6339},{"__isSmartRef__":true,"id":6340},{"__isSmartRef__":true,"id":6341},{"__isSmartRef__":true,"id":6342},{"__isSmartRef__":true,"id":6343},{"__isSmartRef__":true,"id":6344},{"__isSmartRef__":true,"id":6345},{"__isSmartRef__":true,"id":6346},{"__isSmartRef__":true,"id":6347},{"__isSmartRef__":true,"id":6348},{"__isSmartRef__":true,"id":6349},{"__isSmartRef__":true,"id":6350},{"__isSmartRef__":true,"id":6351},{"__isSmartRef__":true,"id":6352},{"__isSmartRef__":true,"id":6353},{"__isSmartRef__":true,"id":6354},{"__isSmartRef__":true,"id":6355},{"__isSmartRef__":true,"id":6356},{"__isSmartRef__":true,"id":6357},{"__isSmartRef__":true,"id":6358},{"__isSmartRef__":true,"id":6359},{"__isSmartRef__":true,"id":6360},{"__isSmartRef__":true,"id":6361},{"__isSmartRef__":true,"id":6362},{"__isSmartRef__":true,"id":6363},{"__isSmartRef__":true,"id":6364},{"__isSmartRef__":true,"id":6365},{"__isSmartRef__":true,"id":6366},{"__isSmartRef__":true,"id":6367},{"__isSmartRef__":true,"id":6368},{"__isSmartRef__":true,"id":6369},{"__isSmartRef__":true,"id":6370},{"__isSmartRef__":true,"id":6371},{"__isSmartRef__":true,"id":6372},{"__isSmartRef__":true,"id":6373},{"__isSmartRef__":true,"id":6374},{"__isSmartRef__":true,"id":6375},{"__isSmartRef__":true,"id":6376},{"__isSmartRef__":true,"id":6377},{"__isSmartRef__":true,"id":6378},{"__isSmartRef__":true,"id":6379},{"__isSmartRef__":true,"id":6380},{"__isSmartRef__":true,"id":6381},{"__isSmartRef__":true,"id":6382},{"__isSmartRef__":true,"id":6383},{"__isSmartRef__":true,"id":6384},{"__isSmartRef__":true,"id":6385},{"__isSmartRef__":true,"id":6386},{"__isSmartRef__":true,"id":6387},{"__isSmartRef__":true,"id":6388},{"__isSmartRef__":true,"id":6389},{"__isSmartRef__":true,"id":6390},{"__isSmartRef__":true,"id":6391},{"__isSmartRef__":true,"id":6392},{"__isSmartRef__":true,"id":6393},{"__isSmartRef__":true,"id":6394},{"__isSmartRef__":true,"id":6395},{"__isSmartRef__":true,"id":6396},{"__isSmartRef__":true,"id":6397},{"__isSmartRef__":true,"id":6398},{"__isSmartRef__":true,"id":6399},{"__isSmartRef__":true,"id":6400},{"__isSmartRef__":true,"id":6401},{"__isSmartRef__":true,"id":6402},{"__isSmartRef__":true,"id":6403},{"__isSmartRef__":true,"id":6404},{"__isSmartRef__":true,"id":6405},{"__isSmartRef__":true,"id":6406},{"__isSmartRef__":true,"id":6407},{"__isSmartRef__":true,"id":6408},{"__isSmartRef__":true,"id":6409},{"__isSmartRef__":true,"id":6410},{"__isSmartRef__":true,"id":6411},{"__isSmartRef__":true,"id":6412},{"__isSmartRef__":true,"id":6413},{"__isSmartRef__":true,"id":6414},{"__isSmartRef__":true,"id":6415},{"__isSmartRef__":true,"id":6416},{"__isSmartRef__":true,"id":6417},{"__isSmartRef__":true,"id":6418},{"__isSmartRef__":true,"id":6419},{"__isSmartRef__":true,"id":6420},{"__isSmartRef__":true,"id":6421},{"__isSmartRef__":true,"id":6422},{"__isSmartRef__":true,"id":6423},{"__isSmartRef__":true,"id":6424},{"__isSmartRef__":true,"id":6425},{"__isSmartRef__":true,"id":6426},{"__isSmartRef__":true,"id":6427},{"__isSmartRef__":true,"id":6428},{"__isSmartRef__":true,"id":6429},{"__isSmartRef__":true,"id":6430},{"__isSmartRef__":true,"id":6431},{"__isSmartRef__":true,"id":6432},{"__isSmartRef__":true,"id":6433},{"__isSmartRef__":true,"id":6434},{"__isSmartRef__":true,"id":6435},{"__isSmartRef__":true,"id":6436},{"__isSmartRef__":true,"id":6437},{"__isSmartRef__":true,"id":6438},{"__isSmartRef__":true,"id":6439},{"__isSmartRef__":true,"id":6440},{"__isSmartRef__":true,"id":6441},{"__isSmartRef__":true,"id":6442},{"__isSmartRef__":true,"id":6443},{"__isSmartRef__":true,"id":6444},{"__isSmartRef__":true,"id":6445},{"__isSmartRef__":true,"id":6446},{"__isSmartRef__":true,"id":6447},{"__isSmartRef__":true,"id":6448},{"__isSmartRef__":true,"id":6449},{"__isSmartRef__":true,"id":6450},{"__isSmartRef__":true,"id":6451},{"__isSmartRef__":true,"id":6452},{"__isSmartRef__":true,"id":6453},{"__isSmartRef__":true,"id":6454},{"__isSmartRef__":true,"id":6455},{"__isSmartRef__":true,"id":6456},{"__isSmartRef__":true,"id":6457},{"__isSmartRef__":true,"id":6458},{"__isSmartRef__":true,"id":6459},{"__isSmartRef__":true,"id":6460},{"__isSmartRef__":true,"id":6461},{"__isSmartRef__":true,"id":6462},{"__isSmartRef__":true,"id":6463},{"__isSmartRef__":true,"id":6464},{"__isSmartRef__":true,"id":6465},{"__isSmartRef__":true,"id":6466},{"__isSmartRef__":true,"id":6467},{"__isSmartRef__":true,"id":6468},{"__isSmartRef__":true,"id":6469},{"__isSmartRef__":true,"id":6470},{"__isSmartRef__":true,"id":6471},{"__isSmartRef__":true,"id":6472},{"__isSmartRef__":true,"id":6473},{"__isSmartRef__":true,"id":6474},{"__isSmartRef__":true,"id":6475},{"__isSmartRef__":true,"id":6476},{"__isSmartRef__":true,"id":6477},{"__isSmartRef__":true,"id":6478},{"__isSmartRef__":true,"id":6479},{"__isSmartRef__":true,"id":6480},{"__isSmartRef__":true,"id":6481},{"__isSmartRef__":true,"id":6482},{"__isSmartRef__":true,"id":6483},{"__isSmartRef__":true,"id":6484},{"__isSmartRef__":true,"id":6485},{"__isSmartRef__":true,"id":6486},{"__isSmartRef__":true,"id":6487},{"__isSmartRef__":true,"id":6488},{"__isSmartRef__":true,"id":6489},{"__isSmartRef__":true,"id":6490},{"__isSmartRef__":true,"id":6491},{"__isSmartRef__":true,"id":6492},{"__isSmartRef__":true,"id":6493},{"__isSmartRef__":true,"id":6494},{"__isSmartRef__":true,"id":6495},{"__isSmartRef__":true,"id":6496},{"__isSmartRef__":true,"id":6497},{"__isSmartRef__":true,"id":6498},{"__isSmartRef__":true,"id":6499},{"__isSmartRef__":true,"id":6500},{"__isSmartRef__":true,"id":6501},{"__isSmartRef__":true,"id":6502},{"__isSmartRef__":true,"id":6503},{"__isSmartRef__":true,"id":6504},{"__isSmartRef__":true,"id":6505},{"__isSmartRef__":true,"id":6506},{"__isSmartRef__":true,"id":6507},{"__isSmartRef__":true,"id":6508},{"__isSmartRef__":true,"id":6509},{"__isSmartRef__":true,"id":6510},{"__isSmartRef__":true,"id":6511},{"__isSmartRef__":true,"id":6512},{"__isSmartRef__":true,"id":6513},{"__isSmartRef__":true,"id":6514},{"__isSmartRef__":true,"id":6515},{"__isSmartRef__":true,"id":6516},{"__isSmartRef__":true,"id":6517},{"__isSmartRef__":true,"id":6518},{"__isSmartRef__":true,"id":6519},{"__isSmartRef__":true,"id":6520},{"__isSmartRef__":true,"id":6521},{"__isSmartRef__":true,"id":6522},{"__isSmartRef__":true,"id":6523},{"__isSmartRef__":true,"id":6524},{"__isSmartRef__":true,"id":6525},{"__isSmartRef__":true,"id":6526},{"__isSmartRef__":true,"id":6527},{"__isSmartRef__":true,"id":6528},{"__isSmartRef__":true,"id":6529},{"__isSmartRef__":true,"id":6530},{"__isSmartRef__":true,"id":6531},{"__isSmartRef__":true,"id":6532},{"__isSmartRef__":true,"id":6533},{"__isSmartRef__":true,"id":6534},{"__isSmartRef__":true,"id":6535},{"__isSmartRef__":true,"id":6536},{"__isSmartRef__":true,"id":6537},{"__isSmartRef__":true,"id":6538},{"__isSmartRef__":true,"id":6539},{"__isSmartRef__":true,"id":6540},{"__isSmartRef__":true,"id":6541},{"__isSmartRef__":true,"id":6542},{"__isSmartRef__":true,"id":6543},{"__isSmartRef__":true,"id":6544},{"__isSmartRef__":true,"id":6545},{"__isSmartRef__":true,"id":6546},{"__isSmartRef__":true,"id":6547},{"__isSmartRef__":true,"id":6548},{"__isSmartRef__":true,"id":6549},{"__isSmartRef__":true,"id":6550},{"__isSmartRef__":true,"id":6551},{"__isSmartRef__":true,"id":6552},{"__isSmartRef__":true,"id":6553},{"__isSmartRef__":true,"id":6554},{"__isSmartRef__":true,"id":6555},{"__isSmartRef__":true,"id":6556},{"__isSmartRef__":true,"id":6557},{"__isSmartRef__":true,"id":6558},{"__isSmartRef__":true,"id":6559},{"__isSmartRef__":true,"id":6560},{"__isSmartRef__":true,"id":6561},{"__isSmartRef__":true,"id":6562},{"__isSmartRef__":true,"id":6563},{"__isSmartRef__":true,"id":6564},{"__isSmartRef__":true,"id":6565},{"__isSmartRef__":true,"id":6566},{"__isSmartRef__":true,"id":6567},{"__isSmartRef__":true,"id":6568},{"__isSmartRef__":true,"id":6569},{"__isSmartRef__":true,"id":6570},{"__isSmartRef__":true,"id":6571},{"__isSmartRef__":true,"id":6572},{"__isSmartRef__":true,"id":6573},{"__isSmartRef__":true,"id":6574},{"__isSmartRef__":true,"id":6575},{"__isSmartRef__":true,"id":6576},{"__isSmartRef__":true,"id":6577},{"__isSmartRef__":true,"id":6578},{"__isSmartRef__":true,"id":6579},{"__isSmartRef__":true,"id":6580},{"__isSmartRef__":true,"id":6581},{"__isSmartRef__":true,"id":6582},{"__isSmartRef__":true,"id":6583},{"__isSmartRef__":true,"id":6584},{"__isSmartRef__":true,"id":6585},{"__isSmartRef__":true,"id":6586},{"__isSmartRef__":true,"id":6587},{"__isSmartRef__":true,"id":6588},{"__isSmartRef__":true,"id":6589},{"__isSmartRef__":true,"id":6590},{"__isSmartRef__":true,"id":6591},{"__isSmartRef__":true,"id":6592},{"__isSmartRef__":true,"id":6593},{"__isSmartRef__":true,"id":6594},{"__isSmartRef__":true,"id":6595},{"__isSmartRef__":true,"id":6596},{"__isSmartRef__":true,"id":6597},{"__isSmartRef__":true,"id":6598},{"__isSmartRef__":true,"id":6599},{"__isSmartRef__":true,"id":6600},{"__isSmartRef__":true,"id":6601},{"__isSmartRef__":true,"id":6602},{"__isSmartRef__":true,"id":6603},{"__isSmartRef__":true,"id":6604},{"__isSmartRef__":true,"id":6605},{"__isSmartRef__":true,"id":6606},{"__isSmartRef__":true,"id":6607},{"__isSmartRef__":true,"id":6608},{"__isSmartRef__":true,"id":6609},{"__isSmartRef__":true,"id":6610},{"__isSmartRef__":true,"id":6611},{"__isSmartRef__":true,"id":6612},{"__isSmartRef__":true,"id":6613},{"__isSmartRef__":true,"id":6614},{"__isSmartRef__":true,"id":6615},{"__isSmartRef__":true,"id":6616},{"__isSmartRef__":true,"id":6617},{"__isSmartRef__":true,"id":6618},{"__isSmartRef__":true,"id":6619},{"__isSmartRef__":true,"id":6620},{"__isSmartRef__":true,"id":6621},{"__isSmartRef__":true,"id":6622},{"__isSmartRef__":true,"id":6623},{"__isSmartRef__":true,"id":6624},{"__isSmartRef__":true,"id":6625},{"__isSmartRef__":true,"id":6626},{"__isSmartRef__":true,"id":6627},{"__isSmartRef__":true,"id":6628}],"__serializedExpressions__":["_Position"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":6629},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(0.0,21.0)"},"3207":{"converterString":null,"sourceAttrName":"categoryName","sourceObj":{"__isSmartRef__":true,"id":3206},"targetMethodName":"loadPartsOfCategory","targetObj":{"__isSmartRef__":true,"id":3206},"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3208":{"dependedBy":{"__isSmartRef__":true,"id":3202},"sourceAttrName":"_Position","sourceObj":{"__isSmartRef__":true,"id":3206},"targetMethodName":"signalTarget","targetObj":{"__isSmartRef__":true,"id":3202},"varMapping":{"__isSmartRef__":true,"id":3209},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3209":{"source":{"__isSmartRef__":true,"id":3206},"target":{"__isSmartRef__":true,"id":3202}},"3210":{"dependedBy":{"__isSmartRef__":true,"id":3202},"sourceAttrName":"_Scale","sourceObj":{"__isSmartRef__":true,"id":3206},"targetMethodName":"signalTarget","targetObj":{"__isSmartRef__":true,"id":3202},"varMapping":{"__isSmartRef__":true,"id":3211},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3211":{"source":{"__isSmartRef__":true,"id":3206},"target":{"__isSmartRef__":true,"id":3202}},"3212":{"dependedBy":{"__isSmartRef__":true,"id":3202},"sourceAttrName":"_Rotation","sourceObj":{"__isSmartRef__":true,"id":3206},"targetMethodName":"signalTarget","targetObj":{"__isSmartRef__":true,"id":3202},"varMapping":{"__isSmartRef__":true,"id":3213},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3213":{"source":{"__isSmartRef__":true,"id":3206},"target":{"__isSmartRef__":true,"id":3202}},"3214":{"dependedBy":{"__isSmartRef__":true,"id":3202},"sourceAttrName":"owner","sourceObj":{"__isSmartRef__":true,"id":3206},"targetMethodName":"updateOwners","targetObj":{"__isSmartRef__":true,"id":3202},"varMapping":{"__isSmartRef__":true,"id":3215},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3215":{"source":{"__isSmartRef__":true,"id":3206},"target":{"__isSmartRef__":true,"id":3202}},"3216":{"dependendConnections":[{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3225},{"__isSmartRef__":true,"id":3227},{"__isSmartRef__":true,"id":3229},{"__isSmartRef__":true,"id":3231},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3225},{"__isSmartRef__":true,"id":3227},{"__isSmartRef__":true,"id":3229},{"__isSmartRef__":true,"id":3231},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3225},{"__isSmartRef__":true,"id":3227},{"__isSmartRef__":true,"id":3229},{"__isSmartRef__":true,"id":3231},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3225},{"__isSmartRef__":true,"id":3227},{"__isSmartRef__":true,"id":3229},{"__isSmartRef__":true,"id":3231},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3225},{"__isSmartRef__":true,"id":3227},{"__isSmartRef__":true,"id":3229},{"__isSmartRef__":true,"id":3231},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3225},{"__isSmartRef__":true,"id":3227},{"__isSmartRef__":true,"id":3229},{"__isSmartRef__":true,"id":3231},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3225},{"__isSmartRef__":true,"id":3227},{"__isSmartRef__":true,"id":3229},{"__isSmartRef__":true,"id":3231},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3225},{"__isSmartRef__":true,"id":3227},{"__isSmartRef__":true,"id":3229},{"__isSmartRef__":true,"id":3231},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3225},{"__isSmartRef__":true,"id":3227},{"__isSmartRef__":true,"id":3229},{"__isSmartRef__":true,"id":3231},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3225},{"__isSmartRef__":true,"id":3227},{"__isSmartRef__":true,"id":3229},{"__isSmartRef__":true,"id":3231},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3225},{"__isSmartRef__":true,"id":3227},{"__isSmartRef__":true,"id":3229},{"__isSmartRef__":true,"id":3231},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3225},{"__isSmartRef__":true,"id":3227},{"__isSmartRef__":true,"id":3229},{"__isSmartRef__":true,"id":3231},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3225},{"__isSmartRef__":true,"id":3227},{"__isSmartRef__":true,"id":3229},{"__isSmartRef__":true,"id":3231},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3225},{"__isSmartRef__":true,"id":3227},{"__isSmartRef__":true,"id":3229},{"__isSmartRef__":true,"id":3231},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3225},{"__isSmartRef__":true,"id":3227},{"__isSmartRef__":true,"id":3229},{"__isSmartRef__":true,"id":3231},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3225},{"__isSmartRef__":true,"id":3227},{"__isSmartRef__":true,"id":3229},{"__isSmartRef__":true,"id":3231},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3225},{"__isSmartRef__":true,"id":3227},{"__isSmartRef__":true,"id":3229},{"__isSmartRef__":true,"id":3231},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3225},{"__isSmartRef__":true,"id":3227},{"__isSmartRef__":true,"id":3229},{"__isSmartRef__":true,"id":3231},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3225},{"__isSmartRef__":true,"id":3227},{"__isSmartRef__":true,"id":3229},{"__isSmartRef__":true,"id":3231},{"__isSmartRef__":true,"id":3217},{"__isSmartRef__":true,"id":3219},{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3225},{"__isSmartRef__":true,"id":3227},{"__isSmartRef__":true,"id":3229},{"__isSmartRef__":true,"id":3231}],"oldTransform":{"__isSmartRef__":true,"id":3233},"sourceAttrName":"globalTransform","sourceObj":{"__isSmartRef__":true,"id":3206},"targetMethodName":"alignToMagnet","targetObj":{"__isSmartRef__":true,"id":3235},"__LivelyClassName__":"lively.morphic.GeometryTransformConnection","__SourceModuleName__":"Global.lively.bindings.GeometryBindings"},"3217":{"dependedBy":{"__isSmartRef__":true,"id":3216},"sourceAttrName":"_Position","sourceObj":{"__isSmartRef__":true,"id":3206},"targetMethodName":"signalTarget","targetObj":{"__isSmartRef__":true,"id":3216},"varMapping":{"__isSmartRef__":true,"id":3218},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3218":{"source":{"__isSmartRef__":true,"id":3206},"target":{"__isSmartRef__":true,"id":3216}},"3219":{"dependedBy":{"__isSmartRef__":true,"id":3216},"sourceAttrName":"_Scale","sourceObj":{"__isSmartRef__":true,"id":3206},"targetMethodName":"signalTarget","targetObj":{"__isSmartRef__":true,"id":3216},"varMapping":{"__isSmartRef__":true,"id":3220},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3220":{"source":{"__isSmartRef__":true,"id":3206},"target":{"__isSmartRef__":true,"id":3216}},"3221":{"dependedBy":{"__isSmartRef__":true,"id":3216},"sourceAttrName":"_Rotation","sourceObj":{"__isSmartRef__":true,"id":3206},"targetMethodName":"signalTarget","targetObj":{"__isSmartRef__":true,"id":3216},"varMapping":{"__isSmartRef__":true,"id":3222},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3222":{"source":{"__isSmartRef__":true,"id":3206},"target":{"__isSmartRef__":true,"id":3216}},"3223":{"dependedBy":{"__isSmartRef__":true,"id":3216},"sourceAttrName":"owner","sourceObj":{"__isSmartRef__":true,"id":3206},"targetMethodName":"updateOwners","targetObj":{"__isSmartRef__":true,"id":3216},"varMapping":{"__isSmartRef__":true,"id":3224},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3224":{"source":{"__isSmartRef__":true,"id":3206},"target":{"__isSmartRef__":true,"id":3216}},"3225":{"dependedBy":{"__isSmartRef__":true,"id":3216},"sourceAttrName":"_Position","sourceObj":{"__isSmartRef__":true,"id":3200},"targetMethodName":"signalTarget","targetObj":{"__isSmartRef__":true,"id":3216},"varMapping":{"__isSmartRef__":true,"id":3226},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3226":{"source":{"__isSmartRef__":true,"id":3200},"target":{"__isSmartRef__":true,"id":3216}},"3227":{"dependedBy":{"__isSmartRef__":true,"id":3216},"sourceAttrName":"_Scale","sourceObj":{"__isSmartRef__":true,"id":3200},"targetMethodName":"signalTarget","targetObj":{"__isSmartRef__":true,"id":3216},"varMapping":{"__isSmartRef__":true,"id":3228},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3228":{"source":{"__isSmartRef__":true,"id":3200},"target":{"__isSmartRef__":true,"id":3216}},"3229":{"dependedBy":{"__isSmartRef__":true,"id":3216},"sourceAttrName":"_Rotation","sourceObj":{"__isSmartRef__":true,"id":3200},"targetMethodName":"signalTarget","targetObj":{"__isSmartRef__":true,"id":3216},"varMapping":{"__isSmartRef__":true,"id":3230},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3230":{"source":{"__isSmartRef__":true,"id":3200},"target":{"__isSmartRef__":true,"id":3216}},"3231":{"dependedBy":{"__isSmartRef__":true,"id":3216},"sourceAttrName":"owner","sourceObj":{"__isSmartRef__":true,"id":3200},"targetMethodName":"updateOwners","targetObj":{"__isSmartRef__":true,"id":3216},"varMapping":{"__isSmartRef__":true,"id":3232},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3232":{"source":{"__isSmartRef__":true,"id":3200},"target":{"__isSmartRef__":true,"id":3216}},"3233":{"d":1,"a":1,"f":750.4,"e":1739.1,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":3234},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3234":{"a":1,"b":0,"c":0,"d":1,"e":1739.1,"f":750.4,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"3235":{"connectedMagnet":{"__isSmartRef__":true,"id":3236},"index":1,"morph":{"__isSmartRef__":true,"id":3237},"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"3236":{"connectedControlPoints":[{"__isSmartRef__":true,"id":3235}],"morph":{"__isSmartRef__":true,"id":3206},"__serializedExpressions__":["position"],"__LivelyClassName__":"lively.morphic.Magnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.0)"},"3237":{"con":{"__isSmartRef__":true,"id":3205},"controlPoints":[{"__isSmartRef__":true,"id":3238},{"__isSmartRef__":true,"id":3235}],"droppingEnabled":true,"eventHandler":{"__isSmartRef__":true,"id":3240},"halosEnabled":true,"id":7318,"isCopyMorphRef":true,"morphRefId":1,"scripts":[],"shape":{"__isSmartRef__":true,"id":3241},"showsMorphMenu":true,"submorphs":[],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3244},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"3238":{"connectedMagnet":{"__isSmartRef__":true,"id":3239},"index":0,"morph":{"__isSmartRef__":true,"id":3237},"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"3239":{"connectedControlPoints":[{"__isSmartRef__":true,"id":3238}],"morph":{"__isSmartRef__":true,"id":3204},"__serializedExpressions__":["position"],"__LivelyClassName__":"lively.morphic.Magnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.0)"},"3240":{"morph":{"__isSmartRef__":true,"id":3237},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3241":{"_BorderWidth":1,"_PathElements":[{"__isSmartRef__":true,"id":3242},{"__isSmartRef__":true,"id":3243}],"cachedVertices":null,"dontChangeShape":false,"__serializedExpressions__":["_BorderColor","_Extent","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_BorderColor":"Color.rgb(0,0,0)","_Extent":"lively.pt(720.8,14.0)","_Position":"lively.pt(-2.0,20.0)"},"3242":{"isAbsolute":true,"x":2457.5,"y":764.4,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"3243":{"isAbsolute":true,"x":1739.1,"y":750.4,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"3244":{"morphMenuItems":{"__isSmartRef__":true,"id":3245}},"3245":{"funcProperties":{"__isSmartRef__":true,"id":3246},"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 || '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, 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(), 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 }","varMapping":{"__isSmartRef__":true,"id":3247},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3246":{},"3247":{"this":{"__isSmartRef__":true,"id":3237},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3248}},"3248":{"$super":{"__isSmartRef__":true,"id":3249}},"3249":{"funcProperties":{"__isSmartRef__":true,"id":3250},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","varMapping":{"__isSmartRef__":true,"id":3251},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3250":{},"3251":{"name":"morphMenuItems","obj":{"__isSmartRef__":true,"id":3237}},"3252":{"toggleMorePane":{"__isSmartRef__":true,"id":3253}},"3253":{},"3254":{"morph":{"__isSmartRef__":true,"id":3206},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3255":{"adjustForNewBounds":true,"resizeHeight":true,"resizeWidth":true},"3256":{"changes":[{"__isSmartRef__":true,"id":3257}],"comment":"Browser for a Parts repository.","migrationLevel":4,"partName":"PartsBinBrowser","partsSpaceName":"PartsBin/Tools","requiredModules":["lively.PartsBin"],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3257":{"author":"markoroeder","date":{"__isSmartRef__":true,"id":3258},"id":"1D9493E9-B229-4716-8649-F1333D5133D0","message":"Reset to clean copy. Added this.categories to doNotSerialize list."},"3258":{"isSerializedDate":true,"string":"Thu Jan 05 2012 15:19:05 GMT+0100 (CET)"},"3259":{"_BorderRadius":0,"_BorderStyle":"solid","_BorderWidth":0,"_ClipMode":"visible","_Opacity":1,"_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_BorderColor","_Extent","_Fill","_Padding","position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(95,94,95)","_Extent":"lively.pt(770.8,487.2)","_Fill":"Color.rgb(245,245,245)","_Padding":"lively.rect(0,0,0,0)","position":"lively.pt(0.0,0.0)"},"3260":{"_ClipMode":"visible","_Rotation":0,"_Scale":1,"_Visible":false,"attributeConnections":[],"derivationIds":[1217,"8FB7EEAA-27C3-4BCC-9905-59A59B8AB602","B4102745-8642-4F09-A5B5-0452D29E993C","02282C11-7C56-4C33-A2D1-E4C92F9F5575","83E2A61C-0119-4597-ADC8-8CB3AEDF35C1","119E4FE1-420B-4FDF-BD03-CF15F07B3538","6D70BD64-C7F8-4A79-9BE9-FA4C5A1E7892","C116FCDA-BB4D-4543-BE17-4D5586813CAF","1EAD9C62-350F-40EB-B5EA-B9441BB280C9","A3B24A35-589E-460F-9B54-45B0D0B7D7DD","8993FD1D-9082-40F4-A2AD-5501D16913A7","EBCB5B06-08CA-4535-9EAC-F15893F70129","45BAF3E4-EAEE-4925-B2D6-042C01B0AD29","09B7283C-6DDB-4A06-A4BA-563018D46DFD","46022025-E2FE-4A0A-924F-3266509C66DB","538BB82D-3068-480C-A5C0-6B4E8CE1C9CA","45290AD5-33C4-41F3-B72B-D538DCA37F31","6FA9BB6D-52D5-49A5-930A-1F93456E6CF4","9D57135F-8E4B-41D0-ACBC-B19396812B35","7EECAD1D-410F-44F4-8046-6447B685FC20","A9A90094-5E5F-4B3E-A9B1-98C670BD470F","923A183A-31F0-40F3-8DF8-16A277D4C168"],"doNotCopyProperties":[],"doNotSerialize":[],"droppingEnabled":false,"eventHandler":{"__isSmartRef__":true,"id":3261},"halosEnabled":true,"id":"A097F215-BE2D-4A5E-8DFE-57448B740778","layout":{"__isSmartRef__":true,"id":3262},"name":"morePane","owner":{"__isSmartRef__":true,"id":3206},"partsBinMetaInfo":{"__isSmartRef__":true,"id":3263},"prevScroll":[0,0],"registeredForMouseEvents":true,"scripts":[],"shape":{"__isSmartRef__":true,"id":3264},"showsHalos":false,"submorphs":[{"__isSmartRef__":true,"id":3265},{"__isSmartRef__":true,"id":3286},{"__isSmartRef__":true,"id":3308},{"__isSmartRef__":true,"id":3330},{"__isSmartRef__":true,"id":3336},{"__isSmartRef__":true,"id":3341},{"__isSmartRef__":true,"id":3349},{"__isSmartRef__":true,"id":3355},{"__isSmartRef__":true,"id":3377},{"__isSmartRef__":true,"id":3383},{"__isSmartRef__":true,"id":3405}],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(390.6,38.0)"},"3261":{"morph":{"__isSmartRef__":true,"id":3260},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3262":{"moveHorizontal":true},"3263":{"comment":"A simple box morph","migrationLevel":2,"partsSpaceName":"PartsBin/Basic","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3264":{"_BorderRadius":6.12,"_BorderStyle":"solid","_BorderWidth":2.294,"_ClipMode":"visible","_Opacity":1,"__serializedExpressions__":["_BorderColor","_Extent","_Fill","_Padding","position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(66,66,66)","_Extent":"lively.pt(373.0,433.0)","_Fill":"Color.rgb(235,235,235)","_Padding":"lively.rect(0,0,0,0)","position":"lively.pt(0.0,0.0)"},"3265":{"_ClipMode":"visible","_Rotation":0,"_Scale":1,"attributeConnections":[{"__isSmartRef__":true,"id":3266}],"derivationIds":[1218,"F5D21B41-BD0E-49D3-80E5-F1624416C143","1E157243-B0DC-4138-B660-EF05198FA3C8","4D60CECB-66FD-4865-BD46-45F0C9CAB399","0E997A95-CCA0-4BBF-B55B-62B5C6EC32DF","FA30D56E-17FE-4B1F-BE8A-7CBCCABEFF1D","A5A7F641-F783-4649-A154-1AD81607B7CE","D10ED7E0-21BA-463D-996E-6D458B557F68","606309D2-7D9D-4122-A64C-CFE582E6D738","998D7B7C-CF5D-401C-9594-FA8956C326A1","EA15F569-B871-4824-B0DE-550285BEB165","3FB1C9FB-F654-42C9-BE17-315287EB2FAB","7B3720C6-D365-4B41-B530-98E4D5EE238F","92F53BEA-E1EF-49C4-9DD1-7939D08941C5","0A7A011F-C6D8-4B81-85F4-F3CCF5F30A31","6543B591-A693-4D11-8114-D385115F8E65","758492FF-7087-4EE4-9054-00E680646A03","F6A6E55C-CF01-4EB9-8593-E71BEFB4EE59","5DBAE530-E39F-472D-A5D4-6E34FDCE6227","BDC82244-DB6C-4E22-B219-6572C6C2B6AB","5DEF85B7-051D-4C7A-AD45-B9A46FF8972A","AE6B3CBA-2925-4581-B86A-657D3DAE310A"],"doNotCopyProperties":["$$fire"],"doNotSerialize":["$$fire"],"droppingEnabled":false,"eventHandler":{"__isSmartRef__":true,"id":3267},"grabbingEnabled":false,"halosEnabled":true,"id":"65BA40B0-4A1B-4215-8D43-8767D3E37733","isActive":true,"label":{"__isSmartRef__":true,"id":3268},"layout":{"__isSmartRef__":true,"id":3273},"lighterFill":{"__isSmartRef__":true,"id":3274},"name":"movePartButton","normalFill":{"__isSmartRef__":true,"id":3279},"owner":{"__isSmartRef__":true,"id":3260},"partsBinMetaInfo":{"__isSmartRef__":true,"id":3284},"prevScroll":[0,0],"registeredForMouseEvents":true,"scripts":[],"shape":{"__isSmartRef__":true,"id":3285},"showsHalos":false,"showsMorphMenu":true,"submorphs":[{"__isSmartRef__":true,"id":3268}],"toggle":false,"value":false,"__serializedExpressions__":["_Position","padding"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(137.7,393.9)","padding":"lively.rect(5,0,0,0)"},"3266":{"sourceAttrName":"fire","sourceObj":{"__isSmartRef__":true,"id":3265},"targetMethodName":"interactivelyMoveSelectedPartItem","targetObj":{"__isSmartRef__":true,"id":3206},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3267":{"morph":{"__isSmartRef__":true,"id":3265},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3268":{"_Align":"center","_ClipMode":"hidden","_Display":"table-cell","_FontFamily":"Arial","_HandStyle":"default","_MaxTextHeight":null,"_MaxTextWidth":56,"_MinTextHeight":null,"_MinTextWidth":56,"_PointerEvents":"none","_Scale":1,"_VerticalAlign":"middle","_WhiteSpaceHandling":"pre-wrap","allowsInput":false,"attributeConnections":[],"derivationIds":[1219,"46E7D2D8-D7A5-4476-8AD1-FB81FAE717FE","7B2A54CD-6423-4B77-A082-B5A1DA2BCE66","6C3B231E-5C42-449F-9425-8EE874A6EC57","7ACD0BA3-074C-461F-8C6B-ECEBA0B09C7A","556A1D2F-8F3F-4BCD-A602-FD3C257F1859","6C05BE2D-BB66-44E3-9765-65B24D7579E1","9F6A58E1-A23D-4A56-8D85-71FD5AA872B9","EDEC5AA1-080B-42AE-A9D6-F6FAB0CD3E1A","FE4530BA-6D31-4472-A351-4DCB0F9FE121","3F3B3887-CFF1-40A7-9228-D95F3594F2CB","B10968A4-7C77-4AAE-A2E1-FC76E16D36E8","DBC8455A-4562-4202-A7EB-543948664FEE","048B902B-C02C-44C6-9357-32663639FE23","C8B116B7-082D-4D6B-A035-EE71E8F3AC72","78B43404-A2E4-4BFF-B022-C4DA2CBBABBD","D271DCF7-62B5-428D-8B91-30B500F6F461","79934637-FCF5-4C27-B392-E9392BB5BA66","310851E0-6B77-43C0-A13B-BA0DF2777459","C7D175CC-70DF-4C92-8CAC-9B480E2684FC","D7811A55-CD99-4B7C-916B-E68384DD2A36","4612E62E-C2C8-4C4F-AC2A-2652C6201669"],"doNotCopyProperties":[],"doNotSerialize":[],"droppingEnabled":false,"eventHandler":{"__isSmartRef__":true,"id":3269},"eventsAreIgnored":true,"fixedHeight":true,"fixedWidth":true,"grabbingEnabled":false,"halosEnabled":true,"id":"DA22D6D9-4B81-4D60-8F2E-B30B446F0BAE","owner":{"__isSmartRef__":true,"id":3265},"prevScroll":[0,0],"registeredForMouseEvents":true,"scripts":[],"shape":{"__isSmartRef__":true,"id":3270},"showsMorphMenu":false,"submorphs":[],"textChunks":[{"__isSmartRef__":true,"id":3271}],"_WordBreak":"break-all","__serializedExpressions__":["_Padding","_Position","padding","textColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,0,0,0)","textColor":"Color.rgb(0,0,0)"},"3269":{"morph":{"__isSmartRef__":true,"id":3268},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3270":{"_ClipMode":"hidden","borderWidth":0,"fill":null,"__serializedExpressions__":["_BorderColor","_Extent","_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(0,0,0)","_Extent":"lively.pt(58.0,21.0)","_Padding":"lively.rect(1,1,0,0)","_Position":"lively.pt(0.0,0.0)"},"3271":{"_id":"_1741","chunkOwner":{"__isSmartRef__":true,"id":3268},"morph":{"__isSmartRef__":true,"id":3268},"storedString":"move","style":{"__isSmartRef__":true,"id":3272},"__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3272":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3273":{"moveVertical":true},"3274":{"stops":[{"__isSmartRef__":true,"id":3275},{"__isSmartRef__":true,"id":3276},{"__isSmartRef__":true,"id":3277},{"__isSmartRef__":true,"id":3278}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3275":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"3276":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3277":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3278":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"3279":{"stops":[{"__isSmartRef__":true,"id":3280},{"__isSmartRef__":true,"id":3281},{"__isSmartRef__":true,"id":3282},{"__isSmartRef__":true,"id":3283}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3280":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"3281":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3282":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3283":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"3284":{"migrationLevel":1,"partsSpaceName":"PartsBin/NewWorld","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3285":{"_BorderRadius":5,"_BorderWidth":1,"_ClipMode":"visible","_Fill":{"__isSmartRef__":true,"id":3279},"__serializedExpressions__":["_BorderColor","_Extent","_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(214,214,214)","_Extent":"lively.pt(58.0,21.0)","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(0.0,0.0)"},"3286":{"_ClipMode":"visible","_Rotation":0,"_Scale":1,"attributeConnections":[{"__isSmartRef__":true,"id":3287},{"__isSmartRef__":true,"id":3288}],"derivationIds":[1220,"6104A033-57FD-4F65-B785-3F32FC278E39","BF7EFB0E-5EBE-4F44-9F5E-0576880F8E75","1E4BFB46-60C5-46A6-970A-CE2825840F25","6F766455-545A-496A-88AE-84737A5534A7","38DFF15E-9F34-46E9-BF1D-A4E46C497541","06C3D4D0-C1C1-4664-9899-5F7C61544400","4C448623-A82F-4C77-87AF-D6EA63A59B8D","9A0208AE-4752-4CEC-ABFE-69A8DCADDEC1","B622D1E6-1113-45B0-B7F1-D476B7187C6F","063AEB5B-6476-4381-80CE-3223D5217E84","6156BDE1-9147-41C6-AA8D-BAFBE8D74659","76C8D1EC-5DEB-4813-B4A3-DEE275EB63CA","38EF1DBF-4047-4FAD-9A38-3782659C845B","64AA08B4-79A2-4CF4-9FA4-C642BE08A736","D7C852FA-BE85-4DE9-A4D1-6E6E99E6A959","80F62CA1-A854-4470-B387-629B81C0618F","59DC61C0-DC00-497D-815B-6ED5BA0E6F47","DF47355E-361B-4236-A5DA-EDA365A6EE37","95EE93E9-9193-4EC3-A5D6-9804C67AC226","2C58EAB2-D77C-48DB-ACC1-61DFD0ABC7DB","798BFB9E-DA3A-43F7-8264-02938EE6B73C"],"doNotCopyProperties":["$$fire"],"doNotSerialize":["$$fire"],"droppingEnabled":false,"eventHandler":{"__isSmartRef__":true,"id":3289},"grabbingEnabled":false,"halosEnabled":true,"id":"A5C8E755-2D4D-45EA-BC55-93BED183FA39","isActive":true,"label":{"__isSmartRef__":true,"id":3290},"layout":{"__isSmartRef__":true,"id":3295},"lighterFill":{"__isSmartRef__":true,"id":3296},"name":"removePartButton","normalFill":{"__isSmartRef__":true,"id":3301},"owner":{"__isSmartRef__":true,"id":3260},"partsBinMetaInfo":{"__isSmartRef__":true,"id":3306},"registeredForMouseEvents":true,"scripts":[],"shape":{"__isSmartRef__":true,"id":3307},"showsHalos":false,"showsMorphMenu":true,"submorphs":[{"__isSmartRef__":true,"id":3290}],"toggle":false,"value":false,"__serializedExpressions__":["_Position","padding"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(70.1,393.9)","padding":"lively.rect(5,0,0,0)"},"3287":{"sourceAttrName":"fire","sourceObj":{"__isSmartRef__":true,"id":3286},"targetMethodName":"reloadEverything","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3288":{"sourceAttrName":"fire","sourceObj":{"__isSmartRef__":true,"id":3286},"targetMethodName":"interactivelyRemoveSelectedPartItem","targetObj":{"__isSmartRef__":true,"id":3206},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3289":{"morph":{"__isSmartRef__":true,"id":3286},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3290":{"_Align":"center","_ClipMode":"visible","_Display":"table-cell","_FontFamily":"Arial","_HandStyle":"default","_MaxTextHeight":null,"_MaxTextWidth":64,"_MinTextHeight":null,"_MinTextWidth":64,"_PointerEvents":"none","_Scale":1,"_VerticalAlign":"middle","_WhiteSpaceHandling":"pre-wrap","allowsInput":false,"attributeConnections":[],"derivationIds":[1221,"9DA2513A-CC83-4283-AB2A-ACF15C86C674","5F885FF0-B156-4674-9C69-74CB7C257A00","58A5253D-0C92-4B09-9B0B-50BAF7062B0D","C655EA28-0996-4C54-8E49-F908BCA93FCE","E7DE43DD-20AF-4E46-9928-2D26F325AB7F","7B24B946-C7AF-4E42-AC8B-BAC6D5D6FB5E","43456CD2-B83E-455A-89EA-E2EAC5B41399","3ACAECEE-6384-4EBE-9736-CAD24C3B3762","8005E82C-FA8E-4695-B93B-D9B2E924E896","D5AB5A5F-B23E-44D4-A8E2-DBF9366166C6","892409CD-C1D6-48CA-BEC2-6CBADF38465D","D74F66BA-4390-448A-B522-8F05178E7350","0B784218-10B5-4A37-B773-7620CC059EB7","C5685084-134C-46FD-9102-61A063AC889C","C47B92E3-5285-4067-B358-1A4324DF8A22","F7DC9949-A305-4AC0-AE45-7EE864EE9337","3D5444C3-7F8C-4D4F-A042-7908B72CECC7","B10D0811-3BD7-4D45-B876-055475EB1FC1","208B5E88-68F8-409F-BA7B-D2ED0016AAC5","DEA4F13A-F38F-40E3-B1FA-60D53A4538A9","75D40D64-0C27-42CA-9177-45772130A82A"],"doNotCopyProperties":[],"doNotSerialize":[],"droppingEnabled":false,"eventHandler":{"__isSmartRef__":true,"id":3291},"eventsAreIgnored":true,"fixedHeight":true,"fixedWidth":true,"grabbingEnabled":false,"halosEnabled":true,"id":"E8D7D141-EEB4-43CF-BA2C-6281FD502758","owner":{"__isSmartRef__":true,"id":3286},"prevScroll":[0,0],"registeredForMouseEvents":true,"scripts":[],"shape":{"__isSmartRef__":true,"id":3292},"showsMorphMenu":false,"submorphs":[],"textChunks":[{"__isSmartRef__":true,"id":3293}],"__serializedExpressions__":["_Padding","_Position","padding","textColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,0,0,0)","textColor":"Color.rgb(0,0,0)"},"3291":{"morph":{"__isSmartRef__":true,"id":3290},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3292":{"_ClipMode":"visible","borderWidth":0,"fill":null,"__serializedExpressions__":["_BorderColor","_Extent","_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(0,0,0)","_Extent":"lively.pt(66.0,21.0)","_Padding":"lively.rect(1,1,0,0)","_Position":"lively.pt(0.0,0.0)"},"3293":{"_id":"_1742","chunkOwner":{"__isSmartRef__":true,"id":3290},"morph":{"__isSmartRef__":true,"id":3290},"storedString":"remove","style":{"__isSmartRef__":true,"id":3294},"__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3294":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3295":{"moveVertical":true},"3296":{"stops":[{"__isSmartRef__":true,"id":3297},{"__isSmartRef__":true,"id":3298},{"__isSmartRef__":true,"id":3299},{"__isSmartRef__":true,"id":3300}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3297":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"3298":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3299":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3300":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"3301":{"stops":[{"__isSmartRef__":true,"id":3302},{"__isSmartRef__":true,"id":3303},{"__isSmartRef__":true,"id":3304},{"__isSmartRef__":true,"id":3305}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3302":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"3303":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3304":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3305":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"3306":{"migrationLevel":1,"partsSpaceName":"PartsBin/NewWorld","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3307":{"_BorderRadius":5,"_BorderWidth":1,"_ClipMode":"visible","_Fill":{"__isSmartRef__":true,"id":3301},"__serializedExpressions__":["_BorderColor","_Extent","_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(214,214,214)","_Extent":"lively.pt(66.0,21.0)","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(0.0,0.0)"},"3308":{"_ClipMode":"visible","_Rotation":0,"_Scale":1,"attributeConnections":[{"__isSmartRef__":true,"id":3309},{"__isSmartRef__":true,"id":3310}],"derivationIds":[1222,"53143161-6C64-48C5-8E55-E5914F0EF97D","00D6DD0A-007D-478E-B625-602F218C4635","F420150F-FC88-4A76-8B6B-EA48495DAD2A","7E7374D3-E099-45D6-A873-E111BC557971","69B710F0-9A8E-4B16-9936-5C3E2512043F","1B1D4C76-8DF1-460A-ACCE-80568FE703DC","334778F7-689B-4D27-9891-059110F5122A","8B321CE5-31C5-4333-ADDF-E464DDE059A0","BC069425-0C12-4A28-867E-6C5A5B1334AE","F4B8B757-4B31-4438-B170-D36080178829","C491F2B7-A6A8-4A4A-B729-6F8D829A1966","A3A93C3D-0FC6-4D8B-8244-2B9003FD82A6","DB35D070-7293-4FEE-A170-8C31C4417699","0A3F38FF-C91B-4EA5-B235-0B73774AFCA2","8E4F2D2F-9F28-4BDA-882E-5E76E956D188","D6409CB9-24F9-40E8-A9A9-281F97370D72","B5CB0156-0C30-4C8C-861E-72E6B73E8E32","829B5CC8-E112-41DA-9BE5-1532570063F1","B32CBB90-13BE-4260-ABA5-ABA79BC02F08","4071E114-84F4-4DA5-985F-99F6B03C720D","024EF1CC-8537-4EA5-AB41-FD447113D1E3"],"doNotCopyProperties":["$$fire"],"doNotSerialize":["$$fire"],"droppingEnabled":false,"eventHandler":{"__isSmartRef__":true,"id":3311},"grabbingEnabled":false,"halosEnabled":true,"id":"0A32DF33-5F0D-44AA-9185-8767D57E9564","isActive":true,"label":{"__isSmartRef__":true,"id":3312},"layout":{"__isSmartRef__":true,"id":3317},"lighterFill":{"__isSmartRef__":true,"id":3318},"name":"loadPartButton","normalFill":{"__isSmartRef__":true,"id":3323},"owner":{"__isSmartRef__":true,"id":3260},"partsBinMetaInfo":{"__isSmartRef__":true,"id":3328},"registeredForMouseEvents":true,"scripts":[],"shape":{"__isSmartRef__":true,"id":3329},"showsHalos":false,"showsMorphMenu":true,"submorphs":[{"__isSmartRef__":true,"id":3312}],"toggle":false,"value":false,"__serializedExpressions__":["_Position","padding"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(19.2,393.9)","padding":"lively.rect(5,0,0,0)"},"3309":{"sourceAttrName":"fire","sourceObj":{"__isSmartRef__":true,"id":3308},"targetMethodName":"reloadEverything","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3310":{"sourceAttrName":"fire","sourceObj":{"__isSmartRef__":true,"id":3308},"targetMethodName":"loadAndOpenSelectedPartItem","targetObj":{"__isSmartRef__":true,"id":3206},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3311":{"morph":{"__isSmartRef__":true,"id":3308},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3312":{"_Align":"center","_ClipMode":"visible","_Display":"table-cell","_FontFamily":"Arial","_HandStyle":"default","_MaxTextHeight":null,"_MaxTextWidth":48,"_MinTextHeight":null,"_MinTextWidth":48,"_PointerEvents":"none","_Scale":1,"_VerticalAlign":"middle","_WhiteSpaceHandling":"pre-wrap","allowsInput":false,"attributeConnections":[],"derivationIds":[1223,"CA1AEDF7-8E87-433B-9CD1-DDA8D5A3EBCF","86BD113F-64BA-49A6-B42F-E561F4E0D67E","272B9AB5-11DE-4885-89B6-C3438FC53A90","8A9A437F-D683-4B7F-AE55-35EB605AFB78","A990A9CC-15E4-4E0C-BB5B-16023C399575","F9EF7A21-3B37-4964-B000-6276E90F9807","7C3782C1-9B87-4C58-8D9B-699E9789DA5F","519AE5D6-2EFD-48C5-B983-5A9CA44B7361","3C6B09E0-A6F9-42D6-902B-CF03B209261C","B861397A-5D9E-4C49-B16C-B7C4213F553F","3946FAFB-8E68-4B61-B3D8-C17D2D779198","1DCA3B7F-0D7F-4729-8FD9-2B33A6361A28","6CF99508-4E30-43E9-9945-7A4C4439936A","5990A154-6EFE-48B1-8390-087C7FAF9F35","507F3F9A-523B-4381-8F92-9886C7000F06","7F2ABCE4-A243-4264-8C19-2AE81B3CE9DE","8D86C24D-83CE-40F0-B79B-A0DB20ED1B25","A14FF23F-CBB9-49BF-B4B5-52F63B3AFE40","516562FE-41F1-4169-B2AE-49C7AEF12902","6F465E30-094E-443A-8954-A324609CDD43","0B740950-5831-410E-8559-37EAB876BD88"],"doNotCopyProperties":[],"doNotSerialize":[],"droppingEnabled":false,"eventHandler":{"__isSmartRef__":true,"id":3313},"eventsAreIgnored":true,"fixedHeight":true,"fixedWidth":true,"grabbingEnabled":false,"halosEnabled":true,"id":"8C174E09-104D-4B90-896A-F390BF341A31","owner":{"__isSmartRef__":true,"id":3308},"prevScroll":[0,0],"registeredForMouseEvents":true,"scripts":[],"shape":{"__isSmartRef__":true,"id":3314},"showsMorphMenu":false,"submorphs":[],"textChunks":[{"__isSmartRef__":true,"id":3315}],"__serializedExpressions__":["_Padding","_Position","padding","textColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,0,0,0)","textColor":"Color.rgb(0,0,0)"},"3313":{"morph":{"__isSmartRef__":true,"id":3312},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3314":{"_ClipMode":"visible","borderWidth":0,"fill":null,"__serializedExpressions__":["_BorderColor","_Extent","_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(0,0,0)","_Extent":"lively.pt(50.0,21.0)","_Padding":"lively.rect(1,1,0,0)","_Position":"lively.pt(0.0,0.0)"},"3315":{"_id":"_1743","chunkOwner":{"__isSmartRef__":true,"id":3312},"morph":{"__isSmartRef__":true,"id":3312},"storedString":"load","style":{"__isSmartRef__":true,"id":3316},"__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3316":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3317":{"moveVertical":true},"3318":{"stops":[{"__isSmartRef__":true,"id":3319},{"__isSmartRef__":true,"id":3320},{"__isSmartRef__":true,"id":3321},{"__isSmartRef__":true,"id":3322}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3319":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"3320":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3321":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3322":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"3323":{"stops":[{"__isSmartRef__":true,"id":3324},{"__isSmartRef__":true,"id":3325},{"__isSmartRef__":true,"id":3326},{"__isSmartRef__":true,"id":3327}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3324":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"3325":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3326":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3327":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"3328":{"migrationLevel":1,"partsSpaceName":"PartsBin/NewWorld","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3329":{"_BorderRadius":5,"_BorderWidth":1,"_ClipMode":"visible","_Fill":{"__isSmartRef__":true,"id":3323},"__serializedExpressions__":["_BorderColor","_Extent","_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(214,214,214)","_Extent":"lively.pt(50.0,21.0)","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(0.0,0.0)"},"3330":{"_ClipMode":"hidden","_FontFamily":"Arial, sans-serif","_FontSize":12,"_MaxTextHeight":null,"_MaxTextWidth":258,"_MinTextHeight":null,"_MinTextWidth":258,"_Rotation":0,"_Scale":1,"_WhiteSpaceHandling":"pre-wrap","allowsInput":true,"attributeConnections":[],"charsReplaced":"some text","derivationIds":[1224,"25E0FB99-9B39-4754-932D-DB6A01B4A95D","61627613-C999-40E7-9DB0-BDF996D1ECC4","C4D29785-0782-4706-806D-FF6038713C2F","4C2E106A-1F4C-48A0-A435-1FAA967054BC","BCB8A5BC-CD57-4495-8E0B-67AA5E474FA4","BC6B6857-9FAE-499A-BBFC-4F98A28D555D","A33D26A2-77A9-4F7B-B01E-E011C3AEAB93","12CBEF1F-E269-417E-ACEA-4DE2E29A0CE3","FCA464B3-A849-409D-BC5B-6D9EBAFB43BE","ED534055-8E5A-4649-BB57-BDC3E5CBC17F","B3F598DC-FB73-4FE9-8996-49419A4CD741","F43C5DD4-BE88-4B9F-A804-83D767B93FF8","E8A14541-A23C-4109-82E1-D4DCA740BF52","7A379D20-CC5D-4FB1-9898-854686E034C5","E7A76532-D8EF-4115-9B51-C3A2754C7983","70045544-6706-4A32-A67A-A439454F90CF","5AB7DDB3-7240-4C63-9F17-5A96AC90D9CC","786477A0-CF47-4332-985A-FD492FB8E7C6","3D7FCAE6-8638-487E-9AA6-45B84620A844","CE6BABAF-7C6B-4C32-B87A-9DD9AB13C1CC","248C9DCB-C590-47DB-B10C-63F797F55430"],"doNotCopyProperties":[],"doNotSerialize":[],"droppingEnabled":false,"eventHandler":{"__isSmartRef__":true,"id":3331},"fixedHeight":true,"fixedWidth":true,"grabbingEnabled":false,"halosEnabled":true,"id":"FAA9395C-63F7-48E0-B175-F0067F1F42ED","lastFindLoc":-9,"name":"selectedPartName","owner":{"__isSmartRef__":true,"id":3260},"partsBinMetaInfo":{"__isSmartRef__":true,"id":3332},"prevScroll":[0,0],"previousSelection":[11,11],"registeredForMouseEvents":true,"scripts":[],"shape":{"__isSmartRef__":true,"id":3333},"showsHalos":false,"submorphs":[],"textChunks":[{"__isSmartRef__":true,"id":3334}],"_WordBreak":"break-all","__serializedExpressions__":["_Position","distanceToDragEvent","textColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(22.1,8.6)","distanceToDragEvent":"lively.pt(167.5,-12.6)","textColor":"Color.rgb(0,0,0)"},"3331":{"morph":{"__isSmartRef__":true,"id":3330},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3332":{"migrationLevel":1,"partsSpaceName":"PartsBin/NewWorld","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3333":{"_BorderWidth":0,"_ClipMode":"hidden","fill":null,"__serializedExpressions__":["_BorderColor","_Extent","_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(0,0,0)","_Extent":"lively.pt(258.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(0.0,0.0)"},"3334":{"style":{"__isSmartRef__":true,"id":3335},"chunkOwner":{"__isSmartRef__":true,"id":3330},"_id":"_131","storedString":"nothing selected","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3335":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3336":{"_ClipMode":"scroll","_Rotation":0,"_Scale":1,"attributeConnections":[],"derivationIds":[1225,"9B936EA2-F23D-497C-A53E-4396CA9256F6","E333E76B-0723-4359-B687-2AA820C0D677","25D90D11-0432-4E82-891D-54FFA3BB9FB1","914D1CD5-B925-47EC-B766-212629CF18AC","06903DED-2228-497A-A5E4-BD39CDAC9286","87BCD5EE-A9F5-41E6-AF60-2E0F4B187B25","7FF89F4C-C131-4DAD-A2E3-E3891D43F801","4C4F847E-E079-4B30-BD21-99ACC266B3A6","CD3F6BEF-CFAC-4D1D-9EDE-645D9A1BD064","58EBD102-9E1B-4DF6-AEB7-917764F6D2F3","71365E97-4664-4E67-8AE4-3038A922F65E","BD9C5EBB-4660-4030-8F82-D7F96BBF1B94","189C43AE-811E-4F28-8B30-B6CC11F41CA9","EB043866-95BE-49E0-A54B-14BB5C4BD692","55CDE267-DC7E-42B4-8270-1BBC412A4B36","253560AE-9FB0-4EC3-8C26-0DB0DF9BBE02","FD68C62E-0D04-4421-A9A2-254D853E2044","CCE0CD46-F614-405D-A86B-C21A5CD0A81D","E8EF5A32-42F2-415D-ABB5-6674F7917863","815BFE95-FBA2-40FC-92F0-4EF3101167F5","F7882E1B-A8F6-4F68-AE51-3C1C9E50D7A4"],"doNotCopyProperties":[],"doNotSerialize":[],"droppingEnabled":false,"eventHandler":{"__isSmartRef__":true,"id":3337},"halosEnabled":true,"id":"4806A6E5-1039-4E94-8D92-6280EF2A9582","itemList":[],"layout":{"__isSmartRef__":true,"id":3338},"name":"selectedPartVersions","owner":{"__isSmartRef__":true,"id":3260},"partsBinMetaInfo":{"__isSmartRef__":true,"id":3339},"prevScroll":[0,96],"scripts":[],"shape":{"__isSmartRef__":true,"id":3340},"showsHalos":false,"submorphs":[],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(20.0,56.3)"},"3337":{"morph":{"__isSmartRef__":true,"id":3336},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3338":{"resizeWidth":true},"3339":{"migrationLevel":2,"partsSpaceName":"PartsBin/NewWorld","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3340":{"_BorderRadius":0,"_BorderStyle":"solid","_BorderWidth":0,"_Opacity":1,"__serializedExpressions__":["_BorderColor","_Extent","_Fill","_Padding","position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(0,0,0)","_Extent":"lively.pt(330.8,122.0)","_Fill":"Color.rgb(243,243,243)","_Padding":"lively.rect(0,0,0,0)","position":"lively.pt(0.0,0.0)"},"3341":{"_ClipMode":"auto","_FontFamily":"Arial, sans-serif","_FontSize":11,"_MaxTextHeight":null,"_MaxTextWidth":315.04,"_MinTextHeight":null,"_MinTextWidth":315.04,"_Rotation":0,"_Scale":1,"_WhiteSpaceHandling":"pre-wrap","allowsInput":true,"attributeConnections":[{"__isSmartRef__":true,"id":3342}],"charsReplaced":"","derivationIds":[1226,"DD9BD765-ADCE-4F83-BD29-D46C4F70D065","FAF93200-3F45-458D-A09A-150A9A564E17","45B7AF6D-BAB6-4C3A-A200-A6A7A709499B","65E31DB6-BFDA-4D8A-9EF2-EB1D94C2E253","74C3EFF9-4889-452C-A456-5A5B6778CE47","38D7BE76-BC2A-4B09-92FC-C08352382C88","96002B07-9CDB-4008-A195-09BD239923F2","DAA476D0-F42A-43C3-B4C4-BC880BD80E65","BA992D77-C2D5-466E-A47A-4322BB7146A8","34167D7E-66D9-41B2-AD62-D4C9AB410B96","E701BCEE-C44A-47CB-BE90-50C8CF47AA08","459DECD4-11D7-4B8C-8444-2B602BCDFF28","D0B2AEDB-8A3F-462F-A869-9BECE3D20A80","0BD25F0F-D0C4-46D7-8911-E8FF36AE1AA6","CE77BB5F-B2A7-4B69-83E5-EA36EE064597","D34A0C4A-A6BD-4FE7-82A4-93CB9B2F030B","50A2EC62-7A15-43E5-BB1C-B33C3AE91666","2513159B-9CA2-4F02-92E8-C637FB0EF5FF","5A2A2F94-A71E-423D-BB89-49B017195DC2","5616E43C-0212-43A0-884E-EFF879A41CE4","E483AA87-91F5-4682-9B16-259A11073897"],"doNotCopyProperties":["$$savedTextString"],"doNotSerialize":["$$savedTextString"],"droppingEnabled":false,"eventHandler":{"__isSmartRef__":true,"id":3343},"fixedHeight":true,"fixedWidth":true,"grabbingEnabled":false,"halosEnabled":true,"id":"CA1E743E-78FC-4801-A3F0-A0D635459EBC","lastFindLoc":6,"layout":{"__isSmartRef__":true,"id":3344},"name":"selectedPartComment","owner":{"__isSmartRef__":true,"id":3260},"partsBinMetaInfo":{"__isSmartRef__":true,"id":3345},"prevScroll":[0,0],"registeredForMouseEvents":true,"savedTextString":"A todo list. Pretty straightforward. If your are looking for the todo item proto, it's in front of you ;)\n\nWhen a todo item text is selected you can use TAB / Shift+TAB to go to the next / prev item.\n\nWith Ctrl+c Ctrl+c (2x) you can toggle the done state.","scripts":[],"shape":{"__isSmartRef__":true,"id":3346},"showsHalos":false,"submorphs":[],"textChunks":[{"__isSmartRef__":true,"id":3347}],"_WordBreak":"break-all","__serializedExpressions__":["_Position","distanceToDragEvent","textColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(20.0,180.0)","distanceToDragEvent":"lively.pt(227.1,-11.7)","textColor":"Color.rgb(0,0,0)"},"3342":{"sourceAttrName":"savedTextString","sourceObj":{"__isSmartRef__":true,"id":3341},"targetMethodName":"saveCommentForSelectedPartItem","targetObj":{"__isSmartRef__":true,"id":3206},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3343":{"morph":{"__isSmartRef__":true,"id":3341},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3344":{"resizeHeight":true,"resizeWidth":true},"3345":{"migrationLevel":1,"partsSpaceName":"PartsBin/NewWorld","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3346":{"_BorderRadius":7.400000000000001,"_BorderStyle":"solid","_BorderWidth":1.4800000000000002,"_ClipMode":"visible","_Opacity":1,"fill":null,"__serializedExpressions__":["_BorderColor","_Extent","_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(192,192,192)","_Extent":"lively.pt(333.0,70.0)","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(0.0,0.0)"},"3347":{"style":{"__isSmartRef__":true,"id":3348},"chunkOwner":{"__isSmartRef__":true,"id":3341},"_id":"_130","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3348":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3349":{"_Align":"left","_ClipMode":"hidden","_FontFamily":"Arial, sans-serif","_FontSize":12,"_MaxTextHeight":null,"_MaxTextWidth":265,"_MinTextHeight":null,"_MinTextWidth":265,"_Rotation":0,"_Scale":1,"_WhiteSpaceHandling":"pre-wrap","allowsInput":true,"attributeConnections":[],"charsReplaced":"some text","derivationIds":[1227,"6CE972BD-83CD-4BBB-80ED-D454164C5FEB","157A323D-D969-49B0-B93C-8BD36505D2FC","5D8E7DE9-5E77-4A78-85CC-2BCE68CE557D","EC218021-7880-4AB3-85E1-D09C4BF93D8A","2439308A-9CEB-46A8-8601-F268A4F47F4A","13F42C03-8A95-489F-A557-40F9DF434A0E","DE538AF0-B066-47FC-87FB-FDAC3C147AA1","2E3F7404-39E8-40D4-8CE5-9562B3E28CAF","19B83978-E82E-42BE-9A3B-C419E6106819","8F070B4E-A3FA-4663-A95B-20D3D45962BC","E20FD539-F6B4-4E0D-ADC8-5C1A0D0072C6","36FAB4CF-8F58-4056-9FE5-86FB1D114016","899DC007-45DC-4170-A759-8E6CA26498C7","E0AE05D7-0D12-4B46-82DF-B4079C0204E4","5BE3D953-8D17-450C-825A-0C7F990524F6","E6EFDAE7-8884-4FDD-A117-A31DD8AEAC9C","5DC5F055-B6FC-443A-A68B-113E25FEF8AC","960BBFE5-B8D9-4AE2-BE5F-F3F7D3470B6E","3446E826-6D12-4FEA-958B-B49816D47C49","1CEB802E-9C96-4948-B09C-69219717BB7C","7FF6990A-3A71-421D-B64E-B44C224218BD"],"doNotCopyProperties":[],"doNotSerialize":[],"droppingEnabled":false,"eventHandler":{"__isSmartRef__":true,"id":3350},"fixedHeight":true,"fixedWidth":true,"grabbingEnabled":false,"halosEnabled":true,"id":"1D5E169B-86E3-4A74-BC40-4F0B50BE9FA5","lastFindLoc":-9,"name":"selectedPartSpaceName","owner":{"__isSmartRef__":true,"id":3260},"partsBinMetaInfo":{"__isSmartRef__":true,"id":3351},"prevScroll":[0,0],"previousSelection":[9,15],"registeredForMouseEvents":true,"scripts":[],"shape":{"__isSmartRef__":true,"id":3352},"showsHalos":false,"submorphs":[],"textChunks":[{"__isSmartRef__":true,"id":3353}],"_WordBreak":"break-all","__serializedExpressions__":["_Position","textColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(22.4,30.9)","textColor":"Color.rgb(0,0,0)"},"3350":{"morph":{"__isSmartRef__":true,"id":3349},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3351":{"migrationLevel":1,"partsSpaceName":"PartsBin/NewWorld","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3352":{"_BorderWidth":0,"_ClipMode":"hidden","fill":null,"__serializedExpressions__":["_BorderColor","_Extent","_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(0,0,0)","_Extent":"lively.pt(265.0,20.0)","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(0.0,0.0)"},"3353":{"style":{"__isSmartRef__":true,"id":3354},"chunkOwner":{"__isSmartRef__":true,"id":3349},"_id":"_132","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3354":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3355":{"_ClipMode":"visible","_Rotation":0,"_Scale":1,"attributeConnections":[{"__isSmartRef__":true,"id":3356},{"__isSmartRef__":true,"id":3357}],"derivationIds":[1228,"A7EE497C-3BC4-48A3-8B6D-193804223319","1F02DAAA-E458-41C2-8A98-B61020A2E0A2","8324EE8D-1ABC-4E9E-96A9-C36215559902","85744E70-8D7A-4836-B64D-5D72BEB47A24","DAB27C35-5025-4060-AFA0-24DB71031B79","7490C0EB-B488-4F98-9C66-E48F89F2A921","EADFC9A5-98FD-4150-BCE8-0ACA0351474D","3A50497B-C8BD-4EAF-915B-E3790C33AD66","E6302DFE-3CE2-45C3-AE75-DE059CCC03FA","8846EE9D-80E1-4E56-9709-E2407578BA4F","73BBBF7E-E245-4A74-B34B-1EAC6C38F0B5","CE44810D-6BAA-4406-8062-31A87EF0EF87","15DE6651-BEE1-4C4E-9CBD-38AC49163509","BA420413-8A66-447A-8E91-AA2C591805C7","C691FCE3-D94F-40F9-8DC8-41A8F9E64EB5","65F52EB7-20DF-4B10-862D-3629BA23FD11","8AB30725-556C-476C-8872-9AA68903803E","7D39FF18-1229-4797-83D8-F016DDAF0601","4F5BC4BE-6AFD-4211-A738-5F5505AF4D92","98F4E659-AAA8-4591-9BB9-9BB819657D00","BD49A7C0-8953-4DA9-A6E4-AD8F600E0A12"],"doNotCopyProperties":["$$fire"],"doNotSerialize":["$$fire"],"droppingEnabled":false,"eventHandler":{"__isSmartRef__":true,"id":3358},"grabbingEnabled":false,"halosEnabled":true,"id":"6D98F628-2C68-43DD-9CBA-6BDCE0F0BAB7","isActive":true,"label":{"__isSmartRef__":true,"id":3359},"layout":{"__isSmartRef__":true,"id":3364},"lighterFill":{"__isSmartRef__":true,"id":3365},"name":"copyPartButton","normalFill":{"__isSmartRef__":true,"id":3370},"owner":{"__isSmartRef__":true,"id":3260},"partsBinMetaInfo":{"__isSmartRef__":true,"id":3375},"registeredForMouseEvents":true,"scripts":[],"shape":{"__isSmartRef__":true,"id":3376},"showsHalos":false,"showsMorphMenu":true,"submorphs":[{"__isSmartRef__":true,"id":3359}],"toggle":false,"value":true,"__serializedExpressions__":["_Position","distanceToDragEvent","padding"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(196.0,393.0)","distanceToDragEvent":"lively.pt(50.4,-17.4)","padding":"lively.rect(5,0,0,0)"},"3356":{"sourceAttrName":"fire","sourceObj":{"__isSmartRef__":true,"id":3355},"targetMethodName":"interactivelyMoveSelectedPartItem","targetObj":{"__isSmartRef__":true,"id":3206},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3357":{"sourceAttrName":"fire","sourceObj":{"__isSmartRef__":true,"id":3355},"targetMethodName":"interactivelyCopySelectedPartItem","targetObj":{"__isSmartRef__":true,"id":3206},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3358":{"morph":{"__isSmartRef__":true,"id":3355},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3359":{"_Align":"center","_ClipMode":"hidden","_Display":"table-cell","_FontFamily":"Arial","_HandStyle":"default","_MaxTextHeight":null,"_MaxTextWidth":83,"_MinTextHeight":null,"_MinTextWidth":83,"_PointerEvents":"none","_Scale":1,"_VerticalAlign":"middle","_WhiteSpaceHandling":"pre-wrap","allowsInput":false,"attributeConnections":[],"derivationIds":[1229,"48944567-0B6F-46EA-AD76-2677296C53EA","E68189FB-262E-412F-B5CE-00D5F9ED451C","4AB6AC8D-F0E4-44F7-A6A9-ED45C6B3FA16","BBAE8D78-82FB-4D7F-9F2D-D2358BC706F5","3F40AADC-4450-4508-8A3B-53779974E210","F55D05B5-34A2-4509-8B14-8929A97BDE5B","A9917EAE-88D7-49DF-86CA-8EF5155DC125","8B1BF7BF-63FD-4069-B895-FB093499508B","0F5810CB-D842-4192-A607-6D731E3887DE","9AA6C8A4-A06A-4BF0-8609-7F9C82304D02","E7062D98-E822-49C7-A6C0-23D9E5008454","7078A684-8907-4ED0-8F10-6E67DB2F5274","E9381BFD-779B-43D4-906F-6CB2BDA97999","DFD93A7D-7247-4E8B-8E62-A35FC5B50423","5DC95437-1D19-4F67-9EC2-E6F93E735962","3CA34522-1EC9-475C-96B5-7326BC8AA938","BFEC85B9-B501-4764-A00E-884B9521D79F","52B460BA-3A0E-4BF2-B035-FE3EA19D4FD1","ED410F61-A9FC-4C9B-AD91-A44914C0E58C","9E8361EF-492E-4ADE-B57D-5BD6A6DD7758","74529B11-1E5B-4D95-9ACA-B10294FF85FD"],"doNotCopyProperties":[],"doNotSerialize":[],"droppingEnabled":false,"eventHandler":{"__isSmartRef__":true,"id":3360},"eventsAreIgnored":true,"fixedHeight":true,"fixedWidth":true,"grabbingEnabled":false,"halosEnabled":true,"id":"5B04987E-408B-4F00-876E-87D60FA078FA","owner":{"__isSmartRef__":true,"id":3355},"prevScroll":[0,0],"registeredForMouseEvents":true,"scripts":[],"shape":{"__isSmartRef__":true,"id":3361},"showsMorphMenu":false,"submorphs":[],"textChunks":[{"__isSmartRef__":true,"id":3362}],"_WordBreak":"break-all","__serializedExpressions__":["_Padding","_Position","padding","textColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,0,0,0)","textColor":"Color.rgb(0,0,0)"},"3360":{"morph":{"__isSmartRef__":true,"id":3359},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3361":{"_ClipMode":"hidden","borderWidth":0,"fill":null,"__serializedExpressions__":["_BorderColor","_Extent","_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(0,0,0)","_Extent":"lively.pt(85.0,21.0)","_Padding":"lively.rect(1,1,0,0)","_Position":"lively.pt(0.0,0.0)"},"3362":{"_id":"_1747","chunkOwner":{"__isSmartRef__":true,"id":3359},"storedString":"copy","style":{"__isSmartRef__":true,"id":3363},"__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3363":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3364":{"moveVertical":true},"3365":{"stops":[{"__isSmartRef__":true,"id":3366},{"__isSmartRef__":true,"id":3367},{"__isSmartRef__":true,"id":3368},{"__isSmartRef__":true,"id":3369}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3366":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"3367":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3368":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3369":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"3370":{"stops":[{"__isSmartRef__":true,"id":3371},{"__isSmartRef__":true,"id":3372},{"__isSmartRef__":true,"id":3373},{"__isSmartRef__":true,"id":3374}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3371":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"3372":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3373":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3374":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"3375":{"migrationLevel":1,"partsSpaceName":"PartsBin/NewWorld","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3376":{"_BorderRadius":5,"_BorderWidth":1,"_ClipMode":"visible","_Fill":{"__isSmartRef__":true,"id":3365},"__serializedExpressions__":["_BorderColor","_Extent","_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(214,214,214)","_Extent":"lively.pt(85.0,21.0)","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(0.0,0.0)"},"3377":{"_ClipMode":"visible","_FontFamily":"Arial, sans-serif","_FontSize":9,"_MaxTextWidth":67,"_MinTextWidth":67,"_Rotation":0,"_Scale":1,"_WhiteSpaceHandling":"pre-wrap","allowsInput":true,"attributeConnections":[],"charsReplaced":"this part with others:","derivationIds":[1232,"B9D2A879-DE55-4FCE-A39E-A49A5C513DB5","9B2052B5-A239-453D-BB12-7E8C6D47F9A3","EBBE29B3-CFB1-4F29-B063-3151F39F05EE","F4E1E4A0-3E52-4122-AA40-813B7DE11F76","838CC24A-7BA4-4FE8-9F17-0095855C98BB","31AE717F-70AF-471F-A274-C083B4D1AA99","8A4D997E-3528-421C-92E3-C9C6D3E71D7A","B7149BC1-13A4-4E74-8875-3D491C3D241D","F2E52A05-0BA8-4E2C-A15B-F2DCC738D984","35C3114B-9B72-4002-B572-01AE597A11E5","E3655B71-EA3B-4183-B0B4-310D0D2C4DCF","B3EE45E9-6582-4594-8CBB-655811150765","37D86999-5FCB-446D-9517-5DD6B4276A33","EE34DEAB-F3B3-460C-B9CA-7DADF59423FA","AC84A8AB-4DF0-4C1F-98E0-33B877C575C4","0F00D02E-5855-4186-84D6-37F19F8E7E2F","ED1E5AC0-1DA3-4AF3-B965-84149B5F8DBC","973F365C-6DAB-42E2-A628-0C5FC5D4C446","81923441-802D-42F9-9509-1827D067BCC4","085254A4-53D8-47E0-8E62-494E6A32A3CE","B721EBD1-7DAB-4B93-8AA9-BF1A524E30F5"],"doNotCopyProperties":[],"doNotSerialize":[],"droppingEnabled":false,"eventHandler":{"__isSmartRef__":true,"id":3378},"fixedHeight":false,"fixedWidth":true,"grabbingEnabled":false,"halosEnabled":true,"id":"F39E940E-8C65-4531-9057-BDA18FB520F5","isBeingDragged":false,"lastFindLoc":28,"name":"shareLink","owner":{"__isSmartRef__":true,"id":3260},"partsBinMetaInfo":{"__isSmartRef__":true,"id":3379},"prevScroll":[0,0],"previousSelection":[0,11],"registeredForMouseEvents":true,"scripts":[],"shape":{"__isSmartRef__":true,"id":3380},"showsHalos":false,"submorphs":[],"textChunks":[{"__isSmartRef__":true,"id":3381}],"__serializedExpressions__":["_Padding","_Position","distanceToDragEvent","textColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(5,5,0,0)","_Position":"lively.pt(289.0,31.0)","distanceToDragEvent":"lively.pt(47.6,-17.5)","textColor":"Color.rgb(0,0,0)"},"3378":{"morph":{"__isSmartRef__":true,"id":3377},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3379":{"comment":"a simple text morph","migrationLevel":4,"partName":"Text","partsSpaceName":"PartsBin/Basic","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3380":{"_BorderWidth":0,"_ClipMode":"visible","fill":null,"__serializedExpressions__":["_BorderColor","_Extent","_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(0,0,0)","_Extent":"lively.pt(67.0,15.0)","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(0.0,0.0)"},"3381":{"style":{"__isSmartRef__":true,"id":3382},"chunkOwner":{"__isSmartRef__":true,"id":3377},"_id":"_233","storedString":"Share Link","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3382":{"uri":"http://www.lively-kernel.org/viral?part=SketchPad&path=PartsBin/sd1213/","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3383":{"_ClipMode":"visible","_Rotation":0,"_Scale":1,"attributeConnections":[{"__isSmartRef__":true,"id":3384}],"derivationIds":[1228,"A7EE497C-3BC4-48A3-8B6D-193804223319","1F02DAAA-E458-41C2-8A98-B61020A2E0A2","8324EE8D-1ABC-4E9E-96A9-C36215559902","85744E70-8D7A-4836-B64D-5D72BEB47A24","DAB27C35-5025-4060-AFA0-24DB71031B79","7490C0EB-B488-4F98-9C66-E48F89F2A921","560C20B1-25AC-44A3-AEFB-D1BF530F949F","BFA181FE-2E54-4F33-B095-AFDB42B6BDF5","5A129B5C-19E8-4F9F-8EE3-965642773E8D","950927A9-0B66-4641-BF3B-AB7AA29E66E2","8304D920-645F-4AD4-ACE7-A38F24AB5D56","70072C5E-4EC6-4FE8-AE8D-0063E8C5C429","78B5D0D4-37C6-48D0-BCDC-42831A6A3B10","E08BFEC8-4724-411F-B2C9-27B45D8D5B60","856E27F5-D879-4196-AD79-1F320AE5A2F5","44E3D67D-28B4-4B2B-B13E-ED9DA00E896C","5F21413A-418D-4594-9F22-604D1D07E8B6","F22C835D-31F3-4912-AE38-BAA069A45FCC","BE13CC1D-6085-414D-B757-D3B8840BBD25","17259AF0-5B53-4DDD-9C8D-F8EEEBA17A54","773E192F-C86B-423F-9530-F132D64FF540","518FECC9-97A2-494F-93D7-25B34C16227A","B143B93B-99AF-486F-8F6C-215128244E33"],"doNotCopyProperties":["$$fire"],"doNotSerialize":["$$fire"],"droppingEnabled":false,"eventHandler":{"__isSmartRef__":true,"id":3386},"grabbingEnabled":false,"halosEnabled":true,"id":"728B1835-67FD-4C2A-8185-6DEA04FA4BF7","isActive":true,"label":{"__isSmartRef__":true,"id":3387},"layout":{"__isSmartRef__":true,"id":3392},"lighterFill":{"__isSmartRef__":true,"id":3393},"name":"editModulesButton","normalFill":{"__isSmartRef__":true,"id":3398},"owner":{"__isSmartRef__":true,"id":3260},"partsBinMetaInfo":{"__isSmartRef__":true,"id":3403},"registeredForMouseEvents":true,"scripts":[],"shape":{"__isSmartRef__":true,"id":3404},"showsHalos":false,"showsMorphMenu":true,"submorphs":[{"__isSmartRef__":true,"id":3387}],"toggle":false,"value":false,"__serializedExpressions__":["_Position","distanceToDragEvent","padding"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(285.0,394.0)","distanceToDragEvent":"lively.pt(48.2,-13.2)","padding":"lively.rect(5,0,0,0)"},"3384":{"converterString":null,"sourceAttrName":"fire","sourceObj":{"__isSmartRef__":true,"id":3383},"targetMethodName":"showRequiredModules","updaterString":null,"varMapping":{"__isSmartRef__":true,"id":3385},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3385":{"source":{"__isSmartRef__":true,"id":3383}},"3386":{"morph":{"__isSmartRef__":true,"id":3383},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3387":{"_Align":"center","_ClipMode":"hidden","_Display":"table-cell","_FontFamily":"Arial","_HandStyle":"default","_MaxTextHeight":null,"_MaxTextWidth":62.378312347756264,"_MinTextHeight":null,"_MinTextWidth":62.378312347756264,"_PointerEvents":"none","_Scale":1,"_VerticalAlign":"middle","_WhiteSpaceHandling":"pre-wrap","allowsInput":false,"attributeConnections":[],"derivationIds":[1229,"48944567-0B6F-46EA-AD76-2677296C53EA","E68189FB-262E-412F-B5CE-00D5F9ED451C","4AB6AC8D-F0E4-44F7-A6A9-ED45C6B3FA16","BBAE8D78-82FB-4D7F-9F2D-D2358BC706F5","3F40AADC-4450-4508-8A3B-53779974E210","F55D05B5-34A2-4509-8B14-8929A97BDE5B","57E00BE5-A979-4932-A6BF-82E922915547","3F2A56C8-300D-48C4-AEC6-2B6D57BB4AFA","59668791-500C-47F3-BB68-9E3128E1368E","9F26A844-331F-4C72-9C1F-317F97684DDC","47F7E9D0-6F7E-4A60-BB12-C4E348651067","D6D1CB99-F4D0-4279-81F4-B95FCA0DE172","0F1A41BA-2391-44D6-B03B-8ACB97D2F626","9813528A-089C-414B-A3C4-9E02F0E9E422","23F98A90-8A22-46A9-B2D6-DF287B5C4681","EE9BCAB9-9781-46F5-A2A9-FFB5D11ECF29","F3623320-595F-45C5-9235-612BABDF0402","4263733A-8D31-4A62-ABB9-9D29CFEB1BDB","730EC70E-9E7A-44E3-8715-4589916635F2","60DDE4EC-47FC-4E76-8D24-583559FBA501","7C5AA88D-A6D6-4D16-96AF-10DB6B8C5E2E","66D4B02B-C832-4D9D-B14E-E5012B265603","ADA23729-3B64-4800-A61C-C9807DA08917"],"doNotCopyProperties":[],"doNotSerialize":[],"droppingEnabled":false,"eventHandler":{"__isSmartRef__":true,"id":3388},"eventsAreIgnored":true,"fixedHeight":true,"fixedWidth":true,"grabbingEnabled":false,"halosEnabled":true,"id":"C6E3EA53-2FA3-4104-BDC2-170A14AB2F94","owner":{"__isSmartRef__":true,"id":3383},"prevScroll":[0,0],"registeredForMouseEvents":true,"scripts":[],"shape":{"__isSmartRef__":true,"id":3389},"showsMorphMenu":false,"submorphs":[],"textChunks":[{"__isSmartRef__":true,"id":3390}],"_WordBreak":"break-all","__serializedExpressions__":["_Padding","_Position","padding","textColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,0,0,0)","textColor":"Color.rgb(0,0,0)"},"3388":{"morph":{"__isSmartRef__":true,"id":3387},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3389":{"_ClipMode":"hidden","borderWidth":0,"fill":null,"__serializedExpressions__":["_BorderColor","_Extent","_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(0,0,0)","_Extent":"lively.pt(64.4,21.7)","_Padding":"lively.rect(1,1,0,0)","_Position":"lively.pt(0.0,0.0)"},"3390":{"_id":"_1749","chunkOwner":{"__isSmartRef__":true,"id":3387},"storedString":"modules","style":{"__isSmartRef__":true,"id":3391},"__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3391":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3392":{"moveVertical":true},"3393":{"stops":[{"__isSmartRef__":true,"id":3394},{"__isSmartRef__":true,"id":3395},{"__isSmartRef__":true,"id":3396},{"__isSmartRef__":true,"id":3397}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3394":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"3395":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3396":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3397":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"3398":{"stops":[{"__isSmartRef__":true,"id":3399},{"__isSmartRef__":true,"id":3400},{"__isSmartRef__":true,"id":3401},{"__isSmartRef__":true,"id":3402}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3399":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"3400":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3401":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3402":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"3403":{"migrationLevel":1,"partsSpaceName":"PartsBin/NewWorld","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3404":{"_BorderRadius":5,"_BorderWidth":1,"_ClipMode":"visible","_Fill":{"__isSmartRef__":true,"id":3398},"__serializedExpressions__":["_BorderColor","_Extent","_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(214,214,214)","_Extent":"lively.pt(64.4,21.7)","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(0.0,0.0)"},"3405":{"_ClipMode":"auto","_FontFamily":"Monaco,monospace","_FontSize":8,"_MaxTextHeight":null,"_MaxTextWidth":323,"_MinTextHeight":null,"_MinTextWidth":323,"_Rotation":0,"_Scale":1,"_WhiteSpaceHandling":"pre-wrap","accessibleInInactiveWindow":true,"allowInput":true,"attributeConnections":[],"derivationIds":[null,"074C2A5B-DB0A-47F0-A589-2DD872B13343","A8A6CA38-F1A7-4072-AC76-F667C20E1A28","E4076130-19FC-4FF2-A735-34F038892965","53A19BCB-248D-4752-A030-42E6E2FB058A","03EC7CDC-FEB2-40DC-8DB5-DFB9E562D7AD","1CBF94A0-4332-4B18-9332-45E2DD64F32C","AAB6B212-3779-48E1-AF91-947E29A54CAC","E849326B-286B-4A46-A16F-947D59B9F689","C4FB7428-2907-491D-A57B-5DDE1CD03756","486B6DA7-48F1-48E9-993B-30AE235D0A5C","A98A5B22-0CAC-4845-9F0D-4F16045FB43D","080AB60F-F452-471A-BCCD-42F21F01DECF","B35BBA3F-42CD-463A-B651-330BA586CE2A"],"doNotCopyProperties":[],"doNotSerialize":[],"droppingEnabled":false,"evalEnabled":false,"eventHandler":{"__isSmartRef__":true,"id":3406},"fixedHeight":true,"fixedWidth":true,"grabbingEnabled":false,"halosEnabled":true,"id":"9719C8D1-E725-4F00-BA45-43CAFBB4328A","lastSyntaxHighlightTime":1328037408581,"layout":{"__isSmartRef__":true,"id":3407},"name":"CommitLog","owner":{"__isSmartRef__":true,"id":3260},"prevScroll":[0,0],"scripts":[],"shape":{"__isSmartRef__":true,"id":3408},"showsHalos":false,"submorphs":[],"syntaxHighlightingWhileTyping":false,"textChunks":[{"__isSmartRef__":true,"id":3409}],"_WordBreak":"break-all","__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(21.2,257.9)"},"3406":{"morph":{"__isSmartRef__":true,"id":3405},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3407":{"resizeHeight":true,"resizeWidth":true},"3408":{"_BorderRadius":7.405,"_BorderStyle":"solid","_BorderWidth":1,"_ClipMode":"auto","_Fill":null,"_Opacity":1,"__serializedExpressions__":["_BorderColor","_Extent","_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(169,169,169)","_Extent":"lively.pt(333.0,124.0)","_Padding":"lively.rect(4,2,0,0)","_Position":"lively.pt(0.0,0.0)"},"3409":{"style":{"__isSmartRef__":true,"id":3410},"chunkOwner":{"__isSmartRef__":true,"id":3405},"_id":"_236","storedString":"2012-12-06 18:44 daniel.hoffmann: \n position constraint can be added manually, disabled syntax highlighting on output boxes\n\n2012-12-02 19:09 lisa.pfisterer: \n Umsetzen der height-Constraints ins Tableau jetzt möglich. auch die zu maximierende F-Funktion. Außerdem Anzeige der aktuellen Werte\n\n2012-12-02 14:28 lisa.pfisterer: \n Änderungen von Lisa. Array Util, Tableau-Anzeige, erste Schritte für Setter.\n\n2012-12-02 12:38 daniel.hoffmann: \n Added support for adding constraints manually\n\n2012-05-03 15:51 undefined: \n whoopsie\n\n2012-05-03 15:51 undefined: \n whoopsie\n\n2012-03-14 10:53 undefined: \n sorry\n\n2012-02-25 02:59 fbo: \n no comment\n\n2012-03-14 10:42 undefined: \n css transitions\n\n2012-04-09 13:42 undefined: \n suddenly, the rectangle became a CarDemo\n\n2012-06-18 19:35 bgnauk: \n no comment\n\n2012-11-22 10:35 jenslincke: \n I want my blue rectangle back!\n\n2012-12-01 21:43 lisa.pfisterer: \n first draft. Still under construction!\n\n2012-12-01 22:57 lisa.pfisterer: \n Zwischenstand. Util-Funktionen für das Arbeiten mit Arrays (Zeile und Spalte hinzufügen für neue Constraints im Tableau)\n\n2012-12-02 14:00 daniel.hoffmann: \n Fixed bug to get current value of constraint type (width, height) \nAdded button to set up sketch area\n\n2012-12-02 14:06 daniel.hoffmann: \n ratio button works as well\n\n2012-12-02 17:49 daniel.hoffmann: \n get side of rectangle\n\n2012-12-02 18:15 daniel.hoffmann: \n read value of ratio\n\n2012-12-03 23:26 lisa.pfisterer: \n Ratio implementiert (richtig herum??)\n\n2012-12-06 18:23 lisa.pfisterer: \n Positionen möglich! :) Sowie Constraints-Array angelegt\n\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3410":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3411":{"_ClipMode":"auto","_Rotation":0,"_Scale":1,"attributeConnections":[{"__isSmartRef__":true,"id":3412}],"changeTriggered":true,"derivationIds":[1234,"E4573A4B-7457-4A85-B5E0-8634CF6B5A32","36ABD56F-22FB-466E-911F-B5A54713AC62","C5B5D3B3-C81B-4BF1-AF14-AD010028B8E8","0E406F2D-69F9-4AB8-8D75-02815B9FE8AB","AB7C35D1-2411-4621-AEF1-4B26A3B06611","134793DC-D7FD-429A-8303-7E57B5B7B24A","37D6C084-5E43-4B73-9710-E05DEA0B8D9B","C98A36F4-D242-4A3E-82C9-9DF7443A3BC6","C3570FAB-192B-4D80-8400-751E3DD8720B","C2FE8FA7-4EA1-4C9D-80F6-79C11F913648","8F4F6AB0-12EB-41C0-8D58-A77552E84513","51C37965-82DC-42C3-8156-18C2B8BEEECE","99CAEA25-7AB9-46F2-82ED-969208DEDF24","6A42ED52-B82A-4F6D-8A14-F83CB210F7F6","169EBC93-B142-4138-80E3-5FB92BD3CEB6","8C059D61-0E96-4978-9636-66BAF103AD61","FEEE89FC-5929-4378-BE7B-6059E02339F3","AF14E500-F1A1-49BA-987C-C9126B05DAD9","12606A3A-3208-41C7-BEAF-B178E66E4B53","7C9EEBD1-1912-4D16-9AD2-0FCEB5A364D6","EC87CCEA-0DFF-4C56-9FB2-242E637AD51F"],"doNotCopyProperties":["$$selection"],"doNotSerialize":["$$selection"],"droppingEnabled":false,"eventHandler":{"__isSmartRef__":true,"id":3413},"halosEnabled":true,"id":"E8C00F4D-261A-467C-BAB4-8093EC8264B1","isBeingDragged":false,"itemList":["*all*","*latest*","*search*","Backgrounds","Basic","Charting","ChartingDemo","CodeSnippets","Collaboration","Controls","Database","DatabaseDemo","Debugging","Demos","Dialogs","Documentation","DroppableBehaviors","ElProfesor","Fabian","FreedomOfSpeech","Fun","Games","Gestures","Grid","groupBejeweled","Holger","Inputs","iPadWidgets","Issues","Jens","Layout","Maps","Martin","Math","morphic.js","MP2011WS","NewWorld","PartsClasses","Pictures","Presenting","Productivity","prova","Robert","Sandbox","SAPUI5","Scripting","sd1213","Server","SimilarityDemo","SketchyInputs","SWD2011","Sync","testCopyPartItemTarget","testCreatePartsSpace","Tests","TestSpace1","TestSpace2","Text","Tiles","Tools","uncategorized","VirtualWorld","Visualization","Web","WebWorker","Widgets","Wiki"],"layout":{"__isSmartRef__":true,"id":3414},"name":"categoryList","owner":{"__isSmartRef__":true,"id":3206},"partsBinMetaInfo":{"__isSmartRef__":true,"id":3415},"prevScroll":[0,16],"scripts":[],"selectedLineNo":1,"selection":"*latest*","shape":{"__isSmartRef__":true,"id":3416},"showsHalos":false,"submorphs":[],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(9.0,37.0)"},"3412":{"sourceAttrName":"selection","sourceObj":{"__isSmartRef__":true,"id":3411},"targetMethodName":"categoryName","targetObj":{"__isSmartRef__":true,"id":3206},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3413":{"morph":{"__isSmartRef__":true,"id":3411},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3414":{"resizeHeight":true},"3415":{"migrationLevel":1,"partsSpaceName":"PartsBin/NewWorld","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3416":{"_BorderRadius":0,"_BorderWidth":1.258,"__serializedExpressions__":["_BorderColor","_Extent","_Fill","_Padding","position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(211,211,211)","_Extent":"lively.pt(145.0,441.2)","_Fill":"Color.rgb(243,243,243)","_Padding":"lively.rect(0,0,0,0)","position":"lively.pt(0.0,0.0)"},"3417":{"_ClipMode":"visible","_Rotation":0,"_Scale":1,"attributeConnections":[{"__isSmartRef__":true,"id":3418}],"derivationIds":[1235,"1004C6DF-84F6-4345-B2CA-055AA4F773F6","E89AF462-CFE4-4AC3-B827-CB2505E2A7BA","E2DDE5E0-43A1-4195-90A8-91408473DCDA","03920DC7-DC2D-4C3F-A927-AAD2960216A5","A72AAFB6-23CC-4F29-9DAD-27A67A7577E9","2B4287A8-196C-42F0-828E-4CE4381C9D7F","528F8789-646A-46B1-B4BE-1E5382D1FC89","75DE0100-DA4C-43AC-BD8B-23EFB260EAF4","EA00D1F3-F11C-438A-9B70-1B08F358EB5C","8579EE52-28C3-4D4B-B137-ABE47C0A9E42","51DB8874-CA5A-4DAD-B23E-194CE47C8662","2770196E-663B-4618-A54A-84D5F9CDA489","34C78B01-37DE-4F8C-BD88-0D17FC632772","64ACFD9C-F0C2-4AA7-A30E-58BDDF6FE4BD","50E01FF5-1DCE-44CF-A959-D3664885DE6B","F4FF0113-404D-4EEE-B095-185CD84B7BE9","3FB7C823-28E4-4117-A9DA-442ECABA7BFA","E4711B14-CD69-4EF9-ADF3-B80780C4CD19","9CE7CB57-2015-4AF7-A00A-8209A73CA87D","97D2FB71-644D-4065-9078-B35964DD3F78","080A43E6-94B4-4391-8786-92AC40143BB7"],"doNotCopyProperties":["$$fire"],"doNotSerialize":["$$fire"],"droppingEnabled":false,"eventHandler":{"__isSmartRef__":true,"id":3420},"grabbingEnabled":false,"halosEnabled":true,"id":"F62EE1DE-63CB-420B-8472-D540E9D110E8","isActive":true,"isPressed":false,"label":{"__isSmartRef__":true,"id":3421},"lighterFill":{"__isSmartRef__":true,"id":3426},"name":"reloadButton","normalFill":{"__isSmartRef__":true,"id":3431},"owner":{"__isSmartRef__":true,"id":3206},"partsBinMetaInfo":{"__isSmartRef__":true,"id":3436},"registeredForMouseEvents":true,"scripts":[],"shape":{"__isSmartRef__":true,"id":3437},"showsHalos":false,"showsMorphMenu":true,"submorphs":[{"__isSmartRef__":true,"id":3421}],"toggle":false,"value":false,"__serializedExpressions__":["_Position","padding"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(79.0,10.0)","padding":"lively.rect(5,0,0,0)"},"3418":{"converterString":null,"sourceAttrName":"fire","sourceObj":{"__isSmartRef__":true,"id":3417},"targetMethodName":"reloadEverything","targetObj":{"__isSmartRef__":true,"id":3206},"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":3419},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3419":{"source":{"__isSmartRef__":true,"id":3417},"target":{"__isSmartRef__":true,"id":3206}},"3420":{"morph":{"__isSmartRef__":true,"id":3417},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3421":{"_Align":"center","_ClipMode":"hidden","_Display":"table-cell","_FontFamily":"Arial","_HandStyle":"default","_MaxTextHeight":null,"_MaxTextWidth":20,"_MinTextHeight":null,"_MinTextWidth":20,"_PointerEvents":"none","_Scale":1,"_VerticalAlign":"middle","_WhiteSpaceHandling":"pre-wrap","allowsInput":false,"attributeConnections":[],"derivationIds":[1236,"0AABC7BC-431F-4F28-A475-694B57A56F0A","E508F35D-1887-4A79-A395-19186427F9C7","4878087E-76B4-401E-AAFB-3A98B1DC2B76","B415B743-575F-4D4A-A6C6-6C97E4DC54A4","EA639CD5-A12C-425C-AD35-FF77947DFC67","5E535C29-89AB-424F-A50E-40D7E6794ACE","44B3E0BB-A9AF-46E4-A2A3-EB76BB87610A","905CD9C3-1327-4130-B76B-72609D9578A8","11C63B11-BCA5-4131-A18B-A4A42D1894A8","011E0634-4488-4902-9A4C-5755634994EA","2889F48B-DFF4-447E-800B-ACFDBE39907E","D0E97658-D3F9-4EF1-A44C-94053ACC7F5B","59DD8173-ED98-4207-82B2-5A95FACEC902","1C2F66E8-3F97-4ACF-AF5C-3E6F994B9584","3AD61C32-09BF-4CCC-B7AA-4CCF3F93A821","D7046839-D241-4DC4-BD4B-D76B0B70835C","9ACFE363-381B-430A-8233-9B7079D7EB1D","9E7D958C-EFB6-4772-8589-F8870872BF4A","B95516EE-C61F-4352-95F2-9B64EE966670","BFFFC9FF-5CF0-4817-8634-D65AE5A29606","678CF763-398E-4DAA-9AD5-542160BD644B"],"doNotCopyProperties":[],"doNotSerialize":[],"droppingEnabled":false,"eventHandler":{"__isSmartRef__":true,"id":3422},"eventsAreIgnored":true,"fixedHeight":true,"fixedWidth":true,"grabbingEnabled":false,"halosEnabled":true,"id":"6494CB10-12A7-448B-8F2C-1B2D55CC00F3","owner":{"__isSmartRef__":true,"id":3417},"prevScroll":[0,0],"registeredForMouseEvents":true,"scripts":[],"shape":{"__isSmartRef__":true,"id":3423},"showsMorphMenu":false,"submorphs":[],"textChunks":[{"__isSmartRef__":true,"id":3424}],"_WordBreak":"break-all","__serializedExpressions__":["_Padding","_Position","_TextColor","padding","textColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(0.0,-2.0)","_TextColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","textColor":"Color.rgb(0,0,0)"},"3422":{"morph":{"__isSmartRef__":true,"id":3421},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3423":{"_ClipMode":"hidden","borderWidth":0,"fill":null,"__serializedExpressions__":["_BorderColor","_Extent","_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(0,0,0)","_Extent":"lively.pt(20.0,20.0)","_Padding":"lively.rect(0,3,0,0)","_Position":"lively.pt(0.0,0.0)"},"3424":{"_id":"_1751","chunkOwner":{"__isSmartRef__":true,"id":3421},"storedString":"⟳","style":{"__isSmartRef__":true,"id":3425},"__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3425":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3426":{"stops":[{"__isSmartRef__":true,"id":3427},{"__isSmartRef__":true,"id":3428},{"__isSmartRef__":true,"id":3429},{"__isSmartRef__":true,"id":3430}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3427":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"3428":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3429":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3430":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"3431":{"stops":[{"__isSmartRef__":true,"id":3432},{"__isSmartRef__":true,"id":3433},{"__isSmartRef__":true,"id":3434},{"__isSmartRef__":true,"id":3435}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3432":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"3433":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3434":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3435":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"3436":{"migrationLevel":1,"partsSpaceName":"PartsBin/NewWorld","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3437":{"_BorderRadius":5,"_BorderWidth":1,"_ClipMode":"visible","_Fill":{"__isSmartRef__":true,"id":3438},"__serializedExpressions__":["_BorderColor","_Extent","_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(214,214,214)","_Extent":"lively.pt(20.0,20.0)","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(0.0,0.0)"},"3438":{"stops":[{"__isSmartRef__":true,"id":3439},{"__isSmartRef__":true,"id":3440},{"__isSmartRef__":true,"id":3441},{"__isSmartRef__":true,"id":3442}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3439":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"3440":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"3441":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"3442":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"3443":{"_ClipMode":"scroll","_Rotation":0,"_Scale":1,"attributeConnections":[{"__isSmartRef__":true,"id":3444}],"derivationIds":[1237,"36E894B8-0363-4580-8726-268CF8708422","24FF45E0-75DD-4A18-8279-472DDC2F411C","83558E66-F5C3-400C-A4C2-47A948B8136A","260D6B4C-06A4-45A2-B702-887829835D7E","86BCFBDB-66C5-4DD5-AC0E-FBCA02BB1698","D46AEB64-D1DC-46EF-822C-E86588905880","6DA46DD0-D2A0-46BE-BE8F-82D3E98A8696","24A0F2AB-B88F-494D-9EE9-F877A4619BD8","E46F739C-7FB0-451B-BFD2-7CFAEB01EF65","6BCD3F84-BE4C-4A45-92E2-D5F99FE41856","B6A2AD2D-CB4B-42BB-8790-81E87F96A774","6C871473-36BA-45B4-8D20-5396A7706FF8","8DF8249E-11A2-4CEF-8BBD-A3EFAEDF67B3","9CEB0BDD-1280-4953-992E-659D7023012A","19392237-EE49-4D2C-864D-392FDED1D4D4","ACCF1CE2-EFF4-47F8-B5AB-754C2542D519","F44C877B-AD23-4387-8FD2-D23B32E9FB1B","46B912BD-42EA-475C-8FE7-B8E7B89E6CA8","222F51EF-A92B-4684-AD9E-82176911C9B8","DF6D18B3-A1E5-4735-B057-2A6C4CDEB621","3BE06925-2851-4AA3-A338-7E0987D9E5EA"],"doNotCopyProperties":["$$selectedItem"],"doNotSerialize":["$$selectedItem"],"droppingEnabled":false,"eventHandler":{"__isSmartRef__":true,"id":3445},"halosEnabled":true,"id":"4F8F34FE-F4F0-45FD-A35C-1015D92CD04B","isBeingDragged":false,"layout":{"__isSmartRef__":true,"id":3446},"name":"partsBinContents","owner":{"__isSmartRef__":true,"id":3206},"partsBinMetaInfo":{"__isSmartRef__":true,"id":3447},"registeredForMouseEvents":true,"scripts":[],"selectedItem":{"__isSmartRef__":true,"id":3448},"shape":{"__isSmartRef__":true,"id":4391},"showsHalos":false,"submorphs":[{"__isSmartRef__":true,"id":4392},{"__isSmartRef__":true,"id":4405},{"__isSmartRef__":true,"id":4418},{"__isSmartRef__":true,"id":4431},{"__isSmartRef__":true,"id":4444},{"__isSmartRef__":true,"id":4457},{"__isSmartRef__":true,"id":4470},{"__isSmartRef__":true,"id":4483},{"__isSmartRef__":true,"id":4496},{"__isSmartRef__":true,"id":4509},{"__isSmartRef__":true,"id":4522},{"__isSmartRef__":true,"id":4535},{"__isSmartRef__":true,"id":4548},{"__isSmartRef__":true,"id":4561},{"__isSmartRef__":true,"id":4574},{"__isSmartRef__":true,"id":4587},{"__isSmartRef__":true,"id":4600},{"__isSmartRef__":true,"id":4613},{"__isSmartRef__":true,"id":4626},{"__isSmartRef__":true,"id":4639}],"__serializedExpressions__":["_Position"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4652},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(156.0,38.0)"},"3444":{"sourceAttrName":"selectedItem","sourceObj":{"__isSmartRef__":true,"id":3443},"targetMethodName":"setSelectedPartItem","targetObj":{"__isSmartRef__":true,"id":3206},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3445":{"morph":{"__isSmartRef__":true,"id":3443},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3446":{"resizeHeight":true,"resizeWidth":true},"3447":{"migrationLevel":2,"partsSpaceName":"PartsBin/NewWorld","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3448":{"partsSpaceName":"PartsBin/sd1213/","name":"SketchPad","json":"{\"id\":0,\"registry\":{\"0\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1},{\"__isSmartRef__\":true,\"id\":42},{\"__isSmartRef__\":true,\"id\":83},{\"__isSmartRef__\":true,\"id\":149},{\"__isSmartRef__\":true,\"id\":166},{\"__isSmartRef__\":true,\"id\":172},{\"__isSmartRef__\":true,\"id\":189},{\"__isSmartRef__\":true,\"id\":195},{\"__isSmartRef__\":true,\"id\":236},{\"__isSmartRef__\":true,\"id\":358},{\"__isSmartRef__\":true,\"id\":366},{\"__isSmartRef__\":true,\"id\":407},{\"__isSmartRef__\":true,\"id\":424},{\"__isSmartRef__\":true,\"id\":466},{\"__isSmartRef__\":true,\"id\":562},{\"__isSmartRef__\":true,\"id\":587},{\"__isSmartRef__\":true,\"id\":623},{\"__isSmartRef__\":true,\"id\":666}],\"scripts\":[],\"id\":\"3D88D5A8-498C-4C02-973B-39A33194C5E9\",\"shape\":{\"__isSmartRef__\":true,\"id\":707},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"showsHalos\":false,\"name\":\"SketchPad\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":708},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":750},\"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\",\"BBAFB862-93AE-4F89-BCFF-9F1C67B7FE4C\",\"7EC17E78-593A-4CC8-B7E3-859BCBBFE785\",\"D80E875B-6AF6-42A2-867B-9087ADB52B56\",\"1FBA67A7-35FE-4565-BE99-3E711ADCC60C\",\"FA4B6E74-FEF3-42E4-99F7-0808162F10C6\",\"9D3143EB-5A86-4E5D-89B8-2A80AE77ED6C\",\"437EB517-ACDD-4159-8570-A743662FCA1C\",\"E5379134-6EE8-4044-9E56-C9944CF13858\",\"226AF8B0-E3C5-48F6-9EAA-1D7CA952D3E3\"],\"partTests\":{\"__isSmartRef__\":true,\"id\":751},\"_ClipMode\":\"visible\",\"moved\":true,\"prevScroll\":[0,0],\"#startLetters\":\"setCur\",\"algorithm\":{\"__isSmartRef__\":true,\"id\":756},\"result\":false,\"currentConstraintType\":null,\"isBeingDragged\":false,\"firstRatioSide\":null,\"isCopyMorphRef\":true,\"morphRefId\":1,\"constraintsArray\":[[\"position\",[\"green\",\"100\",\"100\"]],[\"ratio\",[\"green.x\",\"blue.x\",\"2\"]],[\"width\",[\"green\",\"200\"]],[\"position\",[\"blue\",\"500\",\"500\"]]],\"__serializedExpressions__\":[\"_Position\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":757},\"__LivelyClassName__\":\"lively.morphic.Box\",\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_Position\":\"lively.pt(0.0,0.0)\"},\"1\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2}],\"scripts\":[],\"id\":\"2EC743F9-44DC-4036-A700-EBA2DF6427E3\",\"shape\":{\"__isSmartRef__\":true,\"id\":7},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":13},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":18},\"label\":{\"__isSmartRef__\":true,\"id\":2},\"name\":\"widthButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":23},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":35}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":36},\"derivationIds\":[7251,\"3F26258D-0EE1-4A94-8419-5EE2BB6065A6\",\"B624295D-42E3-4E0A-B370-844C2B43F4F0\",\"F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3\",\"7D4A1972-76E5-4369-9964-2F6ACB87C81F\",\"468167DF-C2A9-4D14-B344-4D183695DBF9\",\"A507628C-314F-4CA3-90BE-D9B88F8447E9\",\"BF00B0C0-D9BF-49C4-A72A-255AE1324CC0\",\"E87574DE-267A-4423-A141-9A6062476C19\",\"12D06FD9-DB52-4D4C-8F9A-9CFD9DF81F13\",\"B4E46908-C44A-49B8-A71B-DF67C2D35AEA\",\"06EDCB94-3729-4142-AD53-32AF0CCE689F\",\"A220D262-1F99-4838-95C8-4581D4BCD5E7\"],\"_ClipMode\":\"visible\",\"isPressed\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"prevScroll\":[0,0],\"__serializedExpressions__\":[\"_Position\",\"distanceToDragEvent\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":37},\"__LivelyClassName__\":\"lively.morphic.Button\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Position\":\"lively.pt(9.0,206.0)\",\"distanceToDragEvent\":\"lively.pt(54.9,-11.0)\"},\"2\":{\"submorphs\":[],\"scripts\":[],\"id\":\"D73A63DD-803D-4045-A7A7-D9AD06E3D34A\",\"shape\":{\"__isSmartRef__\":true,\"id\":3},\"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\":1},\"isLabel\":true,\"eventsAreIgnored\":true,\"_ClipMode\":\"hidden\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":4}],\"_Align\":\"center\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6},\"_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\",\"CA0DC720-D350-40B1-B491-56053DD3ACEC\",\"0D350F67-43D3-4011-A7FE-BB6073758DFE\",\"81AFACF4-6FDC-41C0-AA53-F1758AC2090F\",\"3A9CCD66-5E2A-4B80-9A2B-F72AC0AC7AE3\",\"7797BABD-8C63-4851-BEBF-7EBAA36CEEFE\",\"047EE6F1-837E-4C10-8458-06675B51A4AB\",\"4BA67ECE-18E9-4CC7-ABFA-465AF947CC71\",\"4D7DE0A8-20C4-48A4-8209-3F86A1C717E3\"],\"_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)\"},\"3\":{\"_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)\"},\"4\":{\"style\":{\"__isSmartRef__\":true,\"id\":5},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":2},\"_id\":\"_1167\",\"storedString\":\"Breite\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"5\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"6\":{\"morph\":{\"__isSmartRef__\":true,\"id\":2},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"7\":{\"_BorderWidth\":1.1840000000000002,\"_Fill\":{\"__isSmartRef__\":true,\"id\":8},\"_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)\"},\"8\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":9},{\"__isSmartRef__\":true,\"id\":10},{\"__isSmartRef__\":true,\"id\":11},{\"__isSmartRef__\":true,\"id\":12}],\"__serializedExpressions__\":[\"vector\"],\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"vector\":\"lively.rect(0,0,0,1)\"},\"9\":{\"offset\":0,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(245,245,245)\"},\"10\":{\"offset\":0.3,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(221,221,221)\"},\"11\":{\"offset\":0.7,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(221,221,221)\"},\"12\":{\"offset\":1,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(204,204,204)\"},\"13\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":14},{\"__isSmartRef__\":true,\"id\":15},{\"__isSmartRef__\":true,\"id\":16},{\"__isSmartRef__\":true,\"id\":17}],\"__serializedExpressions__\":[\"vector\"],\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"vector\":\"lively.rect(0,0,0,1)\"},\"14\":{\"offset\":0,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(245,245,245)\"},\"15\":{\"offset\":0.4,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(209,209,209)\"},\"16\":{\"offset\":0.6,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(209,209,209)\"},\"17\":{\"offset\":1,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(240,240,240)\"},\"18\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":19},{\"__isSmartRef__\":true,\"id\":20},{\"__isSmartRef__\":true,\"id\":21},{\"__isSmartRef__\":true,\"id\":22}],\"__serializedExpressions__\":[\"vector\"],\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"vector\":\"lively.rect(0,0,0,1)\"},\"19\":{\"offset\":0,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(250,250,250)\"},\"20\":{\"offset\":0.4,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(232,232,232)\"},\"21\":{\"offset\":0.6,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(232,232,232)\"},\"22\":{\"offset\":1,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(248,248,248)\"},\"23\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"changes\":[{\"__isSmartRef__\":true,\"id\":24},{\"__isSmartRef__\":true,\"id\":26},{\"__isSmartRef__\":true,\"id\":28},{\"__isSmartRef__\":true,\"id\":30},{\"__isSmartRef__\":true,\"id\":32}],\"revisionOnLoad\":171940,\"lastModifiedDate\":{\"__isSmartRef__\":true,\"id\":34},\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\",\"__SourceModuleName__\":\"Global.lively.PartsBin\"},\"24\":{\"date\":{\"__isSmartRef__\":true,\"id\":25},\"author\":\"undefined\",\"message\":\"\",\"id\":\"7074B413-6CF0-4892-9D18-52009A2A2E03\"},\"25\":{\"isSerializedDate\":true,\"string\":\"Fri Apr 13 2012 21:04:01 GMT+0200 (CEST)\"},\"26\":{\"date\":{\"__isSmartRef__\":true,\"id\":27},\"author\":\"sstamm\",\"message\":\"reverted button\",\"id\":\"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E\"},\"27\":{\"isSerializedDate\":true,\"string\":\"Mon Apr 16 2012 10:36:21 GMT+0200 (CEST)\"},\"28\":{\"date\":{\"__isSmartRef__\":true,\"id\":29},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"97D17254-EAC6-4494-8330-A347909590D6\"},\"29\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 14:08:58 GMT+0200 (CEST)\"},\"30\":{\"date\":{\"__isSmartRef__\":true,\"id\":31},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"DDE22D44-9A6D-4485-80F3-262D5DA0CC07\"},\"31\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 05 2012 14:03:19 GMT+0200 (CEST)\"},\"32\":{\"date\":{\"__isSmartRef__\":true,\"id\":33},\"author\":\"bgnauk\",\"message\":\"no comment\",\"id\":\"FA43C1A3-19A9-4ED6-A014-82C74689A5C3\"},\"33\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 19 2012 23:39:23 GMT+0200 (CEST)\"},\"34\":{\"isSerializedDate\":true,\"string\":\"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)\"},\"35\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"doAction\",\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings.Core\"},\"36\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"37\":{\"doAction\":{\"__isSmartRef__\":true,\"id\":38}},\"38\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":39},\"source\":\"function doAction() {\\n this.owner.setCurrentConstraintType(\\\"width\\\")\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":40},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"39\":{\"this\":{\"__isSmartRef__\":true,\"id\":1}},\"40\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":41},\"user\":\"daniel.hoffmann\",\"tags\":[]},\"41\":{\"isSerializedDate\":true,\"string\":\"Sun Dec 02 2012 12:13:20 GMT+0100 (CET)\"},\"42\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":43}],\"scripts\":[],\"id\":\"C17CE8DD-F150-471B-A804-B902C44DB989\",\"shape\":{\"__isSmartRef__\":true,\"id\":48},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":54},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":59},\"label\":{\"__isSmartRef__\":true,\"id\":43},\"name\":\"ratioButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":64},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":76}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":77},\"derivationIds\":[7251,\"3F26258D-0EE1-4A94-8419-5EE2BB6065A6\",\"B624295D-42E3-4E0A-B370-844C2B43F4F0\",\"F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3\",\"7D4A1972-76E5-4369-9964-2F6ACB87C81F\",\"468167DF-C2A9-4D14-B344-4D183695DBF9\",\"A507628C-314F-4CA3-90BE-D9B88F8447E9\",\"D1AF90C8-F667-4D9B-B3A4-6FA707BF0583\",\"A9ABAF28-AE0D-42E5-B1EC-27B990856CBA\",\"04201192-A068-4AE4-9F41-50B132EE82CC\",\"2D30918D-C7D3-4006-A2E7-7F88A6BD8F23\",\"656196ED-1C07-48D4-8A23-A4FEF527E0AC\",\"4CB4B6F8-E829-4A46-AD84-C5D64C0FF5AF\",\"B801DD73-1AEC-456D-8AAC-9E915F76DD41\",\"E3160353-FB01-4EBF-8868-1D0CF5AA1849\"],\"_ClipMode\":\"visible\",\"isPressed\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"__serializedExpressions__\":[\"_Position\",\"distanceToDragEvent\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":78},\"__LivelyClassName__\":\"lively.morphic.Button\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Position\":\"lively.pt(11.0,278.0)\",\"distanceToDragEvent\":\"lively.pt(54.9,-11.0)\"},\"43\":{\"submorphs\":[],\"scripts\":[],\"id\":\"303C69B8-19F4-4246-A1E0-A0F10E224FBF\",\"shape\":{\"__isSmartRef__\":true,\"id\":44},\"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\":42},\"isLabel\":true,\"eventsAreIgnored\":true,\"_ClipMode\":\"hidden\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":45}],\"_Align\":\"center\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":47},\"_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\",\"CA0DC720-D350-40B1-B491-56053DD3ACEC\",\"0D350F67-43D3-4011-A7FE-BB6073758DFE\",\"F3992590-AD3D-47A5-8663-6C72C72B45C4\",\"B722D102-4490-4B08-96D9-95A987C54713\",\"97B231F5-D46D-4DFF-8A55-0C378263FD01\",\"63D9A5CA-ECF4-46B9-A362-27818599325C\",\"801772B7-652A-4285-94B3-E9763D3A0A0A\",\"377D2D25-3B82-4D0E-BBB7-83CFD46B165C\",\"209BE7AD-BEB8-453F-912E-D757BE6EA71D\",\"AB52B694-4478-40B4-BCDF-4F69ABD0C1FB\"],\"_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)\"},\"44\":{\"_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)\"},\"45\":{\"style\":{\"__isSmartRef__\":true,\"id\":46},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":43},\"_id\":\"_1325\",\"storedString\":\"Verhältnis\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"46\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"47\":{\"morph\":{\"__isSmartRef__\":true,\"id\":43},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"48\":{\"_BorderWidth\":1.1840000000000002,\"_Fill\":{\"__isSmartRef__\":true,\"id\":49},\"_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)\"},\"49\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":50},{\"__isSmartRef__\":true,\"id\":51},{\"__isSmartRef__\":true,\"id\":52},{\"__isSmartRef__\":true,\"id\":53}],\"__serializedExpressions__\":[\"vector\"],\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"vector\":\"lively.rect(0,0,0,1)\"},\"50\":{\"offset\":0,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(245,245,245)\"},\"51\":{\"offset\":0.3,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(221,221,221)\"},\"52\":{\"offset\":0.7,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(221,221,221)\"},\"53\":{\"offset\":1,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(204,204,204)\"},\"54\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":55},{\"__isSmartRef__\":true,\"id\":56},{\"__isSmartRef__\":true,\"id\":57},{\"__isSmartRef__\":true,\"id\":58}],\"__serializedExpressions__\":[\"vector\"],\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"vector\":\"lively.rect(0,0,0,1)\"},\"55\":{\"offset\":0,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(245,245,245)\"},\"56\":{\"offset\":0.4,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(209,209,209)\"},\"57\":{\"offset\":0.6,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(209,209,209)\"},\"58\":{\"offset\":1,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(240,240,240)\"},\"59\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":60},{\"__isSmartRef__\":true,\"id\":61},{\"__isSmartRef__\":true,\"id\":62},{\"__isSmartRef__\":true,\"id\":63}],\"__serializedExpressions__\":[\"vector\"],\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"vector\":\"lively.rect(0,0,0,1)\"},\"60\":{\"offset\":0,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(250,250,250)\"},\"61\":{\"offset\":0.4,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(232,232,232)\"},\"62\":{\"offset\":0.6,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(232,232,232)\"},\"63\":{\"offset\":1,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(248,248,248)\"},\"64\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"changes\":[{\"__isSmartRef__\":true,\"id\":65},{\"__isSmartRef__\":true,\"id\":67},{\"__isSmartRef__\":true,\"id\":69},{\"__isSmartRef__\":true,\"id\":71},{\"__isSmartRef__\":true,\"id\":73}],\"revisionOnLoad\":171940,\"lastModifiedDate\":{\"__isSmartRef__\":true,\"id\":75},\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\",\"__SourceModuleName__\":\"Global.lively.PartsBin\"},\"65\":{\"date\":{\"__isSmartRef__\":true,\"id\":66},\"author\":\"undefined\",\"message\":\"\",\"id\":\"7074B413-6CF0-4892-9D18-52009A2A2E03\"},\"66\":{\"isSerializedDate\":true,\"string\":\"Fri Apr 13 2012 21:04:01 GMT+0200 (CEST)\"},\"67\":{\"date\":{\"__isSmartRef__\":true,\"id\":68},\"author\":\"sstamm\",\"message\":\"reverted button\",\"id\":\"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E\"},\"68\":{\"isSerializedDate\":true,\"string\":\"Mon Apr 16 2012 10:36:21 GMT+0200 (CEST)\"},\"69\":{\"date\":{\"__isSmartRef__\":true,\"id\":70},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"97D17254-EAC6-4494-8330-A347909590D6\"},\"70\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 14:08:58 GMT+0200 (CEST)\"},\"71\":{\"date\":{\"__isSmartRef__\":true,\"id\":72},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"DDE22D44-9A6D-4485-80F3-262D5DA0CC07\"},\"72\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 05 2012 14:03:19 GMT+0200 (CEST)\"},\"73\":{\"date\":{\"__isSmartRef__\":true,\"id\":74},\"author\":\"bgnauk\",\"message\":\"no comment\",\"id\":\"FA43C1A3-19A9-4ED6-A014-82C74689A5C3\"},\"74\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 19 2012 23:39:23 GMT+0200 (CEST)\"},\"75\":{\"isSerializedDate\":true,\"string\":\"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)\"},\"76\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":42},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":42},\"targetMethodName\":\"doAction\",\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings.Core\"},\"77\":{\"morph\":{\"__isSmartRef__\":true,\"id\":42},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"78\":{\"doAction\":{\"__isSmartRef__\":true,\"id\":79}},\"79\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":80},\"source\":\"function doAction() {\\n this.owner.setCurrentConstraintType(\\\"ratio\\\");\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":81},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"80\":{\"this\":{\"__isSmartRef__\":true,\"id\":42}},\"81\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":82},\"user\":\"daniel.hoffmann\",\"tags\":[]},\"82\":{\"isSerializedDate\":true,\"string\":\"Sun Dec 02 2012 14:03:37 GMT+0100 (CET)\"},\"83\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":84},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":85},{\"__isSmartRef__\":true,\"id\":87},{\"__isSmartRef__\":true,\"id\":89},{\"__isSmartRef__\":true,\"id\":91},{\"__isSmartRef__\":true,\"id\":93},{\"__isSmartRef__\":true,\"id\":95},{\"__isSmartRef__\":true,\"id\":97},{\"__isSmartRef__\":true,\"id\":99},{\"__isSmartRef__\":true,\"id\":101},{\"__isSmartRef__\":true,\"id\":103},{\"__isSmartRef__\":true,\"id\":105},{\"__isSmartRef__\":true,\"id\":107},{\"__isSmartRef__\":true,\"id\":109},{\"__isSmartRef__\":true,\"id\":111},{\"__isSmartRef__\":true,\"id\":113},{\"__isSmartRef__\":true,\"id\":115},{\"__isSmartRef__\":true,\"id\":117},{\"__isSmartRef__\":true,\"id\":119},{\"__isSmartRef__\":true,\"id\":121},{\"__isSmartRef__\":true,\"id\":123},{\"__isSmartRef__\":true,\"id\":125},{\"__isSmartRef__\":true,\"id\":127},{\"__isSmartRef__\":true,\"id\":129},{\"__isSmartRef__\":true,\"id\":131},{\"__isSmartRef__\":true,\"id\":133},{\"__isSmartRef__\":true,\"id\":135},{\"__isSmartRef__\":true,\"id\":137},{\"__isSmartRef__\":true,\"id\":139},{\"__isSmartRef__\":true,\"id\":141},{\"__isSmartRef__\":true,\"id\":143}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":145},\"_ClipMode\":\"auto\",\"derivationIds\":[\"B39BB768-41FC-4163-BFD5-79164E4D2B69\",\"8A9DAD73-6660-4184-BD4C-4C28DC9D9E78\",\"93FF5444-0F41-4AF5-8BC3-9FE540206D40\",\"F362CB6F-567D-4F5A-9F8C-70DA4165A938\",\"C88F3080-9B70-4481-B0C2-5AB8854D16E8\",\"23F7D9A6-E554-405D-9754-688365808D2E\",\"F27D9CDB-2AD1-4F45-BE33-9CACAD8075D5\",\"7D8256A2-85F3-4BD8-9E9E-53E5D61106DF\",\"C01C1DD1-B2E3-4832-94E5-2F6EE8752934\"],\"id\":\"47731C2F-5D8B-4EA2-BEB8-BE3A5FA55A7A\",\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WordBreak\":\"break-all\",\"fixedHeight\":true,\"_InputAllowed\":true,\"_HandStyle\":null,\"allowInput\":true,\"_FontFamily\":\"Monaco,monospace\",\"_FontSize\":10,\"evalEnabled\":false,\"layout\":{\"__isSmartRef__\":true,\"id\":146},\"syntaxHighlightingWhileTyping\":true,\"doNotSerialize\":[\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"$$textString\"],\"accessibleInInactiveWindow\":true,\"_lastSyntaxHighlightTime\":23,\"showsHalos\":false,\"isBeingDragged\":false,\"name\":\"constraintsTextField\",\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"charsReplaced\":\"blue\",\"lastFindLoc\":71,\"savedTextString\":\"height(greenRect, 100);\\nwidth(greenRect, 200);\\nheight(blueRect, 150);\\nwidth(blueRect, 150);\\nwidth(blueRect, 101);\\nheight(greenRect, 100);\\nratio(blueRect.height, greenRect.height, 1.5);\",\"lastSearchString\":\"\",\"lastSearchIndex\":0,\"searchHighlights\":[],\"previousSelection\":[81,81],\"__serializedExpressions__\":[\"_TextColor\",\"_Position\"],\"_Rotation\":0,\"_Scale\":1,\"#startLetters\":\"disableSyn\",\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":147}],\"doNotCopyProperties\":[\"$$textString\"],\"textString\":\"position(green, 100, 100);\\nratio(green.x, blue.x, 2);\\nwidth(green, 200);\\nposition(blue, 500, 500);\",\"__LivelyClassName__\":\"lively.morphic.Text\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_TextColor\":\"Color.rgb(64,64,64)\",\"_Position\":\"lively.pt(955.0,498.0)\"},\"84\":{\"_BorderWidth\":1,\"__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(787.0,197.0)\",\"_Padding\":\"lively.rect(4,2,0,0)\",\"_BorderColor\":\"Color.rgb(95,94,95)\",\"_Fill\":\"Color.rgb(243,243,243)\"},\"85\":{\"style\":{\"__isSmartRef__\":true,\"id\":86},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":83},\"_id\":\"_24769\",\"storedString\":\"position\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"86\":{\"__serializedExpressions__\":[\"color\"],\"backgroundColor\":null,\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"color\":\"Color.rgb(204,0,0)\"},\"87\":{\"_id\":\"_27664\",\"style\":{\"__isSmartRef__\":true,\"id\":88},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":83},\"storedString\":\"(\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"88\":{\"__serializedExpressions__\":[\"color\"],\"backgroundColor\":null,\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"color\":\"Color.rgb(0,0,0)\"},\"89\":{\"_id\":\"_27665\",\"style\":{\"__isSmartRef__\":true,\"id\":90},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":83},\"storedString\":\"green\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"90\":{\"__serializedExpressions__\":[\"color\"],\"backgroundColor\":null,\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"color\":\"Color.rgb(204,0,0)\"},\"91\":{\"_id\":\"_27666\",\"style\":{\"__isSmartRef__\":true,\"id\":92},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":83},\"storedString\":\", \",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"92\":{\"__serializedExpressions__\":[\"color\"],\"backgroundColor\":null,\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"color\":\"Color.rgb(0,0,0)\"},\"93\":{\"_id\":\"_27652\",\"style\":{\"__isSmartRef__\":true,\"id\":94},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":83},\"storedString\":\"100\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"94\":{\"__serializedExpressions__\":[\"color\"],\"backgroundColor\":null,\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"color\":\"Color.rgb(0,0,255)\"},\"95\":{\"_id\":\"_27653\",\"style\":{\"__isSmartRef__\":true,\"id\":96},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":83},\"storedString\":\", \",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"96\":{\"__serializedExpressions__\":[\"color\"],\"backgroundColor\":null,\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"color\":\"Color.rgb(0,0,0)\"},\"97\":{\"_id\":\"_27654\",\"style\":{\"__isSmartRef__\":true,\"id\":98},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":83},\"storedString\":\"100\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"98\":{\"__serializedExpressions__\":[\"color\"],\"backgroundColor\":null,\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"color\":\"Color.rgb(0,0,255)\"},\"99\":{\"_id\":\"_27655\",\"style\":{\"__isSmartRef__\":true,\"id\":100},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":83},\"storedString\":\");\\n\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"100\":{\"__serializedExpressions__\":[\"color\"],\"backgroundColor\":null,\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"color\":\"Color.rgb(0,0,0)\"},\"101\":{\"_id\":\"_27667\",\"style\":{\"__isSmartRef__\":true,\"id\":102},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":83},\"storedString\":\"ratio\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"102\":{\"__serializedExpressions__\":[\"color\"],\"backgroundColor\":null,\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"color\":\"Color.rgb(204,0,0)\"},\"103\":{\"_id\":\"_27668\",\"style\":{\"__isSmartRef__\":true,\"id\":104},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":83},\"storedString\":\"(\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"104\":{\"__serializedExpressions__\":[\"color\"],\"backgroundColor\":null,\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"color\":\"Color.rgb(0,0,0)\"},\"105\":{\"_id\":\"_27669\",\"style\":{\"__isSmartRef__\":true,\"id\":106},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":83},\"storedString\":\"green\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"106\":{\"__serializedExpressions__\":[\"color\"],\"backgroundColor\":null,\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"color\":\"Color.rgb(204,0,0)\"},\"107\":{\"_id\":\"_27670\",\"style\":{\"__isSmartRef__\":true,\"id\":108},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":83},\"storedString\":\".x, \",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"108\":{\"__serializedExpressions__\":[\"color\"],\"backgroundColor\":null,\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"color\":\"Color.rgb(0,0,0)\"},\"109\":{\"_id\":\"_27671\",\"style\":{\"__isSmartRef__\":true,\"id\":110},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":83},\"storedString\":\"blue\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"110\":{\"__serializedExpressions__\":[\"color\"],\"backgroundColor\":null,\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"color\":\"Color.rgb(204,0,0)\"},\"111\":{\"_id\":\"_27672\",\"style\":{\"__isSmartRef__\":true,\"id\":112},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":83},\"storedString\":\".x, \",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"112\":{\"__serializedExpressions__\":[\"color\"],\"backgroundColor\":null,\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"color\":\"Color.rgb(0,0,0)\"},\"113\":{\"_id\":\"_27656\",\"style\":{\"__isSmartRef__\":true,\"id\":114},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":83},\"storedString\":\"2\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"114\":{\"__serializedExpressions__\":[\"color\"],\"backgroundColor\":null,\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"color\":\"Color.rgb(0,0,255)\"},\"115\":{\"_id\":\"_27657\",\"style\":{\"__isSmartRef__\":true,\"id\":116},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":83},\"storedString\":\");\\n\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"116\":{\"__serializedExpressions__\":[\"color\"],\"backgroundColor\":null,\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"color\":\"Color.rgb(0,0,0)\"},\"117\":{\"_id\":\"_27673\",\"style\":{\"__isSmartRef__\":true,\"id\":118},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":83},\"storedString\":\"width\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"118\":{\"__serializedExpressions__\":[\"color\"],\"backgroundColor\":null,\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"color\":\"Color.rgb(204,0,0)\"},\"119\":{\"_id\":\"_27674\",\"style\":{\"__isSmartRef__\":true,\"id\":120},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":83},\"storedString\":\"(\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"120\":{\"__serializedExpressions__\":[\"color\"],\"backgroundColor\":null,\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"color\":\"Color.rgb(0,0,0)\"},\"121\":{\"_id\":\"_27675\",\"style\":{\"__isSmartRef__\":true,\"id\":122},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":83},\"storedString\":\"green\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"122\":{\"__serializedExpressions__\":[\"color\"],\"backgroundColor\":null,\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"color\":\"Color.rgb(204,0,0)\"},\"123\":{\"_id\":\"_27676\",\"style\":{\"__isSmartRef__\":true,\"id\":124},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":83},\"storedString\":\", \",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"124\":{\"__serializedExpressions__\":[\"color\"],\"backgroundColor\":null,\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"color\":\"Color.rgb(0,0,0)\"},\"125\":{\"_id\":\"_27658\",\"style\":{\"__isSmartRef__\":true,\"id\":126},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":83},\"storedString\":\"200\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"126\":{\"__serializedExpressions__\":[\"color\"],\"backgroundColor\":null,\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"color\":\"Color.rgb(0,0,255)\"},\"127\":{\"_id\":\"_27659\",\"style\":{\"__isSmartRef__\":true,\"id\":128},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":83},\"storedString\":\");\\n\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"128\":{\"__serializedExpressions__\":[\"color\"],\"backgroundColor\":null,\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"color\":\"Color.rgb(0,0,0)\"},\"129\":{\"_id\":\"_27677\",\"style\":{\"__isSmartRef__\":true,\"id\":130},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":83},\"storedString\":\"position\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"130\":{\"__serializedExpressions__\":[\"color\"],\"backgroundColor\":null,\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"color\":\"Color.rgb(204,0,0)\"},\"131\":{\"_id\":\"_27678\",\"style\":{\"__isSmartRef__\":true,\"id\":132},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":83},\"storedString\":\"(\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"132\":{\"__serializedExpressions__\":[\"color\"],\"backgroundColor\":null,\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"color\":\"Color.rgb(0,0,0)\"},\"133\":{\"_id\":\"_27679\",\"style\":{\"__isSmartRef__\":true,\"id\":134},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":83},\"storedString\":\"blue\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"134\":{\"__serializedExpressions__\":[\"color\"],\"backgroundColor\":null,\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"color\":\"Color.rgb(204,0,0)\"},\"135\":{\"_id\":\"_27680\",\"style\":{\"__isSmartRef__\":true,\"id\":136},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":83},\"storedString\":\", \",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"136\":{\"__serializedExpressions__\":[\"color\"],\"backgroundColor\":null,\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"color\":\"Color.rgb(0,0,0)\"},\"137\":{\"_id\":\"_27660\",\"style\":{\"__isSmartRef__\":true,\"id\":138},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":83},\"storedString\":\"500\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"138\":{\"__serializedExpressions__\":[\"color\"],\"backgroundColor\":null,\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"color\":\"Color.rgb(0,0,255)\"},\"139\":{\"_id\":\"_27661\",\"style\":{\"__isSmartRef__\":true,\"id\":140},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":83},\"storedString\":\", \",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"140\":{\"__serializedExpressions__\":[\"color\"],\"backgroundColor\":null,\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"color\":\"Color.rgb(0,0,0)\"},\"141\":{\"_id\":\"_27662\",\"style\":{\"__isSmartRef__\":true,\"id\":142},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":83},\"storedString\":\"500\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"142\":{\"__serializedExpressions__\":[\"color\"],\"backgroundColor\":null,\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"color\":\"Color.rgb(0,0,255)\"},\"143\":{\"_id\":\"_27663\",\"style\":{\"__isSmartRef__\":true,\"id\":144},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":83},\"storedString\":\");\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"144\":{\"__serializedExpressions__\":[\"color\"],\"backgroundColor\":null,\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"color\":\"Color.rgb(0,0,0)\"},\"145\":{\"morph\":{\"__isSmartRef__\":true,\"id\":83},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"146\":{\"resizeWidth\":true,\"resizeHeight\":true},\"147\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":83},\"sourceAttrName\":\"textString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":83},\"targetMethodName\":\"highlightSyntaxDebounced\",\"varMapping\":{\"__isSmartRef__\":true,\"id\":148},\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings.Core\"},\"148\":{\"source\":{\"__isSmartRef__\":true,\"id\":83},\"target\":{\"__isSmartRef__\":true,\"id\":83}},\"149\":{\"submorphs\":[],\"scripts\":[],\"id\":\"DAA31ABA-45A1-46A8-B04B-C972AAB83845\",\"shape\":{\"__isSmartRef__\":true,\"id\":150},\"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\":151},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":163}],\"charsReplaced\":\"Some Text\",\"lastFindLoc\":9,\"prevScroll\":[0,0],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":165},\"_ClipMode\":\"visible\",\"derivationIds\":[355,\"1EB1674F-8BF2-419B-B054-86129ED70335\",\"63698904-DC05-4341-A9B6-5CC4A219CD04\",\"F6A714BA-4735-41ED-8A2A-45CB153FBDF8\",\"E3FA5A91-BF01-47C9-A727-751EA109270B\",\"DC9ABF3E-7FF2-4651-8873-41ABA53C275F\",\"981B9920-EC96-4DA5-A042-B4A9BAB376F7\",\"55B92424-3319-4AC6-A0FD-C5C8BDD3FC09\",\"E83D630D-A418-4516-9B2B-6D69FD0A0EDB\",\"C4116FB6-ED56-415D-B357-561F7B9D00B0\",\"354CB59A-3021-4D4C-80E4-B0AD6E4C84C0\",\"7F9BAB72-EE11-4BA5-BB2E-7B9388075EFE\",\"347A6A4A-14CF-4D9C-89A0-4E50E232BB97\"],\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":120.695652,\"_MinTextHeight\":null,\"isBeingDragged\":false,\"moved\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"lastSearchString\":\"\",\"lastSearchIndex\":0,\"searchHighlights\":[],\"__serializedExpressions__\":[\"_Position\",\"textColor\",\"_Padding\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Position\":\"lively.pt(950.0,469.0)\",\"textColor\":\"Color.rgb(0,0,0)\",\"_Padding\":\"lively.rect(5,5,0,0)\"},\"150\":{\"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,27.0)\",\"_BorderColor\":\"Color.rgb(0,0,0)\",\"_Padding\":\"lively.rect(4,2,0,0)\"},\"151\":{\"partsSpaceName\":\"PartsBin/Basic\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"changes\":[{\"__isSmartRef__\":true,\"id\":152},{\"__isSmartRef__\":true,\"id\":154},{\"__isSmartRef__\":true,\"id\":156},{\"__isSmartRef__\":true,\"id\":158},{\"__isSmartRef__\":true,\"id\":160}],\"lastModifiedDate\":{\"__isSmartRef__\":true,\"id\":162},\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\",\"__SourceModuleName__\":\"Global.lively.PartsBin\"},\"152\":{\"date\":{\"__isSmartRef__\":true,\"id\":153},\"author\":\"robertkrahn\",\"message\":\"text click was broken?\",\"id\":\"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0\"},\"153\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)\"},\"154\":{\"date\":{\"__isSmartRef__\":true,\"id\":155},\"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\"},\"155\":{\"isSerializedDate\":true,\"string\":\"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)\"},\"156\":{\"date\":{\"__isSmartRef__\":true,\"id\":157},\"author\":\"tessi\",\"message\":\"TextBubble calls its disappear() function after showBubbleTime() milliseconds now\",\"id\":\"0F4DE333-A551-4961-B29D-70270977EBEF\"},\"157\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)\"},\"158\":{\"date\":{\"__isSmartRef__\":true,\"id\":159},\"author\":\"tessi\",\"message\":\"TextBubble calls its disappear() function after showBubbleTime() milliseconds now\",\"id\":\"785D95BD-7858-43EB-90E6-A1C085E2F2B9\"},\"159\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)\"},\"160\":{\"date\":{\"__isSmartRef__\":true,\"id\":161},\"author\":\"timfelgentreff\",\"message\":\"better text\",\"id\":\"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194\"},\"161\":{\"isSerializedDate\":true,\"string\":\"Tue May 08 2012 14:18:18 GMT+0200 (CEST)\"},\"162\":{\"isSerializedDate\":true,\"string\":\"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)\"},\"163\":{\"style\":{\"__isSmartRef__\":true,\"id\":164},\"morph\":{\"__isSmartRef__\":true,\"id\":149},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":149},\"storedString\":\"Constraints\",\"_id\":\"_2157\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"164\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"165\":{\"morph\":{\"__isSmartRef__\":true,\"id\":149},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"166\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":167},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":168}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":170},\"_ClipMode\":\"auto\",\"derivationIds\":[\"B39BB768-41FC-4163-BFD5-79164E4D2B69\",\"8A9DAD73-6660-4184-BD4C-4C28DC9D9E78\",\"CBE259FF-B8A1-4071-BCED-A29875B64BAB\",\"92C81A87-A99F-4E2C-9017-D74E30C7B954\",\"28A12935-D79B-43DE-B56C-BD30042FD863\",\"16DC34A9-007A-414B-B27C-377F25BEFA8F\",\"4B9CE7F8-C638-40A6-918D-B84F6EF4646B\",\"909F9209-DD83-4A39-B741-0929D3D7A570\"],\"id\":\"B65B6155-E69B-42E8-ABCD-46F003862719\",\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WordBreak\":\"break-all\",\"fixedHeight\":true,\"_InputAllowed\":true,\"_HandStyle\":null,\"allowInput\":true,\"_FontFamily\":\"Monaco,monospace\",\"_FontSize\":10,\"evalEnabled\":false,\"layout\":{\"__isSmartRef__\":true,\"id\":171},\"syntaxHighlightingWhileTyping\":false,\"doNotSerialize\":[\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\"],\"accessibleInInactiveWindow\":true,\"_lastSyntaxHighlightTime\":3,\"showsHalos\":false,\"isBeingDragged\":false,\"name\":\"variablesTextField\",\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"lastSearchString\":\"\",\"lastSearchIndex\":0,\"searchHighlights\":[],\"__serializedExpressions__\":[\"_TextColor\",\"_Position\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_TextColor\":\"Color.rgb(64,64,64)\",\"_Position\":\"lively.pt(954.0,269.0)\"},\"167\":{\"_BorderWidth\":1,\"__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(789.0,192.0)\",\"_Padding\":\"lively.rect(4,2,0,0)\",\"_BorderColor\":\"Color.rgb(95,94,95)\",\"_Fill\":\"Color.rgb(243,243,243)\"},\"168\":{\"style\":{\"__isSmartRef__\":true,\"id\":169},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":166},\"_id\":\"_25899\",\"storedString\":\"green.x 100\\ngreen.y 100\\nblue.x 200\\ngreen.w 200\\nblue.y 500\\n\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"169\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"170\":{\"morph\":{\"__isSmartRef__\":true,\"id\":166},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"171\":{\"resizeWidth\":true,\"resizeHeight\":true},\"172\":{\"submorphs\":[],\"scripts\":[],\"id\":\"14705521-B28B-48C7-BFB9-BC5D2EB9B033\",\"shape\":{\"__isSmartRef__\":true,\"id\":173},\"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\":\"Text1\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":174},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":186}],\"charsReplaced\":\"Some Text\",\"lastFindLoc\":9,\"prevScroll\":[0,0],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":188},\"_ClipMode\":\"visible\",\"derivationIds\":[355,\"1EB1674F-8BF2-419B-B054-86129ED70335\",\"63698904-DC05-4341-A9B6-5CC4A219CD04\",\"F6A714BA-4735-41ED-8A2A-45CB153FBDF8\",\"E3FA5A91-BF01-47C9-A727-751EA109270B\",\"DC9ABF3E-7FF2-4651-8873-41ABA53C275F\",\"6513CAFB-4D1C-4CBC-8F67-178A6CCFE302\",\"BB1AE711-3F4C-48CC-8D6D-5EA3290535C4\",\"4C6BFB68-F960-4E56-9B33-E997C8615D18\",\"22109C55-E692-4A7F-B454-7B25795B02F7\",\"F0D7DF05-7D09-4643-A949-7EBE2887185F\",\"078BCFDA-B103-4EF2-BE3D-4D7D3ABF2EE3\"],\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":120.695652,\"_MinTextHeight\":null,\"isBeingDragged\":false,\"moved\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"lastSearchString\":\"\",\"lastSearchIndex\":0,\"searchHighlights\":[],\"__serializedExpressions__\":[\"_Position\",\"textColor\",\"_Padding\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Position\":\"lively.pt(952.0,238.0)\",\"textColor\":\"Color.rgb(0,0,0)\",\"_Padding\":\"lively.rect(5,5,0,0)\"},\"173\":{\"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,27.0)\",\"_BorderColor\":\"Color.rgb(0,0,0)\",\"_Padding\":\"lively.rect(4,2,0,0)\"},\"174\":{\"partsSpaceName\":\"PartsBin/Basic\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"changes\":[{\"__isSmartRef__\":true,\"id\":175},{\"__isSmartRef__\":true,\"id\":177},{\"__isSmartRef__\":true,\"id\":179},{\"__isSmartRef__\":true,\"id\":181},{\"__isSmartRef__\":true,\"id\":183}],\"lastModifiedDate\":{\"__isSmartRef__\":true,\"id\":185},\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\",\"__SourceModuleName__\":\"Global.lively.PartsBin\"},\"175\":{\"date\":{\"__isSmartRef__\":true,\"id\":176},\"author\":\"robertkrahn\",\"message\":\"text click was broken?\",\"id\":\"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0\"},\"176\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)\"},\"177\":{\"date\":{\"__isSmartRef__\":true,\"id\":178},\"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\"},\"178\":{\"isSerializedDate\":true,\"string\":\"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)\"},\"179\":{\"date\":{\"__isSmartRef__\":true,\"id\":180},\"author\":\"tessi\",\"message\":\"TextBubble calls its disappear() function after showBubbleTime() milliseconds now\",\"id\":\"0F4DE333-A551-4961-B29D-70270977EBEF\"},\"180\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)\"},\"181\":{\"date\":{\"__isSmartRef__\":true,\"id\":182},\"author\":\"tessi\",\"message\":\"TextBubble calls its disappear() function after showBubbleTime() milliseconds now\",\"id\":\"785D95BD-7858-43EB-90E6-A1C085E2F2B9\"},\"182\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)\"},\"183\":{\"date\":{\"__isSmartRef__\":true,\"id\":184},\"author\":\"timfelgentreff\",\"message\":\"better text\",\"id\":\"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194\"},\"184\":{\"isSerializedDate\":true,\"string\":\"Tue May 08 2012 14:18:18 GMT+0200 (CEST)\"},\"185\":{\"isSerializedDate\":true,\"string\":\"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)\"},\"186\":{\"style\":{\"__isSmartRef__\":true,\"id\":187},\"morph\":{\"__isSmartRef__\":true,\"id\":172},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":172},\"storedString\":\"Variablen\",\"_id\":\"_2157\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"187\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"188\":{\"morph\":{\"__isSmartRef__\":true,\"id\":172},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"189\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":190},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":191}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":193},\"_ClipMode\":\"auto\",\"derivationIds\":[\"B39BB768-41FC-4163-BFD5-79164E4D2B69\",\"BB5F1504-C723-4A3D-B34A-3AE0114CD5FC\",\"01CBA3E3-837E-4298-966D-E77A665683F8\",\"CEF24C29-29CD-41D7-A560-CE5E0667F201\",\"E5D705F0-6074-4442-9A8D-6DD3DEC5345E\",\"A46BFA5E-C83A-4FC5-B42D-52B7F2A09726\",\"22323D57-DDAB-446D-9EDD-3F1894CB6B5E\"],\"id\":\"71B83D1B-8529-4D3E-812A-8117C149B75F\",\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WordBreak\":\"break-all\",\"fixedHeight\":true,\"_InputAllowed\":true,\"_HandStyle\":null,\"allowInput\":true,\"_FontFamily\":\"Monaco,monospace\",\"_FontSize\":10,\"evalEnabled\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"layout\":{\"__isSmartRef__\":true,\"id\":194},\"syntaxHighlightingWhileTyping\":false,\"doNotSerialize\":[\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\",\"parseErrors\"],\"accessibleInInactiveWindow\":true,\"_lastSyntaxHighlightTime\":39,\"showsHalos\":false,\"isBeingDragged\":false,\"name\":\"tableauTextField\",\"charsReplaced\":\"[0, 0, 0, 1, 0.1111111111111111, 0, 0, 0, 55.55555555555556]\\n[0, 0, 0, 0, -0.5, 1, 0, 0, 250]\\n[0, 0, 0, 0, -0.3333333333333333, 0, 1, 0, 333.3333333333333]\\n[0, 0, 0, 0, -0.1111111111111111, 0, 0, 1, 444.44444444444446]\\n[1, 0, 0, 0, 1, 0, 0, 0, 500]\\n[0, 0, 1, 0, 0.3333333333333333, 0, 0, 0, 166.66666666666669]\\n[0, 1, 0, 0, 0.5, 0, 0, 0, 250]\\n[0, 0, 0, 0, 1.9444444444444444, 0, 0, 0, 972.2222222222223]\",\"lastFindLoc\":478,\"lastSearchString\":\"\",\"lastSearchIndex\":0,\"searchHighlights\":[],\"__serializedExpressions__\":[\"_TextColor\",\"_Position\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_TextColor\":\"Color.rgb(64,64,64)\",\"_Position\":\"lively.pt(955.0,36.0)\"},\"190\":{\"_BorderWidth\":1,\"__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(792.0,193.0)\",\"_Padding\":\"lively.rect(4,2,0,0)\",\"_BorderColor\":\"Color.rgb(95,94,95)\",\"_Fill\":\"Color.rgb(243,243,243)\"},\"191\":{\"style\":{\"__isSmartRef__\":true,\"id\":192},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":189},\"_id\":\"_28964\",\"storedString\":\"Variablen: [x2, x0, x1, x1, x0, x2, x3, x3, x4, x5, x5]\\nGesucht: [green.x, green.y, blue.x, green.w, blue.y]\\nSchlupfvariablen: [blue.x, green.y, green.x, green.w, x4, blue.y]\\n\\nResults: [100, 100, 200, 200, 500]\\n\\n x2 x0 x1 x1 x0 x2 x3 x3 x4 x5 x5\\n blue.x 0 2 0 0 1 0 0 0 0 0 0 200\\n green.y 0 0 1 1 0 0 0 0 0 0 0 100\\n green.x 1 1 0 0 0 0 0 0 0 0 0 100\\n green.w 0 0 0 0 0 0 1 1 0 0 0 200\\n x4 0 -2 0 0 0 0 0 0 1 0 0 300\\n blue.y 0 0 0 0 0 0 0 0 0 1 1 500\\n F 0 3 0 1 0 0 0 1 0 0 1 1100\\n\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"192\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"193\":{\"morph\":{\"__isSmartRef__\":true,\"id\":189},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"194\":{\"resizeWidth\":true,\"resizeHeight\":true},\"195\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":196}],\"scripts\":[],\"id\":\"C9BA2C75-794B-4F26-9334-CE05CA681895\",\"shape\":{\"__isSmartRef__\":true,\"id\":201},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":207},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":212},\"label\":{\"__isSmartRef__\":true,\"id\":196},\"name\":\"heightButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":217},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":229}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":230},\"derivationIds\":[7251,\"3F26258D-0EE1-4A94-8419-5EE2BB6065A6\",\"B624295D-42E3-4E0A-B370-844C2B43F4F0\",\"F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3\",\"7D4A1972-76E5-4369-9964-2F6ACB87C81F\",\"468167DF-C2A9-4D14-B344-4D183695DBF9\",\"A507628C-314F-4CA3-90BE-D9B88F8447E9\",\"D1AF90C8-F667-4D9B-B3A4-6FA707BF0583\",\"F9ADD09B-CC9D-47AA-A87D-54065878E333\",\"7F647466-E96F-4C31-9CB5-7C450EE9A17E\",\"52A09835-747D-445D-A17D-0F12C44FF1D5\",\"A5261525-3448-4B30-86EF-3B1F6D2CA180\",\"6F890701-16EF-4933-BFF6-366030CAE394\",\"373F7ACC-0A40-4EC6-A402-695E35E895AE\"],\"_ClipMode\":\"visible\",\"isPressed\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"__serializedExpressions__\":[\"_Position\",\"distanceToDragEvent\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":231},\"__LivelyClassName__\":\"lively.morphic.Button\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Position\":\"lively.pt(8.0,244.0)\",\"distanceToDragEvent\":\"lively.pt(54.9,-11.0)\"},\"196\":{\"submorphs\":[],\"scripts\":[],\"id\":\"ED758BA3-71AD-4C91-83A3-8A0B6FBB89F2\",\"shape\":{\"__isSmartRef__\":true,\"id\":197},\"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\":195},\"isLabel\":true,\"eventsAreIgnored\":true,\"_ClipMode\":\"hidden\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":198}],\"_Align\":\"center\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":200},\"_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\",\"CA0DC720-D350-40B1-B491-56053DD3ACEC\",\"0D350F67-43D3-4011-A7FE-BB6073758DFE\",\"F3992590-AD3D-47A5-8663-6C72C72B45C4\",\"47B21556-6B15-498A-B9BF-F819229C95A9\",\"E1FE4223-C4B8-418A-B3AF-83FFA6A0CD5B\",\"C7846054-6FDC-4234-B3B3-7EE6C30BA4D3\",\"B8B0F3E7-35D7-43B4-954E-CFB184415263\",\"E258CC93-0FBD-47C4-A185-744532B9AC3B\",\"A5855382-233E-4BF9-A5C5-8CA20D018E45\"],\"_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)\"},\"197\":{\"_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)\"},\"198\":{\"style\":{\"__isSmartRef__\":true,\"id\":199},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":196},\"_id\":\"_1088\",\"storedString\":\"Höhe\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"199\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"200\":{\"morph\":{\"__isSmartRef__\":true,\"id\":196},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"201\":{\"_BorderWidth\":1.1840000000000002,\"_Fill\":{\"__isSmartRef__\":true,\"id\":202},\"_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)\"},\"202\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":203},{\"__isSmartRef__\":true,\"id\":204},{\"__isSmartRef__\":true,\"id\":205},{\"__isSmartRef__\":true,\"id\":206}],\"__serializedExpressions__\":[\"vector\"],\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"vector\":\"lively.rect(0,0,0,1)\"},\"203\":{\"offset\":0,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(245,245,245)\"},\"204\":{\"offset\":0.3,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(221,221,221)\"},\"205\":{\"offset\":0.7,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(221,221,221)\"},\"206\":{\"offset\":1,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(204,204,204)\"},\"207\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":208},{\"__isSmartRef__\":true,\"id\":209},{\"__isSmartRef__\":true,\"id\":210},{\"__isSmartRef__\":true,\"id\":211}],\"__serializedExpressions__\":[\"vector\"],\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"vector\":\"lively.rect(0,0,0,1)\"},\"208\":{\"offset\":0,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(245,245,245)\"},\"209\":{\"offset\":0.4,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(209,209,209)\"},\"210\":{\"offset\":0.6,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(209,209,209)\"},\"211\":{\"offset\":1,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(240,240,240)\"},\"212\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":213},{\"__isSmartRef__\":true,\"id\":214},{\"__isSmartRef__\":true,\"id\":215},{\"__isSmartRef__\":true,\"id\":216}],\"__serializedExpressions__\":[\"vector\"],\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"vector\":\"lively.rect(0,0,0,1)\"},\"213\":{\"offset\":0,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(250,250,250)\"},\"214\":{\"offset\":0.4,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(232,232,232)\"},\"215\":{\"offset\":0.6,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(232,232,232)\"},\"216\":{\"offset\":1,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(248,248,248)\"},\"217\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"changes\":[{\"__isSmartRef__\":true,\"id\":218},{\"__isSmartRef__\":true,\"id\":220},{\"__isSmartRef__\":true,\"id\":222},{\"__isSmartRef__\":true,\"id\":224},{\"__isSmartRef__\":true,\"id\":226}],\"revisionOnLoad\":171940,\"lastModifiedDate\":{\"__isSmartRef__\":true,\"id\":228},\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\",\"__SourceModuleName__\":\"Global.lively.PartsBin\"},\"218\":{\"date\":{\"__isSmartRef__\":true,\"id\":219},\"author\":\"undefined\",\"message\":\"\",\"id\":\"7074B413-6CF0-4892-9D18-52009A2A2E03\"},\"219\":{\"isSerializedDate\":true,\"string\":\"Fri Apr 13 2012 21:04:01 GMT+0200 (CEST)\"},\"220\":{\"date\":{\"__isSmartRef__\":true,\"id\":221},\"author\":\"sstamm\",\"message\":\"reverted button\",\"id\":\"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E\"},\"221\":{\"isSerializedDate\":true,\"string\":\"Mon Apr 16 2012 10:36:21 GMT+0200 (CEST)\"},\"222\":{\"date\":{\"__isSmartRef__\":true,\"id\":223},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"97D17254-EAC6-4494-8330-A347909590D6\"},\"223\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 14:08:58 GMT+0200 (CEST)\"},\"224\":{\"date\":{\"__isSmartRef__\":true,\"id\":225},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"DDE22D44-9A6D-4485-80F3-262D5DA0CC07\"},\"225\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 05 2012 14:03:19 GMT+0200 (CEST)\"},\"226\":{\"date\":{\"__isSmartRef__\":true,\"id\":227},\"author\":\"bgnauk\",\"message\":\"no comment\",\"id\":\"FA43C1A3-19A9-4ED6-A014-82C74689A5C3\"},\"227\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 19 2012 23:39:23 GMT+0200 (CEST)\"},\"228\":{\"isSerializedDate\":true,\"string\":\"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)\"},\"229\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":195},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":195},\"targetMethodName\":\"doAction\",\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings.Core\"},\"230\":{\"morph\":{\"__isSmartRef__\":true,\"id\":195},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"231\":{\"doAction\":{\"__isSmartRef__\":true,\"id\":232}},\"232\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":233},\"source\":\"function doAction() {\\n this.owner.setCurrentConstraintType(\\\"height\\\")\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":234},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"233\":{\"this\":{\"__isSmartRef__\":true,\"id\":195}},\"234\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":235},\"user\":\"daniel.hoffmann\",\"tags\":[]},\"235\":{\"isSerializedDate\":true,\"string\":\"Sun Dec 02 2012 12:13:39 GMT+0100 (CET)\"},\"236\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":237},{\"__isSmartRef__\":true,\"id\":267},{\"__isSmartRef__\":true,\"id\":293}],\"scripts\":[],\"id\":\"01AC8F3F-E069-4DE7-82A0-60A861BA07C0\",\"shape\":{\"__isSmartRef__\":true,\"id\":323},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"showsHalos\":false,\"name\":\"SketchPadCanvas\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":324},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":339},\"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\",\"BBAFB862-93AE-4F89-BCFF-9F1C67B7FE4C\",\"F38525CC-4B5F-4591-A4A2-657DD74B74DD\",\"63F1F9E3-F3FB-4BFE-8B16-6CFB8462E5D6\",\"D6BB5E26-B2CE-47C8-BD7A-C4522B0DB9F5\",\"063ACEEA-2310-479B-942F-6B5FB445E0B2\",\"534AE787-FE6E-4FF1-AA50-B1F9E598696F\",\"B54A430F-54AD-4811-94EF-30C67E2C56D0\",\"2A5E0282-C784-453C-B9A8-936C07A90F29\",\"FBF19B07-297C-413B-A07B-85254B0E95BF\",\"C6FB767F-64A8-405A-B879-8B5889C482AF\",\"822A83C1-75F4-4007-B3B6-6315C31E82BC\",\"F6544B1D-AD8E-4868-9A0E-CD919C0662D0\"],\"partTests\":{\"__isSmartRef__\":true,\"id\":340},\"_ClipMode\":\"visible\",\"moved\":true,\"points\":null,\"isBeingDragged\":false,\"state\":0,\"#startLetters\":\"with\",\"prevScroll\":[0,0],\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"__serializedExpressions__\":[\"_Position\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":345},\"__LivelyClassName__\":\"lively.morphic.Box\",\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"withLayers\":[\"Global.SketchArea\"],\"_Position\":\"lively.pt(148.0,22.0)\"},\"237\":{\"submorphs\":[],\"scripts\":[],\"id\":\"3FDFD02D-00C9-4E9C-B7B4-2C47992DCFAD\",\"shape\":{\"__isSmartRef__\":true,\"id\":238},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"showsHalos\":false,\"name\":\"red\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":239},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":261},\"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\",\"BBAFB862-93AE-4F89-BCFF-9F1C67B7FE4C\",\"7EC17E78-593A-4CC8-B7E3-859BCBBFE785\",\"F5AA29CB-A093-4B2B-8FEF-294054038904\",\"0A729899-A80F-4509-9173-98E4991DCF14\",\"CD4B00EC-774D-4EE2-BCB5-011333EFBFB3\",\"D5F2C7AD-5FD3-4893-A863-1BCE6C4F8AF6\",\"6782F6F8-F1E3-4E17-A5B0-8E9D1C8B6FE9\",\"78D47AA4-0FB1-4F39-8C43-591A69929351\",\"37819266-0D7A-441E-A11F-74A23DA4E7CA\",\"39263EEE-BBED-4B47-83DF-CF0E6D768662\"],\"partTests\":{\"__isSmartRef__\":true,\"id\":262},\"_ClipMode\":\"visible\",\"moved\":true,\"isBeingDragged\":false,\"prevScroll\":[0,0],\"owner\":{\"__isSmartRef__\":true,\"id\":236},\"__serializedExpressions__\":[\"_Position\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Box\",\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_Position\":\"lively.pt(50.0,100.0)\"},\"238\":{\"_BorderWidth\":1,\"_ClipMode\":\"visible\",\"_BorderRadius\":0,\"_Opacity\":0.6892,\"_BorderStyle\":\"solid\",\"_AppearanceStylingMode\":false,\"_BorderStylingMode\":false,\"__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(84.0,93.0)\",\"_BorderColor\":\"Color.rgb(0,0,0)\",\"_Fill\":\"Color.rgb(224,29,23)\",\"_Padding\":\"lively.rect(0,0,0,0)\"},\"239\":{\"partsSpaceName\":\"PartsBin/sd1213\",\"comment\":\"Constraint-based layouting with the Simplex algorithm. Still under construction!\",\"migrationLevel\":4,\"partName\":\"SketchPad\",\"changes\":[{\"__isSmartRef__\":true,\"id\":240},{\"__isSmartRef__\":true,\"id\":242},{\"__isSmartRef__\":true,\"id\":244},{\"__isSmartRef__\":true,\"id\":246},{\"__isSmartRef__\":true,\"id\":248},{\"__isSmartRef__\":true,\"id\":250},{\"__isSmartRef__\":true,\"id\":252},{\"__isSmartRef__\":true,\"id\":254},{\"__isSmartRef__\":true,\"id\":256},{\"__isSmartRef__\":true,\"id\":258}],\"lastModifiedDate\":{\"__isSmartRef__\":true,\"id\":260},\"revisionOnLoad\":185622,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\",\"__SourceModuleName__\":\"Global.lively.PartsBin\"},\"240\":{\"date\":{\"__isSmartRef__\":true,\"id\":241},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"3F17A2D2-3C24-424B-B0FA-E43112267D23\"},\"241\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 15:51:36 GMT+0200 (CEST)\"},\"242\":{\"date\":{\"__isSmartRef__\":true,\"id\":243},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC\"},\"243\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 15:51:30 GMT+0200 (CEST)\"},\"244\":{\"date\":{\"__isSmartRef__\":true,\"id\":245},\"author\":\"undefined\",\"message\":\"sorry\",\"id\":\"44B56D2E-9B59-4C67-A305-49A6E10E66C2\"},\"245\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 10:53:45 GMT+0100 (CET)\"},\"246\":{\"date\":{\"__isSmartRef__\":true,\"id\":247},\"author\":\"fbo\",\"message\":\"\",\"id\":\"BD1C654D-9100-4B66-BC62-B15FF2498B2B\"},\"247\":{\"isSerializedDate\":true,\"string\":\"Sat Feb 25 2012 02:59:09 GMT+0100 (CET)\"},\"248\":{\"date\":{\"__isSmartRef__\":true,\"id\":249},\"author\":\"undefined\",\"message\":\"css transitions\",\"id\":\"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7\"},\"249\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 10:42:26 GMT+0100 (CET)\"},\"250\":{\"date\":{\"__isSmartRef__\":true,\"id\":251},\"author\":\"undefined\",\"message\":\"suddenly, the rectangle became a CarDemo\",\"id\":\"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350\"},\"251\":{\"isSerializedDate\":true,\"string\":\"Mon Apr 09 2012 13:42:07 GMT+0200 (CEST)\"},\"252\":{\"date\":{\"__isSmartRef__\":true,\"id\":253},\"author\":\"bgnauk\",\"message\":\"no comment\",\"id\":\"0124E570-50B7-4CE3-83A1-6E7BA89B5CD8\"},\"253\":{\"isSerializedDate\":true,\"string\":\"Mon Jun 18 2012 19:35:08 GMT+0200 (CEST)\"},\"254\":{\"date\":{\"__isSmartRef__\":true,\"id\":255},\"author\":\"jenslincke\",\"message\":\"I want my blue rectangle back!\",\"id\":\"5AA9291A-869F-4D36-8095-4721B5A5B205\"},\"255\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 22 2012 10:35:51 GMT+0100 (CET)\"},\"256\":{\"date\":{\"__isSmartRef__\":true,\"id\":257},\"author\":\"lisa.pfisterer\",\"message\":\"first draft. Still under construction!\",\"id\":\"2B13E2A0-6DC9-4EDF-82E7-F541EB7D78BF\"},\"257\":{\"isSerializedDate\":true,\"string\":\"Sat Dec 01 2012 21:43:10 GMT+0100 (CET)\"},\"258\":{\"date\":{\"__isSmartRef__\":true,\"id\":259},\"author\":\"lisa.pfisterer\",\"message\":\"Zwischenstand. Util-Funktionen für das Arbeiten mit Arrays (Zeile und Spalte hinzufügen für neue Constraints im Tableau)\",\"id\":\"09B63D24-0A8C-46E0-9DB0-CEDE9AF8690B\"},\"259\":{\"isSerializedDate\":true,\"string\":\"Sat Dec 01 2012 22:57:06 GMT+0100 (CET)\"},\"260\":{\"isSerializedDate\":true,\"string\":\"Sat Dec 01 2012 21:40:09 GMT+0100 (CET)\"},\"261\":{\"morph\":{\"__isSmartRef__\":true,\"id\":237},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"262\":{\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":263}},\"263\":{\"test01IsMorph\":{\"__isSmartRef__\":true,\"id\":264}},\"264\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":265},\"source\":\"function test01IsMorph(aPart) {\\n this.assert(aPart.isMorph, 'rectangle should be a morph');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":266},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"265\":{\"this\":{\"__isSmartRef__\":true,\"id\":262}},\"266\":{},\"267\":{\"submorphs\":[],\"scripts\":[],\"id\":\"9D6A3603-65B5-4A32-A17A-455AEE3A867F\",\"shape\":{\"__isSmartRef__\":true,\"id\":268},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"showsHalos\":false,\"name\":\"green\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":269},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":287},\"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\",\"BBAFB862-93AE-4F89-BCFF-9F1C67B7FE4C\",\"7EC17E78-593A-4CC8-B7E3-859BCBBFE785\",\"F5AA29CB-A093-4B2B-8FEF-294054038904\",\"17DAC708-A57C-48B6-A664-DA8FF16884EC\",\"CB38577D-2D3E-4948-9CEA-D6FFA6571B3A\",\"7EF7233F-E267-4AFC-B62D-DA8972E683F7\",\"6466C303-B156-47BB-8C55-B814529A0230\",\"9D1F0985-F485-41DE-8D92-455BC0D9C5F4\",\"DA54464E-8086-4E11-86C3-449F6AE8BB62\",\"D533C3F3-C76D-4D62-94F6-29A18179EE3E\"],\"partTests\":{\"__isSmartRef__\":true,\"id\":288},\"_ClipMode\":\"visible\",\"moved\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":236},\"isBeingDragged\":false,\"__serializedExpressions__\":[\"_Position\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Box\",\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_Position\":\"lively.pt(100.0,100.0)\"},\"268\":{\"_BorderWidth\":1,\"_ClipMode\":\"visible\",\"_BorderRadius\":0,\"_Opacity\":0.6892,\"_BorderStyle\":\"solid\",\"_AppearanceStylingMode\":false,\"_BorderStylingMode\":false,\"__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(200.0,10.0)\",\"_BorderColor\":\"Color.rgb(0,0,0)\",\"_Fill\":\"Color.rgb(76,186,54)\",\"_Padding\":\"lively.rect(0,0,0,0)\"},\"269\":{\"partsSpaceName\":\"PartsBin/Basic\",\"comment\":\"A simple box morph. A really orange one. Its amazing what you can build out of simple boxes.... Who needs stars when you got orange rectangles!\",\"migrationLevel\":4,\"partName\":\"Rectangle\",\"changes\":[{\"__isSmartRef__\":true,\"id\":270},{\"__isSmartRef__\":true,\"id\":272},{\"__isSmartRef__\":true,\"id\":274},{\"__isSmartRef__\":true,\"id\":276},{\"__isSmartRef__\":true,\"id\":278},{\"__isSmartRef__\":true,\"id\":280},{\"__isSmartRef__\":true,\"id\":282},{\"__isSmartRef__\":true,\"id\":284}],\"lastModifiedDate\":{\"__isSmartRef__\":true,\"id\":286},\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\",\"__SourceModuleName__\":\"Global.lively.PartsBin\"},\"270\":{\"date\":{\"__isSmartRef__\":true,\"id\":271},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"3F17A2D2-3C24-424B-B0FA-E43112267D23\"},\"271\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 15:51:36 GMT+0200 (CEST)\"},\"272\":{\"date\":{\"__isSmartRef__\":true,\"id\":273},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC\"},\"273\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 15:51:30 GMT+0200 (CEST)\"},\"274\":{\"date\":{\"__isSmartRef__\":true,\"id\":275},\"author\":\"undefined\",\"message\":\"sorry\",\"id\":\"44B56D2E-9B59-4C67-A305-49A6E10E66C2\"},\"275\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 10:53:45 GMT+0100 (CET)\"},\"276\":{\"date\":{\"__isSmartRef__\":true,\"id\":277},\"author\":\"fbo\",\"message\":\"\",\"id\":\"BD1C654D-9100-4B66-BC62-B15FF2498B2B\"},\"277\":{\"isSerializedDate\":true,\"string\":\"Sat Feb 25 2012 02:59:09 GMT+0100 (CET)\"},\"278\":{\"date\":{\"__isSmartRef__\":true,\"id\":279},\"author\":\"undefined\",\"message\":\"css transitions\",\"id\":\"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7\"},\"279\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 10:42:26 GMT+0100 (CET)\"},\"280\":{\"date\":{\"__isSmartRef__\":true,\"id\":281},\"author\":\"undefined\",\"message\":\"suddenly, the rectangle became a CarDemo\",\"id\":\"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350\"},\"281\":{\"isSerializedDate\":true,\"string\":\"Mon Apr 09 2012 13:42:07 GMT+0200 (CEST)\"},\"282\":{\"date\":{\"__isSmartRef__\":true,\"id\":283},\"author\":\"bgnauk\",\"message\":\"no comment\",\"id\":\"0124E570-50B7-4CE3-83A1-6E7BA89B5CD8\"},\"283\":{\"isSerializedDate\":true,\"string\":\"Mon Jun 18 2012 19:35:08 GMT+0200 (CEST)\"},\"284\":{\"date\":{\"__isSmartRef__\":true,\"id\":285},\"author\":\"jenslincke\",\"message\":\"I want my blue rectangle back!\",\"id\":\"5AA9291A-869F-4D36-8095-4721B5A5B205\"},\"285\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 22 2012 10:35:51 GMT+0100 (CET)\"},\"286\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 22 2012 10:33:25 GMT+0100 (CET)\"},\"287\":{\"morph\":{\"__isSmartRef__\":true,\"id\":267},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"288\":{\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":289}},\"289\":{\"test01IsMorph\":{\"__isSmartRef__\":true,\"id\":290}},\"290\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":291},\"source\":\"function test01IsMorph(aPart) {\\n this.assert(aPart.isMorph, 'rectangle should be a morph');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":292},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"291\":{\"this\":{\"__isSmartRef__\":true,\"id\":288}},\"292\":{},\"293\":{\"submorphs\":[],\"scripts\":[],\"id\":\"076B14B0-F782-47A8-900F-6145A9D3750F\",\"shape\":{\"__isSmartRef__\":true,\"id\":294},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"showsHalos\":false,\"name\":\"blue\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":295},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":317},\"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\",\"BBAFB862-93AE-4F89-BCFF-9F1C67B7FE4C\",\"7EC17E78-593A-4CC8-B7E3-859BCBBFE785\",\"F5AA29CB-A093-4B2B-8FEF-294054038904\",\"0A729899-A80F-4509-9173-98E4991DCF14\",\"CD4B00EC-774D-4EE2-BCB5-011333EFBFB3\",\"D5F2C7AD-5FD3-4893-A863-1BCE6C4F8AF6\",\"6782F6F8-F1E3-4E17-A5B0-8E9D1C8B6FE9\",\"78D47AA4-0FB1-4F39-8C43-591A69929351\",\"90EB0200-430F-4389-87E6-C05794E0F71F\"],\"partTests\":{\"__isSmartRef__\":true,\"id\":318},\"_ClipMode\":\"visible\",\"moved\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":236},\"isBeingDragged\":false,\"prevScroll\":[0,0],\"__serializedExpressions__\":[\"_Position\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Box\",\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_Position\":\"lively.pt(214.0,211.0)\"},\"294\":{\"_BorderWidth\":1,\"_ClipMode\":\"visible\",\"_BorderRadius\":0,\"_Opacity\":0.6892,\"_BorderStyle\":\"solid\",\"_AppearanceStylingMode\":false,\"_BorderStylingMode\":false,\"__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,100.0)\",\"_BorderColor\":\"Color.rgb(0,0,0)\",\"_Fill\":\"Color.rgb(73,111,167)\",\"_Padding\":\"lively.rect(0,0,0,0)\"},\"295\":{\"partsSpaceName\":\"PartsBin/sd1213\",\"comment\":\"Constraint-based layouting with the Simplex algorithm. Still under construction!\",\"migrationLevel\":4,\"partName\":\"SketchPad\",\"changes\":[{\"__isSmartRef__\":true,\"id\":296},{\"__isSmartRef__\":true,\"id\":298},{\"__isSmartRef__\":true,\"id\":300},{\"__isSmartRef__\":true,\"id\":302},{\"__isSmartRef__\":true,\"id\":304},{\"__isSmartRef__\":true,\"id\":306},{\"__isSmartRef__\":true,\"id\":308},{\"__isSmartRef__\":true,\"id\":310},{\"__isSmartRef__\":true,\"id\":312},{\"__isSmartRef__\":true,\"id\":314}],\"lastModifiedDate\":{\"__isSmartRef__\":true,\"id\":316},\"revisionOnLoad\":185622,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\",\"__SourceModuleName__\":\"Global.lively.PartsBin\"},\"296\":{\"date\":{\"__isSmartRef__\":true,\"id\":297},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"3F17A2D2-3C24-424B-B0FA-E43112267D23\"},\"297\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 15:51:36 GMT+0200 (CEST)\"},\"298\":{\"date\":{\"__isSmartRef__\":true,\"id\":299},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC\"},\"299\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 15:51:30 GMT+0200 (CEST)\"},\"300\":{\"date\":{\"__isSmartRef__\":true,\"id\":301},\"author\":\"undefined\",\"message\":\"sorry\",\"id\":\"44B56D2E-9B59-4C67-A305-49A6E10E66C2\"},\"301\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 10:53:45 GMT+0100 (CET)\"},\"302\":{\"date\":{\"__isSmartRef__\":true,\"id\":303},\"author\":\"fbo\",\"message\":\"\",\"id\":\"BD1C654D-9100-4B66-BC62-B15FF2498B2B\"},\"303\":{\"isSerializedDate\":true,\"string\":\"Sat Feb 25 2012 02:59:09 GMT+0100 (CET)\"},\"304\":{\"date\":{\"__isSmartRef__\":true,\"id\":305},\"author\":\"undefined\",\"message\":\"css transitions\",\"id\":\"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7\"},\"305\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 10:42:26 GMT+0100 (CET)\"},\"306\":{\"date\":{\"__isSmartRef__\":true,\"id\":307},\"author\":\"undefined\",\"message\":\"suddenly, the rectangle became a CarDemo\",\"id\":\"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350\"},\"307\":{\"isSerializedDate\":true,\"string\":\"Mon Apr 09 2012 13:42:07 GMT+0200 (CEST)\"},\"308\":{\"date\":{\"__isSmartRef__\":true,\"id\":309},\"author\":\"bgnauk\",\"message\":\"no comment\",\"id\":\"0124E570-50B7-4CE3-83A1-6E7BA89B5CD8\"},\"309\":{\"isSerializedDate\":true,\"string\":\"Mon Jun 18 2012 19:35:08 GMT+0200 (CEST)\"},\"310\":{\"date\":{\"__isSmartRef__\":true,\"id\":311},\"author\":\"jenslincke\",\"message\":\"I want my blue rectangle back!\",\"id\":\"5AA9291A-869F-4D36-8095-4721B5A5B205\"},\"311\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 22 2012 10:35:51 GMT+0100 (CET)\"},\"312\":{\"date\":{\"__isSmartRef__\":true,\"id\":313},\"author\":\"lisa.pfisterer\",\"message\":\"first draft. Still under construction!\",\"id\":\"2B13E2A0-6DC9-4EDF-82E7-F541EB7D78BF\"},\"313\":{\"isSerializedDate\":true,\"string\":\"Sat Dec 01 2012 21:43:10 GMT+0100 (CET)\"},\"314\":{\"date\":{\"__isSmartRef__\":true,\"id\":315},\"author\":\"lisa.pfisterer\",\"message\":\"Zwischenstand. Util-Funktionen für das Arbeiten mit Arrays (Zeile und Spalte hinzufügen für neue Constraints im Tableau)\",\"id\":\"09B63D24-0A8C-46E0-9DB0-CEDE9AF8690B\"},\"315\":{\"isSerializedDate\":true,\"string\":\"Sat Dec 01 2012 22:57:06 GMT+0100 (CET)\"},\"316\":{\"isSerializedDate\":true,\"string\":\"Sat Dec 01 2012 21:40:09 GMT+0100 (CET)\"},\"317\":{\"morph\":{\"__isSmartRef__\":true,\"id\":293},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"318\":{\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":319}},\"319\":{\"test01IsMorph\":{\"__isSmartRef__\":true,\"id\":320}},\"320\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":321},\"source\":\"function test01IsMorph(aPart) {\\n this.assert(aPart.isMorph, 'rectangle should be a morph');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":322},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"321\":{\"this\":{\"__isSmartRef__\":true,\"id\":318}},\"322\":{},\"323\":{\"_BorderWidth\":1,\"_ClipMode\":\"visible\",\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_AppearanceStylingMode\":false,\"_BorderStylingMode\":false,\"__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(767.0,663.0)\",\"_BorderColor\":\"Color.rgb(0,0,0)\",\"_Fill\":\"Color.rgb(246,246,246)\",\"_Padding\":\"lively.rect(0,0,0,0)\"},\"324\":{\"partsSpaceName\":\"PartsBin/Basic\",\"comment\":\"A simple box morph. A really orange one. Its amazing what you can build out of simple boxes.... Who needs stars when you got orange rectangles!\",\"migrationLevel\":4,\"partName\":\"Rectangle\",\"changes\":[{\"__isSmartRef__\":true,\"id\":325},{\"__isSmartRef__\":true,\"id\":327},{\"__isSmartRef__\":true,\"id\":329},{\"__isSmartRef__\":true,\"id\":331},{\"__isSmartRef__\":true,\"id\":333},{\"__isSmartRef__\":true,\"id\":335},{\"__isSmartRef__\":true,\"id\":337}],\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\",\"__SourceModuleName__\":\"Global.lively.PartsBin\"},\"325\":{\"date\":{\"__isSmartRef__\":true,\"id\":326},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"3F17A2D2-3C24-424B-B0FA-E43112267D23\"},\"326\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 15:51:36 GMT+0200 (CEST)\"},\"327\":{\"date\":{\"__isSmartRef__\":true,\"id\":328},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC\"},\"328\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 15:51:30 GMT+0200 (CEST)\"},\"329\":{\"date\":{\"__isSmartRef__\":true,\"id\":330},\"author\":\"undefined\",\"message\":\"sorry\",\"id\":\"44B56D2E-9B59-4C67-A305-49A6E10E66C2\"},\"330\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 10:53:45 GMT+0100 (CET)\"},\"331\":{\"date\":{\"__isSmartRef__\":true,\"id\":332},\"author\":\"fbo\",\"message\":\"\",\"id\":\"BD1C654D-9100-4B66-BC62-B15FF2498B2B\"},\"332\":{\"isSerializedDate\":true,\"string\":\"Sat Feb 25 2012 02:59:09 GMT+0100 (CET)\"},\"333\":{\"date\":{\"__isSmartRef__\":true,\"id\":334},\"author\":\"undefined\",\"message\":\"css transitions\",\"id\":\"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7\"},\"334\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 10:42:26 GMT+0100 (CET)\"},\"335\":{\"date\":{\"__isSmartRef__\":true,\"id\":336},\"author\":\"undefined\",\"message\":\"suddenly, the rectangle became a CarDemo\",\"id\":\"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350\"},\"336\":{\"isSerializedDate\":true,\"string\":\"Mon Apr 09 2012 13:42:07 GMT+0200 (CEST)\"},\"337\":{\"date\":{\"__isSmartRef__\":true,\"id\":338},\"author\":\"bgnauk\",\"message\":\"no comment\",\"id\":\"0124E570-50B7-4CE3-83A1-6E7BA89B5CD8\"},\"338\":{\"isSerializedDate\":true,\"string\":\"Mon Jun 18 2012 19:35:08 GMT+0200 (CEST)\"},\"339\":{\"morph\":{\"__isSmartRef__\":true,\"id\":236},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"340\":{\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":341}},\"341\":{\"test01IsMorph\":{\"__isSmartRef__\":true,\"id\":342}},\"342\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":343},\"source\":\"function test01IsMorph(aPart) {\\n this.assert(aPart.isMorph, 'rectangle should be a morph');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":344},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"343\":{\"this\":{\"__isSmartRef__\":true,\"id\":340}},\"344\":{},\"345\":{\"drawLine\":{\"__isSmartRef__\":true,\"id\":346},\"mouseDown\":{\"__isSmartRef__\":true,\"id\":350},\"partOfRectangle\":{\"__isSmartRef__\":true,\"id\":354}},\"346\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":347},\"source\":\"function drawLine(evt) {\\n var sketchPad = this.get(\\\"SketchPad\\\");\\n debugger;\\n if(evt.button != 0 || !sketchPad.state || sketchPad.state != 1)\\n {\\n console.log(\\\"no line\\\");\\n return;\\n }\\n if (this.points) {\\n this.points.push(evt.mousePoint);\\n if (this.points.length >= 2) {\\n console.log(this.getPosition());\\n console.log(sketchPad.getPosition());\\n var from = this.points[0].subPt(sketchPad.getPosition()).subPt(this.getPosition());\\n var to = this.points[1].subPt(sketchPad.getPosition()).subPt(this.getPosition());\\n console.log(\\\"Line between \\\" + from.x + \\\",\\\" + from.y + \\\" and \\\" + to.x + \\\",\\\" + to.y);\\n var m = new lively.morphic.Path([from, to]);\\n this.addMorph(m);\\n this.points[0] = this.points.pop();\\n }\\n } else {\\n this.points = new Array(evt.mousePoint);\\n }\\n console.log(\\\"MouseDown \\\" + evt.mousePoint);\\n console.log(this.points);\\n console.log(this);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":348},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"347\":{\"this\":{\"__isSmartRef__\":true,\"id\":236}},\"348\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":349},\"user\":\"daniel.hoffmann\",\"tags\":[]},\"349\":{\"isSerializedDate\":true,\"string\":\"Sat Dec 01 2012 21:09:37 GMT+0100 (CET)\"},\"350\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":351},\"source\":\"function mouseDown(element, evt) {\\n console.log(element.name);\\n console.log(evt);\\n if(element.name != \\\"SketchPadCanvas\\\") {\\n this.owner.select(element.name, this.partOfRectangle(element, evt));\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":352},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"351\":{\"this\":{\"__isSmartRef__\":true,\"id\":236}},\"352\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":353},\"user\":\"daniel.hoffmann\",\"tags\":[]},\"353\":{\"isSerializedDate\":true,\"string\":\"Sun Dec 02 2012 17:49:03 GMT+0100 (CET)\"},\"354\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":355},\"source\":\"function partOfRectangle(element, evt) {\\n var pointClicked = lively.pt(evt.layerX, evt. layerY);\\n var elementExtent = element.getExtent();\\n if (pointClicked.x < elementExtent.x * 0.2) {\\n if (pointClicked.y < elementExtent.y * 0.2) {\\n return \\\"TL\\\";\\n } else if (pointClicked.y > elementExtent.y * 0.8) {\\n return \\\"BL\\\";\\n } else {\\n return \\\"L\\\";\\n }\\n } else if (pointClicked.x > elementExtent.x * 0.8) {\\n if (pointClicked.y < elementExtent.y * 0.2) {\\n return \\\"TR\\\";\\n } else if (pointClicked.y > elementExtent.y * 0.8) {\\n return \\\"BR\\\";\\n } else {\\n return \\\"R\\\";\\n }\\n } else {\\n if (pointClicked.y < elementExtent.y * 0.2) {\\n return \\\"T\\\";\\n } else if (pointClicked.y > elementExtent.y * 0.8) {\\n return \\\"B\\\";\\n } else {\\n return \\\"M\\\";\\n }\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":356},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"355\":{\"this\":{\"__isSmartRef__\":true,\"id\":236}},\"356\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":357},\"user\":\"daniel.hoffmann\",\"tags\":[]},\"357\":{\"isSerializedDate\":true,\"string\":\"Sun Dec 02 2012 17:45:10 GMT+0100 (CET)\"},\"358\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":359},\"_WhiteSpaceHandling\":\"pre-wrap\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":360}],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":362},\"_ClipMode\":\"auto\",\"derivationIds\":[\"62424A55-8C49-4D20-85E3-32CFE0B094E6\",\"692AAEB2-E3B2-429A-BD43-059D6BC7D53F\",\"9F9E0E79-D469-449A-9A09-2AE06EE610E6\",\"69D47636-83EF-46E0-A6A2-FD4DA6261F5D\",\"94D102B5-9583-4038-AA05-311A5D1CD26E\",\"95FF6204-C38E-49E7-835E-5B83D8435EFA\",\"D37043D1-30B3-47EB-A8D1-BC1FF3CC8323\",\"9CA57677-3FD9-4D34-87F7-83826949C287\"],\"id\":\"95EAB5DF-7F75-42DA-AAE6-F136F1DDB3A7\",\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"fixedWidth\":true,\"_WordBreak\":\"break-all\",\"fixedHeight\":true,\"_InputAllowed\":true,\"_HandStyle\":null,\"allowInput\":true,\"_FontFamily\":\"Monaco,monospace\",\"_FontSize\":10,\"evalEnabled\":false,\"layout\":{\"__isSmartRef__\":true,\"id\":363},\"syntaxHighlightingWhileTyping\":true,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":364}],\"doNotSerialize\":[\"$$textString\"],\"doNotCopyProperties\":[\"$$textString\"],\"accessibleInInactiveWindow\":true,\"parseErrors\":null,\"_lastSyntaxHighlightTime\":2,\"showsHalos\":false,\"isBeingDragged\":false,\"name\":\"SelectedText\",\"text\":\"name\",\"charsReplaced\":\"blueRect\",\"lastFindLoc\":16,\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"lastSearchString\":\"\",\"lastSearchIndex\":0,\"searchHighlights\":[],\"__serializedExpressions__\":[\"_TextColor\",\"_Position\"],\"textString\":\"blue\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_TextColor\":\"Color.rgb(64,64,64)\",\"_Position\":\"lively.pt(9.0,149.0)\"},\"359\":{\"_BorderWidth\":1,\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_AppearanceStylingMode\":false,\"_BorderStylingMode\":false,\"__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(104.0,31.0)\",\"_Padding\":\"lively.rect(4,2,0,0)\",\"_BorderColor\":\"Color.rgb(95,94,95)\",\"_Fill\":\"Color.rgb(243,243,243)\"},\"360\":{\"style\":{\"__isSmartRef__\":true,\"id\":361},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":358},\"_id\":\"_29399\",\"storedString\":\"blue\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"361\":{\"__serializedExpressions__\":[\"color\"],\"backgroundColor\":null,\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"color\":\"Color.rgb(204,0,0)\"},\"362\":{\"morph\":{\"__isSmartRef__\":true,\"id\":358},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"363\":{\"resizeWidth\":true,\"resizeHeight\":true},\"364\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":358},\"sourceAttrName\":\"textString\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":358},\"targetMethodName\":\"highlightSyntaxDebounced\",\"varMapping\":{\"__isSmartRef__\":true,\"id\":365},\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings.Core\"},\"365\":{\"source\":{\"__isSmartRef__\":true,\"id\":358},\"target\":{\"__isSmartRef__\":true,\"id\":358}},\"366\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":367}],\"scripts\":[],\"id\":\"E5761614-BB0A-4A3E-AA56-D9D588B4B2AB\",\"shape\":{\"__isSmartRef__\":true,\"id\":372},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":378},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":383},\"label\":{\"__isSmartRef__\":true,\"id\":367},\"name\":\"SketchAreaButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":388},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":400}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":401},\"derivationIds\":[7251,\"3F26258D-0EE1-4A94-8419-5EE2BB6065A6\",\"B624295D-42E3-4E0A-B370-844C2B43F4F0\",\"F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3\",\"7D4A1972-76E5-4369-9964-2F6ACB87C81F\",\"53250D98-1D56-45FC-AD4E-6816B90B0F9E\",\"B0DC93F7-180A-4B95-A539-BFC8F1329718\",\"70042416-60D9-43F5-AE39-6FF42B8EA5A2\",\"9A040E3E-616F-4A08-AEC4-E35727C169CA\",\"DD4D84C6-0498-400C-A689-EF7786996824\"],\"_ClipMode\":\"visible\",\"isPressed\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"__serializedExpressions__\":[\"_Position\",\"distanceToDragEvent\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":402},\"__LivelyClassName__\":\"lively.morphic.Button\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Position\":\"lively.pt(8.0,620.0)\",\"distanceToDragEvent\":\"lively.pt(54.9,-11.0)\"},\"367\":{\"submorphs\":[],\"scripts\":[],\"id\":\"E0E34484-37C8-4871-9E53-DB23669BC6DD\",\"shape\":{\"__isSmartRef__\":true,\"id\":368},\"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\":366},\"isLabel\":true,\"eventsAreIgnored\":true,\"_ClipMode\":\"hidden\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":369}],\"_Align\":\"center\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":371},\"_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\",\"9DF72664-2B4F-4B28-986F-49B3401426E5\",\"31475D00-8C5F-4CF3-8738-D2874FDE47BA\",\"8A54B665-A7FA-4168-8476-FAE7EC691954\",\"FE0BBCBD-3B8E-48E2-9236-5A733F89AF5C\",\"6E7A48FA-0EA9-4B37-B9B7-892120FB554D\"],\"_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)\"},\"368\":{\"_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(125.0,55.0)\",\"_BorderColor\":\"Color.rgb(0,0,0)\",\"_Padding\":\"lively.rect(0,3,0,0)\"},\"369\":{\"style\":{\"__isSmartRef__\":true,\"id\":370},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":367},\"_id\":\"_5885\",\"storedString\":\"Setup SketchArea (in case mouse events don't work)\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"370\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"371\":{\"morph\":{\"__isSmartRef__\":true,\"id\":367},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"372\":{\"_BorderWidth\":1.1840000000000002,\"_Fill\":{\"__isSmartRef__\":true,\"id\":373},\"_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(125.0,55.0)\",\"_BorderColor\":\"Color.rgb(214,214,214)\",\"_Padding\":\"lively.rect(0,0,0,0)\"},\"373\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":374},{\"__isSmartRef__\":true,\"id\":375},{\"__isSmartRef__\":true,\"id\":376},{\"__isSmartRef__\":true,\"id\":377}],\"__serializedExpressions__\":[\"vector\"],\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"vector\":\"lively.rect(0,0,0,1)\"},\"374\":{\"offset\":0,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(245,245,245)\"},\"375\":{\"offset\":0.3,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(221,221,221)\"},\"376\":{\"offset\":0.7,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(221,221,221)\"},\"377\":{\"offset\":1,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(204,204,204)\"},\"378\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":379},{\"__isSmartRef__\":true,\"id\":380},{\"__isSmartRef__\":true,\"id\":381},{\"__isSmartRef__\":true,\"id\":382}],\"__serializedExpressions__\":[\"vector\"],\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"vector\":\"lively.rect(0,0,0,1)\"},\"379\":{\"offset\":0,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(245,245,245)\"},\"380\":{\"offset\":0.4,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(209,209,209)\"},\"381\":{\"offset\":0.6,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(209,209,209)\"},\"382\":{\"offset\":1,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(240,240,240)\"},\"383\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":384},{\"__isSmartRef__\":true,\"id\":385},{\"__isSmartRef__\":true,\"id\":386},{\"__isSmartRef__\":true,\"id\":387}],\"__serializedExpressions__\":[\"vector\"],\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"vector\":\"lively.rect(0,0,0,1)\"},\"384\":{\"offset\":0,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(250,250,250)\"},\"385\":{\"offset\":0.4,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(232,232,232)\"},\"386\":{\"offset\":0.6,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(232,232,232)\"},\"387\":{\"offset\":1,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(248,248,248)\"},\"388\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"changes\":[{\"__isSmartRef__\":true,\"id\":389},{\"__isSmartRef__\":true,\"id\":391},{\"__isSmartRef__\":true,\"id\":393},{\"__isSmartRef__\":true,\"id\":395},{\"__isSmartRef__\":true,\"id\":397}],\"revisionOnLoad\":171940,\"lastModifiedDate\":{\"__isSmartRef__\":true,\"id\":399},\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\",\"__SourceModuleName__\":\"Global.lively.PartsBin\"},\"389\":{\"date\":{\"__isSmartRef__\":true,\"id\":390},\"author\":\"undefined\",\"message\":\"\",\"id\":\"7074B413-6CF0-4892-9D18-52009A2A2E03\"},\"390\":{\"isSerializedDate\":true,\"string\":\"Fri Apr 13 2012 21:04:01 GMT+0200 (CEST)\"},\"391\":{\"date\":{\"__isSmartRef__\":true,\"id\":392},\"author\":\"sstamm\",\"message\":\"reverted button\",\"id\":\"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E\"},\"392\":{\"isSerializedDate\":true,\"string\":\"Mon Apr 16 2012 10:36:21 GMT+0200 (CEST)\"},\"393\":{\"date\":{\"__isSmartRef__\":true,\"id\":394},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"97D17254-EAC6-4494-8330-A347909590D6\"},\"394\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 14:08:58 GMT+0200 (CEST)\"},\"395\":{\"date\":{\"__isSmartRef__\":true,\"id\":396},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"DDE22D44-9A6D-4485-80F3-262D5DA0CC07\"},\"396\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 05 2012 14:03:19 GMT+0200 (CEST)\"},\"397\":{\"date\":{\"__isSmartRef__\":true,\"id\":398},\"author\":\"bgnauk\",\"message\":\"no comment\",\"id\":\"FA43C1A3-19A9-4ED6-A014-82C74689A5C3\"},\"398\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 19 2012 23:39:23 GMT+0200 (CEST)\"},\"399\":{\"isSerializedDate\":true,\"string\":\"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)\"},\"400\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":366},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":366},\"targetMethodName\":\"doAction\",\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings.Core\"},\"401\":{\"morph\":{\"__isSmartRef__\":true,\"id\":366},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"402\":{\"doAction\":{\"__isSmartRef__\":true,\"id\":403}},\"403\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":404},\"source\":\"function doAction() {\\n //in case mouse events are not working\\n cop.create('SketchArea').refineClass(lively.morphic.Morph, {\\n onMouseDown: function(evt) {\\n this.get('SketchPadCanvas').mouseDown(this, evt);\\n return cop.proceed(evt);\\n }\\n })\\n this.get('SketchPadCanvas').setWithLayers([SketchArea])\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":405},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"404\":{\"this\":{\"__isSmartRef__\":true,\"id\":366}},\"405\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":406},\"user\":\"daniel.hoffmann\",\"tags\":[]},\"406\":{\"isSerializedDate\":true,\"string\":\"Sun Dec 02 2012 13:52:42 GMT+0100 (CET)\"},\"407\":{\"submorphs\":[],\"scripts\":[],\"id\":\"81D40AAE-760A-4C3F-A852-A19D5D9F69B6\",\"shape\":{\"__isSmartRef__\":true,\"id\":408},\"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\":\"Text3\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":409},\"textChunks\":[{\"__isSmartRef__\":true,\"id\":421}],\"charsReplaced\":\"Variablen\",\"lastFindLoc\":9,\"prevScroll\":[0,0],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":423},\"_ClipMode\":\"visible\",\"derivationIds\":[355,\"1EB1674F-8BF2-419B-B054-86129ED70335\",\"63698904-DC05-4341-A9B6-5CC4A219CD04\",\"F6A714BA-4735-41ED-8A2A-45CB153FBDF8\",\"E3FA5A91-BF01-47C9-A727-751EA109270B\",\"DC9ABF3E-7FF2-4651-8873-41ABA53C275F\",\"6513CAFB-4D1C-4CBC-8F67-178A6CCFE302\",\"BB1AE711-3F4C-48CC-8D6D-5EA3290535C4\",\"4C6BFB68-F960-4E56-9B33-E997C8615D18\",\"22109C55-E692-4A7F-B454-7B25795B02F7\",\"F0D7DF05-7D09-4643-A949-7EBE2887185F\",\"9F5B5210-26DD-413E-AE62-7D0E5282C8AA\",\"6EB15A1C-4F40-4442-B7B8-C89E32BB7969\"],\"_WhiteSpaceHandling\":\"pre-wrap\",\"_MinTextWidth\":120.695652,\"_MinTextHeight\":null,\"isBeingDragged\":false,\"moved\":true,\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"priorSelectionRange\":[0,9],\"previousSelection\":[1,1],\"lastSearchString\":\"\",\"lastSearchIndex\":0,\"searchHighlights\":[],\"__serializedExpressions__\":[\"_Position\",\"textColor\",\"_Padding\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Text\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\",\"_Position\":\"lively.pt(953.0,4.0)\",\"textColor\":\"Color.rgb(0,0,0)\",\"_Padding\":\"lively.rect(5,5,0,0)\"},\"408\":{\"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,27.0)\",\"_BorderColor\":\"Color.rgb(0,0,0)\",\"_Padding\":\"lively.rect(4,2,0,0)\"},\"409\":{\"partsSpaceName\":\"PartsBin/Basic\",\"migrationLevel\":4,\"comment\":\"a simple text morph\",\"partName\":\"Text\",\"changes\":[{\"__isSmartRef__\":true,\"id\":410},{\"__isSmartRef__\":true,\"id\":412},{\"__isSmartRef__\":true,\"id\":414},{\"__isSmartRef__\":true,\"id\":416},{\"__isSmartRef__\":true,\"id\":418}],\"lastModifiedDate\":{\"__isSmartRef__\":true,\"id\":420},\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\",\"__SourceModuleName__\":\"Global.lively.PartsBin\"},\"410\":{\"date\":{\"__isSmartRef__\":true,\"id\":411},\"author\":\"robertkrahn\",\"message\":\"text click was broken?\",\"id\":\"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0\"},\"411\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)\"},\"412\":{\"date\":{\"__isSmartRef__\":true,\"id\":413},\"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\"},\"413\":{\"isSerializedDate\":true,\"string\":\"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)\"},\"414\":{\"date\":{\"__isSmartRef__\":true,\"id\":415},\"author\":\"tessi\",\"message\":\"TextBubble calls its disappear() function after showBubbleTime() milliseconds now\",\"id\":\"0F4DE333-A551-4961-B29D-70270977EBEF\"},\"415\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)\"},\"416\":{\"date\":{\"__isSmartRef__\":true,\"id\":417},\"author\":\"tessi\",\"message\":\"TextBubble calls its disappear() function after showBubbleTime() milliseconds now\",\"id\":\"785D95BD-7858-43EB-90E6-A1C085E2F2B9\"},\"417\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)\"},\"418\":{\"date\":{\"__isSmartRef__\":true,\"id\":419},\"author\":\"timfelgentreff\",\"message\":\"better text\",\"id\":\"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194\"},\"419\":{\"isSerializedDate\":true,\"string\":\"Tue May 08 2012 14:18:18 GMT+0200 (CEST)\"},\"420\":{\"isSerializedDate\":true,\"string\":\"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)\"},\"421\":{\"style\":{\"__isSmartRef__\":true,\"id\":422},\"morph\":{\"__isSmartRef__\":true,\"id\":407},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":407},\"storedString\":\"Tableau\",\"_id\":\"_2157\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"422\":{\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"423\":{\"morph\":{\"__isSmartRef__\":true,\"id\":407},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"424\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":425}],\"scripts\":[],\"id\":\"F1CF74E6-4D1C-4BE7-9D96-44BED419B825\",\"shape\":{\"__isSmartRef__\":true,\"id\":430},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":436},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":441},\"label\":{\"__isSmartRef__\":true,\"id\":425},\"name\":\"stepButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":446},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":458}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":460},\"derivationIds\":[7251,\"3F26258D-0EE1-4A94-8419-5EE2BB6065A6\",\"B624295D-42E3-4E0A-B370-844C2B43F4F0\",\"F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3\",\"7D4A1972-76E5-4369-9964-2F6ACB87C81F\",\"468167DF-C2A9-4D14-B344-4D183695DBF9\",\"5DC89142-1E9D-4F9D-8CC7-4ACAD3FDB32D\",\"16626E66-A841-4E0A-9692-2F2534B1F06F\",\"96DBF6DD-3596-4554-98F4-BD1782C95ACB\",\"8C059799-B938-4458-A054-0BF2C93DF1EC\",\"57CDCC7B-37A6-4E9E-ACB9-192B3D578DA0\",\"A2475486-D122-4968-97F8-307C609A7E48\"],\"_ClipMode\":\"visible\",\"isPressed\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"prevScroll\":[0,0],\"__serializedExpressions__\":[\"_Position\",\"distanceToDragEvent\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":461},\"__LivelyClassName__\":\"lively.morphic.Button\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Position\":\"lively.pt(7.0,111.0)\",\"distanceToDragEvent\":\"lively.pt(54.9,-11.0)\"},\"425\":{\"submorphs\":[],\"scripts\":[],\"id\":\"050E1615-7B64-4637-9C8B-3B0186C44EBC\",\"shape\":{\"__isSmartRef__\":true,\"id\":426},\"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\":424},\"isLabel\":true,\"eventsAreIgnored\":true,\"_ClipMode\":\"hidden\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":427}],\"_Align\":\"center\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":429},\"_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\",\"CA0DC720-D350-40B1-B491-56053DD3ACEC\",\"DFC25BA5-C55B-4BAD-A16C-ABAD9E6744DB\",\"89EED327-F1A9-41E9-B5EE-C5D60824ECE0\",\"84EE39A7-3564-46BE-9222-2D58CB507AA3\",\"F21E1DD4-4613-461E-B90E-A804C251F8DD\",\"A1F18994-7984-40E5-9655-187BA5721D53\",\"4A2EF52C-9722-462C-BDFF-8CDED286D21F\"],\"_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)\"},\"426\":{\"_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)\"},\"427\":{\"style\":{\"__isSmartRef__\":true,\"id\":428},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":425},\"_id\":\"_1246\",\"storedString\":\"Schritt\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"428\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"429\":{\"morph\":{\"__isSmartRef__\":true,\"id\":425},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"430\":{\"_BorderWidth\":1.1840000000000002,\"_Fill\":{\"__isSmartRef__\":true,\"id\":431},\"_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)\"},\"431\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":432},{\"__isSmartRef__\":true,\"id\":433},{\"__isSmartRef__\":true,\"id\":434},{\"__isSmartRef__\":true,\"id\":435}],\"__serializedExpressions__\":[\"vector\"],\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"vector\":\"lively.rect(0,0,0,1)\"},\"432\":{\"offset\":0,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(245,245,245)\"},\"433\":{\"offset\":0.3,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(221,221,221)\"},\"434\":{\"offset\":0.7,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(221,221,221)\"},\"435\":{\"offset\":1,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(204,204,204)\"},\"436\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":437},{\"__isSmartRef__\":true,\"id\":438},{\"__isSmartRef__\":true,\"id\":439},{\"__isSmartRef__\":true,\"id\":440}],\"__serializedExpressions__\":[\"vector\"],\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"vector\":\"lively.rect(0,0,0,1)\"},\"437\":{\"offset\":0,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(245,245,245)\"},\"438\":{\"offset\":0.4,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(209,209,209)\"},\"439\":{\"offset\":0.6,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(209,209,209)\"},\"440\":{\"offset\":1,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(240,240,240)\"},\"441\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":442},{\"__isSmartRef__\":true,\"id\":443},{\"__isSmartRef__\":true,\"id\":444},{\"__isSmartRef__\":true,\"id\":445}],\"__serializedExpressions__\":[\"vector\"],\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"vector\":\"lively.rect(0,0,0,1)\"},\"442\":{\"offset\":0,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(250,250,250)\"},\"443\":{\"offset\":0.4,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(232,232,232)\"},\"444\":{\"offset\":0.6,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(232,232,232)\"},\"445\":{\"offset\":1,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(248,248,248)\"},\"446\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"changes\":[{\"__isSmartRef__\":true,\"id\":447},{\"__isSmartRef__\":true,\"id\":449},{\"__isSmartRef__\":true,\"id\":451},{\"__isSmartRef__\":true,\"id\":453},{\"__isSmartRef__\":true,\"id\":455}],\"revisionOnLoad\":171940,\"lastModifiedDate\":{\"__isSmartRef__\":true,\"id\":457},\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\",\"__SourceModuleName__\":\"Global.lively.PartsBin\"},\"447\":{\"date\":{\"__isSmartRef__\":true,\"id\":448},\"author\":\"undefined\",\"message\":\"\",\"id\":\"7074B413-6CF0-4892-9D18-52009A2A2E03\"},\"448\":{\"isSerializedDate\":true,\"string\":\"Fri Apr 13 2012 21:04:01 GMT+0200 (CEST)\"},\"449\":{\"date\":{\"__isSmartRef__\":true,\"id\":450},\"author\":\"sstamm\",\"message\":\"reverted button\",\"id\":\"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E\"},\"450\":{\"isSerializedDate\":true,\"string\":\"Mon Apr 16 2012 10:36:21 GMT+0200 (CEST)\"},\"451\":{\"date\":{\"__isSmartRef__\":true,\"id\":452},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"97D17254-EAC6-4494-8330-A347909590D6\"},\"452\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 14:08:58 GMT+0200 (CEST)\"},\"453\":{\"date\":{\"__isSmartRef__\":true,\"id\":454},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"DDE22D44-9A6D-4485-80F3-262D5DA0CC07\"},\"454\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 05 2012 14:03:19 GMT+0200 (CEST)\"},\"455\":{\"date\":{\"__isSmartRef__\":true,\"id\":456},\"author\":\"bgnauk\",\"message\":\"no comment\",\"id\":\"FA43C1A3-19A9-4ED6-A014-82C74689A5C3\"},\"456\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 19 2012 23:39:23 GMT+0200 (CEST)\"},\"457\":{\"isSerializedDate\":true,\"string\":\"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)\"},\"458\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":424},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"simplexStep\",\"varMapping\":{\"__isSmartRef__\":true,\"id\":459},\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings.Core\"},\"459\":{\"source\":{\"__isSmartRef__\":true,\"id\":424},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"460\":{\"morph\":{\"__isSmartRef__\":true,\"id\":424},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"461\":{\"doAction\":{\"__isSmartRef__\":true,\"id\":462}},\"462\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":463},\"source\":\"function doAction() {\\n \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":464},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"463\":{\"this\":{\"__isSmartRef__\":true,\"id\":424}},\"464\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":465},\"user\":\"robertkrahn\",\"tags\":[]},\"465\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 05 2012 14:02:40 GMT+0200 (CEST)\"},\"466\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":467}],\"scripts\":[],\"id\":\"4DD7EAD5-32D2-47DC-AB49-A846379C9833\",\"shape\":{\"__isSmartRef__\":true,\"id\":472},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":478},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":483},\"label\":{\"__isSmartRef__\":true,\"id\":467},\"name\":\"stopButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":488},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":499},{\"__isSmartRef__\":true,\"id\":500},{\"__isSmartRef__\":true,\"id\":554}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":556},\"derivationIds\":[7251,\"3F26258D-0EE1-4A94-8419-5EE2BB6065A6\",\"B624295D-42E3-4E0A-B370-844C2B43F4F0\",\"F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3\",\"7D4A1972-76E5-4369-9964-2F6ACB87C81F\",\"8B7A69E1-2842-4086-AAF1-C435517C4DA7\",\"C2A72BC2-1B3C-4CB5-970E-F0D28763C62D\",\"707149E7-9837-4996-BB84-9423A4404556\",\"C479A54B-32C8-4A5E-A1FB-B5C5A35B70C7\",\"8A891806-DFA1-4D9B-88D6-BBD4587F3D7B\",\"BA252EA5-5572-411C-8BFC-41265BBA4CE8\",\"C1E1C431-73A9-4B45-AA79-F33D7C716811\"],\"_ClipMode\":\"visible\",\"isPressed\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"prevScroll\":[0,0],\"__serializedExpressions__\":[\"_Position\",\"distanceToDragEvent\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":557},\"__LivelyClassName__\":\"lively.morphic.Button\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Position\":\"lively.pt(5.0,81.0)\",\"distanceToDragEvent\":\"lively.pt(54.9,-11.0)\"},\"467\":{\"submorphs\":[],\"scripts\":[],\"id\":\"6D6F1EE6-7BA6-4B05-8916-FA27A3BD92BC\",\"shape\":{\"__isSmartRef__\":true,\"id\":468},\"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\":466},\"isLabel\":true,\"eventsAreIgnored\":true,\"_ClipMode\":\"hidden\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":469}],\"_Align\":\"center\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":471},\"_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\",\"E24E16C9-A02D-4DC4-89F3-9535E54A9BAE\",\"6FD03EBD-9331-4021-99B7-298ADDFC8C33\",\"53BAF5AF-5CBA-425B-A0BB-5E51D31867FA\",\"BC8209BF-4E53-419D-9D86-49C971E6F754\",\"464553B0-0A18-418A-8665-C128463D0EAD\",\"D0F9E5D5-1EEB-4490-A36B-12CB104F01A9\",\"35E05786-926D-42CB-88EF-CE38E8F2C86E\"],\"_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)\"},\"468\":{\"_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)\"},\"469\":{\"style\":{\"__isSmartRef__\":true,\"id\":470},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":467},\"_id\":\"_33507\",\"storedString\":\"Stop\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"470\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"471\":{\"morph\":{\"__isSmartRef__\":true,\"id\":467},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"472\":{\"_BorderWidth\":1.1840000000000002,\"_Fill\":{\"__isSmartRef__\":true,\"id\":473},\"_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)\"},\"473\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":474},{\"__isSmartRef__\":true,\"id\":475},{\"__isSmartRef__\":true,\"id\":476},{\"__isSmartRef__\":true,\"id\":477}],\"__serializedExpressions__\":[\"vector\"],\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"vector\":\"lively.rect(0,0,0,1)\"},\"474\":{\"offset\":0,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(245,245,245)\"},\"475\":{\"offset\":0.3,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(221,221,221)\"},\"476\":{\"offset\":0.7,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(221,221,221)\"},\"477\":{\"offset\":1,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(204,204,204)\"},\"478\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":479},{\"__isSmartRef__\":true,\"id\":480},{\"__isSmartRef__\":true,\"id\":481},{\"__isSmartRef__\":true,\"id\":482}],\"__serializedExpressions__\":[\"vector\"],\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"vector\":\"lively.rect(0,0,0,1)\"},\"479\":{\"offset\":0,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(245,245,245)\"},\"480\":{\"offset\":0.4,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(209,209,209)\"},\"481\":{\"offset\":0.6,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(209,209,209)\"},\"482\":{\"offset\":1,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(240,240,240)\"},\"483\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":484},{\"__isSmartRef__\":true,\"id\":485},{\"__isSmartRef__\":true,\"id\":486},{\"__isSmartRef__\":true,\"id\":487}],\"__serializedExpressions__\":[\"vector\"],\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"vector\":\"lively.rect(0,0,0,1)\"},\"484\":{\"offset\":0,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(250,250,250)\"},\"485\":{\"offset\":0.4,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(232,232,232)\"},\"486\":{\"offset\":0.6,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(232,232,232)\"},\"487\":{\"offset\":1,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(248,248,248)\"},\"488\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"changes\":[{\"__isSmartRef__\":true,\"id\":489},{\"__isSmartRef__\":true,\"id\":491},{\"__isSmartRef__\":true,\"id\":493},{\"__isSmartRef__\":true,\"id\":495},{\"__isSmartRef__\":true,\"id\":497}],\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\",\"__SourceModuleName__\":\"Global.lively.PartsBin\"},\"489\":{\"date\":{\"__isSmartRef__\":true,\"id\":490},\"author\":\"undefined\",\"message\":\"\",\"id\":\"7074B413-6CF0-4892-9D18-52009A2A2E03\"},\"490\":{\"isSerializedDate\":true,\"string\":\"Fri Apr 13 2012 21:04:01 GMT+0200 (CEST)\"},\"491\":{\"date\":{\"__isSmartRef__\":true,\"id\":492},\"author\":\"sstamm\",\"message\":\"reverted button\",\"id\":\"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E\"},\"492\":{\"isSerializedDate\":true,\"string\":\"Mon Apr 16 2012 10:36:21 GMT+0200 (CEST)\"},\"493\":{\"date\":{\"__isSmartRef__\":true,\"id\":494},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"97D17254-EAC6-4494-8330-A347909590D6\"},\"494\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 14:08:58 GMT+0200 (CEST)\"},\"495\":{\"date\":{\"__isSmartRef__\":true,\"id\":496},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"DDE22D44-9A6D-4485-80F3-262D5DA0CC07\"},\"496\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 05 2012 14:03:19 GMT+0200 (CEST)\"},\"497\":{\"date\":{\"__isSmartRef__\":true,\"id\":498},\"author\":\"bgnauk\",\"message\":\"no comment\",\"id\":\"FA43C1A3-19A9-4ED6-A014-82C74689A5C3\"},\"498\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 19 2012 23:39:23 GMT+0200 (CEST)\"},\"499\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":466},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":466},\"targetMethodName\":\"doAction\",\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings.Core\"},\"500\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":466},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":501},\"targetMethodName\":\"stop\",\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings.Core\"},\"501\":{\"submorphs\":[],\"scripts\":[],\"id\":\"DFA99784-9469-437E-9259-5FE6DB274314\",\"shape\":{\"__isSmartRef__\":true,\"id\":502},\"droppingEnabled\":true,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"showsHalos\":false,\"name\":\"Rectangle1\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":503},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":518},\"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\",\"BBAFB862-93AE-4F89-BCFF-9F1C67B7FE4C\"],\"partTests\":{\"__isSmartRef__\":true,\"id\":519},\"_ClipMode\":\"visible\",\"moved\":true,\"owner\":null,\"algorithm\":{\"__isSmartRef__\":true,\"id\":524},\"result\":false,\"#startLetters\":\"init\",\"isBeingDragged\":false,\"prevScroll\":[0,0],\"_Rotation\":0,\"_Scale\":1,\"__serializedExpressions__\":[\"_Position\"],\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":525},\"__LivelyClassName__\":\"lively.morphic.Box\",\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"_Position\":\"lively.pt(2259.0,1431.0)\"},\"502\":{\"_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(250.0,252.0)\",\"_BorderColor\":\"Color.rgb(0,0,0)\",\"_Fill\":\"Color.rgb(255,143,0)\",\"_Padding\":\"lively.rect(0,0,0,0)\"},\"503\":{\"partsSpaceName\":\"PartsBin/Basic\",\"comment\":\"A simple box morph. A really orange one. Its amazing what you can build out of simple boxes.... Who needs stars when you got orange rectangles!\",\"migrationLevel\":4,\"partName\":\"Rectangle\",\"changes\":[{\"__isSmartRef__\":true,\"id\":504},{\"__isSmartRef__\":true,\"id\":506},{\"__isSmartRef__\":true,\"id\":508},{\"__isSmartRef__\":true,\"id\":510},{\"__isSmartRef__\":true,\"id\":512},{\"__isSmartRef__\":true,\"id\":514},{\"__isSmartRef__\":true,\"id\":516}],\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\",\"__SourceModuleName__\":\"Global.lively.PartsBin\"},\"504\":{\"date\":{\"__isSmartRef__\":true,\"id\":505},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"3F17A2D2-3C24-424B-B0FA-E43112267D23\"},\"505\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 15:51:36 GMT+0200 (CEST)\"},\"506\":{\"date\":{\"__isSmartRef__\":true,\"id\":507},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC\"},\"507\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 15:51:30 GMT+0200 (CEST)\"},\"508\":{\"date\":{\"__isSmartRef__\":true,\"id\":509},\"author\":\"undefined\",\"message\":\"sorry\",\"id\":\"44B56D2E-9B59-4C67-A305-49A6E10E66C2\"},\"509\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 10:53:45 GMT+0100 (CET)\"},\"510\":{\"date\":{\"__isSmartRef__\":true,\"id\":511},\"author\":\"fbo\",\"message\":\"\",\"id\":\"BD1C654D-9100-4B66-BC62-B15FF2498B2B\"},\"511\":{\"isSerializedDate\":true,\"string\":\"Sat Feb 25 2012 02:59:09 GMT+0100 (CET)\"},\"512\":{\"date\":{\"__isSmartRef__\":true,\"id\":513},\"author\":\"undefined\",\"message\":\"css transitions\",\"id\":\"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7\"},\"513\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 10:42:26 GMT+0100 (CET)\"},\"514\":{\"date\":{\"__isSmartRef__\":true,\"id\":515},\"author\":\"undefined\",\"message\":\"suddenly, the rectangle became a CarDemo\",\"id\":\"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350\"},\"515\":{\"isSerializedDate\":true,\"string\":\"Mon Apr 09 2012 13:42:07 GMT+0200 (CEST)\"},\"516\":{\"date\":{\"__isSmartRef__\":true,\"id\":517},\"author\":\"bgnauk\",\"message\":\"no comment\",\"id\":\"0124E570-50B7-4CE3-83A1-6E7BA89B5CD8\"},\"517\":{\"isSerializedDate\":true,\"string\":\"Mon Jun 18 2012 19:35:08 GMT+0200 (CEST)\"},\"518\":{\"morph\":{\"__isSmartRef__\":true,\"id\":501},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"519\":{\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":520}},\"520\":{\"test01IsMorph\":{\"__isSmartRef__\":true,\"id\":521}},\"521\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":522},\"source\":\"function test01IsMorph(aPart) {\\n this.assert(aPart.isMorph, 'rectangle should be a morph');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":523},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"522\":{\"this\":{\"__isSmartRef__\":true,\"id\":519}},\"523\":{},\"524\":{\"__LivelyClassName__\":\"SimplexAlgorithmClass\",\"__SourceModuleName__\":\"Global.projects.SketchPad.SimplexAlgorithm\"},\"525\":{\"solveConstraints\":{\"__isSmartRef__\":true,\"id\":526},\"start\":{\"__isSmartRef__\":true,\"id\":530},\"stop\":{\"__isSmartRef__\":true,\"id\":534},\"testFunc\":{\"__isSmartRef__\":true,\"id\":538},\"initSimplex\":{\"__isSmartRef__\":true,\"id\":542},\"simplexStep\":{\"__isSmartRef__\":true,\"id\":546},\"initializeTableau\":{\"__isSmartRef__\":true,\"id\":550}},\"526\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":527},\"source\":\"function solveConstraints() {\\n // changed at Tue Oct 30 2012 17:26:19 GMT+0100 (Mitteleuropäische Zeit) by lisa.pfisterer \\n module('apps.dwarfcassowary.js.DwarfCassowary').load();\\n module('projects.SketchPad.testModule').load();\\n \\n var solver = new ClSimplexSolver();\\n var height1 = new ClVariable(5);\\n var height2 = new ClVariable(10);\\n \\n var width1 = new ClVariable(5);\\n var width2 = new ClVariable(10);\\n \\n solver.addConstraint(new ClLinearEquation((new ClLinearExpression(height1)).times(2), height2 ));\\n \\n solver.addConstraint(new ClLinearEquation((new ClLinearExpression(width1)).times(2), width2 ));\\n \\n solver. addStay(height2). addEditVar(height1). beginEdit();\\n solver. addStay(width2). addEditVar(width1). beginEdit();\\n \\n solver. suggestValue(height1, this.get('Rectangle2').getExtent().y). resolve();\\n solver. suggestValue(width1, this.get('Rectangle2').getExtent().x). resolve();\\n \\n solver.endEdit();\\n \\n var extent = this.get(\\\"Rectangle1\\\").getExtent();\\n extent.y = height2.value();\\n extent.x = width2.value();\\n\\n this.get(\\\"Rectangle1\\\").setExtent(extent);\\n \\n var ext1 = this.get(\\\"Rectangle1\\\").getExtent();\\n var ext2 = this.get(\\\"Rectangle2\\\").getExtent();\\n \\n \\n this.get(\\\"textfield\\\").setTextString(\\\"Extent 1: X: \\\" + ext1.x + \\\", Y: \\\" + ext1.y);\\n this.get(\\\"textfield2\\\").setTextString(\\\"Extent 2: X: \\\" + ext2.x + \\\", Y: \\\" + ext2.y);\\n this.get(\\\"ratio\\\").setTextString(\\\"Ratio: X: \\\" + (ext1.x/ext2.x) + \\\", Y: \\\" +(ext1.y/ext2.y) );\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":528},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"527\":{\"this\":{\"__isSmartRef__\":true,\"id\":501}},\"528\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":529},\"user\":\"lisa.pfisterer\",\"tags\":[]},\"529\":{\"isSerializedDate\":true,\"string\":\"Wed Nov 07 2012 18:48:40 GMT+0100 (CET)\"},\"530\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":531},\"source\":\"function start() {\\n this.initSimplex();\\n this.startStepping(1000, \\\"simplexStep\\\")\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":532},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"531\":{\"this\":{\"__isSmartRef__\":true,\"id\":501}},\"532\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":533},\"user\":\"lisa.pfisterer\",\"tags\":[]},\"533\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 19 2012 12:49:43 GMT+0100 (CET)\"},\"534\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":535},\"source\":\"function stop() {\\n this.stopStepping()\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":536},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"535\":{\"this\":{\"__isSmartRef__\":true,\"id\":501}},\"536\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":537},\"user\":\"lisa.pfisterer\",\"tags\":[]},\"537\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 05 2012 09:16:36 GMT+0100 (CET)\"},\"538\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":539},\"source\":\"function testFunc() {\\n module('projects.SketchPad.SimplexAlgorithm').load();\\n var object = new SimplexAlgorithmClass();\\n object.main();\\n //var x = height1.init();\\n //this.get(\\\"textfield\\\").setTextString(\\\"Value for X: \\\" + x);\\n //var solver = new testObject();\\n //solver.testFunction();\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":540},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"539\":{\"this\":{\"__isSmartRef__\":true,\"id\":501}},\"540\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":541},\"user\":\"lisa.pfisterer\",\"tags\":[]},\"541\":{\"isSerializedDate\":true,\"string\":\"Tue Nov 13 2012 18:13:02 GMT+0100 (CET)\"},\"542\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":543},\"source\":\"function initSimplex() {\\n module('projects.SketchPad.SimplexAlgorithm').load();\\n JSLoader.loadJs('http://lively-kernel.org/repository/webwerkstatt/projects/SketchPad/SimplexAlgorithm.js');\\n \\n this.algorithm = new SimplexAlgorithmClass();\\n this.get(\\\"solutionString\\\").setTextString(\\\"\\\");\\n \\n all = new Array(\\\"x1\\\", \\\"x2\\\", \\\"x3\\\", \\\"x4\\\", \\\"x5\\\", \\\"x6\\\", \\\"x7\\\", \\\"x8\\\");\\n schlupf = new Array(\\\"x5\\\", \\\"x6\\\", \\\"x7\\\", \\\"x8\\\", \\\"F\\\");\\n needed = new Array(\\\"x1\\\", \\\"x2\\\", \\\"x3\\\", \\\"x4\\\");\\n \\n this.initializeTableau();\\n\\n this.algorithm.initSimplex(all, schlupf, needed);\\n \\n \\n\\n var extent = this.get(\\\"optangle\\\").getExtent();\\n extent.x = 0;\\n extent.y = 0;\\n this.get(\\\"optangle\\\").setExtent(extent);\\n \\n var extent2 = this.get(\\\"optangle2\\\").getExtent();\\n extent2.x = 0;\\n extent2.y = 0;\\n this.get(\\\"optangle2\\\").setExtent(extent2);\\n \\n this.result = false;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":544},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"543\":{\"this\":{\"__isSmartRef__\":true,\"id\":501}},\"544\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":545},\"user\":\"lisa.pfisterer\",\"tags\":[]},\"545\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 19 2012 12:22:46 GMT+0100 (CET)\"},\"546\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":547},\"source\":\"function simplexStep() {\\n if(!this.algorithm.result) {\\n this.algorithm.simplexIteration();\\n console.log(\\\"Result: \\\" + this.algorithm.resultString);\\n console.log(\\\"Array x1: \\\" + this.algorithm.resultArray[0]);\\n console.log(\\\"Array x2: \\\" + this.algorithm.resultArray[1]);\\n console.log(\\\"Array x3: \\\" + this.algorithm.resultArray[2]);\\n console.log(\\\"Array x4: \\\" + this.algorithm.resultArray[3]);\\n \\n this.get(\\\"solutionString\\\").setTextString(this.algorithm.needed[0] + \\\": \\\" + this.algorithm.resultArray[0] + \\\" \\\" + this.algorithm.needed[1] + \\\": \\\" + this.algorithm.resultArray[1] + \\\" \\\" + this.algorithm.needed[2] + \\\": \\\" + this.algorithm.resultArray[2] + \\\" \\\" + this.algorithm.needed[3] + \\\": \\\" + this.algorithm.resultArray[3]);\\n \\n\\tvar extent = this.get(\\\"optangle\\\").getExtent();\\n\\textent[\\\"x\\\"] = this.algorithm.resultArray[0] * 1;\\n\\textent[\\\"y\\\"] = this.algorithm.resultArray[1] * 1;\\n\\tthis.get(\\\"optangle\\\").setExtent(extent);\\n\\t\\n\\tvar extent2 = this.get(\\\"optangle2\\\").getExtent();\\n\\textent2.x = this.algorithm.resultArray[2] * 1;\\n\\textent2.y = this.algorithm.resultArray[3] * 1;\\n\\tthis.get(\\\"optangle2\\\").setExtent(extent2);\\n } else {\\n this.stop();\\n console.log(\\\"ALGORITHM FINISHED.\\\");\\n }\\n \\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":548},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"547\":{\"this\":{\"__isSmartRef__\":true,\"id\":501}},\"548\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":549},\"user\":\"lisa.pfisterer\",\"tags\":[]},\"549\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 19 2012 12:50:17 GMT+0100 (CET)\"},\"550\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":551},\"source\":\"function initializeTableau() {\\n var tableau = new Array(8);\\n\\n tableau[0] = new Array( 1, 0, 0, 0, 1, 0, 0, 0, 500 );\\n \\n tableau[1] = new Array( 0, 1, 0, 0, 0, 1, 0, 0, 500 );\\n \\n tableau[2] = new Array( 0, 0, 1, 0, 0, 0, 1, 0, 500 );\\n\\n tableau[3] = new Array( 0, 0, 0, 1, 0, 0, 0, 1, 500 );\\n \\n tableau[4] = new Array( 1, - 2, 0, 0, 0, 0, 0, 0, 0 );\\n \\n tableau[5] = new Array( 0, 0, 1, -3, 0, 0, 0, 0, 0 );\\n \\n tableau[6] = new Array( 1, 0, -3, 0, 0, 0, 0, 0, 0 );\\n \\n tableau[7] = new Array( -1, -1, -1, -1, 0, 0, 0, 0, 0 );\\n\\t\\t\\t\\n this.algorithm.tableau = tableau;\\t\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":552},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"551\":{\"this\":{\"__isSmartRef__\":true,\"id\":501}},\"552\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":553},\"user\":\"lisa.pfisterer\",\"tags\":[]},\"553\":{\"isSerializedDate\":true,\"string\":\"Mon Nov 19 2012 12:24:52 GMT+0100 (CET)\"},\"554\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":466},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"stop\",\"varMapping\":{\"__isSmartRef__\":true,\"id\":555},\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings.Core\"},\"555\":{\"source\":{\"__isSmartRef__\":true,\"id\":466},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"556\":{\"morph\":{\"__isSmartRef__\":true,\"id\":466},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"557\":{\"doAction\":{\"__isSmartRef__\":true,\"id\":558}},\"558\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":559},\"source\":\"function doAction() {\\n \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":560},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"559\":{\"this\":{\"__isSmartRef__\":true,\"id\":466}},\"560\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":561},\"user\":\"robertkrahn\",\"tags\":[]},\"561\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 05 2012 14:02:40 GMT+0200 (CEST)\"},\"562\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":563}],\"scripts\":[],\"id\":\"536D2B4D-6B6D-44BA-A0AA-10D1C2A05E10\",\"shape\":{\"__isSmartRef__\":true,\"id\":568},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":574},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":579},\"label\":{\"__isSmartRef__\":true,\"id\":563},\"name\":\"startButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":488},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":584}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":586},\"derivationIds\":[7251,\"3F26258D-0EE1-4A94-8419-5EE2BB6065A6\",\"B624295D-42E3-4E0A-B370-844C2B43F4F0\",\"F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3\",\"7D4A1972-76E5-4369-9964-2F6ACB87C81F\",\"55E09D28-A9CA-4965-825E-F64F08933541\",\"52575A31-EA4C-4E6E-B44F-37DE54D09554\",\"09D0A760-52C4-4A3D-874C-137EBF1EC476\",\"5EBC15A1-E19A-4FBD-8DBD-A2314C23B003\",\"3B9E867B-0475-4602-BACF-0E82334A96D5\",\"C0402D4B-0FBE-4555-8D28-FD88F7380060\",\"DDC9CFD1-04BD-45AD-A355-E9619E645903\"],\"_ClipMode\":\"visible\",\"isPressed\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"__serializedExpressions__\":[\"_Position\",\"distanceToDragEvent\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Position\":\"lively.pt(7.0,53.0)\",\"distanceToDragEvent\":\"lively.pt(54.9,-11.0)\"},\"563\":{\"submorphs\":[],\"scripts\":[],\"id\":\"F3A4CA0F-900C-4C22-A218-5219A4B70E1B\",\"shape\":{\"__isSmartRef__\":true,\"id\":564},\"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\":562},\"isLabel\":true,\"eventsAreIgnored\":true,\"_ClipMode\":\"hidden\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":565}],\"_Align\":\"center\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":567},\"_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\",\"FA375CFB-4C21-4DC8-8F83-823F12C471E2\",\"765CA998-A11D-4244-9112-E02C3E6D6E08\",\"73AA2975-57A2-4F12-A71A-171D2BDC5ECA\",\"A017DA43-1B33-4E3C-8DB3-97FE48F0C491\",\"67CE02E1-7A8E-4984-998C-BCF6A77C546C\",\"8FEAD123-5CF2-46BB-A565-CB274595BC73\",\"1F94C037-3802-4323-B400-ECC60F8AAD7E\"],\"_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)\"},\"564\":{\"_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)\"},\"565\":{\"style\":{\"__isSmartRef__\":true,\"id\":566},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":563},\"_id\":\"_33410\",\"storedString\":\"Start\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"566\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"567\":{\"morph\":{\"__isSmartRef__\":true,\"id\":563},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"568\":{\"_BorderWidth\":1.1840000000000002,\"_Fill\":{\"__isSmartRef__\":true,\"id\":569},\"_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)\"},\"569\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":570},{\"__isSmartRef__\":true,\"id\":571},{\"__isSmartRef__\":true,\"id\":572},{\"__isSmartRef__\":true,\"id\":573}],\"__serializedExpressions__\":[\"vector\"],\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"vector\":\"lively.rect(0,0,0,1)\"},\"570\":{\"offset\":0,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(245,245,245)\"},\"571\":{\"offset\":0.3,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(221,221,221)\"},\"572\":{\"offset\":0.7,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(221,221,221)\"},\"573\":{\"offset\":1,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(204,204,204)\"},\"574\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":575},{\"__isSmartRef__\":true,\"id\":576},{\"__isSmartRef__\":true,\"id\":577},{\"__isSmartRef__\":true,\"id\":578}],\"__serializedExpressions__\":[\"vector\"],\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"vector\":\"lively.rect(0,0,0,1)\"},\"575\":{\"offset\":0,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(245,245,245)\"},\"576\":{\"offset\":0.4,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(209,209,209)\"},\"577\":{\"offset\":0.6,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(209,209,209)\"},\"578\":{\"offset\":1,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(240,240,240)\"},\"579\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":580},{\"__isSmartRef__\":true,\"id\":581},{\"__isSmartRef__\":true,\"id\":582},{\"__isSmartRef__\":true,\"id\":583}],\"__serializedExpressions__\":[\"vector\"],\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"vector\":\"lively.rect(0,0,0,1)\"},\"580\":{\"offset\":0,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(250,250,250)\"},\"581\":{\"offset\":0.4,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(232,232,232)\"},\"582\":{\"offset\":0.6,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(232,232,232)\"},\"583\":{\"offset\":1,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(248,248,248)\"},\"584\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":562},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"start\",\"varMapping\":{\"__isSmartRef__\":true,\"id\":585},\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings.Core\"},\"585\":{\"source\":{\"__isSmartRef__\":true,\"id\":562},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"586\":{\"morph\":{\"__isSmartRef__\":true,\"id\":562},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"587\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":588}],\"scripts\":[],\"id\":\"C1BCF00F-424D-421B-A1A4-28F32BE56D5E\",\"shape\":{\"__isSmartRef__\":true,\"id\":593},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":599},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":604},\"label\":{\"__isSmartRef__\":true,\"id\":588},\"name\":\"initButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":609},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":620},\"derivationIds\":[7251,\"3F26258D-0EE1-4A94-8419-5EE2BB6065A6\",\"B624295D-42E3-4E0A-B370-844C2B43F4F0\",\"F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3\",\"7D4A1972-76E5-4369-9964-2F6ACB87C81F\",\"55E09D28-A9CA-4965-825E-F64F08933541\",\"52575A31-EA4C-4E6E-B44F-37DE54D09554\",\"09D0A760-52C4-4A3D-874C-137EBF1EC476\",\"5EBC15A1-E19A-4FBD-8DBD-A2314C23B003\",\"3B9E867B-0475-4602-BACF-0E82334A96D5\",\"C0402D4B-0FBE-4555-8D28-FD88F7380060\",\"2929A139-A361-4843-91ED-C8C25247D03B\",\"A3AFCD3D-15BC-4425-B5F2-EAD7B426D22F\"],\"_ClipMode\":\"visible\",\"isPressed\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":621}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"__serializedExpressions__\":[\"_Position\",\"distanceToDragEvent\"],\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Button\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Position\":\"lively.pt(4.0,18.0)\",\"distanceToDragEvent\":\"lively.pt(54.9,-11.0)\"},\"588\":{\"submorphs\":[],\"scripts\":[],\"id\":\"054BB4B8-8FCF-4484-B6AF-C55D55E37AD4\",\"shape\":{\"__isSmartRef__\":true,\"id\":589},\"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\":587},\"isLabel\":true,\"eventsAreIgnored\":true,\"_ClipMode\":\"hidden\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":590}],\"_Align\":\"center\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":592},\"_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\",\"FA375CFB-4C21-4DC8-8F83-823F12C471E2\",\"765CA998-A11D-4244-9112-E02C3E6D6E08\",\"73AA2975-57A2-4F12-A71A-171D2BDC5ECA\",\"A017DA43-1B33-4E3C-8DB3-97FE48F0C491\",\"67CE02E1-7A8E-4984-998C-BCF6A77C546C\",\"8FEAD123-5CF2-46BB-A565-CB274595BC73\",\"12C45DC5-CE8C-449A-8A20-1CC7DD2423FC\",\"BEE45CC0-D0B8-4749-A965-A1EBC53E76B2\"],\"_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)\"},\"589\":{\"_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)\"},\"590\":{\"style\":{\"__isSmartRef__\":true,\"id\":591},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":588},\"_id\":\"_1120\",\"storedString\":\"Initialisieren\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"591\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"592\":{\"morph\":{\"__isSmartRef__\":true,\"id\":588},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"593\":{\"_BorderWidth\":1.1840000000000002,\"_Fill\":{\"__isSmartRef__\":true,\"id\":594},\"_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)\"},\"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(245,245,245)\"},\"596\":{\"offset\":0.3,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(221,221,221)\"},\"597\":{\"offset\":0.7,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(221,221,221)\"},\"598\":{\"offset\":1,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(204,204,204)\"},\"599\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":600},{\"__isSmartRef__\":true,\"id\":601},{\"__isSmartRef__\":true,\"id\":602},{\"__isSmartRef__\":true,\"id\":603}],\"__serializedExpressions__\":[\"vector\"],\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"vector\":\"lively.rect(0,0,0,1)\"},\"600\":{\"offset\":0,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(245,245,245)\"},\"601\":{\"offset\":0.4,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(209,209,209)\"},\"602\":{\"offset\":0.6,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(209,209,209)\"},\"603\":{\"offset\":1,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(240,240,240)\"},\"604\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":605},{\"__isSmartRef__\":true,\"id\":606},{\"__isSmartRef__\":true,\"id\":607},{\"__isSmartRef__\":true,\"id\":608}],\"__serializedExpressions__\":[\"vector\"],\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"vector\":\"lively.rect(0,0,0,1)\"},\"605\":{\"offset\":0,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(250,250,250)\"},\"606\":{\"offset\":0.4,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(232,232,232)\"},\"607\":{\"offset\":0.6,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(232,232,232)\"},\"608\":{\"offset\":1,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(248,248,248)\"},\"609\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"changes\":[{\"__isSmartRef__\":true,\"id\":610},{\"__isSmartRef__\":true,\"id\":612},{\"__isSmartRef__\":true,\"id\":614},{\"__isSmartRef__\":true,\"id\":616},{\"__isSmartRef__\":true,\"id\":618}],\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\",\"__SourceModuleName__\":\"Global.lively.PartsBin\"},\"610\":{\"date\":{\"__isSmartRef__\":true,\"id\":611},\"author\":\"undefined\",\"message\":\"\",\"id\":\"7074B413-6CF0-4892-9D18-52009A2A2E03\"},\"611\":{\"isSerializedDate\":true,\"string\":\"Fri Apr 13 2012 21:04:01 GMT+0200 (CEST)\"},\"612\":{\"date\":{\"__isSmartRef__\":true,\"id\":613},\"author\":\"sstamm\",\"message\":\"reverted button\",\"id\":\"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E\"},\"613\":{\"isSerializedDate\":true,\"string\":\"Mon Apr 16 2012 10:36:21 GMT+0200 (CEST)\"},\"614\":{\"date\":{\"__isSmartRef__\":true,\"id\":615},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"97D17254-EAC6-4494-8330-A347909590D6\"},\"615\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 14:08:58 GMT+0200 (CEST)\"},\"616\":{\"date\":{\"__isSmartRef__\":true,\"id\":617},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"DDE22D44-9A6D-4485-80F3-262D5DA0CC07\"},\"617\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 05 2012 14:03:19 GMT+0200 (CEST)\"},\"618\":{\"date\":{\"__isSmartRef__\":true,\"id\":619},\"author\":\"bgnauk\",\"message\":\"no comment\",\"id\":\"FA43C1A3-19A9-4ED6-A014-82C74689A5C3\"},\"619\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 19 2012 23:39:23 GMT+0200 (CEST)\"},\"620\":{\"morph\":{\"__isSmartRef__\":true,\"id\":587},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"621\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":587},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"initSimplex\",\"varMapping\":{\"__isSmartRef__\":true,\"id\":622},\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings.Core\"},\"622\":{\"source\":{\"__isSmartRef__\":true,\"id\":587},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"623\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":624}],\"scripts\":[],\"id\":\"6231550E-443E-4240-AB99-E2574CBB80CF\",\"shape\":{\"__isSmartRef__\":true,\"id\":629},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":635},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":640},\"label\":{\"__isSmartRef__\":true,\"id\":624},\"name\":\"parseConstraintsButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":645},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":657},{\"__isSmartRef__\":true,\"id\":658}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":660},\"derivationIds\":[7251,\"3F26258D-0EE1-4A94-8419-5EE2BB6065A6\",\"B624295D-42E3-4E0A-B370-844C2B43F4F0\",\"F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3\",\"7D4A1972-76E5-4369-9964-2F6ACB87C81F\",\"468167DF-C2A9-4D14-B344-4D183695DBF9\",\"A507628C-314F-4CA3-90BE-D9B88F8447E9\",\"D1AF90C8-F667-4D9B-B3A4-6FA707BF0583\",\"A9ABAF28-AE0D-42E5-B1EC-27B990856CBA\",\"F60C6C80-53D4-4D5C-9ED3-95605C4D56DC\",\"95F3A13F-AAEB-4908-91C0-B87713A5E6E3\",\"9176FC8B-F37B-4188-9B2E-E718C3D9B12A\",\"8239B60C-680A-4E8E-8F48-398028228535\",\"A99A9AB5-FDC1-43E4-85F0-D69BD20223F9\",\"3A28F1F7-C0A5-4346-AA70-54B5FECACF9A\",\"E6D1D7AC-9308-4911-AFA7-EAD5A99AC31F\"],\"_ClipMode\":\"visible\",\"isPressed\":false,\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"__serializedExpressions__\":[\"_Position\",\"distanceToDragEvent\"],\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":661},\"__LivelyClassName__\":\"lively.morphic.Button\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Position\":\"lively.pt(1627.0,662.0)\",\"distanceToDragEvent\":\"lively.pt(54.9,-11.0)\"},\"624\":{\"submorphs\":[],\"scripts\":[],\"id\":\"F8803104-9C3E-4290-99F3-FDB6FAC5F60D\",\"shape\":{\"__isSmartRef__\":true,\"id\":625},\"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\":623},\"isLabel\":true,\"eventsAreIgnored\":true,\"_ClipMode\":\"hidden\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":626}],\"_Align\":\"center\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":628},\"_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\",\"CA0DC720-D350-40B1-B491-56053DD3ACEC\",\"0D350F67-43D3-4011-A7FE-BB6073758DFE\",\"F3992590-AD3D-47A5-8663-6C72C72B45C4\",\"B722D102-4490-4B08-96D9-95A987C54713\",\"A3C83808-0F33-4DE8-B768-9D3D321F6DCF\",\"84D29350-B39A-4D78-8D8C-0C782E69F01E\",\"A8E991FE-CE35-42D0-899D-84A971A8EA24\",\"8584DD1A-DDE5-4456-9B8F-92C3D5D16FD1\",\"A012064E-9881-45AC-873B-9FCEB952B7DD\",\"9360CF78-F02C-4B5B-B0B9-E0DBF495EF21\",\"022F059B-EAD1-46A6-98D7-1518240E6E80\"],\"_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)\"},\"625\":{\"_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)\"},\"626\":{\"style\":{\"__isSmartRef__\":true,\"id\":627},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":624},\"_id\":\"_2456\",\"storedString\":\"Einlesen\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"627\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"628\":{\"morph\":{\"__isSmartRef__\":true,\"id\":624},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"629\":{\"_BorderWidth\":1.1840000000000002,\"_Fill\":{\"__isSmartRef__\":true,\"id\":630},\"_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)\"},\"630\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":631},{\"__isSmartRef__\":true,\"id\":632},{\"__isSmartRef__\":true,\"id\":633},{\"__isSmartRef__\":true,\"id\":634}],\"__serializedExpressions__\":[\"vector\"],\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"vector\":\"lively.rect(0,0,0,1)\"},\"631\":{\"offset\":0,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(245,245,245)\"},\"632\":{\"offset\":0.3,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(221,221,221)\"},\"633\":{\"offset\":0.7,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(221,221,221)\"},\"634\":{\"offset\":1,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(204,204,204)\"},\"635\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":636},{\"__isSmartRef__\":true,\"id\":637},{\"__isSmartRef__\":true,\"id\":638},{\"__isSmartRef__\":true,\"id\":639}],\"__serializedExpressions__\":[\"vector\"],\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"vector\":\"lively.rect(0,0,0,1)\"},\"636\":{\"offset\":0,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(245,245,245)\"},\"637\":{\"offset\":0.4,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(209,209,209)\"},\"638\":{\"offset\":0.6,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(209,209,209)\"},\"639\":{\"offset\":1,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(240,240,240)\"},\"640\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":641},{\"__isSmartRef__\":true,\"id\":642},{\"__isSmartRef__\":true,\"id\":643},{\"__isSmartRef__\":true,\"id\":644}],\"__serializedExpressions__\":[\"vector\"],\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"vector\":\"lively.rect(0,0,0,1)\"},\"641\":{\"offset\":0,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(250,250,250)\"},\"642\":{\"offset\":0.4,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(232,232,232)\"},\"643\":{\"offset\":0.6,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(232,232,232)\"},\"644\":{\"offset\":1,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(248,248,248)\"},\"645\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"changes\":[{\"__isSmartRef__\":true,\"id\":646},{\"__isSmartRef__\":true,\"id\":648},{\"__isSmartRef__\":true,\"id\":650},{\"__isSmartRef__\":true,\"id\":652},{\"__isSmartRef__\":true,\"id\":654}],\"revisionOnLoad\":171940,\"lastModifiedDate\":{\"__isSmartRef__\":true,\"id\":656},\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\",\"__SourceModuleName__\":\"Global.lively.PartsBin\"},\"646\":{\"date\":{\"__isSmartRef__\":true,\"id\":647},\"author\":\"undefined\",\"message\":\"\",\"id\":\"7074B413-6CF0-4892-9D18-52009A2A2E03\"},\"647\":{\"isSerializedDate\":true,\"string\":\"Fri Apr 13 2012 21:04:01 GMT+0200 (CEST)\"},\"648\":{\"date\":{\"__isSmartRef__\":true,\"id\":649},\"author\":\"sstamm\",\"message\":\"reverted button\",\"id\":\"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E\"},\"649\":{\"isSerializedDate\":true,\"string\":\"Mon Apr 16 2012 10:36:21 GMT+0200 (CEST)\"},\"650\":{\"date\":{\"__isSmartRef__\":true,\"id\":651},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"97D17254-EAC6-4494-8330-A347909590D6\"},\"651\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 14:08:58 GMT+0200 (CEST)\"},\"652\":{\"date\":{\"__isSmartRef__\":true,\"id\":653},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"DDE22D44-9A6D-4485-80F3-262D5DA0CC07\"},\"653\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 05 2012 14:03:19 GMT+0200 (CEST)\"},\"654\":{\"date\":{\"__isSmartRef__\":true,\"id\":655},\"author\":\"bgnauk\",\"message\":\"no comment\",\"id\":\"FA43C1A3-19A9-4ED6-A014-82C74689A5C3\"},\"655\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 19 2012 23:39:23 GMT+0200 (CEST)\"},\"656\":{\"isSerializedDate\":true,\"string\":\"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)\"},\"657\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":623},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":623},\"targetMethodName\":\"doAction\",\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings.Core\"},\"658\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":623},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"parseConstraints\",\"varMapping\":{\"__isSmartRef__\":true,\"id\":659},\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings.Core\"},\"659\":{\"source\":{\"__isSmartRef__\":true,\"id\":623},\"target\":{\"__isSmartRef__\":true,\"id\":0}},\"660\":{\"morph\":{\"__isSmartRef__\":true,\"id\":623},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"661\":{\"doAction\":{\"__isSmartRef__\":true,\"id\":662}},\"662\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":663},\"source\":\"function doAction() {\\n \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":664},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"663\":{\"this\":{\"__isSmartRef__\":true,\"id\":623}},\"664\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":665},\"user\":\"robertkrahn\",\"tags\":[]},\"665\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 05 2012 14:02:40 GMT+0200 (CEST)\"},\"666\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":667}],\"scripts\":[],\"id\":\"BAA26299-1172-4C28-9D20-563CA81EB857\",\"shape\":{\"__isSmartRef__\":true,\"id\":672},\"grabbingEnabled\":false,\"droppingEnabled\":false,\"halosEnabled\":true,\"registeredForMouseEvents\":true,\"value\":false,\"toggle\":false,\"isActive\":true,\"normalFill\":{\"__isSmartRef__\":true,\"id\":678},\"lighterFill\":{\"__isSmartRef__\":true,\"id\":683},\"label\":{\"__isSmartRef__\":true,\"id\":667},\"name\":\"positionButton\",\"showsHalos\":false,\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":688},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":700}],\"doNotSerialize\":[\"$$fire\"],\"doNotCopyProperties\":[\"$$fire\"],\"eventHandler\":{\"__isSmartRef__\":true,\"id\":701},\"derivationIds\":[7251,\"3F26258D-0EE1-4A94-8419-5EE2BB6065A6\",\"B624295D-42E3-4E0A-B370-844C2B43F4F0\",\"F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3\",\"7D4A1972-76E5-4369-9964-2F6ACB87C81F\",\"468167DF-C2A9-4D14-B344-4D183695DBF9\",\"A507628C-314F-4CA3-90BE-D9B88F8447E9\",\"D1AF90C8-F667-4D9B-B3A4-6FA707BF0583\",\"A9ABAF28-AE0D-42E5-B1EC-27B990856CBA\",\"04201192-A068-4AE4-9F41-50B132EE82CC\",\"2D30918D-C7D3-4006-A2E7-7F88A6BD8F23\",\"656196ED-1C07-48D4-8A23-A4FEF527E0AC\",\"4CB4B6F8-E829-4A46-AD84-C5D64C0FF5AF\",\"B801DD73-1AEC-456D-8AAC-9E915F76DD41\",\"E3160353-FB01-4EBF-8868-1D0CF5AA1849\",\"C17CE8DD-F150-471B-A804-B902C44DB989\"],\"_ClipMode\":\"visible\",\"isPressed\":false,\"__serializedExpressions__\":[\"_Position\",\"distanceToDragEvent\"],\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"_Rotation\":0,\"_Scale\":1,\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":702},\"__LivelyClassName__\":\"lively.morphic.Button\",\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Position\":\"lively.pt(9.0,310.0)\",\"distanceToDragEvent\":\"lively.pt(54.9,-11.0)\"},\"667\":{\"submorphs\":[],\"scripts\":[],\"id\":\"4D408C13-0EE5-45F4-9B8B-D1230900F49E\",\"shape\":{\"__isSmartRef__\":true,\"id\":668},\"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\":666},\"isLabel\":true,\"eventsAreIgnored\":true,\"_ClipMode\":\"hidden\",\"textChunks\":[{\"__isSmartRef__\":true,\"id\":669}],\"_Align\":\"center\",\"eventHandler\":{\"__isSmartRef__\":true,\"id\":671},\"_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\",\"CA0DC720-D350-40B1-B491-56053DD3ACEC\",\"0D350F67-43D3-4011-A7FE-BB6073758DFE\",\"F3992590-AD3D-47A5-8663-6C72C72B45C4\",\"B722D102-4490-4B08-96D9-95A987C54713\",\"97B231F5-D46D-4DFF-8A55-0C378263FD01\",\"63D9A5CA-ECF4-46B9-A362-27818599325C\",\"801772B7-652A-4285-94B3-E9763D3A0A0A\",\"377D2D25-3B82-4D0E-BBB7-83CFD46B165C\",\"209BE7AD-BEB8-453F-912E-D757BE6EA71D\",\"AB52B694-4478-40B4-BCDF-4F69ABD0C1FB\",\"303C69B8-19F4-4246-A1E0-A0F10E224FBF\"],\"_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)\"},\"668\":{\"_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)\"},\"669\":{\"style\":{\"__isSmartRef__\":true,\"id\":670},\"chunkOwner\":{\"__isSmartRef__\":true,\"id\":667},\"_id\":\"_2175\",\"storedString\":\"Position\",\"__LivelyClassName__\":\"lively.morphic.TextChunk\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"670\":{\"textShadow\":\"0px 1px 0 rgba(255,255,255,1)\",\"__LivelyClassName__\":\"lively.morphic.TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.morphic.TextCore\"},\"671\":{\"morph\":{\"__isSmartRef__\":true,\"id\":667},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"672\":{\"_BorderWidth\":1.1840000000000002,\"_Fill\":{\"__isSmartRef__\":true,\"id\":673},\"_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)\"},\"673\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":674},{\"__isSmartRef__\":true,\"id\":675},{\"__isSmartRef__\":true,\"id\":676},{\"__isSmartRef__\":true,\"id\":677}],\"__serializedExpressions__\":[\"vector\"],\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"vector\":\"lively.rect(0,0,0,1)\"},\"674\":{\"offset\":0,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(245,245,245)\"},\"675\":{\"offset\":0.3,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(221,221,221)\"},\"676\":{\"offset\":0.7,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(221,221,221)\"},\"677\":{\"offset\":1,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(204,204,204)\"},\"678\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":679},{\"__isSmartRef__\":true,\"id\":680},{\"__isSmartRef__\":true,\"id\":681},{\"__isSmartRef__\":true,\"id\":682}],\"__serializedExpressions__\":[\"vector\"],\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"vector\":\"lively.rect(0,0,0,1)\"},\"679\":{\"offset\":0,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(245,245,245)\"},\"680\":{\"offset\":0.4,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(209,209,209)\"},\"681\":{\"offset\":0.6,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(209,209,209)\"},\"682\":{\"offset\":1,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(240,240,240)\"},\"683\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":684},{\"__isSmartRef__\":true,\"id\":685},{\"__isSmartRef__\":true,\"id\":686},{\"__isSmartRef__\":true,\"id\":687}],\"__serializedExpressions__\":[\"vector\"],\"__LivelyClassName__\":\"lively.morphic.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"vector\":\"lively.rect(0,0,0,1)\"},\"684\":{\"offset\":0,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(250,250,250)\"},\"685\":{\"offset\":0.4,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(232,232,232)\"},\"686\":{\"offset\":0.6,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(232,232,232)\"},\"687\":{\"offset\":1,\"__serializedExpressions__\":[\"color\"],\"color\":\"Color.rgb(248,248,248)\"},\"688\":{\"partsSpaceName\":\"PartsBin/Inputs\",\"migrationLevel\":4,\"partName\":\"Button\",\"comment\":\"Has a script that is called on button press\",\"changes\":[{\"__isSmartRef__\":true,\"id\":689},{\"__isSmartRef__\":true,\"id\":691},{\"__isSmartRef__\":true,\"id\":693},{\"__isSmartRef__\":true,\"id\":695},{\"__isSmartRef__\":true,\"id\":697}],\"revisionOnLoad\":171940,\"lastModifiedDate\":{\"__isSmartRef__\":true,\"id\":699},\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\",\"__SourceModuleName__\":\"Global.lively.PartsBin\"},\"689\":{\"date\":{\"__isSmartRef__\":true,\"id\":690},\"author\":\"undefined\",\"message\":\"\",\"id\":\"7074B413-6CF0-4892-9D18-52009A2A2E03\"},\"690\":{\"isSerializedDate\":true,\"string\":\"Fri Apr 13 2012 21:04:01 GMT+0200 (CEST)\"},\"691\":{\"date\":{\"__isSmartRef__\":true,\"id\":692},\"author\":\"sstamm\",\"message\":\"reverted button\",\"id\":\"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E\"},\"692\":{\"isSerializedDate\":true,\"string\":\"Mon Apr 16 2012 10:36:21 GMT+0200 (CEST)\"},\"693\":{\"date\":{\"__isSmartRef__\":true,\"id\":694},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"97D17254-EAC6-4494-8330-A347909590D6\"},\"694\":{\"isSerializedDate\":true,\"string\":\"Sat Apr 21 2012 14:08:58 GMT+0200 (CEST)\"},\"695\":{\"date\":{\"__isSmartRef__\":true,\"id\":696},\"author\":\"robertkrahn\",\"message\":\"no comment\",\"id\":\"DDE22D44-9A6D-4485-80F3-262D5DA0CC07\"},\"696\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 05 2012 14:03:19 GMT+0200 (CEST)\"},\"697\":{\"date\":{\"__isSmartRef__\":true,\"id\":698},\"author\":\"bgnauk\",\"message\":\"no comment\",\"id\":\"FA43C1A3-19A9-4ED6-A014-82C74689A5C3\"},\"698\":{\"isSerializedDate\":true,\"string\":\"Tue Jun 19 2012 23:39:23 GMT+0200 (CEST)\"},\"699\":{\"isSerializedDate\":true,\"string\":\"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)\"},\"700\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":666},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":666},\"targetMethodName\":\"doAction\",\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings.Core\"},\"701\":{\"morph\":{\"__isSmartRef__\":true,\"id\":666},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"702\":{\"doAction\":{\"__isSmartRef__\":true,\"id\":703}},\"703\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":704},\"source\":\"function doAction() {\\n this.owner.setCurrentConstraintType(\\\"position\\\");\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":705},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"704\":{\"this\":{\"__isSmartRef__\":true,\"id\":666}},\"705\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":706},\"user\":\"daniel.hoffmann\",\"tags\":[]},\"706\":{\"isSerializedDate\":true,\"string\":\"Thu Dec 06 2012 18:37:56 GMT+0100 (CET)\"},\"707\":{\"_BorderWidth\":1,\"_ClipMode\":\"visible\",\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_AppearanceStylingMode\":false,\"_BorderStylingMode\":false,\"__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(1774.0,712.0)\",\"_BorderColor\":\"Color.rgb(0,0,0)\",\"_Fill\":\"Color.rgb(255,255,255)\",\"_Padding\":\"lively.rect(0,0,0,0)\"},\"708\":{\"partsSpaceName\":\"PartsBin/sd1213/\",\"comment\":\"Constraint-based layouting with the Simplex algorithm. Still under construction!\",\"migrationLevel\":4,\"partName\":\"SketchPad\",\"changes\":[{\"__isSmartRef__\":true,\"id\":709},{\"__isSmartRef__\":true,\"id\":711},{\"__isSmartRef__\":true,\"id\":713},{\"__isSmartRef__\":true,\"id\":715},{\"__isSmartRef__\":true,\"id\":717},{\"__isSmartRef__\":true,\"id\":719},{\"__isSmartRef__\":true,\"id\":721},{\"__isSmartRef__\":true,\"id\":723},{\"__isSmartRef__\":true,\"id\":725},{\"__isSmartRef__\":true,\"id\":727},{\"__isSmartRef__\":true,\"id\":729},{\"__isSmartRef__\":true,\"id\":731},{\"__isSmartRef__\":true,\"id\":733},{\"__isSmartRef__\":true,\"id\":735},{\"__isSmartRef__\":true,\"id\":737},{\"__isSmartRef__\":true,\"id\":739},{\"__isSmartRef__\":true,\"id\":741},{\"__isSmartRef__\":true,\"id\":743},{\"__isSmartRef__\":true,\"id\":745},{\"__isSmartRef__\":true,\"id\":747}],\"lastModifiedDate\":{\"__isSmartRef__\":true,\"id\":749},\"revisionOnLoad\":186249,\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\",\"__SourceModuleName__\":\"Global.lively.PartsBin\"},\"709\":{\"date\":{\"__isSmartRef__\":true,\"id\":710},\"author\":\"lisa.pfisterer\",\"message\":\"Positionen möglich! :) Sowie Constraints-Array angelegt\",\"id\":\"4052D55D-CD65-4555-A26D-59AFBCC32962\"},\"710\":{\"isSerializedDate\":true,\"string\":\"Thu Dec 06 2012 18:23:18 GMT+0100 (CET)\"},\"711\":{\"date\":{\"__isSmartRef__\":true,\"id\":712},\"author\":\"lisa.pfisterer\",\"message\":\"Ratio implementiert (richtig herum??)\",\"id\":\"37F523CF-DD2D-4A29-96F1-E50E32CD8D94\"},\"712\":{\"isSerializedDate\":true,\"string\":\"Mon Dec 03 2012 23:26:16 GMT+0100 (CET)\"},\"713\":{\"date\":{\"__isSmartRef__\":true,\"id\":714},\"author\":\"daniel.hoffmann\",\"message\":\"read value of ratio\",\"id\":\"1534C786-A4CB-4E28-8341-71AEBC1C796B\"},\"714\":{\"isSerializedDate\":true,\"string\":\"Sun Dec 02 2012 18:15:07 GMT+0100 (CET)\"},\"715\":{\"date\":{\"__isSmartRef__\":true,\"id\":716},\"author\":\"daniel.hoffmann\",\"message\":\"get side of rectangle\",\"id\":\"0E2DB143-F8A6-4DEA-A29B-8B814B27984E\"},\"716\":{\"isSerializedDate\":true,\"string\":\"Sun Dec 02 2012 17:49:43 GMT+0100 (CET)\"},\"717\":{\"date\":{\"__isSmartRef__\":true,\"id\":718},\"author\":\"daniel.hoffmann\",\"message\":\"ratio button works as well\",\"id\":\"855AF291-AD64-458B-9689-798C7B7C95B5\"},\"718\":{\"isSerializedDate\":true,\"string\":\"Sun Dec 02 2012 14:06:02 GMT+0100 (CET)\"},\"719\":{\"date\":{\"__isSmartRef__\":true,\"id\":720},\"author\":\"daniel.hoffmann\",\"message\":\"Fixed bug to get current value of constraint type (width, height) \\nAdded button to set up sketch area\",\"id\":\"97C976C9-4DA1-40D1-8108-57DD86CA3BA2\"},\"720\":{\"isSerializedDate\":true,\"string\":\"Sun Dec 02 2012 14:00:42 GMT+0100 (CET)\"},\"721\":{\"date\":{\"__isSmartRef__\":true,\"id\":722},\"author\":\"lisa.pfisterer\",\"message\":\"Zwischenstand. Util-Funktionen für das Arbeiten mit Arrays (Zeile und Spalte hinzufügen für neue Constraints im Tableau)\",\"id\":\"09B63D24-0A8C-46E0-9DB0-CEDE9AF8690B\"},\"722\":{\"isSerializedDate\":true,\"string\":\"Sat Dec 01 2012 22:57:06 GMT+0100 (CET)\"},\"723\":{\"date\":{\"__isSmartRef__\":true,\"id\":724},\"author\":\"lisa.pfisterer\",\"message\":\"first draft. Still under construction!\",\"id\":\"2B13E2A0-6DC9-4EDF-82E7-F541EB7D78BF\"},\"724\":{\"isSerializedDate\":true,\"string\":\"Sat Dec 01 2012 21:43:10 GMT+0100 (CET)\"},\"725\":{\"date\":{\"__isSmartRef__\":true,\"id\":726},\"author\":\"jenslincke\",\"message\":\"I want my blue rectangle back!\",\"id\":\"5AA9291A-869F-4D36-8095-4721B5A5B205\"},\"726\":{\"isSerializedDate\":true,\"string\":\"Thu Nov 22 2012 10:35:51 GMT+0100 (CET)\"},\"727\":{\"date\":{\"__isSmartRef__\":true,\"id\":728},\"author\":\"bgnauk\",\"message\":\"no comment\",\"id\":\"0124E570-50B7-4CE3-83A1-6E7BA89B5CD8\"},\"728\":{\"isSerializedDate\":true,\"string\":\"Mon Jun 18 2012 19:35:08 GMT+0200 (CEST)\"},\"729\":{\"date\":{\"__isSmartRef__\":true,\"id\":730},\"author\":\"undefined\",\"message\":\"suddenly, the rectangle became a CarDemo\",\"id\":\"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350\"},\"730\":{\"isSerializedDate\":true,\"string\":\"Mon Apr 09 2012 13:42:07 GMT+0200 (CEST)\"},\"731\":{\"date\":{\"__isSmartRef__\":true,\"id\":732},\"author\":\"undefined\",\"message\":\"css transitions\",\"id\":\"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7\"},\"732\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 10:42:26 GMT+0100 (CET)\"},\"733\":{\"date\":{\"__isSmartRef__\":true,\"id\":734},\"author\":\"fbo\",\"message\":\"\",\"id\":\"BD1C654D-9100-4B66-BC62-B15FF2498B2B\"},\"734\":{\"isSerializedDate\":true,\"string\":\"Sat Feb 25 2012 02:59:09 GMT+0100 (CET)\"},\"735\":{\"date\":{\"__isSmartRef__\":true,\"id\":736},\"author\":\"undefined\",\"message\":\"sorry\",\"id\":\"44B56D2E-9B59-4C67-A305-49A6E10E66C2\"},\"736\":{\"isSerializedDate\":true,\"string\":\"Wed Mar 14 2012 10:53:45 GMT+0100 (CET)\"},\"737\":{\"date\":{\"__isSmartRef__\":true,\"id\":738},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC\"},\"738\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 15:51:30 GMT+0200 (CEST)\"},\"739\":{\"date\":{\"__isSmartRef__\":true,\"id\":740},\"author\":\"undefined\",\"message\":\"whoopsie\",\"id\":\"3F17A2D2-3C24-424B-B0FA-E43112267D23\"},\"740\":{\"isSerializedDate\":true,\"string\":\"Thu May 03 2012 15:51:36 GMT+0200 (CEST)\"},\"741\":{\"date\":{\"__isSmartRef__\":true,\"id\":742},\"author\":\"daniel.hoffmann\",\"message\":\"Added support for adding constraints manually\",\"id\":\"09ABA022-2B1A-4B91-8B3B-31A5752DD828\"},\"742\":{\"isSerializedDate\":true,\"string\":\"Sun Dec 02 2012 12:38:16 GMT+0100 (CET)\"},\"743\":{\"date\":{\"__isSmartRef__\":true,\"id\":744},\"author\":\"lisa.pfisterer\",\"message\":\"Änderungen von Lisa. Array Util, Tableau-Anzeige, erste Schritte für Setter.\",\"id\":\"5E3055D8-ECFA-4BEE-A27D-35F84A422A00\"},\"744\":{\"isSerializedDate\":true,\"string\":\"Sun Dec 02 2012 14:28:16 GMT+0100 (CET)\"},\"745\":{\"date\":{\"__isSmartRef__\":true,\"id\":746},\"author\":\"lisa.pfisterer\",\"message\":\"Umsetzen der height-Constraints ins Tableau jetzt möglich. auch die zu maximierende F-Funktion. Außerdem Anzeige der aktuellen Werte\",\"id\":\"0E43FD81-95AA-4810-BF4D-5132C4CB5430\"},\"746\":{\"isSerializedDate\":true,\"string\":\"Sun Dec 02 2012 19:09:22 GMT+0100 (CET)\"},\"747\":{\"date\":{\"__isSmartRef__\":true,\"id\":748},\"author\":\"daniel.hoffmann\",\"message\":\"position constraint can be added manually, disabled syntax highlighting on output boxes\",\"id\":\"7D9A3D34-1DA5-4BF6-8A5D-53C265AC87A8\"},\"748\":{\"isSerializedDate\":true,\"string\":\"Thu Dec 06 2012 18:44:32 GMT+0100 (CET)\"},\"749\":{\"isSerializedDate\":true,\"string\":\"Thu Dec 06 2012 18:23:15 GMT+0100 (CET)\"},\"750\":{\"morph\":{\"__isSmartRef__\":true,\"id\":0},\"__LivelyClassName__\":\"lively.morphic.EventHandler\",\"__SourceModuleName__\":\"Global.lively.morphic.Events\"},\"751\":{\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":752}},\"752\":{\"test01IsMorph\":{\"__isSmartRef__\":true,\"id\":753}},\"753\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":754},\"source\":\"function test01IsMorph(aPart) {\\n this.assert(aPart.isMorph, 'rectangle should be a morph');\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":755},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"754\":{\"this\":{\"__isSmartRef__\":true,\"id\":751}},\"755\":{},\"756\":{\"tableau\":[[0,2,0,0,1,0,0,0,0,0,0,200],[0,0,1,1,0,0,0,0,0,0,0,100],[1,1,0,0,0,0,0,0,0,0,0,100],[0,0,0,0,0,0,1,1,0,0,0,200],[0,-2,0,0,0,0,0,0,1,0,0,300],[0,0,0,0,0,0,0,0,0,1,1,500],[0,3,0,1,0,0,0,1,0,0,1,1100]],\"all\":[\"x2\",\"x0\",\"x1\",\"x1\",\"x0\",\"x2\",\"x3\",\"x3\",\"x4\",\"x5\",\"x5\"],\"schlupf\":[\"blue.x\",\"green.y\",\"green.x\",\"green.w\",\"x4\",\"blue.y\"],\"needed\":[\"green.x\",\"green.y\",\"blue.x\",\"green.w\",\"blue.y\"],\"resultArray\":[100,100,200,200,500],\"result\":true,\"resultString\":\" green.x: 100 green.y: 100 blue.x: 200 green.w: 200 blue.y: 500 F: 1100\",\"__LivelyClassName__\":\"SimplexAlgorithmClass\",\"__SourceModuleName__\":\"Global.projects.SketchPad.SimplexAlgorithm\"},\"757\":{\"initializeTableau\":{\"__isSmartRef__\":true,\"id\":758},\"initSimplex\":{\"__isSmartRef__\":true,\"id\":762},\"simplexStep\":{\"__isSmartRef__\":true,\"id\":766},\"start\":{\"__isSmartRef__\":true,\"id\":770},\"stop\":{\"__isSmartRef__\":true,\"id\":774},\"parseConstraints\":{\"__isSmartRef__\":true,\"id\":778},\"testTableau\":{\"__isSmartRef__\":true,\"id\":782},\"addConstraintArray\":{\"__isSmartRef__\":true,\"id\":786},\"extendArrayWithZeros\":{\"__isSmartRef__\":true,\"id\":790},\"height\":{\"__isSmartRef__\":true,\"id\":794},\"addConstraint\":{\"__isSmartRef__\":true,\"id\":798},\"getValueForConstraintType\":{\"__isSmartRef__\":true,\"id\":802},\"select\":{\"__isSmartRef__\":true,\"id\":806},\"setCurrentConstraintType\":{\"__isSmartRef__\":true,\"id\":810},\"roundTableau\":{\"__isSmartRef__\":true,\"id\":814},\"setValue\":{\"__isSmartRef__\":true,\"id\":818},\"stepping\":{\"__isSmartRef__\":true,\"id\":822},\"testStuff\":{\"__isSmartRef__\":true,\"id\":826},\"getRatioSide\":{\"__isSmartRef__\":true,\"id\":830},\"addRatioConstraint\":{\"__isSmartRef__\":true,\"id\":834},\"length\":{\"__isSmartRef__\":true,\"id\":838},\"printTableau\":{\"__isSmartRef__\":true,\"id\":842},\"showVariableValues\":{\"__isSmartRef__\":true,\"id\":846},\"getValue\":{\"__isSmartRef__\":true,\"id\":850},\"width\":{\"__isSmartRef__\":true,\"id\":854},\"ratio\":{\"__isSmartRef__\":true,\"id\":858},\"position\":{\"__isSmartRef__\":true,\"id\":862}},\"758\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":759},\"source\":\"function initializeTableau() {\\n var tableau = new Array();\\n tableau[0] = new Array();\\n\\t\\t\\t\\n this.algorithm.tableau = tableau;\\t\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":760},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"759\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"760\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":761},\"user\":\"lisa.pfisterer\",\"tags\":[]},\"761\":{\"isSerializedDate\":true,\"string\":\"Sun Dec 02 2012 18:59:12 GMT+0100 (CET)\"},\"762\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":763},\"source\":\"function initSimplex() {\\n module('projects.SketchPad.SimplexAlgorithm').load();\\n JSLoader.loadJs('http://lively-kernel.org/repository/webwerkstatt/projects/SketchPad/SimplexAlgorithm.js');\\n \\n this.algorithm = new SimplexAlgorithmClass();\\n \\n all = new Array();\\n schlupf = new Array();\\n needed = new Array();\\n \\n this.initializeTableau();\\n\\n this.algorithm.initSimplex(all, schlupf, needed);\\n \\n this.result = false;\\n this.parseConstraints();\\n \\n this.printTableau();\\n \\n //this.startStepping(100, \\\"showVariableValues\\\");\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":764},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"763\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"764\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":765},\"user\":\"lisa.pfisterer\",\"tags\":[]},\"765\":{\"isSerializedDate\":true,\"string\":\"Thu Dec 06 2012 17:39:19 GMT+0100 (CET)\"},\"766\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":767},\"source\":\"function simplexStep() {\\n if(!this.algorithm.result) {\\n \\n for (var i = 0; i < this.algorithm.needed.length; i++) {\\n var index = this.algorithm.schlupf.indexOf(this.algorithm.needed[i]);\\n if (index >= 0) {\\n var val = this.algorithm.resultArray[i];\\n //this.algorithm.tableau[index][this.algorithm.tableau[0].length] = this.getValue(this.algorithm.needed[i]);\\n console.log(\\\"Current Value: \\\" + this.algorithm.schlupf[index] + \\\" \\\" + val + \\\" GET VALUE: \\\" + this.getValue(this.algorithm.needed[i]));\\n }\\n \\n }\\n \\n // SIMPLEX ITERATION STEP\\n this.algorithm.simplexIteration();\\n // ----------------------\\n \\n for (var i = 0; i < this.algorithm.resultArray.length; i++) {\\n console.log(\\\"Result \\\" + this.algorithm.needed[i] + \\\": \\\" + this.algorithm.resultArray[i]);\\n }\\n \\n for (var i = 0; i < this.algorithm.needed.length; i++) {\\n this.setValue(this.algorithm.needed[i], this.algorithm.resultArray[i]);\\n }\\n \\n this.printTableau();\\n this.showVariableValues();\\n\\n } else {\\n console.log(\\\"ALGORITHM FINISHED.\\\");\\n\\n this.printTableau(); \\n this.stop();\\n }\\n \\n\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":768},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"767\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"768\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":769},\"user\":\"lisa.pfisterer\",\"tags\":[]},\"769\":{\"isSerializedDate\":true,\"string\":\"Thu Dec 06 2012 18:02:55 GMT+0100 (CET)\"},\"770\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":771},\"source\":\"function start() {\\n this.initSimplex();\\n this.startStepping(1000, \\\"simplexStep\\\")\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":772},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"771\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"772\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":773},\"user\":\"lisa.pfisterer\",\"tags\":[]},\"773\":{\"isSerializedDate\":true,\"string\":\"Sat Dec 01 2012 18:56:37 GMT+0100 (CET)\"},\"774\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":775},\"source\":\"function stop() {\\n this.stopStepping()\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":776},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"775\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"776\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":777},\"user\":\"lisa.pfisterer\",\"tags\":[]},\"777\":{\"isSerializedDate\":true,\"string\":\"Sat Dec 01 2012 18:56:37 GMT+0100 (CET)\"},\"778\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":779},\"source\":\"function parseConstraints() {\\n console.log(\\\"function: parseConstraints\\\");\\n var constraintString = this.get(\\\"constraintsTextField\\\").getTextString();\\n var constraints = constraintString.split(\\\"\\\\n\\\");\\n this.get(\\\"variablesTextField\\\").setTextString(\\\"\\\");\\n this.constraintsArray = new Array();\\n \\n for (var i = 0; i < constraints.length; i++) {\\n if (constraints[i].trim() != \\\"\\\") {\\n var prior = this.get(\\\"variablesTextField\\\").getTextString();\\n\\n var base = constraints[i].split(\\\")\\\")[0];\\n var parts = base.split(\\\"(\\\");\\n var methodName = parts[0];\\n // console.log(\\\"methodName: \\\" + methodName);\\n var variables = parts[1].split(\\\",\\\"); \\n \\n for (var j = 0; j < variables.length; j++) {\\n variables[j] = variables[j].trim();\\n }\\n \\n this.constraintsArray[i] = new Array(methodName, variables);\\n \\n switch (methodName) {\\n case \\\"height\\\":\\n this.height(variables);\\n break;\\n case \\\"width\\\":\\n this.width(variables);\\n break;\\n case \\\"ratio\\\":\\n this.ratio(variables);\\n break;\\n case \\\"position\\\":\\n this.position(variables);\\n break;\\n default:\\n break;\\n }\\n }\\n }\\n // console.log(\\\"Constraints Array: \\\" + this.constraintsArray);\\n // this.get(\\\"variablesTextField\\\").setTextString(\\\"Arr: \\\" + this.constraintsArray);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":780},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"779\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"780\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":781},\"user\":\"lisa.pfisterer\",\"tags\":[]},\"781\":{\"isSerializedDate\":true,\"string\":\"Thu Dec 06 2012 17:59:33 GMT+0100 (CET)\"},\"782\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":783},\"source\":\"function testTableau() {\\n var array = new Array();\\n \\n array[0] = new Array(0, 4, 4, 1, 1, 1);\\n array[1] = new Array(0, 3, 1, 6, 5, 0);\\n array[2] = new Array(\\\"x\\\", \\\"y\\\", \\\"x\\\", \\\"x\\\", \\\"x\\\", \\\"x\\\");\\n //var test = new Array();\\n //test[0] = new Array(4, 2, 3, 0);\\n //array = array.concat(test);\\n //array = this.extendArray(array);\\n var xxx = new Array(9, 9);\\n array = this.addConstraintArray(xxx, array);\\n \\n this.get(\\\"tableauTextField\\\").setTextString(array.join(\\\"\\\\n\\\"));\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":784},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"783\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"784\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":785},\"user\":\"lisa.pfisterer\",\"tags\":[]},\"785\":{\"isSerializedDate\":true,\"string\":\"Sat Dec 01 2012 22:53:18 GMT+0100 (CET)\"},\"786\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":787},\"source\":\"function addConstraintArray(variables, sum) {\\n \\n var length = this.algorithm.tableau[0].length;\\n console.log(\\\"function: addConstraintArray\\\");\\n \\n var helper = new Array();\\n for (var i = 0; i < length; i++) {\\n helper[i] = 0;\\n }\\n\\n var maxFunct = this.algorithm.tableau.pop();\\n \\n for (var i = 0; i < variables.length; i++) {\\n // console.log(\\\"variable: \\\" + variables[i][0]);\\n var index = this.algorithm.all.indexOf(variables[i][0]);\\n helper[index] = variables[i][1];\\n if (! variables[i][0].startsWith(\\\"x\\\")) { // Schlupfvariable\\n maxFunct[index] = -1;\\n }\\n }\\n\\n helper[length - 1] = sum;\\n this.algorithm.tableau.push(helper);\\n this.algorithm.tableau.push(maxFunct);\\n // console.log(\\\"tableau: \\\" + this.algorithm.tableau);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":788},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"787\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"788\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":789},\"user\":\"lisa.pfisterer\",\"tags\":[]},\"789\":{\"isSerializedDate\":true,\"string\":\"Thu Dec 06 2012 17:49:25 GMT+0100 (CET)\"},\"790\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":791},\"source\":\"function extendArrayWithZeros(array) {\\n for (var i = 0; i < array.length; i++) {\\n var subarray = array[i];\\n var last = subarray.pop();\\n subarray.push(0);\\n if (last == undefined) {\\n subarray.push(0);\\n } else {\\n subarray.push(last);\\n }\\n }\\n return array;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":792},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"791\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"792\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":793},\"user\":\"lisa.pfisterer\",\"tags\":[]},\"793\":{\"isSerializedDate\":true,\"string\":\"Sun Dec 02 2012 18:58:45 GMT+0100 (CET)\"},\"794\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":795},\"source\":\"function height(variables) {\\n console.log(\\\"function: height\\\");\\n var variable = variables[0] + \\\".h\\\";\\n var value = variables[1];\\n // console.log(\\\"Objectreference: \\\" + variable);\\n // console.log(\\\"Value: \\\" + value);\\n \\n if (this.algorithm.all.indexOf(variable) < 0) {\\n this.algorithm.all.push(variable);\\n this.algorithm.needed.push(variable);\\n\\n this.extendArrayWithZeros(this.algorithm.tableau);\\n }\\n\\n this.extendArrayWithZeros(this.algorithm.tableau);\\n var schlupfVar = \\\"x\\\" + this.algorithm.schlupf.length;\\n this.algorithm.all.push(schlupfVar);\\n this.algorithm.schlupf.push(schlupfVar);\\n \\n this.addConstraintArray(new Array(new Array(variable, 1), new Array(schlupfVar, 1)), value);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":796},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"795\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"796\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":797},\"user\":\"lisa.pfisterer\",\"tags\":[]},\"797\":{\"isSerializedDate\":true,\"string\":\"Thu Dec 06 2012 17:39:19 GMT+0100 (CET)\"},\"798\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":799},\"source\":\"function addConstraint(type, element, value) {\\n this.get(\\\"constraintsTextField\\\").setTextString(\\n this.get(\\\"constraintsTextField\\\").textString + \\\"\\\\n\\\" +\\n type + \\\"(\\\" + element + \\\", \\\" + value + \\\");\\\");\\n this.currentConstraintType = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":800},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"799\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"800\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":801},\"user\":\"daniel.hoffmann\",\"tags\":[]},\"801\":{\"isSerializedDate\":true,\"string\":\"Sun Dec 02 2012 18:03:07 GMT+0100 (CET)\"},\"802\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":803},\"source\":\"function getValueForConstraintType(type, name1, name2) {\\n debugger;\\n if (type == \\\"width\\\"){\\n return this.get(name1).getExtent().x;\\n } else if (type == \\\"height\\\"){\\n return this.get(name1).getExtent().y;\\n } else if (type == \\\"position\\\"){\\n var position = this.get(name1).getPosition();\\n return position.x + \\\", \\\" + position.y;\\n } else if (type == \\\"x\\\"){\\n return this.get(name1).getPosition().x;\\n } else if (type == \\\"y\\\"){\\n return this.get(name1).getPosition().y;\\n } else if (type == \\\"ratio\\\"){\\n return this.getValueForConstraintType(name1.split(\\\".\\\")[1],name1.split(\\\".\\\")[0]) / this.getValueForConstraintType(name2.split(\\\".\\\")[1],name2.split(\\\".\\\")[0]);\\n } else {\\n return \\\"?\\\"\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":804},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"803\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"804\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":805},\"user\":\"daniel.hoffmann\",\"tags\":[]},\"805\":{\"isSerializedDate\":true,\"string\":\"Thu Dec 06 2012 18:38:18 GMT+0100 (CET)\"},\"806\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":807},\"source\":\"function select(name, part) {\\n console.log(\\\"selected \\\" + name + \\\" \\\" + part);\\n this.get(\\\"SelectedText\\\").setTextString(name);\\n if(this.currentConstraintType != null){\\n if(this.currentConstraintType == \\\"height\\\" || this.currentConstraintType == \\\"width\\\"){\\n var value = this.getValueForConstraintType(this.currentConstraintType, name);\\n this.addConstraint(this.currentConstraintType, name, value);\\n } else if(this.currentConstraintType == \\\"ratio\\\"){\\n if (this.firstRatioSide == null) {\\n this.firstRatioSide = this.getRatioSide(name, part);\\n } else {\\n debugger;\\n this.addRatioConstraint(this.currentConstraintType, \\n this.firstRatioSide, this.getRatioSide(name, part), 1);\\n }\\n } else if(this.currentConstraintType == \\\"position\\\"){\\n if (part == \\\"L\\\") {\\n var value = this.getValueForConstraintType(\\\"x\\\", name);\\n this.addConstraint(this.currentConstraintType, name + \\\".x\\\", value);\\n }\\n else if (part == \\\"T\\\") {\\n var value = this.getValueForConstraintType(\\\"y\\\", name);\\n this.addConstraint(this.currentConstraintType, name + \\\".y\\\", value);\\n } else {\\n var value = this.getValueForConstraintType(\\n this.currentConstraintType, name);\\n this.addConstraint(this.currentConstraintType, name, value);\\n }\\n } \\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":808},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"807\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"808\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":809},\"user\":\"daniel.hoffmann\",\"tags\":[]},\"809\":{\"isSerializedDate\":true,\"string\":\"Thu Dec 06 2012 18:38:18 GMT+0100 (CET)\"},\"810\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":811},\"source\":\"function setCurrentConstraintType(type) {\\n this.currentConstraintType = type;\\n if(type == \\\"ratio\\\") {\\n this.firstRatioSide = null;\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":812},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"811\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"812\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":813},\"user\":\"daniel.hoffmann\",\"tags\":[]},\"813\":{\"isSerializedDate\":true,\"string\":\"Sun Dec 02 2012 17:53:45 GMT+0100 (CET)\"},\"814\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":815},\"source\":\"function roundTableau(array) {\\n var roundedArray = new Array();\\n for (var i = 0; i < array.length; i++) {\\n roundedArray[i] = new Array();\\n for (var j = 0; j < array[0].length; j++) {\\n \\n roundedArray[i][j] = Math.round(array[i][j] * 100) / 100;\\n }\\n }\\n return roundedArray;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":816},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"815\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"816\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":817},\"user\":\"lisa.pfisterer\",\"tags\":[]},\"817\":{\"isSerializedDate\":true,\"string\":\"Sun Dec 02 2012 14:25:12 GMT+0100 (CET)\"},\"818\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":819},\"source\":\"function setValue(attribute, value) {\\n var parts = attribute.split(\\\".\\\"); // bspw. rect1.x\\n var objectName = parts[0]; // bspw. rect1\\n var attributeName = parts[1] // bspw. x\\n var object = this.get(objectName);\\n \\n switch (attributeName) {\\n case \\\"h\\\":\\n var extent = object.getExtent();\\n extent.y = value;\\n object.setExtent(extent);\\n break;\\n case \\\"w\\\":\\n var extent = object.getExtent();\\n extent.x = value;\\n object.setExtent(extent);\\n break;\\n case \\\"x\\\":\\n var position = object.getPosition();\\n position.x = value;\\n object.setPosition(position);\\n break;\\n case \\\"y\\\":\\n var position= object.getPosition();\\n position.y = value;\\n object.setPosition(position);\\n break;\\n default:\\n break;\\n }\\n \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":820},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"819\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"820\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":821},\"user\":\"lisa.pfisterer\",\"tags\":[]},\"821\":{\"isSerializedDate\":true,\"string\":\"Thu Dec 06 2012 17:39:19 GMT+0100 (CET)\"},\"822\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":823},\"source\":\"function stepping() {\\n this.startStepping(100, \\\"testStuff\\\")\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":824},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"823\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"824\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":825},\"user\":\"lisa.pfisterer\",\"tags\":[]},\"825\":{\"isSerializedDate\":true,\"string\":\"Sun Dec 02 2012 14:26:27 GMT+0100 (CET)\"},\"826\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":827},\"source\":\"function testStuff() {\\n //this.setValue(\\\"greenRect.height\\\", 300);\\n //this.setValue(\\\"greenRect.width\\\", 150);\\n var position = this.get(\\\"green\\\").getPosition();\\n position.x = 300;\\n this.get(\\\"green\\\").setPosition(position);\\n \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":828},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"827\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"828\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":829},\"user\":\"lisa.pfisterer\",\"tags\":[]},\"829\":{\"isSerializedDate\":true,\"string\":\"Thu Dec 06 2012 17:39:19 GMT+0100 (CET)\"},\"830\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":831},\"source\":\"function getRatioSide(name, part) {\\n debugger;\\n if (part == \\\"T\\\" || part == \\\"B\\\") {\\n return name + \\\".width\\\";\\n } else if (part == \\\"L\\\" || part == \\\"R\\\") {\\n return name + \\\".height\\\";\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":832},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"831\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"832\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":833},\"user\":\"daniel.hoffmann\",\"tags\":[]},\"833\":{\"isSerializedDate\":true,\"string\":\"Sun Dec 02 2012 18:10:50 GMT+0100 (CET)\"},\"834\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":835},\"source\":\"function addRatioConstraint(type, side1, side2) {\\n var value = this.getValueForConstraintType(type, side1, side2);\\n this.addConstraint(type, side1 + \\\", \\\" + side2, value);\\n this.currentConstraintType = null;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":836},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"835\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"836\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":837},\"user\":\"daniel.hoffmann\",\"tags\":[]},\"837\":{\"isSerializedDate\":true,\"string\":\"Thu Dec 06 2012 18:38:18 GMT+0100 (CET)\"},\"838\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":839},\"source\":\"function length(word) {\\n var corrected = \\\"\\\";\\n \\n for (var i = 0; i <= 7 - word.length; i++) {\\n corrected += \\\" \\\";\\n }\\n corrected += word;\\n return corrected;\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":840},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"839\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"840\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":841},\"user\":\"lisa.pfisterer\",\"tags\":[]},\"841\":{\"isSerializedDate\":true,\"string\":\"Sun Dec 02 2012 18:59:34 GMT+0100 (CET)\"},\"842\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":843},\"source\":\"function printTableau() {\\n console.log(\\\"function: printTableau\\\");\\n this.get(\\\"tableauTextField\\\").setTextString(\\\"\\\");\\n var textString = \\\"Variablen: \\\" + this.algorithm.all + \\\"\\\\n\\\";\\n textString += \\\"Gesucht: \\\" + this.algorithm.needed + \\\"\\\\n\\\";\\n textString += \\\"Schlupfvariablen: \\\" + this.algorithm.schlupf + \\\"\\\\n\\\\n\\\";\\n textString += \\\"Results: \\\" + this.algorithm.resultArray + \\\"\\\\n\\\\n\\\";\\n \\n var title = this.length(\\\"\\\");\\n for (var i = 0; i < this.algorithm.all.length; i++) {\\n title += this.length(this.algorithm.all[i]);\\n }\\n textString += title + \\\"\\\\n\\\";\\n \\n for (var i = 0; i < this.algorithm.tableau.length; i++) {\\n var line = \\\"\\\";\\n if (i < this.algorithm.schlupf.length) {\\n line = this.length(this.algorithm.schlupf[i]);\\n } else {\\n line = this.length(\\\"F\\\");\\n }\\n \\n for (var j = 0; j < this.algorithm.tableau[0].length; j++) {\\n line += this.length(\\\"\\\" + (Math.round(this.algorithm.tableau[i][j] * 100) / 100));\\n }\\n textString += line + \\\"\\\\n\\\";\\n }\\n \\n this.get(\\\"tableauTextField\\\").setTextString(textString);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":844},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"843\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"844\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":845},\"user\":\"lisa.pfisterer\",\"tags\":[]},\"845\":{\"isSerializedDate\":true,\"string\":\"Thu Dec 06 2012 17:39:19 GMT+0100 (CET)\"},\"846\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":847},\"source\":\"function showVariableValues() {\\n console.log(\\\"showVariableValues\\\");\\n var textString = \\\"\\\";\\n for (var i = 0; i < this.algorithm.needed.length; i++) {\\n textString += this.algorithm.needed[i] + \\\" \\\" + this.getValue(this.algorithm.needed[i] + \\\".height\\\") + \\\"\\\\n\\\";\\n }\\n this.get(\\\"variablesTextField\\\").setTextString(textString);\\n \\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":848},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"847\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"848\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":849},\"user\":\"lisa.pfisterer\",\"tags\":[]},\"849\":{\"isSerializedDate\":true,\"string\":\"Sun Dec 02 2012 19:00:43 GMT+0100 (CET)\"},\"850\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":851},\"source\":\"function getValue(attribute) {\\n var parts = attribute.split(\\\".\\\"); // bspw. rect1.x\\n var objectName = parts[0]; // bspw. rect1\\n var attributeName = parts[1] // bspw. x\\n var object = this.get(objectName);\\n \\n switch (attributeName) {\\n case \\\"h\\\":\\n return object.getExtent().y;\\n break;\\n case \\\"w\\\":\\n return object.getExtent().x;\\n break;\\n case \\\"x\\\":\\n return object.getPosition().x;\\n break;\\n case \\\"y\\\":\\n return object.getPosition().y;\\n break;\\n default:\\n break;\\n }\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":852},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"851\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"852\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":853},\"user\":\"lisa.pfisterer\",\"tags\":[]},\"853\":{\"isSerializedDate\":true,\"string\":\"Thu Dec 06 2012 17:59:33 GMT+0100 (CET)\"},\"854\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":855},\"source\":\"function width(variables) {\\n var variable = variables[0] + \\\".w\\\";\\n var value = variables[1];\\n // console.log(\\\"Objectreference: \\\" + variable);\\n // console.log(\\\"Value: \\\" + value);\\n \\n if (this.algorithm.all.indexOf(variable) < 0) {\\n this.algorithm.all.push(variable);\\n this.algorithm.needed.push(variable);\\n\\n this.extendArrayWithZeros(this.algorithm.tableau);\\n }\\n\\n this.extendArrayWithZeros(this.algorithm.tableau);\\n var schlupfVar = \\\"x\\\" + this.algorithm.schlupf.length;\\n this.algorithm.all.push(schlupfVar);\\n this.algorithm.schlupf.push(schlupfVar);\\n \\n this.addConstraintArray(new Array(new Array(variable, 1), new Array(schlupfVar, 1)), value);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":856},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"855\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"856\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":857},\"user\":\"lisa.pfisterer\",\"tags\":[]},\"857\":{\"isSerializedDate\":true,\"string\":\"Thu Dec 06 2012 17:39:19 GMT+0100 (CET)\"},\"858\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":859},\"source\":\"function ratio(variables) {\\n var variable1 = variables[0];\\n var variable2 = variables[1];\\n var value = variables[2];\\n // console.log(\\\"Objectreference: \\\" + variable1 + \\\", \\\" + variable2);\\n // console.log(\\\"Value: \\\" + value);\\n \\n if (this.algorithm.all.indexOf(variable1) < 0) {\\n this.algorithm.all.push(variable1);\\n this.algorithm.needed.push(variable1);\\n\\n this.extendArrayWithZeros(this.algorithm.tableau);\\n }\\n if (this.algorithm.all.indexOf(variable2) < 0) {\\n this.algorithm.all.push(variable2);\\n this.algorithm.needed.push(variable2);\\n\\n this.extendArrayWithZeros(this.algorithm.tableau);\\n }\\n\\n this.extendArrayWithZeros(this.algorithm.tableau);\\n var schlupfVar = \\\"x\\\" + this.algorithm.schlupf.length;\\n this.algorithm.all.push(schlupfVar);\\n this.algorithm.schlupf.push(schlupfVar);\\n \\n this.addConstraintArray(new Array(new Array(variable1, value), new Array(variable2, -1)), 0);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":860},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"859\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"860\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":861},\"user\":\"lisa.pfisterer\",\"tags\":[]},\"861\":{\"isSerializedDate\":true,\"string\":\"Thu Dec 06 2012 17:39:19 GMT+0100 (CET)\"},\"862\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":863},\"source\":\"function position(variables) {\\n console.log(\\\"function: position\\\");\\n var variableX = variables[0] + \\\".x\\\";\\n var variableY = variables[0] + \\\".y\\\";\\n var valueX = variables[1];\\n var valueY = variables[2];\\n // console.log(\\\"Objectreference: \\\" + variable);\\n // console.log(\\\"Value: \\\" + value);\\n \\n if (this.algorithm.all.indexOf(variableX) < 0) {\\n this.algorithm.all.push(variableX);\\n this.algorithm.needed.push(variableX);\\n\\n this.extendArrayWithZeros(this.algorithm.tableau);\\n }\\n\\n this.extendArrayWithZeros(this.algorithm.tableau);\\n var schlupfVar = \\\"x\\\" + this.algorithm.schlupf.length;\\n this.algorithm.all.push(schlupfVar);\\n this.algorithm.schlupf.push(schlupfVar);\\n \\n this.addConstraintArray(new Array(new Array(variableX, 1), new Array(schlupfVar, 1)), valueX);\\n \\n \\n if (this.algorithm.all.indexOf(variableY) < 0) {\\n this.algorithm.all.push(variableY);\\n this.algorithm.needed.push(variableY);\\n\\n this.extendArrayWithZeros(this.algorithm.tableau);\\n }\\n\\n this.extendArrayWithZeros(this.algorithm.tableau);\\n var schlupfVar = \\\"x\\\" + this.algorithm.schlupf.length;\\n this.algorithm.all.push(schlupfVar);\\n this.algorithm.schlupf.push(schlupfVar);\\n \\n this.addConstraintArray(new Array(new Array(variableY, 1), new Array(schlupfVar, 1)), valueY);\\n}\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":864},\"__LivelyClassName__\":\"lively.Closure\",\"__SourceModuleName__\":\"Global.lively.lang.Closure\"},\"863\":{\"this\":{\"__isSmartRef__\":true,\"id\":0}},\"864\":{\"timestamp\":{\"__isSmartRef__\":true,\"id\":865},\"user\":\"lisa.pfisterer\",\"tags\":[]},\"865\":{\"isSerializedDate\":true,\"string\":\"Thu Dec 06 2012 17:39:19 GMT+0100 (CET)\"},\"isSimplifiedRegistry\":true}}","attributeConnections":[{"__isSmartRef__":true,"id":3449},{"__isSmartRef__":true,"id":3451},{"__isSmartRef__":true,"id":3453},{"__isSmartRef__":true,"id":3455}],"doNotSerialize":["$$partVersions","$$loadedMetaInfo","$$json"],"doNotCopyProperties":["$$partVersions","$$loadedMetaInfo","$$json"],"partVersions":[{"__isSmartRef__":true,"id":3457},{"__isSmartRef__":true,"id":3461},{"__isSmartRef__":true,"id":3465},{"__isSmartRef__":true,"id":3469},{"__isSmartRef__":true,"id":3473},{"__isSmartRef__":true,"id":3477},{"__isSmartRef__":true,"id":3481},{"__isSmartRef__":true,"id":3485},{"__isSmartRef__":true,"id":3489},{"__isSmartRef__":true,"id":3493},{"__isSmartRef__":true,"id":3497},{"__isSmartRef__":true,"id":3501},{"__isSmartRef__":true,"id":3505}],"loadedMetaInfo":{"__isSmartRef__":true,"id":3509},"rev":186255,"lastModifiedDate":{"__isSmartRef__":true,"id":3553},"part":{"__isSmartRef__":true,"id":3554},"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"3449":{"sourceObj":{"__isSmartRef__":true,"id":3448},"sourceAttrName":"partVersions","targetObj":{"__isSmartRef__":true,"id":3206},"targetMethodName":"setSelectedPartVersions","varMapping":{"__isSmartRef__":true,"id":3450},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3450":{"source":{"__isSmartRef__":true,"id":3448},"target":{"__isSmartRef__":true,"id":3206}},"3451":{"sourceObj":{"__isSmartRef__":true,"id":3448},"sourceAttrName":"loadedMetaInfo","targetObj":{"__isSmartRef__":true,"id":3206},"targetMethodName":"setMetaInfoOfSelectedItem","varMapping":{"__isSmartRef__":true,"id":3452},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3452":{"source":{"__isSmartRef__":true,"id":3448},"target":{"__isSmartRef__":true,"id":3206}},"3453":{"sourceObj":{"__isSmartRef__":true,"id":3448},"sourceAttrName":"json","targetObj":{"__isSmartRef__":true,"id":3448},"targetMethodName":"cachePartJSON","varMapping":{"__isSmartRef__":true,"id":3454},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3454":{"source":{"__isSmartRef__":true,"id":3448},"target":{"__isSmartRef__":true,"id":3448}},"3455":{"sourceObj":{"__isSmartRef__":true,"id":3448},"sourceAttrName":"loadedMetaInfo","targetObj":{"__isSmartRef__":true,"id":3448},"targetMethodName":"cachePartMetaInfo","varMapping":{"__isSmartRef__":true,"id":3456},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3456":{"source":{"__isSmartRef__":true,"id":3448},"target":{"__isSmartRef__":true,"id":3448}},"3457":{"rev":186255,"author":"daniel.hoffmann","date":{"__isSmartRef__":true,"id":3458},"url":{"__isSmartRef__":true,"id":3459},"changes":[{"__isSmartRef__":true,"id":3460}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"3458":{"isSerializedDate":true,"string":"Thu Dec 06 2012 17:44:24 GMT+0100 (CET)"},"3459":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/SketchPad.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"3460":{"type":"S:modified","url":"/PartsBin/sd1213/SketchPad.json"},"3461":{"rev":186249,"author":"lisa.pfisterer","date":{"__isSmartRef__":true,"id":3462},"url":{"__isSmartRef__":true,"id":3463},"changes":[{"__isSmartRef__":true,"id":3464}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"3462":{"isSerializedDate":true,"string":"Thu Dec 06 2012 17:23:15 GMT+0100 (CET)"},"3463":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/SketchPad.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"3464":{"type":"S:modified","url":"/PartsBin/sd1213/SketchPad.json"},"3465":{"rev":185855,"author":"lisa.pfisterer","date":{"__isSmartRef__":true,"id":3466},"url":{"__isSmartRef__":true,"id":3467},"changes":[{"__isSmartRef__":true,"id":3468}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"3466":{"isSerializedDate":true,"string":"Mon Dec 03 2012 22:23:15 GMT+0100 (CET)"},"3467":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/SketchPad.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"3468":{"type":"S:modified","url":"/PartsBin/sd1213/SketchPad.json"},"3469":{"rev":185744,"author":"lisa.pfisterer","date":{"__isSmartRef__":true,"id":3470},"url":{"__isSmartRef__":true,"id":3471},"changes":[{"__isSmartRef__":true,"id":3472}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"3470":{"isSerializedDate":true,"string":"Sun Dec 02 2012 18:06:20 GMT+0100 (CET)"},"3471":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/SketchPad.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"3472":{"type":"S:modified","url":"/PartsBin/sd1213/SketchPad.json"},"3473":{"rev":185710,"author":"daniel.hoffmann","date":{"__isSmartRef__":true,"id":3474},"url":{"__isSmartRef__":true,"id":3475},"changes":[{"__isSmartRef__":true,"id":3476}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"3474":{"isSerializedDate":true,"string":"Sun Dec 02 2012 17:12:03 GMT+0100 (CET)"},"3475":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/SketchPad.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"3476":{"type":"S:modified","url":"/PartsBin/sd1213/SketchPad.json"},"3477":{"rev":185707,"author":"daniel.hoffmann","date":{"__isSmartRef__":true,"id":3478},"url":{"__isSmartRef__":true,"id":3479},"changes":[{"__isSmartRef__":true,"id":3480}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"3478":{"isSerializedDate":true,"string":"Sun Dec 02 2012 16:46:54 GMT+0100 (CET)"},"3479":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/SketchPad.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"3480":{"type":"S:modified","url":"/PartsBin/sd1213/SketchPad.json"},"3481":{"rev":185676,"author":"lisa.pfisterer","date":{"__isSmartRef__":true,"id":3482},"url":{"__isSmartRef__":true,"id":3483},"changes":[{"__isSmartRef__":true,"id":3484}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"3482":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:25:15 GMT+0100 (CET)"},"3483":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/SketchPad.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"3484":{"type":"S:modified","url":"/PartsBin/sd1213/SketchPad.json"},"3485":{"rev":185664,"author":"daniel.hoffmann","date":{"__isSmartRef__":true,"id":3486},"url":{"__isSmartRef__":true,"id":3487},"changes":[{"__isSmartRef__":true,"id":3488}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"3486":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:02:58 GMT+0100 (CET)"},"3487":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/SketchPad.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"3488":{"type":"S:modified","url":"/PartsBin/sd1213/SketchPad.json"},"3489":{"rev":185659,"author":"daniel.hoffmann","date":{"__isSmartRef__":true,"id":3490},"url":{"__isSmartRef__":true,"id":3491},"changes":[{"__isSmartRef__":true,"id":3492}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"3490":{"isSerializedDate":true,"string":"Sun Dec 02 2012 12:57:37 GMT+0100 (CET)"},"3491":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/SketchPad.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"3492":{"type":"S:modified","url":"/PartsBin/sd1213/SketchPad.json"},"3493":{"rev":185652,"author":"daniel.hoffmann","date":{"__isSmartRef__":true,"id":3494},"url":{"__isSmartRef__":true,"id":3495},"changes":[{"__isSmartRef__":true,"id":3496}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"3494":{"isSerializedDate":true,"string":"Sun Dec 02 2012 11:35:12 GMT+0100 (CET)"},"3495":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/SketchPad.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"3496":{"type":"S:modified","url":"/PartsBin/sd1213/SketchPad.json"},"3497":{"rev":185640,"author":"lisa.pfisterer","date":{"__isSmartRef__":true,"id":3498},"url":{"__isSmartRef__":true,"id":3499},"changes":[{"__isSmartRef__":true,"id":3500}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"3498":{"isSerializedDate":true,"string":"Sat Dec 01 2012 21:54:05 GMT+0100 (CET)"},"3499":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/SketchPad.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"3500":{"type":"S:modified","url":"/PartsBin/sd1213/SketchPad.json"},"3501":{"rev":185633,"author":"daniel.hoffmann","date":{"__isSmartRef__":true,"id":3502},"url":{"__isSmartRef__":true,"id":3503},"changes":[{"__isSmartRef__":true,"id":3504}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"3502":{"isSerializedDate":true,"string":"Sat Dec 01 2012 21:36:37 GMT+0100 (CET)"},"3503":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/SketchPad.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"3504":{"type":"S:modified","url":"/PartsBin/sd1213/SketchPad.json"},"3505":{"rev":185632,"author":"daniel.hoffmann","date":{"__isSmartRef__":true,"id":3506},"url":{"__isSmartRef__":true,"id":3507},"changes":[{"__isSmartRef__":true,"id":3508}],"__LivelyClassName__":"SVNVersionInfo","__SourceModuleName__":"Global.lively.Network"},"3506":{"isSerializedDate":true,"string":"Sat Dec 01 2012 21:22:40 GMT+0100 (CET)"},"3507":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/SketchPad.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"3508":{"type":"S:added","url":null},"3509":{"partsSpaceName":"PartsBin/sd1213/","comment":"Constraint-based layouting with the Simplex algorithm. Still under construction!","migrationLevel":4,"partName":"SketchPad","changes":[{"__isSmartRef__":true,"id":3510},{"__isSmartRef__":true,"id":3512},{"__isSmartRef__":true,"id":3514},{"__isSmartRef__":true,"id":3516},{"__isSmartRef__":true,"id":3518},{"__isSmartRef__":true,"id":3520},{"__isSmartRef__":true,"id":3522},{"__isSmartRef__":true,"id":3524},{"__isSmartRef__":true,"id":3526},{"__isSmartRef__":true,"id":3528},{"__isSmartRef__":true,"id":3530},{"__isSmartRef__":true,"id":3532},{"__isSmartRef__":true,"id":3534},{"__isSmartRef__":true,"id":3536},{"__isSmartRef__":true,"id":3538},{"__isSmartRef__":true,"id":3540},{"__isSmartRef__":true,"id":3542},{"__isSmartRef__":true,"id":3544},{"__isSmartRef__":true,"id":3546},{"__isSmartRef__":true,"id":3548},{"__isSmartRef__":true,"id":3550}],"lastModifiedDate":{"__isSmartRef__":true,"id":3552},"revisionOnLoad":186289,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3510":{"date":{"__isSmartRef__":true,"id":3511},"author":"daniel.hoffmann","message":"position constraint can be added manually, disabled syntax highlighting on output boxes","id":"7D9A3D34-1DA5-4BF6-8A5D-53C265AC87A8"},"3511":{"isSerializedDate":true,"string":"Thu Dec 06 2012 18:44:32 GMT+0100 (CET)"},"3512":{"date":{"__isSmartRef__":true,"id":3513},"author":"lisa.pfisterer","message":"Umsetzen der height-Constraints ins Tableau jetzt möglich. auch die zu maximierende F-Funktion. Außerdem Anzeige der aktuellen Werte","id":"0E43FD81-95AA-4810-BF4D-5132C4CB5430"},"3513":{"isSerializedDate":true,"string":"Sun Dec 02 2012 19:09:22 GMT+0100 (CET)"},"3514":{"date":{"__isSmartRef__":true,"id":3515},"author":"lisa.pfisterer","message":"Änderungen von Lisa. Array Util, Tableau-Anzeige, erste Schritte für Setter.","id":"5E3055D8-ECFA-4BEE-A27D-35F84A422A00"},"3515":{"isSerializedDate":true,"string":"Sun Dec 02 2012 14:28:16 GMT+0100 (CET)"},"3516":{"date":{"__isSmartRef__":true,"id":3517},"author":"daniel.hoffmann","message":"Added support for adding constraints manually","id":"09ABA022-2B1A-4B91-8B3B-31A5752DD828"},"3517":{"isSerializedDate":true,"string":"Sun Dec 02 2012 12:38:16 GMT+0100 (CET)"},"3518":{"date":{"__isSmartRef__":true,"id":3519},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"3519":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (CEST)"},"3520":{"date":{"__isSmartRef__":true,"id":3521},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"3521":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (CEST)"},"3522":{"date":{"__isSmartRef__":true,"id":3523},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"3523":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (CET)"},"3524":{"date":{"__isSmartRef__":true,"id":3525},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"3525":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (CET)"},"3526":{"date":{"__isSmartRef__":true,"id":3527},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"3527":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (CET)"},"3528":{"date":{"__isSmartRef__":true,"id":3529},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"3529":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (CEST)"},"3530":{"date":{"__isSmartRef__":true,"id":3531},"author":"bgnauk","message":"no comment","id":"0124E570-50B7-4CE3-83A1-6E7BA89B5CD8"},"3531":{"isSerializedDate":true,"string":"Mon Jun 18 2012 19:35:08 GMT+0200 (CEST)"},"3532":{"date":{"__isSmartRef__":true,"id":3533},"author":"jenslincke","message":"I want my blue rectangle back!","id":"5AA9291A-869F-4D36-8095-4721B5A5B205"},"3533":{"isSerializedDate":true,"string":"Thu Nov 22 2012 10:35:51 GMT+0100 (CET)"},"3534":{"date":{"__isSmartRef__":true,"id":3535},"author":"lisa.pfisterer","message":"first draft. Still under construction!","id":"2B13E2A0-6DC9-4EDF-82E7-F541EB7D78BF"},"3535":{"isSerializedDate":true,"string":"Sat Dec 01 2012 21:43:10 GMT+0100 (CET)"},"3536":{"date":{"__isSmartRef__":true,"id":3537},"author":"lisa.pfisterer","message":"Zwischenstand. Util-Funktionen für das Arbeiten mit Arrays (Zeile und Spalte hinzufügen für neue Constraints im Tableau)","id":"09B63D24-0A8C-46E0-9DB0-CEDE9AF8690B"},"3537":{"isSerializedDate":true,"string":"Sat Dec 01 2012 22:57:06 GMT+0100 (CET)"},"3538":{"date":{"__isSmartRef__":true,"id":3539},"author":"daniel.hoffmann","message":"Fixed bug to get current value of constraint type (width, height) \nAdded button to set up sketch area","id":"97C976C9-4DA1-40D1-8108-57DD86CA3BA2"},"3539":{"isSerializedDate":true,"string":"Sun Dec 02 2012 14:00:42 GMT+0100 (CET)"},"3540":{"date":{"__isSmartRef__":true,"id":3541},"author":"daniel.hoffmann","message":"ratio button works as well","id":"855AF291-AD64-458B-9689-798C7B7C95B5"},"3541":{"isSerializedDate":true,"string":"Sun Dec 02 2012 14:06:02 GMT+0100 (CET)"},"3542":{"date":{"__isSmartRef__":true,"id":3543},"author":"daniel.hoffmann","message":"get side of rectangle","id":"0E2DB143-F8A6-4DEA-A29B-8B814B27984E"},"3543":{"isSerializedDate":true,"string":"Sun Dec 02 2012 17:49:43 GMT+0100 (CET)"},"3544":{"date":{"__isSmartRef__":true,"id":3545},"author":"daniel.hoffmann","message":"read value of ratio","id":"1534C786-A4CB-4E28-8341-71AEBC1C796B"},"3545":{"isSerializedDate":true,"string":"Sun Dec 02 2012 18:15:07 GMT+0100 (CET)"},"3546":{"date":{"__isSmartRef__":true,"id":3547},"author":"lisa.pfisterer","message":"Ratio implementiert (richtig herum??)","id":"37F523CF-DD2D-4A29-96F1-E50E32CD8D94"},"3547":{"isSerializedDate":true,"string":"Mon Dec 03 2012 23:26:16 GMT+0100 (CET)"},"3548":{"date":{"__isSmartRef__":true,"id":3549},"author":"lisa.pfisterer","message":"Positionen möglich! :) Sowie Constraints-Array angelegt","id":"4052D55D-CD65-4555-A26D-59AFBCC32962"},"3549":{"isSerializedDate":true,"string":"Thu Dec 06 2012 18:23:18 GMT+0100 (CET)"},"3550":{"date":{"__isSmartRef__":true,"id":3551},"author":"daniel.hoffmann","message":"add vertical distance constraint manually","id":"67F12FCF-5DD0-47A4-9793-ED578659E555"},"3551":{"isSerializedDate":true,"string":"Sun Dec 09 2012 12:55:56 GMT+0100 (CET)"},"3552":{"isSerializedDate":true,"string":"Sun Dec 09 2012 12:55:49 GMT+0100 (CET)"},"3553":{"isSerializedDate":true,"string":"Thu Dec 06 2012 18:44:24 GMT+0100 (CET)"},"3554":{"submorphs":[{"__isSmartRef__":true,"id":3555},{"__isSmartRef__":true,"id":3596},{"__isSmartRef__":true,"id":3637},{"__isSmartRef__":true,"id":3671},{"__isSmartRef__":true,"id":3688},{"__isSmartRef__":true,"id":3694},{"__isSmartRef__":true,"id":3711},{"__isSmartRef__":true,"id":3717},{"__isSmartRef__":true,"id":3758},{"__isSmartRef__":true,"id":3880},{"__isSmartRef__":true,"id":3888},{"__isSmartRef__":true,"id":3929},{"__isSmartRef__":true,"id":3946},{"__isSmartRef__":true,"id":3988},{"__isSmartRef__":true,"id":4084},{"__isSmartRef__":true,"id":4109},{"__isSmartRef__":true,"id":4145},{"__isSmartRef__":true,"id":4188},{"__isSmartRef__":true,"id":4229}],"scripts":[],"id":"993BAC25-CB6D-45AF-B23F-DAEE4C9CB4D5","shape":{"__isSmartRef__":true,"id":4270},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"SketchPad","partsBinMetaInfo":{"__isSmartRef__":true,"id":3509},"eventHandler":{"__isSmartRef__":true,"id":4271},"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","BBAFB862-93AE-4F89-BCFF-9F1C67B7FE4C","7EC17E78-593A-4CC8-B7E3-859BCBBFE785","D80E875B-6AF6-42A2-867B-9087ADB52B56","1FBA67A7-35FE-4565-BE99-3E711ADCC60C","FA4B6E74-FEF3-42E4-99F7-0808162F10C6","9D3143EB-5A86-4E5D-89B8-2A80AE77ED6C","437EB517-ACDD-4159-8570-A743662FCA1C","E5379134-6EE8-4044-9E56-C9944CF13858","226AF8B0-E3C5-48F6-9EAA-1D7CA952D3E3","3D88D5A8-498C-4C02-973B-39A33194C5E9"],"partTests":{"__isSmartRef__":true,"id":4272},"_ClipMode":"visible","moved":true,"prevScroll":[0,0],"#startLetters":"setCur","algorithm":{"__isSmartRef__":true,"id":4277},"result":false,"currentConstraintType":null,"isBeingDragged":false,"firstRatioSide":null,"isCopyMorphRef":true,"morphRefId":1,"constraintsArray":[["position",["green","100","100"]],["ratio",["green.x","blue.x","2"]],["width",["green","200"]],["position",["blue","500","500"]]],"owner":{"__isSmartRef__":true,"id":0},"__serializedExpressions__":["_Position"],"firstVerticalDistance":null,"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4278},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(521.0,129.0)"},"3555":{"submorphs":[{"__isSmartRef__":true,"id":3556}],"scripts":[],"id":"9C6CE5FD-304F-40C1-AA5D-4DCC3E00F32A","shape":{"__isSmartRef__":true,"id":3561},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3567},"lighterFill":{"__isSmartRef__":true,"id":3572},"label":{"__isSmartRef__":true,"id":3556},"name":"widthButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":3577},"attributeConnections":[{"__isSmartRef__":true,"id":3589}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":3590},"derivationIds":[7251,"3F26258D-0EE1-4A94-8419-5EE2BB6065A6","B624295D-42E3-4E0A-B370-844C2B43F4F0","F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3","7D4A1972-76E5-4369-9964-2F6ACB87C81F","468167DF-C2A9-4D14-B344-4D183695DBF9","A507628C-314F-4CA3-90BE-D9B88F8447E9","BF00B0C0-D9BF-49C4-A72A-255AE1324CC0","E87574DE-267A-4423-A141-9A6062476C19","12D06FD9-DB52-4D4C-8F9A-9CFD9DF81F13","B4E46908-C44A-49B8-A71B-DF67C2D35AEA","06EDCB94-3729-4142-AD53-32AF0CCE689F","A220D262-1F99-4838-95C8-4581D4BCD5E7","2EC743F9-44DC-4036-A700-EBA2DF6427E3"],"_ClipMode":"visible","isPressed":false,"owner":{"__isSmartRef__":true,"id":3554},"prevScroll":[0,0],"__serializedExpressions__":["_Position","distanceToDragEvent"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3591},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(9.0,206.0)","distanceToDragEvent":"lively.pt(54.9,-11.0)"},"3556":{"submorphs":[],"scripts":[],"id":"88D14D26-F53B-4575-9BEF-51DA3E97E515","shape":{"__isSmartRef__":true,"id":3557},"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":3555},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":3558}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":3560},"_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","CA0DC720-D350-40B1-B491-56053DD3ACEC","0D350F67-43D3-4011-A7FE-BB6073758DFE","81AFACF4-6FDC-41C0-AA53-F1758AC2090F","3A9CCD66-5E2A-4B80-9A2B-F72AC0AC7AE3","7797BABD-8C63-4851-BEBF-7EBAA36CEEFE","047EE6F1-837E-4C10-8458-06675B51A4AB","4BA67ECE-18E9-4CC7-ABFA-465AF947CC71","4D7DE0A8-20C4-48A4-8209-3F86A1C717E3","D73A63DD-803D-4045-A7A7-D9AD06E3D34A"],"_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)"},"3557":{"_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)"},"3558":{"style":{"__isSmartRef__":true,"id":3559},"chunkOwner":{"__isSmartRef__":true,"id":3556},"_id":"_1167","storedString":"Breite","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3559":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3560":{"morph":{"__isSmartRef__":true,"id":3556},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3561":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":3562},"_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)"},"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.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"3565":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"3566":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"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(245,245,245)"},"3569":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3570":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3571":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"3572":{"stops":[{"__isSmartRef__":true,"id":3573},{"__isSmartRef__":true,"id":3574},{"__isSmartRef__":true,"id":3575},{"__isSmartRef__":true,"id":3576}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3573":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"3574":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3575":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3576":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"3577":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":3578},{"__isSmartRef__":true,"id":3580},{"__isSmartRef__":true,"id":3582},{"__isSmartRef__":true,"id":3584},{"__isSmartRef__":true,"id":3586}],"revisionOnLoad":171940,"lastModifiedDate":{"__isSmartRef__":true,"id":3588},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3578":{"date":{"__isSmartRef__":true,"id":3579},"author":"undefined","message":"","id":"7074B413-6CF0-4892-9D18-52009A2A2E03"},"3579":{"isSerializedDate":true,"string":"Fri Apr 13 2012 21:04:01 GMT+0200 (CEST)"},"3580":{"date":{"__isSmartRef__":true,"id":3581},"author":"sstamm","message":"reverted button","id":"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E"},"3581":{"isSerializedDate":true,"string":"Mon Apr 16 2012 10:36:21 GMT+0200 (CEST)"},"3582":{"date":{"__isSmartRef__":true,"id":3583},"author":"robertkrahn","message":"no comment","id":"97D17254-EAC6-4494-8330-A347909590D6"},"3583":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:08:58 GMT+0200 (CEST)"},"3584":{"date":{"__isSmartRef__":true,"id":3585},"author":"robertkrahn","message":"no comment","id":"DDE22D44-9A6D-4485-80F3-262D5DA0CC07"},"3585":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:03:19 GMT+0200 (CEST)"},"3586":{"date":{"__isSmartRef__":true,"id":3587},"author":"bgnauk","message":"no comment","id":"FA43C1A3-19A9-4ED6-A014-82C74689A5C3"},"3587":{"isSerializedDate":true,"string":"Tue Jun 19 2012 23:39:23 GMT+0200 (CEST)"},"3588":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"3589":{"sourceObj":{"__isSmartRef__":true,"id":3555},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3555},"targetMethodName":"doAction","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3590":{"morph":{"__isSmartRef__":true,"id":3555},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3591":{"doAction":{"__isSmartRef__":true,"id":3592}},"3592":{"varMapping":{"__isSmartRef__":true,"id":3593},"source":"function doAction() {\n this.owner.setCurrentConstraintType(\"width\")\n}","funcProperties":{"__isSmartRef__":true,"id":3594},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3593":{"this":{"__isSmartRef__":true,"id":3555}},"3594":{"timestamp":{"__isSmartRef__":true,"id":3595},"user":"daniel.hoffmann","tags":[]},"3595":{"isSerializedDate":true,"string":"Sun Dec 02 2012 12:13:20 GMT+0100 (CET)"},"3596":{"submorphs":[{"__isSmartRef__":true,"id":3597}],"scripts":[],"id":"5775AABA-C8F1-4CDE-8B9D-B7845202C77B","shape":{"__isSmartRef__":true,"id":3602},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3608},"lighterFill":{"__isSmartRef__":true,"id":3613},"label":{"__isSmartRef__":true,"id":3597},"name":"ratioButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":3618},"attributeConnections":[{"__isSmartRef__":true,"id":3630}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":3631},"derivationIds":[7251,"3F26258D-0EE1-4A94-8419-5EE2BB6065A6","B624295D-42E3-4E0A-B370-844C2B43F4F0","F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3","7D4A1972-76E5-4369-9964-2F6ACB87C81F","468167DF-C2A9-4D14-B344-4D183695DBF9","A507628C-314F-4CA3-90BE-D9B88F8447E9","D1AF90C8-F667-4D9B-B3A4-6FA707BF0583","A9ABAF28-AE0D-42E5-B1EC-27B990856CBA","04201192-A068-4AE4-9F41-50B132EE82CC","2D30918D-C7D3-4006-A2E7-7F88A6BD8F23","656196ED-1C07-48D4-8A23-A4FEF527E0AC","4CB4B6F8-E829-4A46-AD84-C5D64C0FF5AF","B801DD73-1AEC-456D-8AAC-9E915F76DD41","E3160353-FB01-4EBF-8868-1D0CF5AA1849","C17CE8DD-F150-471B-A804-B902C44DB989"],"_ClipMode":"visible","isPressed":false,"owner":{"__isSmartRef__":true,"id":3554},"__serializedExpressions__":["_Position","distanceToDragEvent"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3632},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(11.0,278.0)","distanceToDragEvent":"lively.pt(54.9,-11.0)"},"3597":{"submorphs":[],"scripts":[],"id":"C4C740F9-7B6A-4961-95C1-21341EBE2014","shape":{"__isSmartRef__":true,"id":3598},"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":3596},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":3599}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":3601},"_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","CA0DC720-D350-40B1-B491-56053DD3ACEC","0D350F67-43D3-4011-A7FE-BB6073758DFE","F3992590-AD3D-47A5-8663-6C72C72B45C4","B722D102-4490-4B08-96D9-95A987C54713","97B231F5-D46D-4DFF-8A55-0C378263FD01","63D9A5CA-ECF4-46B9-A362-27818599325C","801772B7-652A-4285-94B3-E9763D3A0A0A","377D2D25-3B82-4D0E-BBB7-83CFD46B165C","209BE7AD-BEB8-453F-912E-D757BE6EA71D","AB52B694-4478-40B4-BCDF-4F69ABD0C1FB","303C69B8-19F4-4246-A1E0-A0F10E224FBF"],"_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)"},"3598":{"_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)"},"3599":{"style":{"__isSmartRef__":true,"id":3600},"chunkOwner":{"__isSmartRef__":true,"id":3597},"_id":"_1325","storedString":"Verhältnis","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3600":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3601":{"morph":{"__isSmartRef__":true,"id":3597},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3602":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":3603},"_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)"},"3603":{"stops":[{"__isSmartRef__":true,"id":3604},{"__isSmartRef__":true,"id":3605},{"__isSmartRef__":true,"id":3606},{"__isSmartRef__":true,"id":3607}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3604":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"3605":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"3606":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"3607":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"3608":{"stops":[{"__isSmartRef__":true,"id":3609},{"__isSmartRef__":true,"id":3610},{"__isSmartRef__":true,"id":3611},{"__isSmartRef__":true,"id":3612}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3609":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"3610":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3611":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3612":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"3613":{"stops":[{"__isSmartRef__":true,"id":3614},{"__isSmartRef__":true,"id":3615},{"__isSmartRef__":true,"id":3616},{"__isSmartRef__":true,"id":3617}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3614":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"3615":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3616":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3617":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"3618":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":3619},{"__isSmartRef__":true,"id":3621},{"__isSmartRef__":true,"id":3623},{"__isSmartRef__":true,"id":3625},{"__isSmartRef__":true,"id":3627}],"revisionOnLoad":171940,"lastModifiedDate":{"__isSmartRef__":true,"id":3629},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3619":{"date":{"__isSmartRef__":true,"id":3620},"author":"undefined","message":"","id":"7074B413-6CF0-4892-9D18-52009A2A2E03"},"3620":{"isSerializedDate":true,"string":"Fri Apr 13 2012 21:04:01 GMT+0200 (CEST)"},"3621":{"date":{"__isSmartRef__":true,"id":3622},"author":"sstamm","message":"reverted button","id":"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E"},"3622":{"isSerializedDate":true,"string":"Mon Apr 16 2012 10:36:21 GMT+0200 (CEST)"},"3623":{"date":{"__isSmartRef__":true,"id":3624},"author":"robertkrahn","message":"no comment","id":"97D17254-EAC6-4494-8330-A347909590D6"},"3624":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:08:58 GMT+0200 (CEST)"},"3625":{"date":{"__isSmartRef__":true,"id":3626},"author":"robertkrahn","message":"no comment","id":"DDE22D44-9A6D-4485-80F3-262D5DA0CC07"},"3626":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:03:19 GMT+0200 (CEST)"},"3627":{"date":{"__isSmartRef__":true,"id":3628},"author":"bgnauk","message":"no comment","id":"FA43C1A3-19A9-4ED6-A014-82C74689A5C3"},"3628":{"isSerializedDate":true,"string":"Tue Jun 19 2012 23:39:23 GMT+0200 (CEST)"},"3629":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"3630":{"sourceObj":{"__isSmartRef__":true,"id":3596},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3596},"targetMethodName":"doAction","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3631":{"morph":{"__isSmartRef__":true,"id":3596},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3632":{"doAction":{"__isSmartRef__":true,"id":3633}},"3633":{"varMapping":{"__isSmartRef__":true,"id":3634},"source":"function doAction() {\n this.owner.setCurrentConstraintType(\"ratio\");\n}","funcProperties":{"__isSmartRef__":true,"id":3635},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3634":{"this":{"__isSmartRef__":true,"id":3596}},"3635":{"timestamp":{"__isSmartRef__":true,"id":3636},"user":"daniel.hoffmann","tags":[]},"3636":{"isSerializedDate":true,"string":"Sun Dec 02 2012 14:03:37 GMT+0100 (CET)"},"3637":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3638},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":3639},{"__isSmartRef__":true,"id":3641},{"__isSmartRef__":true,"id":3643},{"__isSmartRef__":true,"id":3645},{"__isSmartRef__":true,"id":3647},{"__isSmartRef__":true,"id":3649},{"__isSmartRef__":true,"id":3651},{"__isSmartRef__":true,"id":3653},{"__isSmartRef__":true,"id":3655},{"__isSmartRef__":true,"id":3657},{"__isSmartRef__":true,"id":3659},{"__isSmartRef__":true,"id":3661},{"__isSmartRef__":true,"id":3663},{"__isSmartRef__":true,"id":3665}],"eventHandler":{"__isSmartRef__":true,"id":3667},"_ClipMode":"auto","derivationIds":["B39BB768-41FC-4163-BFD5-79164E4D2B69","8A9DAD73-6660-4184-BD4C-4C28DC9D9E78","93FF5444-0F41-4AF5-8BC3-9FE540206D40","F362CB6F-567D-4F5A-9F8C-70DA4165A938","C88F3080-9B70-4481-B0C2-5AB8854D16E8","23F7D9A6-E554-405D-9754-688365808D2E","F27D9CDB-2AD1-4F45-BE33-9CACAD8075D5","7D8256A2-85F3-4BD8-9E9E-53E5D61106DF","C01C1DD1-B2E3-4832-94E5-2F6EE8752934","47731C2F-5D8B-4EA2-BEB8-BE3A5FA55A7A"],"id":"63C7F31F-0D9A-4E15-92A9-148D81578E27","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":true,"_HandStyle":null,"allowInput":true,"_FontFamily":"Monaco,monospace","_FontSize":10,"evalEnabled":false,"layout":{"__isSmartRef__":true,"id":3668},"syntaxHighlightingWhileTyping":true,"doNotSerialize":["parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","$$textString","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors"],"accessibleInInactiveWindow":true,"_lastSyntaxHighlightTime":51,"showsHalos":false,"isBeingDragged":false,"name":"constraintsTextField","owner":{"__isSmartRef__":true,"id":3554},"charsReplaced":"blue","lastFindLoc":71,"savedTextString":"height(greenRect, 100);\nwidth(greenRect, 200);\nheight(blueRect, 150);\nwidth(blueRect, 150);\nwidth(blueRect, 101);\nheight(greenRect, 100);\nratio(blueRect.height, greenRect.height, 1.5);","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"previousSelection":[305,305],"#startLetters":"disableSyn","attributeConnections":[{"__isSmartRef__":true,"id":3669}],"doNotCopyProperties":["$$textString"],"__serializedExpressions__":["_TextColor","_Position"],"textString":"position(green, 100, 100);\nratio(green.x, blue.x, 2);\nwidth(green, 200);\nposition(blue, 500, 500);?);\nvertical_distance(red, red, NaN);\nvertical_distance(red, red, NaN);\nvertical_distance(red, red, NaN);NaN\nvertical_distance(red, blue, -76);\nvertical_distance(red, blue, 76\nvertical_distance(red, blue, 76);","_Rotation":0,"_Scale":1,"cachedTextString":"position(green, 100, 100);\nratio(green.x, blue.x, 2);\nwidth(green, 200);\nposition(blue, 500, 500);?);\nvertical_distance(red, red, NaN);\nvertical_distance(red, red, NaN);\nvertical_distance(red, red, NaN);NaN\nvertical_distance(red, blue, -76);\nvertical_distance(red, blue, 76\nvertical_distance(red, blue, 76);","priorSelectionRange":[305,98],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(955.0,498.0)"},"3638":{"_BorderWidth":1,"__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(787.0,197.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(95,94,95)","_Fill":"Color.rgb(243,243,243)"},"3639":{"style":{"__isSmartRef__":true,"id":3640},"chunkOwner":{"__isSmartRef__":true,"id":3637},"_id":"_14822","storedString":"position(green, ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3640":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"3641":{"_id":"_14919","style":{"__isSmartRef__":true,"id":3642},"chunkOwner":{"__isSmartRef__":true,"id":3637},"storedString":"100","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3642":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"3643":{"_id":"_14920","style":{"__isSmartRef__":true,"id":3644},"chunkOwner":{"__isSmartRef__":true,"id":3637},"storedString":", ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3644":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"3645":{"_id":"_14921","style":{"__isSmartRef__":true,"id":3646},"chunkOwner":{"__isSmartRef__":true,"id":3637},"storedString":"100","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3646":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"3647":{"_id":"_14922","style":{"__isSmartRef__":true,"id":3648},"chunkOwner":{"__isSmartRef__":true,"id":3637},"storedString":");\nratio(green.x, blue.x, ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3648":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"3649":{"_id":"_14923","style":{"__isSmartRef__":true,"id":3650},"chunkOwner":{"__isSmartRef__":true,"id":3637},"storedString":"2","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3650":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"3651":{"_id":"_14924","style":{"__isSmartRef__":true,"id":3652},"chunkOwner":{"__isSmartRef__":true,"id":3637},"storedString":");\nwidth(green, ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3652":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"3653":{"_id":"_14925","style":{"__isSmartRef__":true,"id":3654},"chunkOwner":{"__isSmartRef__":true,"id":3637},"storedString":"200","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3654":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"3655":{"_id":"_14926","style":{"__isSmartRef__":true,"id":3656},"chunkOwner":{"__isSmartRef__":true,"id":3637},"storedString":");\nposition(blue, ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3656":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"3657":{"_id":"_14927","style":{"__isSmartRef__":true,"id":3658},"chunkOwner":{"__isSmartRef__":true,"id":3637},"storedString":"500","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3658":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"3659":{"_id":"_14928","style":{"__isSmartRef__":true,"id":3660},"chunkOwner":{"__isSmartRef__":true,"id":3637},"storedString":", ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3660":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"3661":{"_id":"_14929","style":{"__isSmartRef__":true,"id":3662},"chunkOwner":{"__isSmartRef__":true,"id":3637},"storedString":"500","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3662":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"3663":{"_id":"_14930","style":{"__isSmartRef__":true,"id":3664},"chunkOwner":{"__isSmartRef__":true,"id":3637},"storedString":");\nvertical_distance(red, blue, 76","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3664":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"3665":{"_id":"_14944","style":{"__isSmartRef__":true,"id":3666},"chunkOwner":{"__isSmartRef__":true,"id":3637},"storedString":");","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3666":{"__serializedExpressions__":["color","backgroundColor"],"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)","backgroundColor":"Color.rgb(253,192,185)"},"3667":{"morph":{"__isSmartRef__":true,"id":3637},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3668":{"resizeWidth":true,"resizeHeight":true},"3669":{"sourceObj":{"__isSmartRef__":true,"id":3637},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":3637},"targetMethodName":"highlightSyntaxDebounced","varMapping":{"__isSmartRef__":true,"id":3670},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3670":{"source":{"__isSmartRef__":true,"id":3637},"target":{"__isSmartRef__":true,"id":3637}},"3671":{"submorphs":[],"scripts":[],"id":"CF747D8E-7172-456B-A0E3-C470DAD81213","shape":{"__isSmartRef__":true,"id":3672},"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":3673},"textChunks":[{"__isSmartRef__":true,"id":3685}],"charsReplaced":"Some Text","lastFindLoc":9,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":3687},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","E3FA5A91-BF01-47C9-A727-751EA109270B","DC9ABF3E-7FF2-4651-8873-41ABA53C275F","981B9920-EC96-4DA5-A042-B4A9BAB376F7","55B92424-3319-4AC6-A0FD-C5C8BDD3FC09","E83D630D-A418-4516-9B2B-6D69FD0A0EDB","C4116FB6-ED56-415D-B357-561F7B9D00B0","354CB59A-3021-4D4C-80E4-B0AD6E4C84C0","7F9BAB72-EE11-4BA5-BB2E-7B9388075EFE","347A6A4A-14CF-4D9C-89A0-4E50E232BB97","DAA31ABA-45A1-46A8-B04B-C972AAB83845"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":3554},"lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"__serializedExpressions__":["_Position","textColor","_Padding"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(950.0,469.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)"},"3672":{"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,27.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"3673":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":3674},{"__isSmartRef__":true,"id":3676},{"__isSmartRef__":true,"id":3678},{"__isSmartRef__":true,"id":3680},{"__isSmartRef__":true,"id":3682}],"lastModifiedDate":{"__isSmartRef__":true,"id":3684},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3674":{"date":{"__isSmartRef__":true,"id":3675},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"3675":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"3676":{"date":{"__isSmartRef__":true,"id":3677},"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"},"3677":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"3678":{"date":{"__isSmartRef__":true,"id":3679},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"3679":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"3680":{"date":{"__isSmartRef__":true,"id":3681},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"3681":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"3682":{"date":{"__isSmartRef__":true,"id":3683},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"3683":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"3684":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"3685":{"style":{"__isSmartRef__":true,"id":3686},"morph":{"__isSmartRef__":true,"id":3671},"chunkOwner":{"__isSmartRef__":true,"id":3671},"storedString":"Constraints","_id":"_2157","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3686":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3687":{"morph":{"__isSmartRef__":true,"id":3671},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3688":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3689},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":3690}],"eventHandler":{"__isSmartRef__":true,"id":3692},"_ClipMode":"auto","derivationIds":["B39BB768-41FC-4163-BFD5-79164E4D2B69","8A9DAD73-6660-4184-BD4C-4C28DC9D9E78","CBE259FF-B8A1-4071-BCED-A29875B64BAB","92C81A87-A99F-4E2C-9017-D74E30C7B954","28A12935-D79B-43DE-B56C-BD30042FD863","16DC34A9-007A-414B-B27C-377F25BEFA8F","4B9CE7F8-C638-40A6-918D-B84F6EF4646B","909F9209-DD83-4A39-B741-0929D3D7A570","B65B6155-E69B-42E8-ABCD-46F003862719"],"id":"EB52E0BA-A6D0-4D6D-9008-A7784180F95C","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":true,"_HandStyle":null,"allowInput":true,"_FontFamily":"Monaco,monospace","_FontSize":10,"evalEnabled":false,"layout":{"__isSmartRef__":true,"id":3693},"syntaxHighlightingWhileTyping":false,"doNotSerialize":["parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors"],"accessibleInInactiveWindow":true,"_lastSyntaxHighlightTime":3,"showsHalos":false,"isBeingDragged":false,"name":"variablesTextField","owner":{"__isSmartRef__":true,"id":3554},"lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"__serializedExpressions__":["_TextColor","_Position"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(954.0,269.0)"},"3689":{"_BorderWidth":1,"__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(789.0,192.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(95,94,95)","_Fill":"Color.rgb(243,243,243)"},"3690":{"style":{"__isSmartRef__":true,"id":3691},"chunkOwner":{"__isSmartRef__":true,"id":3688},"_id":"_25899","storedString":"green.x 100\ngreen.y 100\nblue.x 200\ngreen.w 200\nblue.y 500\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3691":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3692":{"morph":{"__isSmartRef__":true,"id":3688},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3693":{"resizeWidth":true,"resizeHeight":true},"3694":{"submorphs":[],"scripts":[],"id":"EE8BD5A4-1FFC-4CF5-B904-DA8D08D3D13E","shape":{"__isSmartRef__":true,"id":3695},"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":"Text1","partsBinMetaInfo":{"__isSmartRef__":true,"id":3696},"textChunks":[{"__isSmartRef__":true,"id":3708}],"charsReplaced":"Some Text","lastFindLoc":9,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":3710},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","E3FA5A91-BF01-47C9-A727-751EA109270B","DC9ABF3E-7FF2-4651-8873-41ABA53C275F","6513CAFB-4D1C-4CBC-8F67-178A6CCFE302","BB1AE711-3F4C-48CC-8D6D-5EA3290535C4","4C6BFB68-F960-4E56-9B33-E997C8615D18","22109C55-E692-4A7F-B454-7B25795B02F7","F0D7DF05-7D09-4643-A949-7EBE2887185F","078BCFDA-B103-4EF2-BE3D-4D7D3ABF2EE3","14705521-B28B-48C7-BFB9-BC5D2EB9B033"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":3554},"lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"__serializedExpressions__":["_Position","textColor","_Padding"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(952.0,238.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)"},"3695":{"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,27.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"3696":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":3697},{"__isSmartRef__":true,"id":3699},{"__isSmartRef__":true,"id":3701},{"__isSmartRef__":true,"id":3703},{"__isSmartRef__":true,"id":3705}],"lastModifiedDate":{"__isSmartRef__":true,"id":3707},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3697":{"date":{"__isSmartRef__":true,"id":3698},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"3698":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"3699":{"date":{"__isSmartRef__":true,"id":3700},"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"},"3700":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"3701":{"date":{"__isSmartRef__":true,"id":3702},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"3702":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"3703":{"date":{"__isSmartRef__":true,"id":3704},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"3704":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"3705":{"date":{"__isSmartRef__":true,"id":3706},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"3706":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"3707":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"3708":{"style":{"__isSmartRef__":true,"id":3709},"morph":{"__isSmartRef__":true,"id":3694},"chunkOwner":{"__isSmartRef__":true,"id":3694},"storedString":"Variablen","_id":"_2157","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3709":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3710":{"morph":{"__isSmartRef__":true,"id":3694},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3711":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3712},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":3713}],"eventHandler":{"__isSmartRef__":true,"id":3715},"_ClipMode":"auto","derivationIds":["B39BB768-41FC-4163-BFD5-79164E4D2B69","BB5F1504-C723-4A3D-B34A-3AE0114CD5FC","01CBA3E3-837E-4298-966D-E77A665683F8","CEF24C29-29CD-41D7-A560-CE5E0667F201","E5D705F0-6074-4442-9A8D-6DD3DEC5345E","A46BFA5E-C83A-4FC5-B42D-52B7F2A09726","22323D57-DDAB-446D-9EDD-3F1894CB6B5E","71B83D1B-8529-4D3E-812A-8117C149B75F"],"id":"07D04D62-7B68-40E9-9130-7FFB29307C79","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":true,"_HandStyle":null,"allowInput":true,"_FontFamily":"Monaco,monospace","_FontSize":10,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":3554},"layout":{"__isSmartRef__":true,"id":3716},"syntaxHighlightingWhileTyping":false,"doNotSerialize":["parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors"],"accessibleInInactiveWindow":true,"_lastSyntaxHighlightTime":39,"showsHalos":false,"isBeingDragged":false,"name":"tableauTextField","charsReplaced":"[0, 0, 0, 1, 0.1111111111111111, 0, 0, 0, 55.55555555555556]\n[0, 0, 0, 0, -0.5, 1, 0, 0, 250]\n[0, 0, 0, 0, -0.3333333333333333, 0, 1, 0, 333.3333333333333]\n[0, 0, 0, 0, -0.1111111111111111, 0, 0, 1, 444.44444444444446]\n[1, 0, 0, 0, 1, 0, 0, 0, 500]\n[0, 0, 1, 0, 0.3333333333333333, 0, 0, 0, 166.66666666666669]\n[0, 1, 0, 0, 0.5, 0, 0, 0, 250]\n[0, 0, 0, 0, 1.9444444444444444, 0, 0, 0, 972.2222222222223]","lastFindLoc":478,"lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"__serializedExpressions__":["_TextColor","_Position"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(955.0,36.0)"},"3712":{"_BorderWidth":1,"__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(792.0,193.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(95,94,95)","_Fill":"Color.rgb(243,243,243)"},"3713":{"style":{"__isSmartRef__":true,"id":3714},"chunkOwner":{"__isSmartRef__":true,"id":3711},"_id":"_28964","storedString":"Variablen: [x2, x0, x1, x1, x0, x2, x3, x3, x4, x5, x5]\nGesucht: [green.x, green.y, blue.x, green.w, blue.y]\nSchlupfvariablen: [blue.x, green.y, green.x, green.w, x4, blue.y]\n\nResults: [100, 100, 200, 200, 500]\n\n x2 x0 x1 x1 x0 x2 x3 x3 x4 x5 x5\n blue.x 0 2 0 0 1 0 0 0 0 0 0 200\n green.y 0 0 1 1 0 0 0 0 0 0 0 100\n green.x 1 1 0 0 0 0 0 0 0 0 0 100\n green.w 0 0 0 0 0 0 1 1 0 0 0 200\n x4 0 -2 0 0 0 0 0 0 1 0 0 300\n blue.y 0 0 0 0 0 0 0 0 0 1 1 500\n F 0 3 0 1 0 0 0 1 0 0 1 1100\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3714":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3715":{"morph":{"__isSmartRef__":true,"id":3711},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3716":{"resizeWidth":true,"resizeHeight":true},"3717":{"submorphs":[{"__isSmartRef__":true,"id":3718}],"scripts":[],"id":"437CE367-DCA2-42D0-B627-7E8DAEAC6525","shape":{"__isSmartRef__":true,"id":3723},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3729},"lighterFill":{"__isSmartRef__":true,"id":3734},"label":{"__isSmartRef__":true,"id":3718},"name":"heightButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":3739},"attributeConnections":[{"__isSmartRef__":true,"id":3751}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":3752},"derivationIds":[7251,"3F26258D-0EE1-4A94-8419-5EE2BB6065A6","B624295D-42E3-4E0A-B370-844C2B43F4F0","F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3","7D4A1972-76E5-4369-9964-2F6ACB87C81F","468167DF-C2A9-4D14-B344-4D183695DBF9","A507628C-314F-4CA3-90BE-D9B88F8447E9","D1AF90C8-F667-4D9B-B3A4-6FA707BF0583","F9ADD09B-CC9D-47AA-A87D-54065878E333","7F647466-E96F-4C31-9CB5-7C450EE9A17E","52A09835-747D-445D-A17D-0F12C44FF1D5","A5261525-3448-4B30-86EF-3B1F6D2CA180","6F890701-16EF-4933-BFF6-366030CAE394","373F7ACC-0A40-4EC6-A402-695E35E895AE","C9BA2C75-794B-4F26-9334-CE05CA681895"],"_ClipMode":"visible","isPressed":false,"owner":{"__isSmartRef__":true,"id":3554},"__serializedExpressions__":["_Position","distanceToDragEvent"],"prevScroll":[0,0],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3753},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(8.0,244.0)","distanceToDragEvent":"lively.pt(54.9,-11.0)"},"3718":{"submorphs":[],"scripts":[],"id":"A53C3E0A-62DC-455D-9FC0-310D5EA1D3E4","shape":{"__isSmartRef__":true,"id":3719},"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":3717},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":3720}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":3722},"_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","CA0DC720-D350-40B1-B491-56053DD3ACEC","0D350F67-43D3-4011-A7FE-BB6073758DFE","F3992590-AD3D-47A5-8663-6C72C72B45C4","47B21556-6B15-498A-B9BF-F819229C95A9","E1FE4223-C4B8-418A-B3AF-83FFA6A0CD5B","C7846054-6FDC-4234-B3B3-7EE6C30BA4D3","B8B0F3E7-35D7-43B4-954E-CFB184415263","E258CC93-0FBD-47C4-A185-744532B9AC3B","A5855382-233E-4BF9-A5C5-8CA20D018E45","ED758BA3-71AD-4C91-83A3-8A0B6FBB89F2"],"_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)"},"3719":{"_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)"},"3720":{"style":{"__isSmartRef__":true,"id":3721},"chunkOwner":{"__isSmartRef__":true,"id":3718},"_id":"_1088","storedString":"Höhe","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3721":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3722":{"morph":{"__isSmartRef__":true,"id":3718},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3723":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":3724},"_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)"},"3724":{"stops":[{"__isSmartRef__":true,"id":3725},{"__isSmartRef__":true,"id":3726},{"__isSmartRef__":true,"id":3727},{"__isSmartRef__":true,"id":3728}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3725":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"3726":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"3727":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"3728":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"3729":{"stops":[{"__isSmartRef__":true,"id":3730},{"__isSmartRef__":true,"id":3731},{"__isSmartRef__":true,"id":3732},{"__isSmartRef__":true,"id":3733}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3730":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"3731":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3732":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3733":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"3734":{"stops":[{"__isSmartRef__":true,"id":3735},{"__isSmartRef__":true,"id":3736},{"__isSmartRef__":true,"id":3737},{"__isSmartRef__":true,"id":3738}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3735":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"3736":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3737":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3738":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"3739":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":3740},{"__isSmartRef__":true,"id":3742},{"__isSmartRef__":true,"id":3744},{"__isSmartRef__":true,"id":3746},{"__isSmartRef__":true,"id":3748}],"revisionOnLoad":171940,"lastModifiedDate":{"__isSmartRef__":true,"id":3750},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3740":{"date":{"__isSmartRef__":true,"id":3741},"author":"undefined","message":"","id":"7074B413-6CF0-4892-9D18-52009A2A2E03"},"3741":{"isSerializedDate":true,"string":"Fri Apr 13 2012 21:04:01 GMT+0200 (CEST)"},"3742":{"date":{"__isSmartRef__":true,"id":3743},"author":"sstamm","message":"reverted button","id":"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E"},"3743":{"isSerializedDate":true,"string":"Mon Apr 16 2012 10:36:21 GMT+0200 (CEST)"},"3744":{"date":{"__isSmartRef__":true,"id":3745},"author":"robertkrahn","message":"no comment","id":"97D17254-EAC6-4494-8330-A347909590D6"},"3745":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:08:58 GMT+0200 (CEST)"},"3746":{"date":{"__isSmartRef__":true,"id":3747},"author":"robertkrahn","message":"no comment","id":"DDE22D44-9A6D-4485-80F3-262D5DA0CC07"},"3747":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:03:19 GMT+0200 (CEST)"},"3748":{"date":{"__isSmartRef__":true,"id":3749},"author":"bgnauk","message":"no comment","id":"FA43C1A3-19A9-4ED6-A014-82C74689A5C3"},"3749":{"isSerializedDate":true,"string":"Tue Jun 19 2012 23:39:23 GMT+0200 (CEST)"},"3750":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"3751":{"sourceObj":{"__isSmartRef__":true,"id":3717},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3717},"targetMethodName":"doAction","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3752":{"morph":{"__isSmartRef__":true,"id":3717},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3753":{"doAction":{"__isSmartRef__":true,"id":3754}},"3754":{"varMapping":{"__isSmartRef__":true,"id":3755},"source":"function doAction() {\n this.owner.setCurrentConstraintType(\"height\")\n}","funcProperties":{"__isSmartRef__":true,"id":3756},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3755":{"this":{"__isSmartRef__":true,"id":3717}},"3756":{"timestamp":{"__isSmartRef__":true,"id":3757},"user":"daniel.hoffmann","tags":[]},"3757":{"isSerializedDate":true,"string":"Sun Dec 02 2012 12:13:39 GMT+0100 (CET)"},"3758":{"submorphs":[{"__isSmartRef__":true,"id":3759},{"__isSmartRef__":true,"id":3785},{"__isSmartRef__":true,"id":3815}],"scripts":[],"id":"533BB130-FFFE-457B-B41C-73834E66DEC8","shape":{"__isSmartRef__":true,"id":3845},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"SketchPadCanvas","partsBinMetaInfo":{"__isSmartRef__":true,"id":3846},"eventHandler":{"__isSmartRef__":true,"id":3861},"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","BBAFB862-93AE-4F89-BCFF-9F1C67B7FE4C","F38525CC-4B5F-4591-A4A2-657DD74B74DD","63F1F9E3-F3FB-4BFE-8B16-6CFB8462E5D6","D6BB5E26-B2CE-47C8-BD7A-C4522B0DB9F5","063ACEEA-2310-479B-942F-6B5FB445E0B2","534AE787-FE6E-4FF1-AA50-B1F9E598696F","B54A430F-54AD-4811-94EF-30C67E2C56D0","2A5E0282-C784-453C-B9A8-936C07A90F29","FBF19B07-297C-413B-A07B-85254B0E95BF","C6FB767F-64A8-405A-B879-8B5889C482AF","822A83C1-75F4-4007-B3B6-6315C31E82BC","F6544B1D-AD8E-4868-9A0E-CD919C0662D0","01AC8F3F-E069-4DE7-82A0-60A861BA07C0"],"partTests":{"__isSmartRef__":true,"id":3862},"_ClipMode":"visible","moved":true,"points":null,"isBeingDragged":false,"state":0,"#startLetters":"with","prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":3554},"__serializedExpressions__":["_Position"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3867},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","withLayers":["Global.SketchArea"],"_Position":"lively.pt(148.0,22.0)"},"3759":{"submorphs":[],"scripts":[],"id":"F4DD9144-1C35-4985-BD6F-B933C88FE1C0","shape":{"__isSmartRef__":true,"id":3760},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"green","partsBinMetaInfo":{"__isSmartRef__":true,"id":3761},"eventHandler":{"__isSmartRef__":true,"id":3779},"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","BBAFB862-93AE-4F89-BCFF-9F1C67B7FE4C","7EC17E78-593A-4CC8-B7E3-859BCBBFE785","F5AA29CB-A093-4B2B-8FEF-294054038904","17DAC708-A57C-48B6-A664-DA8FF16884EC","CB38577D-2D3E-4948-9CEA-D6FFA6571B3A","7EF7233F-E267-4AFC-B62D-DA8972E683F7","6466C303-B156-47BB-8C55-B814529A0230","9D1F0985-F485-41DE-8D92-455BC0D9C5F4","DA54464E-8086-4E11-86C3-449F6AE8BB62","D533C3F3-C76D-4D62-94F6-29A18179EE3E","9D6A3603-65B5-4A32-A17A-455AEE3A867F"],"partTests":{"__isSmartRef__":true,"id":3780},"_ClipMode":"visible","moved":true,"owner":{"__isSmartRef__":true,"id":3758},"isBeingDragged":false,"__serializedExpressions__":["_Position"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(100.0,100.0)"},"3760":{"_BorderWidth":1,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":0.6892,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__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(200.0,10.0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(76,186,54)","_Padding":"lively.rect(0,0,0,0)"},"3761":{"partsSpaceName":"PartsBin/Basic","comment":"A simple box morph. A really orange one. Its amazing what you can build out of simple boxes.... Who needs stars when you got orange rectangles!","migrationLevel":4,"partName":"Rectangle","changes":[{"__isSmartRef__":true,"id":3762},{"__isSmartRef__":true,"id":3764},{"__isSmartRef__":true,"id":3766},{"__isSmartRef__":true,"id":3768},{"__isSmartRef__":true,"id":3770},{"__isSmartRef__":true,"id":3772},{"__isSmartRef__":true,"id":3774},{"__isSmartRef__":true,"id":3776}],"lastModifiedDate":{"__isSmartRef__":true,"id":3778},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3762":{"date":{"__isSmartRef__":true,"id":3763},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"3763":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (CEST)"},"3764":{"date":{"__isSmartRef__":true,"id":3765},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"3765":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (CEST)"},"3766":{"date":{"__isSmartRef__":true,"id":3767},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"3767":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (CET)"},"3768":{"date":{"__isSmartRef__":true,"id":3769},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"3769":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (CET)"},"3770":{"date":{"__isSmartRef__":true,"id":3771},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"3771":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (CET)"},"3772":{"date":{"__isSmartRef__":true,"id":3773},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"3773":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (CEST)"},"3774":{"date":{"__isSmartRef__":true,"id":3775},"author":"bgnauk","message":"no comment","id":"0124E570-50B7-4CE3-83A1-6E7BA89B5CD8"},"3775":{"isSerializedDate":true,"string":"Mon Jun 18 2012 19:35:08 GMT+0200 (CEST)"},"3776":{"date":{"__isSmartRef__":true,"id":3777},"author":"jenslincke","message":"I want my blue rectangle back!","id":"5AA9291A-869F-4D36-8095-4721B5A5B205"},"3777":{"isSerializedDate":true,"string":"Thu Nov 22 2012 10:35:51 GMT+0100 (CET)"},"3778":{"isSerializedDate":true,"string":"Thu Nov 22 2012 10:33:25 GMT+0100 (CET)"},"3779":{"morph":{"__isSmartRef__":true,"id":3759},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3780":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3781}},"3781":{"test01IsMorph":{"__isSmartRef__":true,"id":3782}},"3782":{"varMapping":{"__isSmartRef__":true,"id":3783},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":3784},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3783":{"this":{"__isSmartRef__":true,"id":3780}},"3784":{},"3785":{"submorphs":[],"scripts":[],"id":"27307DDA-3CC0-41D3-9367-1AFB94CF364C","shape":{"__isSmartRef__":true,"id":3786},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"blue","partsBinMetaInfo":{"__isSmartRef__":true,"id":3787},"eventHandler":{"__isSmartRef__":true,"id":3809},"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","BBAFB862-93AE-4F89-BCFF-9F1C67B7FE4C","7EC17E78-593A-4CC8-B7E3-859BCBBFE785","F5AA29CB-A093-4B2B-8FEF-294054038904","0A729899-A80F-4509-9173-98E4991DCF14","CD4B00EC-774D-4EE2-BCB5-011333EFBFB3","D5F2C7AD-5FD3-4893-A863-1BCE6C4F8AF6","6782F6F8-F1E3-4E17-A5B0-8E9D1C8B6FE9","78D47AA4-0FB1-4F39-8C43-591A69929351","90EB0200-430F-4389-87E6-C05794E0F71F","076B14B0-F782-47A8-900F-6145A9D3750F"],"partTests":{"__isSmartRef__":true,"id":3810},"_ClipMode":"visible","moved":true,"owner":{"__isSmartRef__":true,"id":3758},"isBeingDragged":false,"prevScroll":[0,0],"__serializedExpressions__":["_Position"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(214.0,211.0)"},"3786":{"_BorderWidth":1,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":0.6892,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__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,100.0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(73,111,167)","_Padding":"lively.rect(0,0,0,0)"},"3787":{"partsSpaceName":"PartsBin/sd1213","comment":"Constraint-based layouting with the Simplex algorithm. Still under construction!","migrationLevel":4,"partName":"SketchPad","changes":[{"__isSmartRef__":true,"id":3788},{"__isSmartRef__":true,"id":3790},{"__isSmartRef__":true,"id":3792},{"__isSmartRef__":true,"id":3794},{"__isSmartRef__":true,"id":3796},{"__isSmartRef__":true,"id":3798},{"__isSmartRef__":true,"id":3800},{"__isSmartRef__":true,"id":3802},{"__isSmartRef__":true,"id":3804},{"__isSmartRef__":true,"id":3806}],"lastModifiedDate":{"__isSmartRef__":true,"id":3808},"revisionOnLoad":185622,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3788":{"date":{"__isSmartRef__":true,"id":3789},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"3789":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (CEST)"},"3790":{"date":{"__isSmartRef__":true,"id":3791},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"3791":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (CEST)"},"3792":{"date":{"__isSmartRef__":true,"id":3793},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"3793":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (CET)"},"3794":{"date":{"__isSmartRef__":true,"id":3795},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"3795":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (CET)"},"3796":{"date":{"__isSmartRef__":true,"id":3797},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"3797":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (CET)"},"3798":{"date":{"__isSmartRef__":true,"id":3799},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"3799":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (CEST)"},"3800":{"date":{"__isSmartRef__":true,"id":3801},"author":"bgnauk","message":"no comment","id":"0124E570-50B7-4CE3-83A1-6E7BA89B5CD8"},"3801":{"isSerializedDate":true,"string":"Mon Jun 18 2012 19:35:08 GMT+0200 (CEST)"},"3802":{"date":{"__isSmartRef__":true,"id":3803},"author":"jenslincke","message":"I want my blue rectangle back!","id":"5AA9291A-869F-4D36-8095-4721B5A5B205"},"3803":{"isSerializedDate":true,"string":"Thu Nov 22 2012 10:35:51 GMT+0100 (CET)"},"3804":{"date":{"__isSmartRef__":true,"id":3805},"author":"lisa.pfisterer","message":"first draft. Still under construction!","id":"2B13E2A0-6DC9-4EDF-82E7-F541EB7D78BF"},"3805":{"isSerializedDate":true,"string":"Sat Dec 01 2012 21:43:10 GMT+0100 (CET)"},"3806":{"date":{"__isSmartRef__":true,"id":3807},"author":"lisa.pfisterer","message":"Zwischenstand. Util-Funktionen für das Arbeiten mit Arrays (Zeile und Spalte hinzufügen für neue Constraints im Tableau)","id":"09B63D24-0A8C-46E0-9DB0-CEDE9AF8690B"},"3807":{"isSerializedDate":true,"string":"Sat Dec 01 2012 22:57:06 GMT+0100 (CET)"},"3808":{"isSerializedDate":true,"string":"Sat Dec 01 2012 21:40:09 GMT+0100 (CET)"},"3809":{"morph":{"__isSmartRef__":true,"id":3785},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3810":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3811}},"3811":{"test01IsMorph":{"__isSmartRef__":true,"id":3812}},"3812":{"varMapping":{"__isSmartRef__":true,"id":3813},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":3814},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3813":{"this":{"__isSmartRef__":true,"id":3810}},"3814":{},"3815":{"submorphs":[],"scripts":[],"id":"DF91E75B-7BB7-47BE-9CFE-BBFF8AA3D3A9","shape":{"__isSmartRef__":true,"id":3816},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"red","partsBinMetaInfo":{"__isSmartRef__":true,"id":3817},"eventHandler":{"__isSmartRef__":true,"id":3839},"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","BBAFB862-93AE-4F89-BCFF-9F1C67B7FE4C","7EC17E78-593A-4CC8-B7E3-859BCBBFE785","F5AA29CB-A093-4B2B-8FEF-294054038904","0A729899-A80F-4509-9173-98E4991DCF14","CD4B00EC-774D-4EE2-BCB5-011333EFBFB3","D5F2C7AD-5FD3-4893-A863-1BCE6C4F8AF6","6782F6F8-F1E3-4E17-A5B0-8E9D1C8B6FE9","78D47AA4-0FB1-4F39-8C43-591A69929351","37819266-0D7A-441E-A11F-74A23DA4E7CA","39263EEE-BBED-4B47-83DF-CF0E6D768662","3FDFD02D-00C9-4E9C-B7B4-2C47992DCFAD"],"partTests":{"__isSmartRef__":true,"id":3840},"_ClipMode":"visible","moved":true,"isBeingDragged":false,"prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":3758},"__serializedExpressions__":["_Position"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(43.0,135.0)"},"3816":{"_BorderWidth":1,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":0.6892,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__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(84.0,93.0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(224,29,23)","_Padding":"lively.rect(0,0,0,0)"},"3817":{"partsSpaceName":"PartsBin/sd1213","comment":"Constraint-based layouting with the Simplex algorithm. Still under construction!","migrationLevel":4,"partName":"SketchPad","changes":[{"__isSmartRef__":true,"id":3818},{"__isSmartRef__":true,"id":3820},{"__isSmartRef__":true,"id":3822},{"__isSmartRef__":true,"id":3824},{"__isSmartRef__":true,"id":3826},{"__isSmartRef__":true,"id":3828},{"__isSmartRef__":true,"id":3830},{"__isSmartRef__":true,"id":3832},{"__isSmartRef__":true,"id":3834},{"__isSmartRef__":true,"id":3836}],"lastModifiedDate":{"__isSmartRef__":true,"id":3838},"revisionOnLoad":185622,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3818":{"date":{"__isSmartRef__":true,"id":3819},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"3819":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (CEST)"},"3820":{"date":{"__isSmartRef__":true,"id":3821},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"3821":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (CEST)"},"3822":{"date":{"__isSmartRef__":true,"id":3823},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"3823":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (CET)"},"3824":{"date":{"__isSmartRef__":true,"id":3825},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"3825":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (CET)"},"3826":{"date":{"__isSmartRef__":true,"id":3827},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"3827":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (CET)"},"3828":{"date":{"__isSmartRef__":true,"id":3829},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"3829":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (CEST)"},"3830":{"date":{"__isSmartRef__":true,"id":3831},"author":"bgnauk","message":"no comment","id":"0124E570-50B7-4CE3-83A1-6E7BA89B5CD8"},"3831":{"isSerializedDate":true,"string":"Mon Jun 18 2012 19:35:08 GMT+0200 (CEST)"},"3832":{"date":{"__isSmartRef__":true,"id":3833},"author":"jenslincke","message":"I want my blue rectangle back!","id":"5AA9291A-869F-4D36-8095-4721B5A5B205"},"3833":{"isSerializedDate":true,"string":"Thu Nov 22 2012 10:35:51 GMT+0100 (CET)"},"3834":{"date":{"__isSmartRef__":true,"id":3835},"author":"lisa.pfisterer","message":"first draft. Still under construction!","id":"2B13E2A0-6DC9-4EDF-82E7-F541EB7D78BF"},"3835":{"isSerializedDate":true,"string":"Sat Dec 01 2012 21:43:10 GMT+0100 (CET)"},"3836":{"date":{"__isSmartRef__":true,"id":3837},"author":"lisa.pfisterer","message":"Zwischenstand. Util-Funktionen für das Arbeiten mit Arrays (Zeile und Spalte hinzufügen für neue Constraints im Tableau)","id":"09B63D24-0A8C-46E0-9DB0-CEDE9AF8690B"},"3837":{"isSerializedDate":true,"string":"Sat Dec 01 2012 22:57:06 GMT+0100 (CET)"},"3838":{"isSerializedDate":true,"string":"Sat Dec 01 2012 21:40:09 GMT+0100 (CET)"},"3839":{"morph":{"__isSmartRef__":true,"id":3815},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3840":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3841}},"3841":{"test01IsMorph":{"__isSmartRef__":true,"id":3842}},"3842":{"varMapping":{"__isSmartRef__":true,"id":3843},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":3844},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3843":{"this":{"__isSmartRef__":true,"id":3840}},"3844":{},"3845":{"_BorderWidth":1,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__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(767.0,663.0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(246,246,246)","_Padding":"lively.rect(0,0,0,0)"},"3846":{"partsSpaceName":"PartsBin/Basic","comment":"A simple box morph. A really orange one. Its amazing what you can build out of simple boxes.... Who needs stars when you got orange rectangles!","migrationLevel":4,"partName":"Rectangle","changes":[{"__isSmartRef__":true,"id":3847},{"__isSmartRef__":true,"id":3849},{"__isSmartRef__":true,"id":3851},{"__isSmartRef__":true,"id":3853},{"__isSmartRef__":true,"id":3855},{"__isSmartRef__":true,"id":3857},{"__isSmartRef__":true,"id":3859}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3847":{"date":{"__isSmartRef__":true,"id":3848},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"3848":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (CEST)"},"3849":{"date":{"__isSmartRef__":true,"id":3850},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"3850":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (CEST)"},"3851":{"date":{"__isSmartRef__":true,"id":3852},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"3852":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (CET)"},"3853":{"date":{"__isSmartRef__":true,"id":3854},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"3854":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (CET)"},"3855":{"date":{"__isSmartRef__":true,"id":3856},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"3856":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (CET)"},"3857":{"date":{"__isSmartRef__":true,"id":3858},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"3858":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (CEST)"},"3859":{"date":{"__isSmartRef__":true,"id":3860},"author":"bgnauk","message":"no comment","id":"0124E570-50B7-4CE3-83A1-6E7BA89B5CD8"},"3860":{"isSerializedDate":true,"string":"Mon Jun 18 2012 19:35:08 GMT+0200 (CEST)"},"3861":{"morph":{"__isSmartRef__":true,"id":3758},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3862":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3863}},"3863":{"test01IsMorph":{"__isSmartRef__":true,"id":3864}},"3864":{"varMapping":{"__isSmartRef__":true,"id":3865},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":3866},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3865":{"this":{"__isSmartRef__":true,"id":3862}},"3866":{},"3867":{"drawLine":{"__isSmartRef__":true,"id":3868},"mouseDown":{"__isSmartRef__":true,"id":3872},"partOfRectangle":{"__isSmartRef__":true,"id":3876}},"3868":{"varMapping":{"__isSmartRef__":true,"id":3869},"source":"function drawLine(evt) {\n var sketchPad = this.get(\"SketchPad\");\n debugger;\n if(evt.button != 0 || !sketchPad.state || sketchPad.state != 1)\n {\n console.log(\"no line\");\n return;\n }\n if (this.points) {\n this.points.push(evt.mousePoint);\n if (this.points.length >= 2) {\n console.log(this.getPosition());\n console.log(sketchPad.getPosition());\n var from = this.points[0].subPt(sketchPad.getPosition()).subPt(this.getPosition());\n var to = this.points[1].subPt(sketchPad.getPosition()).subPt(this.getPosition());\n console.log(\"Line between \" + from.x + \",\" + from.y + \" and \" + to.x + \",\" + to.y);\n var m = new lively.morphic.Path([from, to]);\n this.addMorph(m);\n this.points[0] = this.points.pop();\n }\n } else {\n this.points = new Array(evt.mousePoint);\n }\n console.log(\"MouseDown \" + evt.mousePoint);\n console.log(this.points);\n console.log(this);\n}","funcProperties":{"__isSmartRef__":true,"id":3870},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3869":{"this":{"__isSmartRef__":true,"id":3758}},"3870":{"timestamp":{"__isSmartRef__":true,"id":3871},"user":"daniel.hoffmann","tags":[]},"3871":{"isSerializedDate":true,"string":"Sat Dec 01 2012 21:09:37 GMT+0100 (CET)"},"3872":{"varMapping":{"__isSmartRef__":true,"id":3873},"source":"function mouseDown(element, evt) {\n console.log(element.name);\n console.log(evt);\n if(element.name != \"SketchPadCanvas\") {\n this.owner.select(element.name, this.partOfRectangle(element, evt));\n }\n}","funcProperties":{"__isSmartRef__":true,"id":3874},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3873":{"this":{"__isSmartRef__":true,"id":3758}},"3874":{"timestamp":{"__isSmartRef__":true,"id":3875},"user":"daniel.hoffmann","tags":[]},"3875":{"isSerializedDate":true,"string":"Sun Dec 02 2012 17:49:03 GMT+0100 (CET)"},"3876":{"varMapping":{"__isSmartRef__":true,"id":3877},"source":"function partOfRectangle(element, evt) {\n var pointClicked = lively.pt(evt.layerX, evt. layerY);\n var elementExtent = element.getExtent();\n if (pointClicked.x < elementExtent.x * 0.2) {\n if (pointClicked.y < elementExtent.y * 0.2) {\n return \"TL\";\n } else if (pointClicked.y > elementExtent.y * 0.8) {\n return \"BL\";\n } else {\n return \"L\";\n }\n } else if (pointClicked.x > elementExtent.x * 0.8) {\n if (pointClicked.y < elementExtent.y * 0.2) {\n return \"TR\";\n } else if (pointClicked.y > elementExtent.y * 0.8) {\n return \"BR\";\n } else {\n return \"R\";\n }\n } else {\n if (pointClicked.y < elementExtent.y * 0.2) {\n return \"T\";\n } else if (pointClicked.y > elementExtent.y * 0.8) {\n return \"B\";\n } else {\n return \"M\";\n }\n }\n}","funcProperties":{"__isSmartRef__":true,"id":3878},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3877":{"this":{"__isSmartRef__":true,"id":3758}},"3878":{"timestamp":{"__isSmartRef__":true,"id":3879},"user":"daniel.hoffmann","tags":[]},"3879":{"isSerializedDate":true,"string":"Sun Dec 02 2012 17:45:10 GMT+0100 (CET)"},"3880":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3881},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":3882}],"eventHandler":{"__isSmartRef__":true,"id":3884},"_ClipMode":"auto","derivationIds":["62424A55-8C49-4D20-85E3-32CFE0B094E6","692AAEB2-E3B2-429A-BD43-059D6BC7D53F","9F9E0E79-D469-449A-9A09-2AE06EE610E6","69D47636-83EF-46E0-A6A2-FD4DA6261F5D","94D102B5-9583-4038-AA05-311A5D1CD26E","95FF6204-C38E-49E7-835E-5B83D8435EFA","D37043D1-30B3-47EB-A8D1-BC1FF3CC8323","9CA57677-3FD9-4D34-87F7-83826949C287","95EAB5DF-7F75-42DA-AAE6-F136F1DDB3A7"],"id":"8CE344F4-B1B3-4F2B-A4CA-29B077426419","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":true,"_HandStyle":null,"allowInput":true,"_FontFamily":"Monaco,monospace","_FontSize":10,"evalEnabled":false,"layout":{"__isSmartRef__":true,"id":3885},"syntaxHighlightingWhileTyping":true,"attributeConnections":[{"__isSmartRef__":true,"id":3886}],"doNotSerialize":["$$textString"],"doNotCopyProperties":["$$textString"],"accessibleInInactiveWindow":true,"parseErrors":null,"_lastSyntaxHighlightTime":390,"showsHalos":false,"isBeingDragged":false,"name":"SelectedText","text":"name","charsReplaced":"blueRect","lastFindLoc":16,"owner":{"__isSmartRef__":true,"id":3554},"lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"__serializedExpressions__":["_TextColor","_Position"],"textString":"blue","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(9.0,149.0)"},"3881":{"_BorderWidth":1,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__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(104.0,31.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(95,94,95)","_Fill":"Color.rgb(243,243,243)"},"3882":{"style":{"__isSmartRef__":true,"id":3883},"chunkOwner":{"__isSmartRef__":true,"id":3880},"_id":"_14821","storedString":"blue","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3883":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"3884":{"morph":{"__isSmartRef__":true,"id":3880},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3885":{"resizeWidth":true,"resizeHeight":true},"3886":{"sourceObj":{"__isSmartRef__":true,"id":3880},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":3880},"targetMethodName":"highlightSyntaxDebounced","varMapping":{"__isSmartRef__":true,"id":3887},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3887":{"source":{"__isSmartRef__":true,"id":3880},"target":{"__isSmartRef__":true,"id":3880}},"3888":{"submorphs":[{"__isSmartRef__":true,"id":3889}],"scripts":[],"id":"07CA3013-ACB5-4F40-92AC-B97A58AC079D","shape":{"__isSmartRef__":true,"id":3894},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3900},"lighterFill":{"__isSmartRef__":true,"id":3905},"label":{"__isSmartRef__":true,"id":3889},"name":"SketchAreaButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":3910},"attributeConnections":[{"__isSmartRef__":true,"id":3922}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":3923},"derivationIds":[7251,"3F26258D-0EE1-4A94-8419-5EE2BB6065A6","B624295D-42E3-4E0A-B370-844C2B43F4F0","F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3","7D4A1972-76E5-4369-9964-2F6ACB87C81F","53250D98-1D56-45FC-AD4E-6816B90B0F9E","B0DC93F7-180A-4B95-A539-BFC8F1329718","70042416-60D9-43F5-AE39-6FF42B8EA5A2","9A040E3E-616F-4A08-AEC4-E35727C169CA","DD4D84C6-0498-400C-A689-EF7786996824","E5761614-BB0A-4A3E-AA56-D9D588B4B2AB"],"_ClipMode":"visible","isPressed":false,"owner":{"__isSmartRef__":true,"id":3554},"__serializedExpressions__":["_Position","distanceToDragEvent"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3924},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(8.0,620.0)","distanceToDragEvent":"lively.pt(54.9,-11.0)"},"3889":{"submorphs":[],"scripts":[],"id":"46F4BD24-9D6D-4766-9A34-3D200D5CB150","shape":{"__isSmartRef__":true,"id":3890},"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":3888},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":3891}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":3893},"_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","9DF72664-2B4F-4B28-986F-49B3401426E5","31475D00-8C5F-4CF3-8738-D2874FDE47BA","8A54B665-A7FA-4168-8476-FAE7EC691954","FE0BBCBD-3B8E-48E2-9236-5A733F89AF5C","6E7A48FA-0EA9-4B37-B9B7-892120FB554D","E0E34484-37C8-4871-9E53-DB23669BC6DD"],"_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)"},"3890":{"_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(125.0,55.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"3891":{"style":{"__isSmartRef__":true,"id":3892},"chunkOwner":{"__isSmartRef__":true,"id":3889},"_id":"_5885","storedString":"Setup SketchArea (in case mouse events don't work)","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3892":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3893":{"morph":{"__isSmartRef__":true,"id":3889},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3894":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":3895},"_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(125.0,55.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"3895":{"stops":[{"__isSmartRef__":true,"id":3896},{"__isSmartRef__":true,"id":3897},{"__isSmartRef__":true,"id":3898},{"__isSmartRef__":true,"id":3899}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3896":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"3897":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"3898":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"3899":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"3900":{"stops":[{"__isSmartRef__":true,"id":3901},{"__isSmartRef__":true,"id":3902},{"__isSmartRef__":true,"id":3903},{"__isSmartRef__":true,"id":3904}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3901":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"3902":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3903":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3904":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"3905":{"stops":[{"__isSmartRef__":true,"id":3906},{"__isSmartRef__":true,"id":3907},{"__isSmartRef__":true,"id":3908},{"__isSmartRef__":true,"id":3909}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3906":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"3907":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3908":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3909":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"3910":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":3911},{"__isSmartRef__":true,"id":3913},{"__isSmartRef__":true,"id":3915},{"__isSmartRef__":true,"id":3917},{"__isSmartRef__":true,"id":3919}],"revisionOnLoad":171940,"lastModifiedDate":{"__isSmartRef__":true,"id":3921},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3911":{"date":{"__isSmartRef__":true,"id":3912},"author":"undefined","message":"","id":"7074B413-6CF0-4892-9D18-52009A2A2E03"},"3912":{"isSerializedDate":true,"string":"Fri Apr 13 2012 21:04:01 GMT+0200 (CEST)"},"3913":{"date":{"__isSmartRef__":true,"id":3914},"author":"sstamm","message":"reverted button","id":"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E"},"3914":{"isSerializedDate":true,"string":"Mon Apr 16 2012 10:36:21 GMT+0200 (CEST)"},"3915":{"date":{"__isSmartRef__":true,"id":3916},"author":"robertkrahn","message":"no comment","id":"97D17254-EAC6-4494-8330-A347909590D6"},"3916":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:08:58 GMT+0200 (CEST)"},"3917":{"date":{"__isSmartRef__":true,"id":3918},"author":"robertkrahn","message":"no comment","id":"DDE22D44-9A6D-4485-80F3-262D5DA0CC07"},"3918":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:03:19 GMT+0200 (CEST)"},"3919":{"date":{"__isSmartRef__":true,"id":3920},"author":"bgnauk","message":"no comment","id":"FA43C1A3-19A9-4ED6-A014-82C74689A5C3"},"3920":{"isSerializedDate":true,"string":"Tue Jun 19 2012 23:39:23 GMT+0200 (CEST)"},"3921":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"3922":{"sourceObj":{"__isSmartRef__":true,"id":3888},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3888},"targetMethodName":"doAction","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3923":{"morph":{"__isSmartRef__":true,"id":3888},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3924":{"doAction":{"__isSmartRef__":true,"id":3925}},"3925":{"varMapping":{"__isSmartRef__":true,"id":3926},"source":"function doAction() {\n //in case mouse events are not working\n cop.create('SketchArea').refineClass(lively.morphic.Morph, {\n onMouseDown: function(evt) {\n this.get('SketchPadCanvas').mouseDown(this, evt);\n return cop.proceed(evt);\n }\n })\n this.get('SketchPadCanvas').setWithLayers([SketchArea])\n}","funcProperties":{"__isSmartRef__":true,"id":3927},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3926":{"this":{"__isSmartRef__":true,"id":3888}},"3927":{"timestamp":{"__isSmartRef__":true,"id":3928},"user":"daniel.hoffmann","tags":[]},"3928":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:52:42 GMT+0100 (CET)"},"3929":{"submorphs":[],"scripts":[],"id":"3FCD2D8B-5E9F-4969-9DAB-E97028E2C593","shape":{"__isSmartRef__":true,"id":3930},"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":"Text3","partsBinMetaInfo":{"__isSmartRef__":true,"id":3931},"textChunks":[{"__isSmartRef__":true,"id":3943}],"charsReplaced":"Variablen","lastFindLoc":9,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":3945},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","E3FA5A91-BF01-47C9-A727-751EA109270B","DC9ABF3E-7FF2-4651-8873-41ABA53C275F","6513CAFB-4D1C-4CBC-8F67-178A6CCFE302","BB1AE711-3F4C-48CC-8D6D-5EA3290535C4","4C6BFB68-F960-4E56-9B33-E997C8615D18","22109C55-E692-4A7F-B454-7B25795B02F7","F0D7DF05-7D09-4643-A949-7EBE2887185F","9F5B5210-26DD-413E-AE62-7D0E5282C8AA","6EB15A1C-4F40-4442-B7B8-C89E32BB7969","81D40AAE-760A-4C3F-A852-A19D5D9F69B6"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":3554},"priorSelectionRange":[0,9],"previousSelection":[1,1],"lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"__serializedExpressions__":["_Position","textColor","_Padding"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(953.0,4.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)"},"3930":{"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,27.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"3931":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":3932},{"__isSmartRef__":true,"id":3934},{"__isSmartRef__":true,"id":3936},{"__isSmartRef__":true,"id":3938},{"__isSmartRef__":true,"id":3940}],"lastModifiedDate":{"__isSmartRef__":true,"id":3942},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3932":{"date":{"__isSmartRef__":true,"id":3933},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"3933":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"3934":{"date":{"__isSmartRef__":true,"id":3935},"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"},"3935":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"3936":{"date":{"__isSmartRef__":true,"id":3937},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"3937":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"3938":{"date":{"__isSmartRef__":true,"id":3939},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"3939":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"3940":{"date":{"__isSmartRef__":true,"id":3941},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"3941":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"3942":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"3943":{"style":{"__isSmartRef__":true,"id":3944},"morph":{"__isSmartRef__":true,"id":3929},"chunkOwner":{"__isSmartRef__":true,"id":3929},"storedString":"Tableau","_id":"_2157","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3944":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3945":{"morph":{"__isSmartRef__":true,"id":3929},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3946":{"submorphs":[{"__isSmartRef__":true,"id":3947}],"scripts":[],"id":"0DB44CA2-ACA4-40FE-8AC6-FF177A01E4B3","shape":{"__isSmartRef__":true,"id":3952},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3958},"lighterFill":{"__isSmartRef__":true,"id":3963},"label":{"__isSmartRef__":true,"id":3947},"name":"stepButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":3968},"attributeConnections":[{"__isSmartRef__":true,"id":3980}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":3982},"derivationIds":[7251,"3F26258D-0EE1-4A94-8419-5EE2BB6065A6","B624295D-42E3-4E0A-B370-844C2B43F4F0","F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3","7D4A1972-76E5-4369-9964-2F6ACB87C81F","468167DF-C2A9-4D14-B344-4D183695DBF9","5DC89142-1E9D-4F9D-8CC7-4ACAD3FDB32D","16626E66-A841-4E0A-9692-2F2534B1F06F","96DBF6DD-3596-4554-98F4-BD1782C95ACB","8C059799-B938-4458-A054-0BF2C93DF1EC","57CDCC7B-37A6-4E9E-ACB9-192B3D578DA0","A2475486-D122-4968-97F8-307C609A7E48","F1CF74E6-4D1C-4BE7-9D96-44BED419B825"],"_ClipMode":"visible","isPressed":false,"owner":{"__isSmartRef__":true,"id":3554},"prevScroll":[0,0],"__serializedExpressions__":["_Position","distanceToDragEvent"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3983},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(7.0,111.0)","distanceToDragEvent":"lively.pt(54.9,-11.0)"},"3947":{"submorphs":[],"scripts":[],"id":"9648335C-0ED0-46A2-9B3D-29CCE07D16A8","shape":{"__isSmartRef__":true,"id":3948},"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":3946},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":3949}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":3951},"_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","CA0DC720-D350-40B1-B491-56053DD3ACEC","DFC25BA5-C55B-4BAD-A16C-ABAD9E6744DB","89EED327-F1A9-41E9-B5EE-C5D60824ECE0","84EE39A7-3564-46BE-9222-2D58CB507AA3","F21E1DD4-4613-461E-B90E-A804C251F8DD","A1F18994-7984-40E5-9655-187BA5721D53","4A2EF52C-9722-462C-BDFF-8CDED286D21F","050E1615-7B64-4637-9C8B-3B0186C44EBC"],"_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)"},"3948":{"_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)"},"3949":{"style":{"__isSmartRef__":true,"id":3950},"chunkOwner":{"__isSmartRef__":true,"id":3947},"_id":"_1246","storedString":"Schritt","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3950":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3951":{"morph":{"__isSmartRef__":true,"id":3947},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3952":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":3953},"_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)"},"3953":{"stops":[{"__isSmartRef__":true,"id":3954},{"__isSmartRef__":true,"id":3955},{"__isSmartRef__":true,"id":3956},{"__isSmartRef__":true,"id":3957}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3954":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"3955":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"3956":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"3957":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"3958":{"stops":[{"__isSmartRef__":true,"id":3959},{"__isSmartRef__":true,"id":3960},{"__isSmartRef__":true,"id":3961},{"__isSmartRef__":true,"id":3962}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3959":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"3960":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3961":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"3962":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"3963":{"stops":[{"__isSmartRef__":true,"id":3964},{"__isSmartRef__":true,"id":3965},{"__isSmartRef__":true,"id":3966},{"__isSmartRef__":true,"id":3967}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3964":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"3965":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3966":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"3967":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"3968":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":3969},{"__isSmartRef__":true,"id":3971},{"__isSmartRef__":true,"id":3973},{"__isSmartRef__":true,"id":3975},{"__isSmartRef__":true,"id":3977}],"revisionOnLoad":171940,"lastModifiedDate":{"__isSmartRef__":true,"id":3979},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3969":{"date":{"__isSmartRef__":true,"id":3970},"author":"undefined","message":"","id":"7074B413-6CF0-4892-9D18-52009A2A2E03"},"3970":{"isSerializedDate":true,"string":"Fri Apr 13 2012 21:04:01 GMT+0200 (CEST)"},"3971":{"date":{"__isSmartRef__":true,"id":3972},"author":"sstamm","message":"reverted button","id":"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E"},"3972":{"isSerializedDate":true,"string":"Mon Apr 16 2012 10:36:21 GMT+0200 (CEST)"},"3973":{"date":{"__isSmartRef__":true,"id":3974},"author":"robertkrahn","message":"no comment","id":"97D17254-EAC6-4494-8330-A347909590D6"},"3974":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:08:58 GMT+0200 (CEST)"},"3975":{"date":{"__isSmartRef__":true,"id":3976},"author":"robertkrahn","message":"no comment","id":"DDE22D44-9A6D-4485-80F3-262D5DA0CC07"},"3976":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:03:19 GMT+0200 (CEST)"},"3977":{"date":{"__isSmartRef__":true,"id":3978},"author":"bgnauk","message":"no comment","id":"FA43C1A3-19A9-4ED6-A014-82C74689A5C3"},"3978":{"isSerializedDate":true,"string":"Tue Jun 19 2012 23:39:23 GMT+0200 (CEST)"},"3979":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"3980":{"sourceObj":{"__isSmartRef__":true,"id":3946},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3554},"targetMethodName":"simplexStep","varMapping":{"__isSmartRef__":true,"id":3981},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"3981":{"source":{"__isSmartRef__":true,"id":3946},"target":{"__isSmartRef__":true,"id":3554}},"3982":{"morph":{"__isSmartRef__":true,"id":3946},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3983":{"doAction":{"__isSmartRef__":true,"id":3984}},"3984":{"varMapping":{"__isSmartRef__":true,"id":3985},"source":"function doAction() {\n \n}","funcProperties":{"__isSmartRef__":true,"id":3986},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3985":{"this":{"__isSmartRef__":true,"id":3946}},"3986":{"timestamp":{"__isSmartRef__":true,"id":3987},"user":"robertkrahn","tags":[]},"3987":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:02:40 GMT+0200 (CEST)"},"3988":{"submorphs":[{"__isSmartRef__":true,"id":3989}],"scripts":[],"id":"957FAFB0-591A-41ED-9A77-ECFA79075EFB","shape":{"__isSmartRef__":true,"id":3994},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4000},"lighterFill":{"__isSmartRef__":true,"id":4005},"label":{"__isSmartRef__":true,"id":3989},"name":"stopButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":4010},"attributeConnections":[{"__isSmartRef__":true,"id":4021},{"__isSmartRef__":true,"id":4022},{"__isSmartRef__":true,"id":4076}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":4078},"derivationIds":[7251,"3F26258D-0EE1-4A94-8419-5EE2BB6065A6","B624295D-42E3-4E0A-B370-844C2B43F4F0","F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3","7D4A1972-76E5-4369-9964-2F6ACB87C81F","8B7A69E1-2842-4086-AAF1-C435517C4DA7","C2A72BC2-1B3C-4CB5-970E-F0D28763C62D","707149E7-9837-4996-BB84-9423A4404556","C479A54B-32C8-4A5E-A1FB-B5C5A35B70C7","8A891806-DFA1-4D9B-88D6-BBD4587F3D7B","BA252EA5-5572-411C-8BFC-41265BBA4CE8","C1E1C431-73A9-4B45-AA79-F33D7C716811","4DD7EAD5-32D2-47DC-AB49-A846379C9833"],"_ClipMode":"visible","isPressed":false,"owner":{"__isSmartRef__":true,"id":3554},"prevScroll":[0,0],"__serializedExpressions__":["_Position","distanceToDragEvent"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4079},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(5.0,81.0)","distanceToDragEvent":"lively.pt(54.9,-11.0)"},"3989":{"submorphs":[],"scripts":[],"id":"23F2BF06-7425-4AD5-8397-0904C8E5476C","shape":{"__isSmartRef__":true,"id":3990},"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":3988},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":3991}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":3993},"_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","E24E16C9-A02D-4DC4-89F3-9535E54A9BAE","6FD03EBD-9331-4021-99B7-298ADDFC8C33","53BAF5AF-5CBA-425B-A0BB-5E51D31867FA","BC8209BF-4E53-419D-9D86-49C971E6F754","464553B0-0A18-418A-8665-C128463D0EAD","D0F9E5D5-1EEB-4490-A36B-12CB104F01A9","35E05786-926D-42CB-88EF-CE38E8F2C86E","6D6F1EE6-7BA6-4B05-8916-FA27A3BD92BC"],"_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)"},"3990":{"_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)"},"3991":{"style":{"__isSmartRef__":true,"id":3992},"chunkOwner":{"__isSmartRef__":true,"id":3989},"_id":"_33507","storedString":"Stop","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3992":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3993":{"morph":{"__isSmartRef__":true,"id":3989},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3994":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":3995},"_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)"},"3995":{"stops":[{"__isSmartRef__":true,"id":3996},{"__isSmartRef__":true,"id":3997},{"__isSmartRef__":true,"id":3998},{"__isSmartRef__":true,"id":3999}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"3996":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"3997":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"3998":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"3999":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"4000":{"stops":[{"__isSmartRef__":true,"id":4001},{"__isSmartRef__":true,"id":4002},{"__isSmartRef__":true,"id":4003},{"__isSmartRef__":true,"id":4004}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"4001":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"4002":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"4003":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"4004":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"4005":{"stops":[{"__isSmartRef__":true,"id":4006},{"__isSmartRef__":true,"id":4007},{"__isSmartRef__":true,"id":4008},{"__isSmartRef__":true,"id":4009}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"4006":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"4007":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"4008":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"4009":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"4010":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":4011},{"__isSmartRef__":true,"id":4013},{"__isSmartRef__":true,"id":4015},{"__isSmartRef__":true,"id":4017},{"__isSmartRef__":true,"id":4019}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"4011":{"date":{"__isSmartRef__":true,"id":4012},"author":"undefined","message":"","id":"7074B413-6CF0-4892-9D18-52009A2A2E03"},"4012":{"isSerializedDate":true,"string":"Fri Apr 13 2012 21:04:01 GMT+0200 (CEST)"},"4013":{"date":{"__isSmartRef__":true,"id":4014},"author":"sstamm","message":"reverted button","id":"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E"},"4014":{"isSerializedDate":true,"string":"Mon Apr 16 2012 10:36:21 GMT+0200 (CEST)"},"4015":{"date":{"__isSmartRef__":true,"id":4016},"author":"robertkrahn","message":"no comment","id":"97D17254-EAC6-4494-8330-A347909590D6"},"4016":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:08:58 GMT+0200 (CEST)"},"4017":{"date":{"__isSmartRef__":true,"id":4018},"author":"robertkrahn","message":"no comment","id":"DDE22D44-9A6D-4485-80F3-262D5DA0CC07"},"4018":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:03:19 GMT+0200 (CEST)"},"4019":{"date":{"__isSmartRef__":true,"id":4020},"author":"bgnauk","message":"no comment","id":"FA43C1A3-19A9-4ED6-A014-82C74689A5C3"},"4020":{"isSerializedDate":true,"string":"Tue Jun 19 2012 23:39:23 GMT+0200 (CEST)"},"4021":{"sourceObj":{"__isSmartRef__":true,"id":3988},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3988},"targetMethodName":"doAction","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"4022":{"sourceObj":{"__isSmartRef__":true,"id":3988},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4023},"targetMethodName":"stop","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"4023":{"submorphs":[],"scripts":[],"id":"DFA99784-9469-437E-9259-5FE6DB274314","shape":{"__isSmartRef__":true,"id":4024},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"Rectangle1","partsBinMetaInfo":{"__isSmartRef__":true,"id":4025},"eventHandler":{"__isSmartRef__":true,"id":4040},"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","BBAFB862-93AE-4F89-BCFF-9F1C67B7FE4C"],"partTests":{"__isSmartRef__":true,"id":4041},"_ClipMode":"visible","moved":true,"owner":null,"algorithm":{"__isSmartRef__":true,"id":4046},"result":false,"#startLetters":"init","isBeingDragged":false,"prevScroll":[0,0],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4047},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(2259.0,1431.0)"},"4024":{"_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(250.0,252.0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,143,0)","_Padding":"lively.rect(0,0,0,0)"},"4025":{"partsSpaceName":"PartsBin/Basic","comment":"A simple box morph. A really orange one. Its amazing what you can build out of simple boxes.... Who needs stars when you got orange rectangles!","migrationLevel":4,"partName":"Rectangle","changes":[{"__isSmartRef__":true,"id":4026},{"__isSmartRef__":true,"id":4028},{"__isSmartRef__":true,"id":4030},{"__isSmartRef__":true,"id":4032},{"__isSmartRef__":true,"id":4034},{"__isSmartRef__":true,"id":4036},{"__isSmartRef__":true,"id":4038}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"4026":{"date":{"__isSmartRef__":true,"id":4027},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"4027":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (CEST)"},"4028":{"date":{"__isSmartRef__":true,"id":4029},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"4029":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (CEST)"},"4030":{"date":{"__isSmartRef__":true,"id":4031},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"4031":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (CET)"},"4032":{"date":{"__isSmartRef__":true,"id":4033},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"4033":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (CET)"},"4034":{"date":{"__isSmartRef__":true,"id":4035},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"4035":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (CET)"},"4036":{"date":{"__isSmartRef__":true,"id":4037},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"4037":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (CEST)"},"4038":{"date":{"__isSmartRef__":true,"id":4039},"author":"bgnauk","message":"no comment","id":"0124E570-50B7-4CE3-83A1-6E7BA89B5CD8"},"4039":{"isSerializedDate":true,"string":"Mon Jun 18 2012 19:35:08 GMT+0200 (CEST)"},"4040":{"morph":{"__isSmartRef__":true,"id":4023},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4041":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4042}},"4042":{"test01IsMorph":{"__isSmartRef__":true,"id":4043}},"4043":{"varMapping":{"__isSmartRef__":true,"id":4044},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":4045},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4044":{"this":{"__isSmartRef__":true,"id":4041}},"4045":{},"4046":{"__LivelyClassName__":"SimplexAlgorithmClass","__SourceModuleName__":"Global.projects.SketchPad.SimplexAlgorithm"},"4047":{"solveConstraints":{"__isSmartRef__":true,"id":4048},"start":{"__isSmartRef__":true,"id":4052},"stop":{"__isSmartRef__":true,"id":4056},"testFunc":{"__isSmartRef__":true,"id":4060},"initSimplex":{"__isSmartRef__":true,"id":4064},"simplexStep":{"__isSmartRef__":true,"id":4068},"initializeTableau":{"__isSmartRef__":true,"id":4072}},"4048":{"varMapping":{"__isSmartRef__":true,"id":4049},"source":"function solveConstraints() {\n // changed at Tue Oct 30 2012 17:26:19 GMT+0100 (Mitteleuropäische Zeit) by lisa.pfisterer \n module('apps.dwarfcassowary.js.DwarfCassowary').load();\n module('projects.SketchPad.testModule').load();\n \n var solver = new ClSimplexSolver();\n var height1 = new ClVariable(5);\n var height2 = new ClVariable(10);\n \n var width1 = new ClVariable(5);\n var width2 = new ClVariable(10);\n \n solver.addConstraint(new ClLinearEquation((new ClLinearExpression(height1)).times(2), height2 ));\n \n solver.addConstraint(new ClLinearEquation((new ClLinearExpression(width1)).times(2), width2 ));\n \n solver. addStay(height2). addEditVar(height1). beginEdit();\n solver. addStay(width2). addEditVar(width1). beginEdit();\n \n solver. suggestValue(height1, this.get('Rectangle2').getExtent().y). resolve();\n solver. suggestValue(width1, this.get('Rectangle2').getExtent().x). resolve();\n \n solver.endEdit();\n \n var extent = this.get(\"Rectangle1\").getExtent();\n extent.y = height2.value();\n extent.x = width2.value();\n\n this.get(\"Rectangle1\").setExtent(extent);\n \n var ext1 = this.get(\"Rectangle1\").getExtent();\n var ext2 = this.get(\"Rectangle2\").getExtent();\n \n \n this.get(\"textfield\").setTextString(\"Extent 1: X: \" + ext1.x + \", Y: \" + ext1.y);\n this.get(\"textfield2\").setTextString(\"Extent 2: X: \" + ext2.x + \", Y: \" + ext2.y);\n this.get(\"ratio\").setTextString(\"Ratio: X: \" + (ext1.x/ext2.x) + \", Y: \" +(ext1.y/ext2.y) );\n}","funcProperties":{"__isSmartRef__":true,"id":4050},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4049":{"this":{"__isSmartRef__":true,"id":4023}},"4050":{"timestamp":{"__isSmartRef__":true,"id":4051},"user":"lisa.pfisterer","tags":[]},"4051":{"isSerializedDate":true,"string":"Wed Nov 07 2012 18:48:40 GMT+0100 (CET)"},"4052":{"varMapping":{"__isSmartRef__":true,"id":4053},"source":"function start() {\n this.initSimplex();\n this.startStepping(1000, \"simplexStep\")\n}","funcProperties":{"__isSmartRef__":true,"id":4054},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4053":{"this":{"__isSmartRef__":true,"id":4023}},"4054":{"timestamp":{"__isSmartRef__":true,"id":4055},"user":"lisa.pfisterer","tags":[]},"4055":{"isSerializedDate":true,"string":"Mon Nov 19 2012 12:49:43 GMT+0100 (CET)"},"4056":{"varMapping":{"__isSmartRef__":true,"id":4057},"source":"function stop() {\n this.stopStepping()\n}","funcProperties":{"__isSmartRef__":true,"id":4058},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4057":{"this":{"__isSmartRef__":true,"id":4023}},"4058":{"timestamp":{"__isSmartRef__":true,"id":4059},"user":"lisa.pfisterer","tags":[]},"4059":{"isSerializedDate":true,"string":"Mon Nov 05 2012 09:16:36 GMT+0100 (CET)"},"4060":{"varMapping":{"__isSmartRef__":true,"id":4061},"source":"function testFunc() {\n module('projects.SketchPad.SimplexAlgorithm').load();\n var object = new SimplexAlgorithmClass();\n object.main();\n //var x = height1.init();\n //this.get(\"textfield\").setTextString(\"Value for X: \" + x);\n //var solver = new testObject();\n //solver.testFunction();\n}","funcProperties":{"__isSmartRef__":true,"id":4062},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4061":{"this":{"__isSmartRef__":true,"id":4023}},"4062":{"timestamp":{"__isSmartRef__":true,"id":4063},"user":"lisa.pfisterer","tags":[]},"4063":{"isSerializedDate":true,"string":"Tue Nov 13 2012 18:13:02 GMT+0100 (CET)"},"4064":{"varMapping":{"__isSmartRef__":true,"id":4065},"source":"function initSimplex() {\n module('projects.SketchPad.SimplexAlgorithm').load();\n JSLoader.loadJs('http://lively-kernel.org/repository/webwerkstatt/projects/SketchPad/SimplexAlgorithm.js');\n \n this.algorithm = new SimplexAlgorithmClass();\n this.get(\"solutionString\").setTextString(\"\");\n \n all = new Array(\"x1\", \"x2\", \"x3\", \"x4\", \"x5\", \"x6\", \"x7\", \"x8\");\n schlupf = new Array(\"x5\", \"x6\", \"x7\", \"x8\", \"F\");\n needed = new Array(\"x1\", \"x2\", \"x3\", \"x4\");\n \n this.initializeTableau();\n\n this.algorithm.initSimplex(all, schlupf, needed);\n \n \n\n var extent = this.get(\"optangle\").getExtent();\n extent.x = 0;\n extent.y = 0;\n this.get(\"optangle\").setExtent(extent);\n \n var extent2 = this.get(\"optangle2\").getExtent();\n extent2.x = 0;\n extent2.y = 0;\n this.get(\"optangle2\").setExtent(extent2);\n \n this.result = false;\n}","funcProperties":{"__isSmartRef__":true,"id":4066},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4065":{"this":{"__isSmartRef__":true,"id":4023}},"4066":{"timestamp":{"__isSmartRef__":true,"id":4067},"user":"lisa.pfisterer","tags":[]},"4067":{"isSerializedDate":true,"string":"Mon Nov 19 2012 12:22:46 GMT+0100 (CET)"},"4068":{"varMapping":{"__isSmartRef__":true,"id":4069},"source":"function simplexStep() {\n if(!this.algorithm.result) {\n this.algorithm.simplexIteration();\n console.log(\"Result: \" + this.algorithm.resultString);\n console.log(\"Array x1: \" + this.algorithm.resultArray[0]);\n console.log(\"Array x2: \" + this.algorithm.resultArray[1]);\n console.log(\"Array x3: \" + this.algorithm.resultArray[2]);\n console.log(\"Array x4: \" + this.algorithm.resultArray[3]);\n \n this.get(\"solutionString\").setTextString(this.algorithm.needed[0] + \": \" + this.algorithm.resultArray[0] + \" \" + this.algorithm.needed[1] + \": \" + this.algorithm.resultArray[1] + \" \" + this.algorithm.needed[2] + \": \" + this.algorithm.resultArray[2] + \" \" + this.algorithm.needed[3] + \": \" + this.algorithm.resultArray[3]);\n \n\tvar extent = this.get(\"optangle\").getExtent();\n\textent[\"x\"] = this.algorithm.resultArray[0] * 1;\n\textent[\"y\"] = this.algorithm.resultArray[1] * 1;\n\tthis.get(\"optangle\").setExtent(extent);\n\t\n\tvar extent2 = this.get(\"optangle2\").getExtent();\n\textent2.x = this.algorithm.resultArray[2] * 1;\n\textent2.y = this.algorithm.resultArray[3] * 1;\n\tthis.get(\"optangle2\").setExtent(extent2);\n } else {\n this.stop();\n console.log(\"ALGORITHM FINISHED.\");\n }\n \n\n}","funcProperties":{"__isSmartRef__":true,"id":4070},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4069":{"this":{"__isSmartRef__":true,"id":4023}},"4070":{"timestamp":{"__isSmartRef__":true,"id":4071},"user":"lisa.pfisterer","tags":[]},"4071":{"isSerializedDate":true,"string":"Mon Nov 19 2012 12:50:17 GMT+0100 (CET)"},"4072":{"varMapping":{"__isSmartRef__":true,"id":4073},"source":"function initializeTableau() {\n var tableau = new Array(8);\n\n tableau[0] = new Array( 1, 0, 0, 0, 1, 0, 0, 0, 500 );\n \n tableau[1] = new Array( 0, 1, 0, 0, 0, 1, 0, 0, 500 );\n \n tableau[2] = new Array( 0, 0, 1, 0, 0, 0, 1, 0, 500 );\n\n tableau[3] = new Array( 0, 0, 0, 1, 0, 0, 0, 1, 500 );\n \n tableau[4] = new Array( 1, - 2, 0, 0, 0, 0, 0, 0, 0 );\n \n tableau[5] = new Array( 0, 0, 1, -3, 0, 0, 0, 0, 0 );\n \n tableau[6] = new Array( 1, 0, -3, 0, 0, 0, 0, 0, 0 );\n \n tableau[7] = new Array( -1, -1, -1, -1, 0, 0, 0, 0, 0 );\n\t\t\t\n this.algorithm.tableau = tableau;\t\n}","funcProperties":{"__isSmartRef__":true,"id":4074},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4073":{"this":{"__isSmartRef__":true,"id":4023}},"4074":{"timestamp":{"__isSmartRef__":true,"id":4075},"user":"lisa.pfisterer","tags":[]},"4075":{"isSerializedDate":true,"string":"Mon Nov 19 2012 12:24:52 GMT+0100 (CET)"},"4076":{"sourceObj":{"__isSmartRef__":true,"id":3988},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3554},"targetMethodName":"stop","varMapping":{"__isSmartRef__":true,"id":4077},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"4077":{"source":{"__isSmartRef__":true,"id":3988},"target":{"__isSmartRef__":true,"id":3554}},"4078":{"morph":{"__isSmartRef__":true,"id":3988},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4079":{"doAction":{"__isSmartRef__":true,"id":4080}},"4080":{"varMapping":{"__isSmartRef__":true,"id":4081},"source":"function doAction() {\n \n}","funcProperties":{"__isSmartRef__":true,"id":4082},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4081":{"this":{"__isSmartRef__":true,"id":3988}},"4082":{"timestamp":{"__isSmartRef__":true,"id":4083},"user":"robertkrahn","tags":[]},"4083":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:02:40 GMT+0200 (CEST)"},"4084":{"submorphs":[{"__isSmartRef__":true,"id":4085}],"scripts":[],"id":"0D0825E7-3869-420D-8BAB-1F27926C7D16","shape":{"__isSmartRef__":true,"id":4090},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4096},"lighterFill":{"__isSmartRef__":true,"id":4101},"label":{"__isSmartRef__":true,"id":4085},"name":"startButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":4010},"attributeConnections":[{"__isSmartRef__":true,"id":4106}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":4108},"derivationIds":[7251,"3F26258D-0EE1-4A94-8419-5EE2BB6065A6","B624295D-42E3-4E0A-B370-844C2B43F4F0","F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3","7D4A1972-76E5-4369-9964-2F6ACB87C81F","55E09D28-A9CA-4965-825E-F64F08933541","52575A31-EA4C-4E6E-B44F-37DE54D09554","09D0A760-52C4-4A3D-874C-137EBF1EC476","5EBC15A1-E19A-4FBD-8DBD-A2314C23B003","3B9E867B-0475-4602-BACF-0E82334A96D5","C0402D4B-0FBE-4555-8D28-FD88F7380060","DDC9CFD1-04BD-45AD-A355-E9619E645903","536D2B4D-6B6D-44BA-A0AA-10D1C2A05E10"],"_ClipMode":"visible","isPressed":false,"owner":{"__isSmartRef__":true,"id":3554},"__serializedExpressions__":["_Position","distanceToDragEvent"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(7.0,53.0)","distanceToDragEvent":"lively.pt(54.9,-11.0)"},"4085":{"submorphs":[],"scripts":[],"id":"9D289327-D850-478C-BA7A-236DF8B00D66","shape":{"__isSmartRef__":true,"id":4086},"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":4084},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":4087}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":4089},"_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","FA375CFB-4C21-4DC8-8F83-823F12C471E2","765CA998-A11D-4244-9112-E02C3E6D6E08","73AA2975-57A2-4F12-A71A-171D2BDC5ECA","A017DA43-1B33-4E3C-8DB3-97FE48F0C491","67CE02E1-7A8E-4984-998C-BCF6A77C546C","8FEAD123-5CF2-46BB-A565-CB274595BC73","1F94C037-3802-4323-B400-ECC60F8AAD7E","F3A4CA0F-900C-4C22-A218-5219A4B70E1B"],"_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)"},"4086":{"_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)"},"4087":{"style":{"__isSmartRef__":true,"id":4088},"chunkOwner":{"__isSmartRef__":true,"id":4085},"_id":"_33410","storedString":"Start","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4088":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4089":{"morph":{"__isSmartRef__":true,"id":4085},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4090":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":4091},"_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)"},"4091":{"stops":[{"__isSmartRef__":true,"id":4092},{"__isSmartRef__":true,"id":4093},{"__isSmartRef__":true,"id":4094},{"__isSmartRef__":true,"id":4095}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"4092":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"4093":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"4094":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"4095":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"4096":{"stops":[{"__isSmartRef__":true,"id":4097},{"__isSmartRef__":true,"id":4098},{"__isSmartRef__":true,"id":4099},{"__isSmartRef__":true,"id":4100}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"4097":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"4098":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"4099":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"4100":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"4101":{"stops":[{"__isSmartRef__":true,"id":4102},{"__isSmartRef__":true,"id":4103},{"__isSmartRef__":true,"id":4104},{"__isSmartRef__":true,"id":4105}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"4102":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"4103":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"4104":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"4105":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"4106":{"sourceObj":{"__isSmartRef__":true,"id":4084},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3554},"targetMethodName":"start","varMapping":{"__isSmartRef__":true,"id":4107},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"4107":{"source":{"__isSmartRef__":true,"id":4084},"target":{"__isSmartRef__":true,"id":3554}},"4108":{"morph":{"__isSmartRef__":true,"id":4084},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4109":{"submorphs":[{"__isSmartRef__":true,"id":4110}],"scripts":[],"id":"3D2F7D26-83B3-4D93-9C0D-AA7799EEFC4C","shape":{"__isSmartRef__":true,"id":4115},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4121},"lighterFill":{"__isSmartRef__":true,"id":4126},"label":{"__isSmartRef__":true,"id":4110},"name":"initButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":4131},"eventHandler":{"__isSmartRef__":true,"id":4142},"derivationIds":[7251,"3F26258D-0EE1-4A94-8419-5EE2BB6065A6","B624295D-42E3-4E0A-B370-844C2B43F4F0","F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3","7D4A1972-76E5-4369-9964-2F6ACB87C81F","55E09D28-A9CA-4965-825E-F64F08933541","52575A31-EA4C-4E6E-B44F-37DE54D09554","09D0A760-52C4-4A3D-874C-137EBF1EC476","5EBC15A1-E19A-4FBD-8DBD-A2314C23B003","3B9E867B-0475-4602-BACF-0E82334A96D5","C0402D4B-0FBE-4555-8D28-FD88F7380060","2929A139-A361-4843-91ED-C8C25247D03B","A3AFCD3D-15BC-4425-B5F2-EAD7B426D22F","C1BCF00F-424D-421B-A1A4-28F32BE56D5E"],"_ClipMode":"visible","isPressed":false,"owner":{"__isSmartRef__":true,"id":3554},"attributeConnections":[{"__isSmartRef__":true,"id":4143}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__serializedExpressions__":["_Position","distanceToDragEvent"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(4.0,18.0)","distanceToDragEvent":"lively.pt(54.9,-11.0)"},"4110":{"submorphs":[],"scripts":[],"id":"413AEDAD-6F88-4CA7-A9EB-96F2EF90E8D7","shape":{"__isSmartRef__":true,"id":4111},"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":4109},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":4112}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":4114},"_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","FA375CFB-4C21-4DC8-8F83-823F12C471E2","765CA998-A11D-4244-9112-E02C3E6D6E08","73AA2975-57A2-4F12-A71A-171D2BDC5ECA","A017DA43-1B33-4E3C-8DB3-97FE48F0C491","67CE02E1-7A8E-4984-998C-BCF6A77C546C","8FEAD123-5CF2-46BB-A565-CB274595BC73","12C45DC5-CE8C-449A-8A20-1CC7DD2423FC","BEE45CC0-D0B8-4749-A965-A1EBC53E76B2","054BB4B8-8FCF-4484-B6AF-C55D55E37AD4"],"_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)"},"4111":{"_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)"},"4112":{"style":{"__isSmartRef__":true,"id":4113},"chunkOwner":{"__isSmartRef__":true,"id":4110},"_id":"_1120","storedString":"Initialisieren","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4113":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4114":{"morph":{"__isSmartRef__":true,"id":4110},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4115":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":4116},"_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)"},"4116":{"stops":[{"__isSmartRef__":true,"id":4117},{"__isSmartRef__":true,"id":4118},{"__isSmartRef__":true,"id":4119},{"__isSmartRef__":true,"id":4120}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"4117":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"4118":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"4119":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"4120":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"4121":{"stops":[{"__isSmartRef__":true,"id":4122},{"__isSmartRef__":true,"id":4123},{"__isSmartRef__":true,"id":4124},{"__isSmartRef__":true,"id":4125}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"4122":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"4123":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"4124":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"4125":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"4126":{"stops":[{"__isSmartRef__":true,"id":4127},{"__isSmartRef__":true,"id":4128},{"__isSmartRef__":true,"id":4129},{"__isSmartRef__":true,"id":4130}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"4127":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"4128":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"4129":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"4130":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"4131":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":4132},{"__isSmartRef__":true,"id":4134},{"__isSmartRef__":true,"id":4136},{"__isSmartRef__":true,"id":4138},{"__isSmartRef__":true,"id":4140}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"4132":{"date":{"__isSmartRef__":true,"id":4133},"author":"undefined","message":"","id":"7074B413-6CF0-4892-9D18-52009A2A2E03"},"4133":{"isSerializedDate":true,"string":"Fri Apr 13 2012 21:04:01 GMT+0200 (CEST)"},"4134":{"date":{"__isSmartRef__":true,"id":4135},"author":"sstamm","message":"reverted button","id":"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E"},"4135":{"isSerializedDate":true,"string":"Mon Apr 16 2012 10:36:21 GMT+0200 (CEST)"},"4136":{"date":{"__isSmartRef__":true,"id":4137},"author":"robertkrahn","message":"no comment","id":"97D17254-EAC6-4494-8330-A347909590D6"},"4137":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:08:58 GMT+0200 (CEST)"},"4138":{"date":{"__isSmartRef__":true,"id":4139},"author":"robertkrahn","message":"no comment","id":"DDE22D44-9A6D-4485-80F3-262D5DA0CC07"},"4139":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:03:19 GMT+0200 (CEST)"},"4140":{"date":{"__isSmartRef__":true,"id":4141},"author":"bgnauk","message":"no comment","id":"FA43C1A3-19A9-4ED6-A014-82C74689A5C3"},"4141":{"isSerializedDate":true,"string":"Tue Jun 19 2012 23:39:23 GMT+0200 (CEST)"},"4142":{"morph":{"__isSmartRef__":true,"id":4109},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4143":{"sourceObj":{"__isSmartRef__":true,"id":4109},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3554},"targetMethodName":"initSimplex","varMapping":{"__isSmartRef__":true,"id":4144},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"4144":{"source":{"__isSmartRef__":true,"id":4109},"target":{"__isSmartRef__":true,"id":3554}},"4145":{"submorphs":[{"__isSmartRef__":true,"id":4146}],"scripts":[],"id":"81696BB8-3335-40FD-9E04-1E49BE86CA5D","shape":{"__isSmartRef__":true,"id":4151},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4157},"lighterFill":{"__isSmartRef__":true,"id":4162},"label":{"__isSmartRef__":true,"id":4146},"name":"parseConstraintsButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":4167},"attributeConnections":[{"__isSmartRef__":true,"id":4179},{"__isSmartRef__":true,"id":4180}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":4182},"derivationIds":[7251,"3F26258D-0EE1-4A94-8419-5EE2BB6065A6","B624295D-42E3-4E0A-B370-844C2B43F4F0","F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3","7D4A1972-76E5-4369-9964-2F6ACB87C81F","468167DF-C2A9-4D14-B344-4D183695DBF9","A507628C-314F-4CA3-90BE-D9B88F8447E9","D1AF90C8-F667-4D9B-B3A4-6FA707BF0583","A9ABAF28-AE0D-42E5-B1EC-27B990856CBA","F60C6C80-53D4-4D5C-9ED3-95605C4D56DC","95F3A13F-AAEB-4908-91C0-B87713A5E6E3","9176FC8B-F37B-4188-9B2E-E718C3D9B12A","8239B60C-680A-4E8E-8F48-398028228535","A99A9AB5-FDC1-43E4-85F0-D69BD20223F9","3A28F1F7-C0A5-4346-AA70-54B5FECACF9A","E6D1D7AC-9308-4911-AFA7-EAD5A99AC31F","6231550E-443E-4240-AB99-E2574CBB80CF"],"_ClipMode":"visible","isPressed":false,"owner":{"__isSmartRef__":true,"id":3554},"__serializedExpressions__":["_Position","distanceToDragEvent"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4183},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(1627.0,662.0)","distanceToDragEvent":"lively.pt(54.9,-11.0)"},"4146":{"submorphs":[],"scripts":[],"id":"D95E4582-73D6-4243-91C7-53A3EC2C0868","shape":{"__isSmartRef__":true,"id":4147},"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":4145},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":4148}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":4150},"_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","CA0DC720-D350-40B1-B491-56053DD3ACEC","0D350F67-43D3-4011-A7FE-BB6073758DFE","F3992590-AD3D-47A5-8663-6C72C72B45C4","B722D102-4490-4B08-96D9-95A987C54713","A3C83808-0F33-4DE8-B768-9D3D321F6DCF","84D29350-B39A-4D78-8D8C-0C782E69F01E","A8E991FE-CE35-42D0-899D-84A971A8EA24","8584DD1A-DDE5-4456-9B8F-92C3D5D16FD1","A012064E-9881-45AC-873B-9FCEB952B7DD","9360CF78-F02C-4B5B-B0B9-E0DBF495EF21","022F059B-EAD1-46A6-98D7-1518240E6E80","F8803104-9C3E-4290-99F3-FDB6FAC5F60D"],"_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)"},"4147":{"_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)"},"4148":{"style":{"__isSmartRef__":true,"id":4149},"chunkOwner":{"__isSmartRef__":true,"id":4146},"_id":"_2456","storedString":"Einlesen","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4149":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4150":{"morph":{"__isSmartRef__":true,"id":4146},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4151":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":4152},"_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)"},"4152":{"stops":[{"__isSmartRef__":true,"id":4153},{"__isSmartRef__":true,"id":4154},{"__isSmartRef__":true,"id":4155},{"__isSmartRef__":true,"id":4156}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"4153":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"4154":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"4155":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"4156":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"4157":{"stops":[{"__isSmartRef__":true,"id":4158},{"__isSmartRef__":true,"id":4159},{"__isSmartRef__":true,"id":4160},{"__isSmartRef__":true,"id":4161}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"4158":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"4159":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"4160":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"4161":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"4162":{"stops":[{"__isSmartRef__":true,"id":4163},{"__isSmartRef__":true,"id":4164},{"__isSmartRef__":true,"id":4165},{"__isSmartRef__":true,"id":4166}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"4163":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"4164":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"4165":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"4166":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"4167":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":4168},{"__isSmartRef__":true,"id":4170},{"__isSmartRef__":true,"id":4172},{"__isSmartRef__":true,"id":4174},{"__isSmartRef__":true,"id":4176}],"revisionOnLoad":171940,"lastModifiedDate":{"__isSmartRef__":true,"id":4178},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"4168":{"date":{"__isSmartRef__":true,"id":4169},"author":"undefined","message":"","id":"7074B413-6CF0-4892-9D18-52009A2A2E03"},"4169":{"isSerializedDate":true,"string":"Fri Apr 13 2012 21:04:01 GMT+0200 (CEST)"},"4170":{"date":{"__isSmartRef__":true,"id":4171},"author":"sstamm","message":"reverted button","id":"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E"},"4171":{"isSerializedDate":true,"string":"Mon Apr 16 2012 10:36:21 GMT+0200 (CEST)"},"4172":{"date":{"__isSmartRef__":true,"id":4173},"author":"robertkrahn","message":"no comment","id":"97D17254-EAC6-4494-8330-A347909590D6"},"4173":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:08:58 GMT+0200 (CEST)"},"4174":{"date":{"__isSmartRef__":true,"id":4175},"author":"robertkrahn","message":"no comment","id":"DDE22D44-9A6D-4485-80F3-262D5DA0CC07"},"4175":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:03:19 GMT+0200 (CEST)"},"4176":{"date":{"__isSmartRef__":true,"id":4177},"author":"bgnauk","message":"no comment","id":"FA43C1A3-19A9-4ED6-A014-82C74689A5C3"},"4177":{"isSerializedDate":true,"string":"Tue Jun 19 2012 23:39:23 GMT+0200 (CEST)"},"4178":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"4179":{"sourceObj":{"__isSmartRef__":true,"id":4145},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4145},"targetMethodName":"doAction","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"4180":{"sourceObj":{"__isSmartRef__":true,"id":4145},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3554},"targetMethodName":"parseConstraints","varMapping":{"__isSmartRef__":true,"id":4181},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"4181":{"source":{"__isSmartRef__":true,"id":4145},"target":{"__isSmartRef__":true,"id":3554}},"4182":{"morph":{"__isSmartRef__":true,"id":4145},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4183":{"doAction":{"__isSmartRef__":true,"id":4184}},"4184":{"varMapping":{"__isSmartRef__":true,"id":4185},"source":"function doAction() {\n \n}","funcProperties":{"__isSmartRef__":true,"id":4186},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4185":{"this":{"__isSmartRef__":true,"id":4145}},"4186":{"timestamp":{"__isSmartRef__":true,"id":4187},"user":"robertkrahn","tags":[]},"4187":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:02:40 GMT+0200 (CEST)"},"4188":{"submorphs":[{"__isSmartRef__":true,"id":4189}],"scripts":[],"id":"8B6894B9-3D7A-4E35-AA37-0D97E50BBD9E","shape":{"__isSmartRef__":true,"id":4194},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4200},"lighterFill":{"__isSmartRef__":true,"id":4205},"label":{"__isSmartRef__":true,"id":4189},"name":"positionButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":4210},"attributeConnections":[{"__isSmartRef__":true,"id":4222}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":4223},"derivationIds":[7251,"3F26258D-0EE1-4A94-8419-5EE2BB6065A6","B624295D-42E3-4E0A-B370-844C2B43F4F0","F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3","7D4A1972-76E5-4369-9964-2F6ACB87C81F","468167DF-C2A9-4D14-B344-4D183695DBF9","A507628C-314F-4CA3-90BE-D9B88F8447E9","D1AF90C8-F667-4D9B-B3A4-6FA707BF0583","A9ABAF28-AE0D-42E5-B1EC-27B990856CBA","04201192-A068-4AE4-9F41-50B132EE82CC","2D30918D-C7D3-4006-A2E7-7F88A6BD8F23","656196ED-1C07-48D4-8A23-A4FEF527E0AC","4CB4B6F8-E829-4A46-AD84-C5D64C0FF5AF","B801DD73-1AEC-456D-8AAC-9E915F76DD41","E3160353-FB01-4EBF-8868-1D0CF5AA1849","C17CE8DD-F150-471B-A804-B902C44DB989","BAA26299-1172-4C28-9D20-563CA81EB857"],"_ClipMode":"visible","isPressed":false,"owner":{"__isSmartRef__":true,"id":3554},"__serializedExpressions__":["_Position","distanceToDragEvent"],"prevScroll":[0,0],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4224},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(9.0,310.0)","distanceToDragEvent":"lively.pt(54.9,-11.0)"},"4189":{"submorphs":[],"scripts":[],"id":"2D547A16-71CE-4CC4-B3D4-10215038456E","shape":{"__isSmartRef__":true,"id":4190},"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":4188},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":4191}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":4193},"_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","CA0DC720-D350-40B1-B491-56053DD3ACEC","0D350F67-43D3-4011-A7FE-BB6073758DFE","F3992590-AD3D-47A5-8663-6C72C72B45C4","B722D102-4490-4B08-96D9-95A987C54713","97B231F5-D46D-4DFF-8A55-0C378263FD01","63D9A5CA-ECF4-46B9-A362-27818599325C","801772B7-652A-4285-94B3-E9763D3A0A0A","377D2D25-3B82-4D0E-BBB7-83CFD46B165C","209BE7AD-BEB8-453F-912E-D757BE6EA71D","AB52B694-4478-40B4-BCDF-4F69ABD0C1FB","303C69B8-19F4-4246-A1E0-A0F10E224FBF","4D408C13-0EE5-45F4-9B8B-D1230900F49E"],"_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)"},"4190":{"_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)"},"4191":{"style":{"__isSmartRef__":true,"id":4192},"chunkOwner":{"__isSmartRef__":true,"id":4189},"_id":"_2175","storedString":"Position","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4192":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4193":{"morph":{"__isSmartRef__":true,"id":4189},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4194":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":4195},"_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)"},"4195":{"stops":[{"__isSmartRef__":true,"id":4196},{"__isSmartRef__":true,"id":4197},{"__isSmartRef__":true,"id":4198},{"__isSmartRef__":true,"id":4199}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"4196":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"4197":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"4198":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"4199":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"4200":{"stops":[{"__isSmartRef__":true,"id":4201},{"__isSmartRef__":true,"id":4202},{"__isSmartRef__":true,"id":4203},{"__isSmartRef__":true,"id":4204}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"4201":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"4202":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"4203":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"4204":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"4205":{"stops":[{"__isSmartRef__":true,"id":4206},{"__isSmartRef__":true,"id":4207},{"__isSmartRef__":true,"id":4208},{"__isSmartRef__":true,"id":4209}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"4206":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"4207":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"4208":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"4209":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"4210":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":4211},{"__isSmartRef__":true,"id":4213},{"__isSmartRef__":true,"id":4215},{"__isSmartRef__":true,"id":4217},{"__isSmartRef__":true,"id":4219}],"revisionOnLoad":171940,"lastModifiedDate":{"__isSmartRef__":true,"id":4221},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"4211":{"date":{"__isSmartRef__":true,"id":4212},"author":"undefined","message":"","id":"7074B413-6CF0-4892-9D18-52009A2A2E03"},"4212":{"isSerializedDate":true,"string":"Fri Apr 13 2012 21:04:01 GMT+0200 (CEST)"},"4213":{"date":{"__isSmartRef__":true,"id":4214},"author":"sstamm","message":"reverted button","id":"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E"},"4214":{"isSerializedDate":true,"string":"Mon Apr 16 2012 10:36:21 GMT+0200 (CEST)"},"4215":{"date":{"__isSmartRef__":true,"id":4216},"author":"robertkrahn","message":"no comment","id":"97D17254-EAC6-4494-8330-A347909590D6"},"4216":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:08:58 GMT+0200 (CEST)"},"4217":{"date":{"__isSmartRef__":true,"id":4218},"author":"robertkrahn","message":"no comment","id":"DDE22D44-9A6D-4485-80F3-262D5DA0CC07"},"4218":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:03:19 GMT+0200 (CEST)"},"4219":{"date":{"__isSmartRef__":true,"id":4220},"author":"bgnauk","message":"no comment","id":"FA43C1A3-19A9-4ED6-A014-82C74689A5C3"},"4220":{"isSerializedDate":true,"string":"Tue Jun 19 2012 23:39:23 GMT+0200 (CEST)"},"4221":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"4222":{"sourceObj":{"__isSmartRef__":true,"id":4188},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4188},"targetMethodName":"doAction","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"4223":{"morph":{"__isSmartRef__":true,"id":4188},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4224":{"doAction":{"__isSmartRef__":true,"id":4225}},"4225":{"varMapping":{"__isSmartRef__":true,"id":4226},"source":"function doAction() {\n this.owner.setCurrentConstraintType(\"position\");\n}","funcProperties":{"__isSmartRef__":true,"id":4227},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4226":{"this":{"__isSmartRef__":true,"id":4188}},"4227":{"timestamp":{"__isSmartRef__":true,"id":4228},"user":"daniel.hoffmann","tags":[]},"4228":{"isSerializedDate":true,"string":"Thu Dec 06 2012 18:37:56 GMT+0100 (CET)"},"4229":{"submorphs":[{"__isSmartRef__":true,"id":4230}],"scripts":[],"id":"E199C9AB-7C9A-4FE3-9730-97A76FB09C41","shape":{"__isSmartRef__":true,"id":4235},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4241},"lighterFill":{"__isSmartRef__":true,"id":4246},"label":{"__isSmartRef__":true,"id":4230},"name":"verticalDistanceButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":4251},"attributeConnections":[{"__isSmartRef__":true,"id":4263}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":4264},"derivationIds":[7251,"3F26258D-0EE1-4A94-8419-5EE2BB6065A6","B624295D-42E3-4E0A-B370-844C2B43F4F0","F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3","7D4A1972-76E5-4369-9964-2F6ACB87C81F","468167DF-C2A9-4D14-B344-4D183695DBF9","A507628C-314F-4CA3-90BE-D9B88F8447E9","D1AF90C8-F667-4D9B-B3A4-6FA707BF0583","A9ABAF28-AE0D-42E5-B1EC-27B990856CBA","04201192-A068-4AE4-9F41-50B132EE82CC","2D30918D-C7D3-4006-A2E7-7F88A6BD8F23","656196ED-1C07-48D4-8A23-A4FEF527E0AC","4CB4B6F8-E829-4A46-AD84-C5D64C0FF5AF","B801DD73-1AEC-456D-8AAC-9E915F76DD41","E3160353-FB01-4EBF-8868-1D0CF5AA1849","C17CE8DD-F150-471B-A804-B902C44DB989","BAA26299-1172-4C28-9D20-563CA81EB857","8B6894B9-3D7A-4E35-AA37-0D97E50BBD9E"],"_ClipMode":"visible","isPressed":false,"owner":{"__isSmartRef__":true,"id":3554},"__serializedExpressions__":["_Position","distanceToDragEvent"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4265},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(10.0,342.0)","distanceToDragEvent":"lively.pt(54.9,-11.0)"},"4230":{"submorphs":[],"scripts":[],"id":"7D4599DE-22B4-4132-9569-3402188A1E6D","shape":{"__isSmartRef__":true,"id":4231},"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":4229},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":4232}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":4234},"_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","CA0DC720-D350-40B1-B491-56053DD3ACEC","0D350F67-43D3-4011-A7FE-BB6073758DFE","F3992590-AD3D-47A5-8663-6C72C72B45C4","B722D102-4490-4B08-96D9-95A987C54713","97B231F5-D46D-4DFF-8A55-0C378263FD01","63D9A5CA-ECF4-46B9-A362-27818599325C","801772B7-652A-4285-94B3-E9763D3A0A0A","377D2D25-3B82-4D0E-BBB7-83CFD46B165C","209BE7AD-BEB8-453F-912E-D757BE6EA71D","AB52B694-4478-40B4-BCDF-4F69ABD0C1FB","303C69B8-19F4-4246-A1E0-A0F10E224FBF","4D408C13-0EE5-45F4-9B8B-D1230900F49E","2D547A16-71CE-4CC4-B3D4-10215038456E"],"_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)"},"4231":{"_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)"},"4232":{"style":{"__isSmartRef__":true,"id":4233},"chunkOwner":{"__isSmartRef__":true,"id":4230},"_id":"_14355","storedString":"Vert. Abstand","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4233":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4234":{"morph":{"__isSmartRef__":true,"id":4230},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4235":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":4236},"_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)"},"4236":{"stops":[{"__isSmartRef__":true,"id":4237},{"__isSmartRef__":true,"id":4238},{"__isSmartRef__":true,"id":4239},{"__isSmartRef__":true,"id":4240}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"4237":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"4238":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"4239":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"4240":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"4241":{"stops":[{"__isSmartRef__":true,"id":4242},{"__isSmartRef__":true,"id":4243},{"__isSmartRef__":true,"id":4244},{"__isSmartRef__":true,"id":4245}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"4242":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"4243":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"4244":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"4245":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"4246":{"stops":[{"__isSmartRef__":true,"id":4247},{"__isSmartRef__":true,"id":4248},{"__isSmartRef__":true,"id":4249},{"__isSmartRef__":true,"id":4250}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"4247":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"4248":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"4249":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"4250":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"4251":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":4252},{"__isSmartRef__":true,"id":4254},{"__isSmartRef__":true,"id":4256},{"__isSmartRef__":true,"id":4258},{"__isSmartRef__":true,"id":4260}],"revisionOnLoad":171940,"lastModifiedDate":{"__isSmartRef__":true,"id":4262},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"4252":{"date":{"__isSmartRef__":true,"id":4253},"author":"undefined","message":"","id":"7074B413-6CF0-4892-9D18-52009A2A2E03"},"4253":{"isSerializedDate":true,"string":"Fri Apr 13 2012 21:04:01 GMT+0200 (CEST)"},"4254":{"date":{"__isSmartRef__":true,"id":4255},"author":"sstamm","message":"reverted button","id":"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E"},"4255":{"isSerializedDate":true,"string":"Mon Apr 16 2012 10:36:21 GMT+0200 (CEST)"},"4256":{"date":{"__isSmartRef__":true,"id":4257},"author":"robertkrahn","message":"no comment","id":"97D17254-EAC6-4494-8330-A347909590D6"},"4257":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:08:58 GMT+0200 (CEST)"},"4258":{"date":{"__isSmartRef__":true,"id":4259},"author":"robertkrahn","message":"no comment","id":"DDE22D44-9A6D-4485-80F3-262D5DA0CC07"},"4259":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:03:19 GMT+0200 (CEST)"},"4260":{"date":{"__isSmartRef__":true,"id":4261},"author":"bgnauk","message":"no comment","id":"FA43C1A3-19A9-4ED6-A014-82C74689A5C3"},"4261":{"isSerializedDate":true,"string":"Tue Jun 19 2012 23:39:23 GMT+0200 (CEST)"},"4262":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"4263":{"sourceObj":{"__isSmartRef__":true,"id":4229},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4229},"targetMethodName":"doAction","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"4264":{"morph":{"__isSmartRef__":true,"id":4229},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4265":{"doAction":{"__isSmartRef__":true,"id":4266}},"4266":{"varMapping":{"__isSmartRef__":true,"id":4267},"source":"function doAction() {\n this.owner.setCurrentConstraintType(\"vertical_distance\");\n}","funcProperties":{"__isSmartRef__":true,"id":4268},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4267":{"this":{"__isSmartRef__":true,"id":4229}},"4268":{"timestamp":{"__isSmartRef__":true,"id":4269},"user":"daniel.hoffmann","tags":[]},"4269":{"isSerializedDate":true,"string":"Sun Dec 09 2012 12:24:50 GMT+0100 (CET)"},"4270":{"_BorderWidth":1,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__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(1774.0,712.0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)"},"4271":{"morph":{"__isSmartRef__":true,"id":3554},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4272":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4273}},"4273":{"test01IsMorph":{"__isSmartRef__":true,"id":4274}},"4274":{"varMapping":{"__isSmartRef__":true,"id":4275},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":4276},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4275":{"this":{"__isSmartRef__":true,"id":4272}},"4276":{},"4277":{"tableau":[[0,2,0,0,1,0,0,0,0,0,0,200],[0,0,1,1,0,0,0,0,0,0,0,100],[1,1,0,0,0,0,0,0,0,0,0,100],[0,0,0,0,0,0,1,1,0,0,0,200],[0,-2,0,0,0,0,0,0,1,0,0,300],[0,0,0,0,0,0,0,0,0,1,1,500],[0,3,0,1,0,0,0,1,0,0,1,1100]],"all":["x2","x0","x1","x1","x0","x2","x3","x3","x4","x5","x5"],"schlupf":["blue.x","green.y","green.x","green.w","x4","blue.y"],"needed":["green.x","green.y","blue.x","green.w","blue.y"],"resultArray":[100,100,200,200,500],"result":true,"resultString":" green.x: 100 green.y: 100 blue.x: 200 green.w: 200 blue.y: 500 F: 1100","__LivelyClassName__":"SimplexAlgorithmClass","__SourceModuleName__":"Global.projects.SketchPad.SimplexAlgorithm"},"4278":{"initializeTableau":{"__isSmartRef__":true,"id":4279},"initSimplex":{"__isSmartRef__":true,"id":4283},"simplexStep":{"__isSmartRef__":true,"id":4287},"start":{"__isSmartRef__":true,"id":4291},"stop":{"__isSmartRef__":true,"id":4295},"parseConstraints":{"__isSmartRef__":true,"id":4299},"testTableau":{"__isSmartRef__":true,"id":4303},"addConstraintArray":{"__isSmartRef__":true,"id":4307},"extendArrayWithZeros":{"__isSmartRef__":true,"id":4311},"height":{"__isSmartRef__":true,"id":4315},"addConstraint":{"__isSmartRef__":true,"id":4319},"getValueForConstraintType":{"__isSmartRef__":true,"id":4323},"select":{"__isSmartRef__":true,"id":4327},"setCurrentConstraintType":{"__isSmartRef__":true,"id":4331},"roundTableau":{"__isSmartRef__":true,"id":4335},"setValue":{"__isSmartRef__":true,"id":4339},"stepping":{"__isSmartRef__":true,"id":4343},"testStuff":{"__isSmartRef__":true,"id":4347},"getRatioSide":{"__isSmartRef__":true,"id":4351},"addRatioConstraint":{"__isSmartRef__":true,"id":4355},"length":{"__isSmartRef__":true,"id":4359},"printTableau":{"__isSmartRef__":true,"id":4363},"showVariableValues":{"__isSmartRef__":true,"id":4367},"getValue":{"__isSmartRef__":true,"id":4371},"width":{"__isSmartRef__":true,"id":4375},"ratio":{"__isSmartRef__":true,"id":4379},"position":{"__isSmartRef__":true,"id":4383},"addVerticalDistanceConstraint":{"__isSmartRef__":true,"id":4387}},"4279":{"varMapping":{"__isSmartRef__":true,"id":4280},"source":"function initializeTableau() {\n var tableau = new Array();\n tableau[0] = new Array();\n\t\t\t\n this.algorithm.tableau = tableau;\t\n}","funcProperties":{"__isSmartRef__":true,"id":4281},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4280":{"this":{"__isSmartRef__":true,"id":3554}},"4281":{"timestamp":{"__isSmartRef__":true,"id":4282},"user":"lisa.pfisterer","tags":[]},"4282":{"isSerializedDate":true,"string":"Sun Dec 02 2012 18:59:12 GMT+0100 (CET)"},"4283":{"varMapping":{"__isSmartRef__":true,"id":4284},"source":"function initSimplex() {\n module('projects.SketchPad.SimplexAlgorithm').load();\n JSLoader.loadJs('http://lively-kernel.org/repository/webwerkstatt/projects/SketchPad/SimplexAlgorithm.js');\n \n this.algorithm = new SimplexAlgorithmClass();\n \n all = new Array();\n schlupf = new Array();\n needed = new Array();\n \n this.initializeTableau();\n\n this.algorithm.initSimplex(all, schlupf, needed);\n \n this.result = false;\n this.parseConstraints();\n \n this.printTableau();\n \n //this.startStepping(100, \"showVariableValues\");\n}","funcProperties":{"__isSmartRef__":true,"id":4285},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4284":{"this":{"__isSmartRef__":true,"id":3554}},"4285":{"timestamp":{"__isSmartRef__":true,"id":4286},"user":"lisa.pfisterer","tags":[]},"4286":{"isSerializedDate":true,"string":"Thu Dec 06 2012 17:39:19 GMT+0100 (CET)"},"4287":{"varMapping":{"__isSmartRef__":true,"id":4288},"source":"function simplexStep() {\n if(!this.algorithm.result) {\n \n for (var i = 0; i < this.algorithm.needed.length; i++) {\n var index = this.algorithm.schlupf.indexOf(this.algorithm.needed[i]);\n if (index >= 0) {\n var val = this.algorithm.resultArray[i];\n //this.algorithm.tableau[index][this.algorithm.tableau[0].length] = this.getValue(this.algorithm.needed[i]);\n console.log(\"Current Value: \" + this.algorithm.schlupf[index] + \" \" + val + \" GET VALUE: \" + this.getValue(this.algorithm.needed[i]));\n }\n \n }\n \n // SIMPLEX ITERATION STEP\n this.algorithm.simplexIteration();\n // ----------------------\n \n for (var i = 0; i < this.algorithm.resultArray.length; i++) {\n console.log(\"Result \" + this.algorithm.needed[i] + \": \" + this.algorithm.resultArray[i]);\n }\n \n for (var i = 0; i < this.algorithm.needed.length; i++) {\n this.setValue(this.algorithm.needed[i], this.algorithm.resultArray[i]);\n }\n \n this.printTableau();\n this.showVariableValues();\n\n } else {\n console.log(\"ALGORITHM FINISHED.\");\n\n this.printTableau(); \n this.stop();\n }\n \n\n}","funcProperties":{"__isSmartRef__":true,"id":4289},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4288":{"this":{"__isSmartRef__":true,"id":3554}},"4289":{"timestamp":{"__isSmartRef__":true,"id":4290},"user":"lisa.pfisterer","tags":[]},"4290":{"isSerializedDate":true,"string":"Thu Dec 06 2012 18:02:55 GMT+0100 (CET)"},"4291":{"varMapping":{"__isSmartRef__":true,"id":4292},"source":"function start() {\n this.initSimplex();\n this.startStepping(1000, \"simplexStep\")\n}","funcProperties":{"__isSmartRef__":true,"id":4293},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4292":{"this":{"__isSmartRef__":true,"id":3554}},"4293":{"timestamp":{"__isSmartRef__":true,"id":4294},"user":"lisa.pfisterer","tags":[]},"4294":{"isSerializedDate":true,"string":"Sat Dec 01 2012 18:56:37 GMT+0100 (CET)"},"4295":{"varMapping":{"__isSmartRef__":true,"id":4296},"source":"function stop() {\n this.stopStepping()\n}","funcProperties":{"__isSmartRef__":true,"id":4297},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4296":{"this":{"__isSmartRef__":true,"id":3554}},"4297":{"timestamp":{"__isSmartRef__":true,"id":4298},"user":"lisa.pfisterer","tags":[]},"4298":{"isSerializedDate":true,"string":"Sat Dec 01 2012 18:56:37 GMT+0100 (CET)"},"4299":{"varMapping":{"__isSmartRef__":true,"id":4300},"source":"function parseConstraints() {\n console.log(\"function: parseConstraints\");\n var constraintString = this.get(\"constraintsTextField\").getTextString();\n var constraints = constraintString.split(\"\\n\");\n this.get(\"variablesTextField\").setTextString(\"\");\n this.constraintsArray = new Array();\n \n for (var i = 0; i < constraints.length; i++) {\n if (constraints[i].trim() != \"\") {\n var prior = this.get(\"variablesTextField\").getTextString();\n\n var base = constraints[i].split(\")\")[0];\n var parts = base.split(\"(\");\n var methodName = parts[0];\n // console.log(\"methodName: \" + methodName);\n var variables = parts[1].split(\",\"); \n \n for (var j = 0; j < variables.length; j++) {\n variables[j] = variables[j].trim();\n }\n \n this.constraintsArray[i] = new Array(methodName, variables);\n \n switch (methodName) {\n case \"height\":\n this.height(variables);\n break;\n case \"width\":\n this.width(variables);\n break;\n case \"ratio\":\n this.ratio(variables);\n break;\n case \"position\":\n this.position(variables);\n break;\n default:\n break;\n }\n }\n }\n // console.log(\"Constraints Array: \" + this.constraintsArray);\n // this.get(\"variablesTextField\").setTextString(\"Arr: \" + this.constraintsArray);\n}","funcProperties":{"__isSmartRef__":true,"id":4301},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4300":{"this":{"__isSmartRef__":true,"id":3554}},"4301":{"timestamp":{"__isSmartRef__":true,"id":4302},"user":"lisa.pfisterer","tags":[]},"4302":{"isSerializedDate":true,"string":"Thu Dec 06 2012 17:59:33 GMT+0100 (CET)"},"4303":{"varMapping":{"__isSmartRef__":true,"id":4304},"source":"function testTableau() {\n var array = new Array();\n \n array[0] = new Array(0, 4, 4, 1, 1, 1);\n array[1] = new Array(0, 3, 1, 6, 5, 0);\n array[2] = new Array(\"x\", \"y\", \"x\", \"x\", \"x\", \"x\");\n //var test = new Array();\n //test[0] = new Array(4, 2, 3, 0);\n //array = array.concat(test);\n //array = this.extendArray(array);\n var xxx = new Array(9, 9);\n array = this.addConstraintArray(xxx, array);\n \n this.get(\"tableauTextField\").setTextString(array.join(\"\\n\"));\n}","funcProperties":{"__isSmartRef__":true,"id":4305},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4304":{"this":{"__isSmartRef__":true,"id":3554}},"4305":{"timestamp":{"__isSmartRef__":true,"id":4306},"user":"lisa.pfisterer","tags":[]},"4306":{"isSerializedDate":true,"string":"Sat Dec 01 2012 22:53:18 GMT+0100 (CET)"},"4307":{"varMapping":{"__isSmartRef__":true,"id":4308},"source":"function addConstraintArray(variables, sum) {\n \n var length = this.algorithm.tableau[0].length;\n console.log(\"function: addConstraintArray\");\n \n var helper = new Array();\n for (var i = 0; i < length; i++) {\n helper[i] = 0;\n }\n\n var maxFunct = this.algorithm.tableau.pop();\n \n for (var i = 0; i < variables.length; i++) {\n // console.log(\"variable: \" + variables[i][0]);\n var index = this.algorithm.all.indexOf(variables[i][0]);\n helper[index] = variables[i][1];\n if (! variables[i][0].startsWith(\"x\")) { // Schlupfvariable\n maxFunct[index] = -1;\n }\n }\n\n helper[length - 1] = sum;\n this.algorithm.tableau.push(helper);\n this.algorithm.tableau.push(maxFunct);\n // console.log(\"tableau: \" + this.algorithm.tableau);\n}","funcProperties":{"__isSmartRef__":true,"id":4309},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4308":{"this":{"__isSmartRef__":true,"id":3554}},"4309":{"timestamp":{"__isSmartRef__":true,"id":4310},"user":"lisa.pfisterer","tags":[]},"4310":{"isSerializedDate":true,"string":"Thu Dec 06 2012 17:49:25 GMT+0100 (CET)"},"4311":{"varMapping":{"__isSmartRef__":true,"id":4312},"source":"function extendArrayWithZeros(array) {\n for (var i = 0; i < array.length; i++) {\n var subarray = array[i];\n var last = subarray.pop();\n subarray.push(0);\n if (last == undefined) {\n subarray.push(0);\n } else {\n subarray.push(last);\n }\n }\n return array;\n}","funcProperties":{"__isSmartRef__":true,"id":4313},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4312":{"this":{"__isSmartRef__":true,"id":3554}},"4313":{"timestamp":{"__isSmartRef__":true,"id":4314},"user":"lisa.pfisterer","tags":[]},"4314":{"isSerializedDate":true,"string":"Sun Dec 02 2012 18:58:45 GMT+0100 (CET)"},"4315":{"varMapping":{"__isSmartRef__":true,"id":4316},"source":"function height(variables) {\n console.log(\"function: height\");\n var variable = variables[0] + \".h\";\n var value = variables[1];\n // console.log(\"Objectreference: \" + variable);\n // console.log(\"Value: \" + value);\n \n if (this.algorithm.all.indexOf(variable) < 0) {\n this.algorithm.all.push(variable);\n this.algorithm.needed.push(variable);\n\n this.extendArrayWithZeros(this.algorithm.tableau);\n }\n\n this.extendArrayWithZeros(this.algorithm.tableau);\n var schlupfVar = \"x\" + this.algorithm.schlupf.length;\n this.algorithm.all.push(schlupfVar);\n this.algorithm.schlupf.push(schlupfVar);\n \n this.addConstraintArray(new Array(new Array(variable, 1), new Array(schlupfVar, 1)), value);\n}","funcProperties":{"__isSmartRef__":true,"id":4317},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4316":{"this":{"__isSmartRef__":true,"id":3554}},"4317":{"timestamp":{"__isSmartRef__":true,"id":4318},"user":"lisa.pfisterer","tags":[]},"4318":{"isSerializedDate":true,"string":"Thu Dec 06 2012 17:39:19 GMT+0100 (CET)"},"4319":{"varMapping":{"__isSmartRef__":true,"id":4320},"source":"function addConstraint(type, element, value) {\n this.get(\"constraintsTextField\").setTextString(\n this.get(\"constraintsTextField\").textString + \"\\n\" +\n type + \"(\" + element + \", \" + value + \");\");\n this.currentConstraintType = null;\n this.firstRatioSide = null;\n this.firstVerticalDistance = null;\n}","funcProperties":{"__isSmartRef__":true,"id":4321},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4320":{"this":{"__isSmartRef__":true,"id":3554}},"4321":{"timestamp":{"__isSmartRef__":true,"id":4322},"user":"daniel.hoffmann","tags":[]},"4322":{"isSerializedDate":true,"string":"Sun Dec 09 2012 12:30:49 GMT+0100 (CET)"},"4323":{"varMapping":{"__isSmartRef__":true,"id":4324},"source":"function getValueForConstraintType(type, name1, name2) {\n debugger;\n if (type == \"width\"){\n return this.get(name1).getExtent().x;\n } else if (type == \"height\"){\n return this.get(name1).getExtent().y;\n } else if (type == \"position\"){\n var position = this.get(name1).getPosition();\n return position.x + \", \" + position.y;\n } else if (type == \"x\"){\n return this.get(name1).getPosition().x;\n } else if (type == \"y\"){\n return this.get(name1).getPosition().y;\n } else if (type == \"ratio\"){\n return this.getValueForConstraintType(name1.split(\".\")[1],name1.split(\".\")[0]) / this.getValueForConstraintType(name2.split(\".\")[1],name2.split(\".\")[0]);\n } else if (type == \"vertical_distance\"){\n return Math.abs(this.get(name1).getPosition().y - this.get(name2).getPosition().y);\n } else if (type == \"horizontal_distance\"){\n return Math.abs(this.get(name1).getPosition().x - this.get(name2).getPosition().x);\n } else {\n return \"?\"\n }\n}","funcProperties":{"__isSmartRef__":true,"id":4325},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4324":{"this":{"__isSmartRef__":true,"id":3554}},"4325":{"timestamp":{"__isSmartRef__":true,"id":4326},"user":"daniel.hoffmann","tags":[]},"4326":{"isSerializedDate":true,"string":"Sun Dec 09 2012 12:41:51 GMT+0100 (CET)"},"4327":{"varMapping":{"__isSmartRef__":true,"id":4328},"source":"function select(name, part) {\n console.log(\"selected \" + name + \" \" + part);\n this.get(\"SelectedText\").setTextString(name);\n if(this.currentConstraintType != null){\n if(this.currentConstraintType == \"height\" || this.currentConstraintType == \"width\"){\n var value = this.getValueForConstraintType(this.currentConstraintType, name);\n this.addConstraint(this.currentConstraintType, name, value);\n } else if(this.currentConstraintType == \"ratio\"){\n if (this.firstRatioSide == null) {\n this.firstRatioSide = this.getRatioSide(name, part);\n } else {\n this.addRatioConstraint(this.currentConstraintType, \n this.firstRatioSide, this.getRatioSide(name, part), 1);\n }\n } else if(this.currentConstraintType == \"position\"){\n if (part == \"L\") {\n var value = this.getValueForConstraintType(\"x\", name);\n this.addConstraint(this.currentConstraintType, name + \".x\", value);\n }\n else if (part == \"T\") {\n var value = this.getValueForConstraintType(\"y\", name);\n this.addConstraint(this.currentConstraintType, name + \".y\", value);\n } else {\n var value = this.getValueForConstraintType(\n this.currentConstraintType, name);\n this.addConstraint(this.currentConstraintType, name, value);\n }\n } else if(this.currentConstraintType == \"vertical_distance\"){\n debugger;\n if (this.firstVerticalDistance == null) {\n this.firstVerticalDistance = name;\n } else {\n var value = this.getValueForConstraintType(\"vertical_distance\", this.firstVerticalDistance, name);\n this.addVerticalDistanceConstraint(this.currentConstraintType, \n this.firstVerticalDistance, name, value);\n }\n }\n }\n}","funcProperties":{"__isSmartRef__":true,"id":4329},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4328":{"this":{"__isSmartRef__":true,"id":3554}},"4329":{"timestamp":{"__isSmartRef__":true,"id":4330},"user":"daniel.hoffmann","tags":[]},"4330":{"isSerializedDate":true,"string":"Sun Dec 09 2012 12:25:11 GMT+0100 (CET)"},"4331":{"varMapping":{"__isSmartRef__":true,"id":4332},"source":"function setCurrentConstraintType(type) {\n this.currentConstraintType = type;\n if(type == \"ratio\") {\n this.firstRatioSide = null;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":4333},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4332":{"this":{"__isSmartRef__":true,"id":3554}},"4333":{"timestamp":{"__isSmartRef__":true,"id":4334},"user":"daniel.hoffmann","tags":[]},"4334":{"isSerializedDate":true,"string":"Sun Dec 02 2012 17:53:45 GMT+0100 (CET)"},"4335":{"varMapping":{"__isSmartRef__":true,"id":4336},"source":"function roundTableau(array) {\n var roundedArray = new Array();\n for (var i = 0; i < array.length; i++) {\n roundedArray[i] = new Array();\n for (var j = 0; j < array[0].length; j++) {\n \n roundedArray[i][j] = Math.round(array[i][j] * 100) / 100;\n }\n }\n return roundedArray;\n}","funcProperties":{"__isSmartRef__":true,"id":4337},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4336":{"this":{"__isSmartRef__":true,"id":3554}},"4337":{"timestamp":{"__isSmartRef__":true,"id":4338},"user":"lisa.pfisterer","tags":[]},"4338":{"isSerializedDate":true,"string":"Sun Dec 02 2012 14:25:12 GMT+0100 (CET)"},"4339":{"varMapping":{"__isSmartRef__":true,"id":4340},"source":"function setValue(attribute, value) {\n var parts = attribute.split(\".\"); // bspw. rect1.x\n var objectName = parts[0]; // bspw. rect1\n var attributeName = parts[1] // bspw. x\n var object = this.get(objectName);\n \n switch (attributeName) {\n case \"h\":\n var extent = object.getExtent();\n extent.y = value;\n object.setExtent(extent);\n break;\n case \"w\":\n var extent = object.getExtent();\n extent.x = value;\n object.setExtent(extent);\n break;\n case \"x\":\n var position = object.getPosition();\n position.x = value;\n object.setPosition(position);\n break;\n case \"y\":\n var position= object.getPosition();\n position.y = value;\n object.setPosition(position);\n break;\n default:\n break;\n }\n \n}","funcProperties":{"__isSmartRef__":true,"id":4341},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4340":{"this":{"__isSmartRef__":true,"id":3554}},"4341":{"timestamp":{"__isSmartRef__":true,"id":4342},"user":"lisa.pfisterer","tags":[]},"4342":{"isSerializedDate":true,"string":"Thu Dec 06 2012 17:39:19 GMT+0100 (CET)"},"4343":{"varMapping":{"__isSmartRef__":true,"id":4344},"source":"function stepping() {\n this.startStepping(100, \"testStuff\")\n}","funcProperties":{"__isSmartRef__":true,"id":4345},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4344":{"this":{"__isSmartRef__":true,"id":3554}},"4345":{"timestamp":{"__isSmartRef__":true,"id":4346},"user":"lisa.pfisterer","tags":[]},"4346":{"isSerializedDate":true,"string":"Sun Dec 02 2012 14:26:27 GMT+0100 (CET)"},"4347":{"varMapping":{"__isSmartRef__":true,"id":4348},"source":"function testStuff() {\n //this.setValue(\"greenRect.height\", 300);\n //this.setValue(\"greenRect.width\", 150);\n var position = this.get(\"green\").getPosition();\n position.x = 300;\n this.get(\"green\").setPosition(position);\n \n}","funcProperties":{"__isSmartRef__":true,"id":4349},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4348":{"this":{"__isSmartRef__":true,"id":3554}},"4349":{"timestamp":{"__isSmartRef__":true,"id":4350},"user":"lisa.pfisterer","tags":[]},"4350":{"isSerializedDate":true,"string":"Thu Dec 06 2012 17:39:19 GMT+0100 (CET)"},"4351":{"varMapping":{"__isSmartRef__":true,"id":4352},"source":"function getRatioSide(name, part) {\n debugger;\n if (part == \"T\" || part == \"B\") {\n return name + \".width\";\n } else if (part == \"L\" || part == \"R\") {\n return name + \".height\";\n }\n}","funcProperties":{"__isSmartRef__":true,"id":4353},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4352":{"this":{"__isSmartRef__":true,"id":3554}},"4353":{"timestamp":{"__isSmartRef__":true,"id":4354},"user":"daniel.hoffmann","tags":[]},"4354":{"isSerializedDate":true,"string":"Sun Dec 02 2012 18:10:50 GMT+0100 (CET)"},"4355":{"varMapping":{"__isSmartRef__":true,"id":4356},"source":"function addRatioConstraint(type, side1, side2) {\n var value = this.getValueForConstraintType(type, side1, side2);\n this.addConstraint(type, side1 + \", \" + side2, value);\n}","funcProperties":{"__isSmartRef__":true,"id":4357},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4356":{"this":{"__isSmartRef__":true,"id":3554}},"4357":{"timestamp":{"__isSmartRef__":true,"id":4358},"user":"daniel.hoffmann","tags":[]},"4358":{"isSerializedDate":true,"string":"Sun Dec 09 2012 12:29:43 GMT+0100 (CET)"},"4359":{"varMapping":{"__isSmartRef__":true,"id":4360},"source":"function length(word) {\n var corrected = \"\";\n \n for (var i = 0; i <= 7 - word.length; i++) {\n corrected += \" \";\n }\n corrected += word;\n return corrected;\n}","funcProperties":{"__isSmartRef__":true,"id":4361},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4360":{"this":{"__isSmartRef__":true,"id":3554}},"4361":{"timestamp":{"__isSmartRef__":true,"id":4362},"user":"lisa.pfisterer","tags":[]},"4362":{"isSerializedDate":true,"string":"Sun Dec 02 2012 18:59:34 GMT+0100 (CET)"},"4363":{"varMapping":{"__isSmartRef__":true,"id":4364},"source":"function printTableau() {\n console.log(\"function: printTableau\");\n this.get(\"tableauTextField\").setTextString(\"\");\n var textString = \"Variablen: \" + this.algorithm.all + \"\\n\";\n textString += \"Gesucht: \" + this.algorithm.needed + \"\\n\";\n textString += \"Schlupfvariablen: \" + this.algorithm.schlupf + \"\\n\\n\";\n textString += \"Results: \" + this.algorithm.resultArray + \"\\n\\n\";\n \n var title = this.length(\"\");\n for (var i = 0; i < this.algorithm.all.length; i++) {\n title += this.length(this.algorithm.all[i]);\n }\n textString += title + \"\\n\";\n \n for (var i = 0; i < this.algorithm.tableau.length; i++) {\n var line = \"\";\n if (i < this.algorithm.schlupf.length) {\n line = this.length(this.algorithm.schlupf[i]);\n } else {\n line = this.length(\"F\");\n }\n \n for (var j = 0; j < this.algorithm.tableau[0].length; j++) {\n line += this.length(\"\" + (Math.round(this.algorithm.tableau[i][j] * 100) / 100));\n }\n textString += line + \"\\n\";\n }\n \n this.get(\"tableauTextField\").setTextString(textString);\n}","funcProperties":{"__isSmartRef__":true,"id":4365},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4364":{"this":{"__isSmartRef__":true,"id":3554}},"4365":{"timestamp":{"__isSmartRef__":true,"id":4366},"user":"lisa.pfisterer","tags":[]},"4366":{"isSerializedDate":true,"string":"Thu Dec 06 2012 17:39:19 GMT+0100 (CET)"},"4367":{"varMapping":{"__isSmartRef__":true,"id":4368},"source":"function showVariableValues() {\n console.log(\"showVariableValues\");\n var textString = \"\";\n for (var i = 0; i < this.algorithm.needed.length; i++) {\n textString += this.algorithm.needed[i] + \" \" + this.getValue(this.algorithm.needed[i] + \".height\") + \"\\n\";\n }\n this.get(\"variablesTextField\").setTextString(textString);\n \n}","funcProperties":{"__isSmartRef__":true,"id":4369},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4368":{"this":{"__isSmartRef__":true,"id":3554}},"4369":{"timestamp":{"__isSmartRef__":true,"id":4370},"user":"lisa.pfisterer","tags":[]},"4370":{"isSerializedDate":true,"string":"Sun Dec 02 2012 19:00:43 GMT+0100 (CET)"},"4371":{"varMapping":{"__isSmartRef__":true,"id":4372},"source":"function getValue(attribute) {\n var parts = attribute.split(\".\"); // bspw. rect1.x\n var objectName = parts[0]; // bspw. rect1\n var attributeName = parts[1] // bspw. x\n var object = this.get(objectName);\n \n switch (attributeName) {\n case \"h\":\n return object.getExtent().y;\n break;\n case \"w\":\n return object.getExtent().x;\n break;\n case \"x\":\n return object.getPosition().x;\n break;\n case \"y\":\n return object.getPosition().y;\n break;\n default:\n break;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":4373},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4372":{"this":{"__isSmartRef__":true,"id":3554}},"4373":{"timestamp":{"__isSmartRef__":true,"id":4374},"user":"lisa.pfisterer","tags":[]},"4374":{"isSerializedDate":true,"string":"Thu Dec 06 2012 17:59:33 GMT+0100 (CET)"},"4375":{"varMapping":{"__isSmartRef__":true,"id":4376},"source":"function width(variables) {\n var variable = variables[0] + \".w\";\n var value = variables[1];\n // console.log(\"Objectreference: \" + variable);\n // console.log(\"Value: \" + value);\n \n if (this.algorithm.all.indexOf(variable) < 0) {\n this.algorithm.all.push(variable);\n this.algorithm.needed.push(variable);\n\n this.extendArrayWithZeros(this.algorithm.tableau);\n }\n\n this.extendArrayWithZeros(this.algorithm.tableau);\n var schlupfVar = \"x\" + this.algorithm.schlupf.length;\n this.algorithm.all.push(schlupfVar);\n this.algorithm.schlupf.push(schlupfVar);\n \n this.addConstraintArray(new Array(new Array(variable, 1), new Array(schlupfVar, 1)), value);\n}","funcProperties":{"__isSmartRef__":true,"id":4377},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4376":{"this":{"__isSmartRef__":true,"id":3554}},"4377":{"timestamp":{"__isSmartRef__":true,"id":4378},"user":"lisa.pfisterer","tags":[]},"4378":{"isSerializedDate":true,"string":"Thu Dec 06 2012 17:39:19 GMT+0100 (CET)"},"4379":{"varMapping":{"__isSmartRef__":true,"id":4380},"source":"function ratio(variables) {\n var variable1 = variables[0];\n var variable2 = variables[1];\n var value = variables[2];\n // console.log(\"Objectreference: \" + variable1 + \", \" + variable2);\n // console.log(\"Value: \" + value);\n \n if (this.algorithm.all.indexOf(variable1) < 0) {\n this.algorithm.all.push(variable1);\n this.algorithm.needed.push(variable1);\n\n this.extendArrayWithZeros(this.algorithm.tableau);\n }\n if (this.algorithm.all.indexOf(variable2) < 0) {\n this.algorithm.all.push(variable2);\n this.algorithm.needed.push(variable2);\n\n this.extendArrayWithZeros(this.algorithm.tableau);\n }\n\n this.extendArrayWithZeros(this.algorithm.tableau);\n var schlupfVar = \"x\" + this.algorithm.schlupf.length;\n this.algorithm.all.push(schlupfVar);\n this.algorithm.schlupf.push(schlupfVar);\n \n this.addConstraintArray(new Array(new Array(variable1, value), new Array(variable2, -1)), 0);\n}","funcProperties":{"__isSmartRef__":true,"id":4381},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4380":{"this":{"__isSmartRef__":true,"id":3554}},"4381":{"timestamp":{"__isSmartRef__":true,"id":4382},"user":"lisa.pfisterer","tags":[]},"4382":{"isSerializedDate":true,"string":"Thu Dec 06 2012 17:39:19 GMT+0100 (CET)"},"4383":{"varMapping":{"__isSmartRef__":true,"id":4384},"source":"function position(variables) {\n console.log(\"function: position\");\n var variableX = variables[0] + \".x\";\n var variableY = variables[0] + \".y\";\n var valueX = variables[1];\n var valueY = variables[2];\n // console.log(\"Objectreference: \" + variable);\n // console.log(\"Value: \" + value);\n \n if (this.algorithm.all.indexOf(variableX) < 0) {\n this.algorithm.all.push(variableX);\n this.algorithm.needed.push(variableX);\n\n this.extendArrayWithZeros(this.algorithm.tableau);\n }\n\n this.extendArrayWithZeros(this.algorithm.tableau);\n var schlupfVar = \"x\" + this.algorithm.schlupf.length;\n this.algorithm.all.push(schlupfVar);\n this.algorithm.schlupf.push(schlupfVar);\n \n this.addConstraintArray(new Array(new Array(variableX, 1), new Array(schlupfVar, 1)), valueX);\n \n \n if (this.algorithm.all.indexOf(variableY) < 0) {\n this.algorithm.all.push(variableY);\n this.algorithm.needed.push(variableY);\n\n this.extendArrayWithZeros(this.algorithm.tableau);\n }\n\n this.extendArrayWithZeros(this.algorithm.tableau);\n var schlupfVar = \"x\" + this.algorithm.schlupf.length;\n this.algorithm.all.push(schlupfVar);\n this.algorithm.schlupf.push(schlupfVar);\n \n this.addConstraintArray(new Array(new Array(variableY, 1), new Array(schlupfVar, 1)), valueY);\n}","funcProperties":{"__isSmartRef__":true,"id":4385},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4384":{"this":{"__isSmartRef__":true,"id":3554}},"4385":{"timestamp":{"__isSmartRef__":true,"id":4386},"user":"lisa.pfisterer","tags":[]},"4386":{"isSerializedDate":true,"string":"Thu Dec 06 2012 17:39:19 GMT+0100 (CET)"},"4387":{"varMapping":{"__isSmartRef__":true,"id":4388},"source":"function addVerticalDistanceConstraint(type, name1, name2, value) {\n this.addConstraint(type, name1 + \", \" + name2, value);\n}","funcProperties":{"__isSmartRef__":true,"id":4389},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4388":{"this":{"__isSmartRef__":true,"id":3554}},"4389":{"timestamp":{"__isSmartRef__":true,"id":4390},"user":"daniel.hoffmann","tags":[]},"4390":{"isSerializedDate":true,"string":"Fri Dec 07 2012 22:25:53 GMT+0100 (CET)"},"4391":{"_BorderRadius":0,"_BorderStyle":"solid","_BorderWidth":0,"_ClipMode":"scroll","_Opacity":1,"__serializedExpressions__":["_BorderColor","_Extent","_Fill","_Padding","position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(0,0,0)","_Extent":"lively.pt(607.6,437.2)","_Fill":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)","position":"lively.pt(0.0,0.0)"},"4392":{"submorphs":[{"__isSmartRef__":true,"id":4393},{"__isSmartRef__":true,"id":4396}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4401},"eventHandler":{"__isSmartRef__":true,"id":4402},"_ClipMode":"visible","derivationIds":[],"id":"5E966530-092E-4AA8-80D3-21B325A659FD","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"__serializedExpressions__":["_Position"],"partsBinURL":{"__isSmartRef__":true,"id":4403},"targetName":"SketchPad","partItem":{"__isSmartRef__":true,"id":4404},"owner":{"__isSmartRef__":true,"id":3443},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport","_Position":"lively.pt(0.0,0.0)"},"4393":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4394},"eventHandler":{"__isSmartRef__":true,"id":4395},"_ClipMode":"visible","derivationIds":[],"id":"59E02E5C-F1F6-4AD6-AF2F-FB309EDA4A86","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"__serializedExpressions__":["_Position"],"owner":{"__isSmartRef__":true,"id":4392},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(3.0,3.0)"},"4394":{"__serializedExpressions__":["_Extent","_Padding","extent"],"stringifiedShapeNode":"
Breite
Verhältnis
position(green, 100, 100);\nratio(green.x, blue.x, 2);\nwidth(green, 200);\nposition(blue, 500, 500);
Constraints
green.x 100\ngreen.y 100\nblue.x 200\ngreen.w 200\nblue.y 500\n
Variablen
Variablen: [x2, x0, x1, x1, x0, x2, x3, x3, x4, x5, x5]\nGesucht: [green.x, green.y, blue.x, green.w, blue.y]\nSchlupfvariablen: [blue.x, green.y, green.x, green.w, x4, blue.y]\n\nResults: [100, 100, 200, 200, 500]\n\n x2 x0 x1 x1 x0 x2 x3 x3 x4 x5 x5\n blue.x 0 2 0 0 1 0 0 0 0 0 0 200\n green.y 0 0 1 1 0 0 0 0 0 0 0 100\n green.x 1 1 0 0 0 0 0 0 0 0 0 100\n green.w 0 0 0 0 0 0 1 1 0 0 0 200\n x4 0 -2 0 0 0 0 0 0 1 0 0 300\n blue.y 0 0 0 0 0 0 0 0 0 1 1 500\n F 0 3 0 1 0 0 0 1 0 0 1 1100\n
Höhe
blue
Setup SketchArea (in case mouse events don't work)
Tableau
Schritt
Stop
Start
Initialisieren
Einlesen
Position
","__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes","_Extent":"lively.pt(94.0,94.0)","_Padding":"lively.rect(0,0,0,0)","extent":"lively.pt(94.0,94.0)"},"4395":{"morph":{"__isSmartRef__":true,"id":4393},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4396":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4397},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4398}],"eventHandler":{"__isSmartRef__":true,"id":4400},"_ClipMode":"hidden","derivationIds":[],"id":"C7D3004E-C7C3-4C1F-8B6C-F7C6A86557AC","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"_WordBreak":null,"fixedHeight":false,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"isLabel":true,"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":4392},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(9.5,70.0)"},"4397":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(10.0,10.0)","_Extent":"lively.pt(61.0,16.0)","_Padding":"lively.rect(5,2,0,-2)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"4398":{"style":{"__isSmartRef__":true,"id":4399},"chunkOwner":{"__isSmartRef__":true,"id":4396},"_id":"_136","storedString":"SketchPad","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4399":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4400":{"morph":{"__isSmartRef__":true,"id":4396},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4401":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,100.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(230,230,230)"},"4402":{"morph":{"__isSmartRef__":true,"id":4392},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4403":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4404":{"partsSpaceName":"PartsBin/sd1213/","name":"SketchPad","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"4405":{"submorphs":[{"__isSmartRef__":true,"id":4406},{"__isSmartRef__":true,"id":4409}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4414},"eventHandler":{"__isSmartRef__":true,"id":4415},"_ClipMode":"visible","derivationIds":[],"id":"D6B03574-B84D-4D90-BA08-98F9574C8714","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"__serializedExpressions__":["_Position"],"partsBinURL":{"__isSmartRef__":true,"id":4416},"targetName":"SimilarityDemo","partItem":{"__isSmartRef__":true,"id":4417},"owner":{"__isSmartRef__":true,"id":3443},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport","_Position":"lively.pt(105.0,0.0)"},"4406":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4407},"eventHandler":{"__isSmartRef__":true,"id":4408},"_ClipMode":"visible","derivationIds":[],"id":"35E492D2-D2F7-4213-AD12-698A704F66BA","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"__serializedExpressions__":["_Position"],"owner":{"__isSmartRef__":true,"id":4405},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(3.0,3.0)"},"4407":{"__serializedExpressions__":["_Extent","_Padding","extent"],"stringifiedShapeNode":"
SimilarityDemo
X
M

ignore case
Enter
Tier
Tor
Levenshtein
Jaccard
Tab3
Step Back
Step Forward


2
current token size:

|<<
>>|
>
<
Backtrace
Jaccard:

Levenshtein:

","__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes","_Extent":"lively.pt(94.0,94.0)","_Padding":"lively.rect(0,0,0,0)","extent":"lively.pt(94.0,94.0)"},"4408":{"morph":{"__isSmartRef__":true,"id":4406},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4409":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4410},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4411}],"eventHandler":{"__isSmartRef__":true,"id":4413},"_ClipMode":"hidden","derivationIds":[],"id":"0B9CBAAF-FA4B-4121-9BA3-86F226A48FCA","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"_WordBreak":null,"fixedHeight":false,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"isLabel":true,"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":4405},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(-0.5,70.0)"},"4410":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(10.0,10.0)","_Extent":"lively.pt(81.0,16.0)","_Padding":"lively.rect(5,2,0,-2)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"4411":{"style":{"__isSmartRef__":true,"id":4412},"chunkOwner":{"__isSmartRef__":true,"id":4409},"_id":"_138","storedString":"SimilarityDemo","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4412":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4413":{"morph":{"__isSmartRef__":true,"id":4409},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4414":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,100.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(230,230,230)"},"4415":{"morph":{"__isSmartRef__":true,"id":4405},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4416":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SimilarityDemo/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4417":{"partsSpaceName":"PartsBin/SimilarityDemo/","name":"SimilarityDemo","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"4418":{"submorphs":[{"__isSmartRef__":true,"id":4419},{"__isSmartRef__":true,"id":4422}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4427},"eventHandler":{"__isSmartRef__":true,"id":4428},"_ClipMode":"visible","derivationIds":[],"id":"0DDD5B84-1531-4ED5-A875-B91637CC044E","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"__serializedExpressions__":["_Position"],"partsBinURL":{"__isSmartRef__":true,"id":4429},"targetName":"BalancedSearchTrees","partItem":{"__isSmartRef__":true,"id":4430},"owner":{"__isSmartRef__":true,"id":3443},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport","_Position":"lively.pt(210.0,0.0)"},"4419":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4420},"eventHandler":{"__isSmartRef__":true,"id":4421},"_ClipMode":"visible","derivationIds":[],"id":"B0650CFC-0B57-44D5-AF5D-79EDB519C141","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"__serializedExpressions__":["_Position"],"owner":{"__isSmartRef__":true,"id":4418},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(3.0,3.0)"},"4420":{"__serializedExpressions__":["_Extent","_Padding","extent"],"stringifiedShapeNode":"
+
-
Red-Black-Tree
234 - Tree
Balanced Search Trees
X
M

","__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes","_Extent":"lively.pt(94.0,94.0)","_Padding":"lively.rect(0,0,0,0)","extent":"lively.pt(94.0,94.0)"},"4421":{"morph":{"__isSmartRef__":true,"id":4419},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4422":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4423},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4424}],"eventHandler":{"__isSmartRef__":true,"id":4426},"_ClipMode":"hidden","derivationIds":[],"id":"7C6A7B30-10F6-43BD-802D-73BEFE434C0D","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"_WordBreak":null,"fixedHeight":false,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"isLabel":true,"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":4418},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(-12.0,70.0)"},"4423":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(10.0,10.0)","_Extent":"lively.pt(104.0,16.0)","_Padding":"lively.rect(5,2,0,-2)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"4424":{"style":{"__isSmartRef__":true,"id":4425},"chunkOwner":{"__isSmartRef__":true,"id":4422},"_id":"_140","storedString":"BalancedSearchT...","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4425":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4426":{"morph":{"__isSmartRef__":true,"id":4422},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4427":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,100.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(230,230,230)"},"4428":{"morph":{"__isSmartRef__":true,"id":4418},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4429":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4430":{"partsSpaceName":"PartsBin/Visualization/","name":"BalancedSearchTrees","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"4431":{"submorphs":[{"__isSmartRef__":true,"id":4432},{"__isSmartRef__":true,"id":4435}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4440},"eventHandler":{"__isSmartRef__":true,"id":4441},"_ClipMode":"visible","derivationIds":[],"id":"60634EE3-E578-4CE9-BB58-6835E54E477B","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"__serializedExpressions__":["_Position"],"partsBinURL":{"__isSmartRef__":true,"id":4442},"targetName":"SteppingWordCounter","partItem":{"__isSmartRef__":true,"id":4443},"owner":{"__isSmartRef__":true,"id":3443},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport","_Position":"lively.pt(315.0,0.0)"},"4432":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4433},"eventHandler":{"__isSmartRef__":true,"id":4434},"_ClipMode":"visible","derivationIds":[],"id":"A37247D3-4DE5-408B-B099-8875798E551A","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"__serializedExpressions__":["_Position"],"owner":{"__isSmartRef__":true,"id":4431},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(3.0,3.0)"},"4433":{"__serializedExpressions__":["_Extent","_Padding","extent"],"stringifiedShapeNode":"
181
stamp
show
clear
","__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes","_Extent":"lively.pt(94.0,94.0)","_Padding":"lively.rect(0,0,0,0)","extent":"lively.pt(94.0,94.0)"},"4434":{"morph":{"__isSmartRef__":true,"id":4432},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4435":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4436},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4437}],"eventHandler":{"__isSmartRef__":true,"id":4439},"_ClipMode":"hidden","derivationIds":[],"id":"76BD37E7-1057-4A65-BD43-797B3C5E1ED6","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"_WordBreak":null,"fixedHeight":false,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"isLabel":true,"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":4431},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(-13.5,70.0)"},"4436":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(10.0,10.0)","_Extent":"lively.pt(107.0,16.0)","_Padding":"lively.rect(5,2,0,-2)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"4437":{"style":{"__isSmartRef__":true,"id":4438},"chunkOwner":{"__isSmartRef__":true,"id":4435},"_id":"_142","storedString":"SteppingWordCou...","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4438":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4439":{"morph":{"__isSmartRef__":true,"id":4435},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4440":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,100.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(230,230,230)"},"4441":{"morph":{"__isSmartRef__":true,"id":4431},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4442":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4443":{"partsSpaceName":"PartsBin/Jens/","name":"SteppingWordCounter","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"4444":{"submorphs":[{"__isSmartRef__":true,"id":4445},{"__isSmartRef__":true,"id":4448}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4453},"eventHandler":{"__isSmartRef__":true,"id":4454},"_ClipMode":"visible","derivationIds":[],"id":"F3459ACB-A8D1-4CE5-B525-EEDA6191F112","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"__serializedExpressions__":["_Position"],"partsBinURL":{"__isSmartRef__":true,"id":4455},"targetName":"CheapWorldLayout","partItem":{"__isSmartRef__":true,"id":4456},"owner":{"__isSmartRef__":true,"id":3443},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport","_Position":"lively.pt(420.0,0.0)"},"4445":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4446},"eventHandler":{"__isSmartRef__":true,"id":4447},"_ClipMode":"visible","derivationIds":[],"id":"DF20D892-127E-417D-BC2C-5ACFBCAA6AB1","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"__serializedExpressions__":["_Position"],"owner":{"__isSmartRef__":true,"id":4444},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(3.0,3.0)"},"4446":{"__serializedExpressions__":["_Extent","_Padding","extent"],"stringifiedShapeNode":"
","__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes","_Extent":"lively.pt(94.0,94.0)","_Padding":"lively.rect(0,0,0,0)","extent":"lively.pt(94.0,94.0)"},"4447":{"morph":{"__isSmartRef__":true,"id":4445},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4448":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4449},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4450}],"eventHandler":{"__isSmartRef__":true,"id":4452},"_ClipMode":"hidden","derivationIds":[],"id":"4F4AC749-B441-4E82-981C-25B528B7E6E3","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"_WordBreak":null,"fixedHeight":false,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"isLabel":true,"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":4444},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(-11.0,70.0)"},"4449":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(10.0,10.0)","_Extent":"lively.pt(102.0,16.0)","_Padding":"lively.rect(5,2,0,-2)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"4450":{"style":{"__isSmartRef__":true,"id":4451},"chunkOwner":{"__isSmartRef__":true,"id":4448},"_id":"_144","storedString":"CheapWorldLayout","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4451":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4452":{"morph":{"__isSmartRef__":true,"id":4448},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4453":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,100.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(230,230,230)"},"4454":{"morph":{"__isSmartRef__":true,"id":4444},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4455":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4456":{"partsSpaceName":"PartsBin/Jens/","name":"CheapWorldLayout","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"4457":{"submorphs":[{"__isSmartRef__":true,"id":4458},{"__isSmartRef__":true,"id":4461}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4466},"eventHandler":{"__isSmartRef__":true,"id":4467},"_ClipMode":"visible","derivationIds":[],"id":"7C561EA8-0126-4495-A6BD-71BABA6793AD","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"__serializedExpressions__":["_Position"],"partsBinURL":{"__isSmartRef__":true,"id":4468},"targetName":"WorldSearch","partItem":{"__isSmartRef__":true,"id":4469},"owner":{"__isSmartRef__":true,"id":3443},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport","_Position":"lively.pt(0.0,105.0)"},"4458":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4459},"eventHandler":{"__isSmartRef__":true,"id":4460},"_ClipMode":"visible","derivationIds":[],"id":"757C6B4B-47E2-4769-BA24-2158AA4C5C88","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"__serializedExpressions__":["_Position"],"owner":{"__isSmartRef__":true,"id":4457},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(3.0,3.0)"},"4459":{"__serializedExpressions__":["_Extent","_Padding","extent"],"stringifiedShapeNode":"

vist

WorldSearch
X
M

","__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes","_Extent":"lively.pt(94.0,94.0)","_Padding":"lively.rect(0,0,0,0)","extent":"lively.pt(94.0,94.0)"},"4460":{"morph":{"__isSmartRef__":true,"id":4458},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4461":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4462},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4463}],"eventHandler":{"__isSmartRef__":true,"id":4465},"_ClipMode":"hidden","derivationIds":[],"id":"B26E0BE2-9EC4-44B3-B9BD-1B1064B9EB94","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"_WordBreak":null,"fixedHeight":false,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"isLabel":true,"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":4457},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(4.0,70.0)"},"4462":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(10.0,10.0)","_Extent":"lively.pt(72.0,16.0)","_Padding":"lively.rect(5,2,0,-2)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"4463":{"style":{"__isSmartRef__":true,"id":4464},"chunkOwner":{"__isSmartRef__":true,"id":4461},"_id":"_146","storedString":"WorldSearch","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4464":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4465":{"morph":{"__isSmartRef__":true,"id":4461},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4466":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,100.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(230,230,230)"},"4467":{"morph":{"__isSmartRef__":true,"id":4457},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4468":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4469":{"partsSpaceName":"PartsBin/Jens/","name":"WorldSearch","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"4470":{"submorphs":[{"__isSmartRef__":true,"id":4471},{"__isSmartRef__":true,"id":4474}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4479},"eventHandler":{"__isSmartRef__":true,"id":4480},"_ClipMode":"visible","derivationIds":[],"id":"CDB91A6C-EAE9-4661-B2B8-F0B44ADC9A6A","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"__serializedExpressions__":["_Position"],"partsBinURL":{"__isSmartRef__":true,"id":4481},"targetName":"AlphaBetaPruning","partItem":{"__isSmartRef__":true,"id":4482},"owner":{"__isSmartRef__":true,"id":3443},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport","_Position":"lively.pt(105.0,105.0)"},"4471":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4472},"eventHandler":{"__isSmartRef__":true,"id":4473},"_ClipMode":"visible","derivationIds":[],"id":"B9D8B4BF-A457-4A67-B76E-3347563FDD7E","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"__serializedExpressions__":["_Position"],"owner":{"__isSmartRef__":true,"id":4470},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(3.0,3.0)"},"4472":{"__serializedExpressions__":["_Extent","_Padding","extent"],"stringifiedShapeNode":"

Build Tree

2


Select algorithm
ABP
Control
Step
Play
Number of moves

















NegaMax
","__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes","_Extent":"lively.pt(94.0,94.0)","_Padding":"lively.rect(0,0,0,0)","extent":"lively.pt(94.0,94.0)"},"4473":{"morph":{"__isSmartRef__":true,"id":4471},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4474":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4475},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4476}],"eventHandler":{"__isSmartRef__":true,"id":4478},"_ClipMode":"hidden","derivationIds":[],"id":"01241998-E268-4C63-A475-45BB3EF14F98","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"_WordBreak":null,"fixedHeight":false,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"isLabel":true,"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":4470},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(-8.0,70.0)"},"4475":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(10.0,10.0)","_Extent":"lively.pt(96.0,16.0)","_Padding":"lively.rect(5,2,0,-2)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"4476":{"style":{"__isSmartRef__":true,"id":4477},"chunkOwner":{"__isSmartRef__":true,"id":4474},"_id":"_148","storedString":"AlphaBetaPruning","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4477":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4478":{"morph":{"__isSmartRef__":true,"id":4474},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4479":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,100.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(230,230,230)"},"4480":{"morph":{"__isSmartRef__":true,"id":4470},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4481":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4482":{"partsSpaceName":"PartsBin/sd1213/","name":"AlphaBetaPruning","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"4483":{"submorphs":[{"__isSmartRef__":true,"id":4484},{"__isSmartRef__":true,"id":4487}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4492},"eventHandler":{"__isSmartRef__":true,"id":4493},"_ClipMode":"visible","derivationIds":[],"id":"69A0C0EE-B109-4885-951A-7DCAAB775012","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"__serializedExpressions__":["_Position"],"partsBinURL":{"__isSmartRef__":true,"id":4494},"targetName":"Reversi","partItem":{"__isSmartRef__":true,"id":4495},"owner":{"__isSmartRef__":true,"id":3443},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport","_Position":"lively.pt(210.0,105.0)"},"4484":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4485},"eventHandler":{"__isSmartRef__":true,"id":4486},"_ClipMode":"visible","derivationIds":[],"id":"2245406E-C954-47CF-8F1B-E2B002462954","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"__serializedExpressions__":["_Position"],"owner":{"__isSmartRef__":true,"id":4483},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(3.0,3.0)"},"4485":{"__serializedExpressions__":["_Extent","_Padding","extent"],"stringifiedShapeNode":"
New Game
Draw!
","__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes","_Extent":"lively.pt(94.0,94.0)","_Padding":"lively.rect(0,0,0,0)","extent":"lively.pt(94.0,94.0)"},"4486":{"morph":{"__isSmartRef__":true,"id":4484},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4487":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4488},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4489}],"eventHandler":{"__isSmartRef__":true,"id":4491},"_ClipMode":"hidden","derivationIds":[],"id":"D398524E-8E3C-49B5-BBCE-DAA8D22344CD","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"_WordBreak":null,"fixedHeight":false,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"isLabel":true,"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":4483},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(17.0,70.0)"},"4488":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(10.0,10.0)","_Extent":"lively.pt(46.0,16.0)","_Padding":"lively.rect(5,2,0,-2)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"4489":{"style":{"__isSmartRef__":true,"id":4490},"chunkOwner":{"__isSmartRef__":true,"id":4487},"_id":"_150","storedString":"Reversi","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4490":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4491":{"morph":{"__isSmartRef__":true,"id":4487},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4492":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,100.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(230,230,230)"},"4493":{"morph":{"__isSmartRef__":true,"id":4483},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4494":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4495":{"partsSpaceName":"PartsBin/sd1213/","name":"Reversi","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"4496":{"submorphs":[{"__isSmartRef__":true,"id":4497},{"__isSmartRef__":true,"id":4500}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4505},"eventHandler":{"__isSmartRef__":true,"id":4506},"_ClipMode":"visible","derivationIds":[],"id":"1A31F17A-94D1-43C6-8F60-B65A5E2C635A","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"__serializedExpressions__":["_Position"],"partsBinURL":{"__isSmartRef__":true,"id":4507},"targetName":"FibonacciActor","partItem":{"__isSmartRef__":true,"id":4508},"owner":{"__isSmartRef__":true,"id":3443},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport","_Position":"lively.pt(315.0,105.0)"},"4497":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4498},"eventHandler":{"__isSmartRef__":true,"id":4499},"_ClipMode":"visible","derivationIds":[],"id":"29E01565-7B76-426F-BE56-DCB2941C690D","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"__serializedExpressions__":["_Position"],"owner":{"__isSmartRef__":true,"id":4496},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(3.0,3.0)"},"4498":{"__serializedExpressions__":["_Extent","_Padding","extent"],"stringifiedShapeNode":"
","__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes","_Extent":"lively.pt(94.0,94.0)","_Padding":"lively.rect(0,0,0,0)","extent":"lively.pt(94.0,94.0)"},"4499":{"morph":{"__isSmartRef__":true,"id":4497},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4500":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4501},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4502}],"eventHandler":{"__isSmartRef__":true,"id":4504},"_ClipMode":"hidden","derivationIds":[],"id":"0DB0EF9B-80BF-492E-B43F-3207C412C4E4","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"_WordBreak":null,"fixedHeight":false,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"isLabel":true,"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":4496},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(0.0,70.0)"},"4501":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(10.0,10.0)","_Extent":"lively.pt(80.0,16.0)","_Padding":"lively.rect(5,2,0,-2)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"4502":{"style":{"__isSmartRef__":true,"id":4503},"chunkOwner":{"__isSmartRef__":true,"id":4500},"_id":"_152","storedString":"FibonacciActor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4503":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4504":{"morph":{"__isSmartRef__":true,"id":4500},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4505":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,100.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(230,230,230)"},"4506":{"morph":{"__isSmartRef__":true,"id":4496},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4507":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/WebWorker/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4508":{"partsSpaceName":"PartsBin/WebWorker/","name":"FibonacciActor","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"4509":{"submorphs":[{"__isSmartRef__":true,"id":4510},{"__isSmartRef__":true,"id":4513}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4518},"eventHandler":{"__isSmartRef__":true,"id":4519},"_ClipMode":"visible","derivationIds":[],"id":"1BCE6DCD-2A03-42A5-ACA5-835DFFFAF4D4","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"__serializedExpressions__":["_Position"],"partsBinURL":{"__isSmartRef__":true,"id":4520},"targetName":"WorkProvider","partItem":{"__isSmartRef__":true,"id":4521},"owner":{"__isSmartRef__":true,"id":3443},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport","_Position":"lively.pt(420.0,105.0)"},"4510":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4511},"eventHandler":{"__isSmartRef__":true,"id":4512},"_ClipMode":"visible","derivationIds":[],"id":"99D3AA1C-F89B-4992-AD76-0465F4F39894","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"__serializedExpressions__":["_Position"],"owner":{"__isSmartRef__":true,"id":4509},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(3.0,3.0)"},"4511":{"__serializedExpressions__":["_Extent","_Padding","extent"],"stringifiedShapeNode":"
","__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes","_Extent":"lively.pt(94.0,94.0)","_Padding":"lively.rect(0,0,0,0)","extent":"lively.pt(94.0,94.0)"},"4512":{"morph":{"__isSmartRef__":true,"id":4510},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4513":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4514},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4515}],"eventHandler":{"__isSmartRef__":true,"id":4517},"_ClipMode":"hidden","derivationIds":[],"id":"18FF5A63-DB86-4DFC-B019-A44ACBF9A8F4","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"_WordBreak":null,"fixedHeight":false,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"isLabel":true,"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":4509},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(2.5,70.0)"},"4514":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(10.0,10.0)","_Extent":"lively.pt(75.0,16.0)","_Padding":"lively.rect(5,2,0,-2)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"4515":{"style":{"__isSmartRef__":true,"id":4516},"chunkOwner":{"__isSmartRef__":true,"id":4513},"_id":"_154","storedString":"WorkProvider","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4516":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4517":{"morph":{"__isSmartRef__":true,"id":4513},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4518":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,100.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(230,230,230)"},"4519":{"morph":{"__isSmartRef__":true,"id":4509},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4520":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/WebWorker/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4521":{"partsSpaceName":"PartsBin/WebWorker/","name":"WorkProvider","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"4522":{"submorphs":[{"__isSmartRef__":true,"id":4523},{"__isSmartRef__":true,"id":4526}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4531},"eventHandler":{"__isSmartRef__":true,"id":4532},"_ClipMode":"visible","derivationIds":[],"id":"B2DD81BB-1A42-4DF5-8E6B-F81EEFC6F3CA","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"__serializedExpressions__":["_Position"],"partsBinURL":{"__isSmartRef__":true,"id":4533},"targetName":"PartsBinLoader","partItem":{"__isSmartRef__":true,"id":4534},"owner":{"__isSmartRef__":true,"id":3443},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport","_Position":"lively.pt(0.0,210.0)"},"4523":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4524},"eventHandler":{"__isSmartRef__":true,"id":4525},"_ClipMode":"visible","derivationIds":[],"id":"622974EA-9755-4FA0-9C73-26AE3959453C","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"__serializedExpressions__":["_Position"],"owner":{"__isSmartRef__":true,"id":4522},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(3.0,3.0)"},"4524":{"__serializedExpressions__":["_Extent","_Padding","extent"],"stringifiedShapeNode":"
","__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes","_Extent":"lively.pt(94.0,94.0)","_Padding":"lively.rect(0,0,0,0)","extent":"lively.pt(94.0,94.0)"},"4525":{"morph":{"__isSmartRef__":true,"id":4523},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4526":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4527},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4528}],"eventHandler":{"__isSmartRef__":true,"id":4530},"_ClipMode":"hidden","derivationIds":[],"id":"73A4C8D6-F3B6-458C-9EF5-6A58C2F67EC1","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"_WordBreak":null,"fixedHeight":false,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"isLabel":true,"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":4522},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(-2.0,70.0)"},"4527":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(10.0,10.0)","_Extent":"lively.pt(84.0,16.0)","_Padding":"lively.rect(5,2,0,-2)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"4528":{"style":{"__isSmartRef__":true,"id":4529},"chunkOwner":{"__isSmartRef__":true,"id":4526},"_id":"_156","storedString":"PartsBinLoader","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4529":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4530":{"morph":{"__isSmartRef__":true,"id":4526},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4531":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,100.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(230,230,230)"},"4532":{"morph":{"__isSmartRef__":true,"id":4522},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4533":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/WebWorker/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4534":{"partsSpaceName":"PartsBin/WebWorker/","name":"PartsBinLoader","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"4535":{"submorphs":[{"__isSmartRef__":true,"id":4536},{"__isSmartRef__":true,"id":4539}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4544},"eventHandler":{"__isSmartRef__":true,"id":4545},"_ClipMode":"visible","derivationIds":[],"id":"B0C9CD3D-6DED-4B7B-8C44-8DF98AEC7C13","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"__serializedExpressions__":["_Position"],"partsBinURL":{"__isSmartRef__":true,"id":4546},"targetName":"ModulePart","partItem":{"__isSmartRef__":true,"id":4547},"owner":{"__isSmartRef__":true,"id":3443},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport","_Position":"lively.pt(105.0,210.0)"},"4536":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4537},"eventHandler":{"__isSmartRef__":true,"id":4538},"_ClipMode":"visible","derivationIds":[],"id":"E6732041-8F3E-4839-8C1F-734801036885","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"__serializedExpressions__":["_Position"],"owner":{"__isSmartRef__":true,"id":4535},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(3.0,3.0)"},"4537":{"__serializedExpressions__":["_Extent","_Padding","extent"],"stringifiedShapeNode":"
no module
browse
load now
not a valid module name
Module Part
X
M

","__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes","_Extent":"lively.pt(94.0,94.0)","_Padding":"lively.rect(0,0,0,0)","extent":"lively.pt(94.0,94.0)"},"4538":{"morph":{"__isSmartRef__":true,"id":4536},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4539":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4540},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4541}],"eventHandler":{"__isSmartRef__":true,"id":4543},"_ClipMode":"hidden","derivationIds":[],"id":"3C1FD919-3A1D-40C0-876D-222215989DA0","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"_WordBreak":null,"fixedHeight":false,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"isLabel":true,"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":4535},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(7.5,70.0)"},"4540":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(10.0,10.0)","_Extent":"lively.pt(65.0,16.0)","_Padding":"lively.rect(5,2,0,-2)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"4541":{"style":{"__isSmartRef__":true,"id":4542},"chunkOwner":{"__isSmartRef__":true,"id":4539},"_id":"_158","storedString":"ModulePart","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4542":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4543":{"morph":{"__isSmartRef__":true,"id":4539},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4544":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,100.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(230,230,230)"},"4545":{"morph":{"__isSmartRef__":true,"id":4535},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4546":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4547":{"partsSpaceName":"PartsBin/Tools/","name":"ModulePart","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"4548":{"submorphs":[{"__isSmartRef__":true,"id":4549},{"__isSmartRef__":true,"id":4552}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4557},"eventHandler":{"__isSmartRef__":true,"id":4558},"_ClipMode":"visible","derivationIds":[],"id":"EE721A26-C097-4AA3-BC63-0D47F86CF3EB","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"__serializedExpressions__":["_Position"],"partsBinURL":{"__isSmartRef__":true,"id":4559},"targetName":"Envelop","partItem":{"__isSmartRef__":true,"id":4560},"owner":{"__isSmartRef__":true,"id":3443},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport","_Position":"lively.pt(210.0,210.0)"},"4549":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4550},"eventHandler":{"__isSmartRef__":true,"id":4551},"_ClipMode":"visible","derivationIds":[],"id":"2EBA46F3-E540-4A45-B8B2-3D278A854D76","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"__serializedExpressions__":["_Position"],"owner":{"__isSmartRef__":true,"id":4548},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(3.0,3.0)"},"4550":{"__serializedExpressions__":["_Extent","_Padding","extent"],"stringifiedShapeNode":"
","__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes","_Extent":"lively.pt(94.0,94.0)","_Padding":"lively.rect(0,0,0,0)","extent":"lively.pt(94.0,94.0)"},"4551":{"morph":{"__isSmartRef__":true,"id":4549},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4552":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4553},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4554}],"eventHandler":{"__isSmartRef__":true,"id":4556},"_ClipMode":"hidden","derivationIds":[],"id":"2326A0EE-CBB5-4E25-8110-F138024629C0","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"_WordBreak":null,"fixedHeight":false,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"isLabel":true,"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":4548},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(16.0,70.0)"},"4553":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(10.0,10.0)","_Extent":"lively.pt(48.0,16.0)","_Padding":"lively.rect(5,2,0,-2)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"4554":{"style":{"__isSmartRef__":true,"id":4555},"chunkOwner":{"__isSmartRef__":true,"id":4552},"_id":"_160","storedString":"Envelop","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4555":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4556":{"morph":{"__isSmartRef__":true,"id":4552},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4557":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,100.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(230,230,230)"},"4558":{"morph":{"__isSmartRef__":true,"id":4548},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4559":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/WebWorker/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4560":{"partsSpaceName":"PartsBin/WebWorker/","name":"Envelop","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"4561":{"submorphs":[{"__isSmartRef__":true,"id":4562},{"__isSmartRef__":true,"id":4565}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4570},"eventHandler":{"__isSmartRef__":true,"id":4571},"_ClipMode":"visible","derivationIds":[],"id":"5390AD21-CD61-4418-B1C4-AD2A0EF9858E","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"__serializedExpressions__":["_Position"],"partsBinURL":{"__isSmartRef__":true,"id":4572},"targetName":"Simplex ","partItem":{"__isSmartRef__":true,"id":4573},"owner":{"__isSmartRef__":true,"id":3443},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport","_Position":"lively.pt(315.0,210.0)"},"4562":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4563},"eventHandler":{"__isSmartRef__":true,"id":4564},"_ClipMode":"visible","derivationIds":[],"id":"3FDA04DC-E2B9-48E1-A8B9-A469F08479F8","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"__serializedExpressions__":["_Position"],"owner":{"__isSmartRef__":true,"id":4561},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(3.0,3.0)"},"4563":{"__serializedExpressions__":["_Extent","_Padding","extent"],"stringifiedShapeNode":"
Stop
Start
Schritt
Breite
Verhältnis
height(\"greenRect\", 100);\nwidth(\"greenRect\", 200);\nheight(\"blueRect\", 150);\nwidth(\"blueRect\", 150);
Constraints
\nheight: [\"greenRect\", 100]\n\nwidth: [\"greenRect\", 200]\n\nheight: [\"blueRect\", 150]\n\nwidth: [\"blueRect\", 150]\n\nheight: [\"test\", bla]\n
Variablen

Höhe
Einlesen
greenRect
","__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes","_Extent":"lively.pt(94.0,94.0)","_Padding":"lively.rect(0,0,0,0)","extent":"lively.pt(94.0,94.0)"},"4564":{"morph":{"__isSmartRef__":true,"id":4562},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4565":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4566},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4567}],"eventHandler":{"__isSmartRef__":true,"id":4569},"_ClipMode":"hidden","derivationIds":[],"id":"0B6A3892-69F9-45B0-B2E8-97B77BD2931E","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"_WordBreak":null,"fixedHeight":false,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"isLabel":true,"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":4561},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(15.0,70.0)"},"4566":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(10.0,10.0)","_Extent":"lively.pt(50.0,16.0)","_Padding":"lively.rect(5,2,0,-2)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"4567":{"style":{"__isSmartRef__":true,"id":4568},"chunkOwner":{"__isSmartRef__":true,"id":4565},"_id":"_162","storedString":"Simplex ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4568":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4569":{"morph":{"__isSmartRef__":true,"id":4565},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4570":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,100.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(230,230,230)"},"4571":{"morph":{"__isSmartRef__":true,"id":4561},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4572":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4573":{"partsSpaceName":"PartsBin/sd1213/","name":"Simplex ","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"4574":{"submorphs":[{"__isSmartRef__":true,"id":4575},{"__isSmartRef__":true,"id":4578}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4583},"eventHandler":{"__isSmartRef__":true,"id":4584},"_ClipMode":"visible","derivationIds":[],"id":"5690813B-01EF-407E-B86A-BF84B1705F8B","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"__serializedExpressions__":["_Position"],"partsBinURL":{"__isSmartRef__":true,"id":4585},"targetName":"RhythmWheel","partItem":{"__isSmartRef__":true,"id":4586},"owner":{"__isSmartRef__":true,"id":3443},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport","_Position":"lively.pt(420.0,210.0)"},"4575":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4576},"eventHandler":{"__isSmartRef__":true,"id":4577},"_ClipMode":"visible","derivationIds":[],"id":"8AC243FE-AEC5-4E27-BA85-91C76282F4A5","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"__serializedExpressions__":["_Position"],"owner":{"__isSmartRef__":true,"id":4574},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(3.0,3.0)"},"4576":{"__serializedExpressions__":["_Extent","_Padding","extent"],"stringifiedShapeNode":"
","__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes","_Extent":"lively.pt(94.0,94.0)","_Padding":"lively.rect(0,0,0,0)","extent":"lively.pt(94.0,94.0)"},"4577":{"morph":{"__isSmartRef__":true,"id":4575},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4578":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4579},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4580}],"eventHandler":{"__isSmartRef__":true,"id":4582},"_ClipMode":"hidden","derivationIds":[],"id":"8B1582C5-5706-490A-B1AD-99642E51EF03","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"_WordBreak":null,"fixedHeight":false,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"isLabel":true,"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":4574},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(1.5,70.0)"},"4579":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(10.0,10.0)","_Extent":"lively.pt(77.0,16.0)","_Padding":"lively.rect(5,2,0,-2)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"4580":{"style":{"__isSmartRef__":true,"id":4581},"chunkOwner":{"__isSmartRef__":true,"id":4578},"_id":"_164","storedString":"RhythmWheel","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4581":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4582":{"morph":{"__isSmartRef__":true,"id":4578},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4583":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,100.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(230,230,230)"},"4584":{"morph":{"__isSmartRef__":true,"id":4574},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4585":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4586":{"partsSpaceName":"PartsBin/Fun/","name":"RhythmWheel","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"4587":{"submorphs":[{"__isSmartRef__":true,"id":4588},{"__isSmartRef__":true,"id":4591}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4596},"eventHandler":{"__isSmartRef__":true,"id":4597},"_ClipMode":"visible","derivationIds":[],"id":"8016916B-3680-49D6-B8E5-0E90A9CDE341","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"__serializedExpressions__":["_Position"],"partsBinURL":{"__isSmartRef__":true,"id":4598},"targetName":"WorldSearchBot","partItem":{"__isSmartRef__":true,"id":4599},"owner":{"__isSmartRef__":true,"id":3443},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport","_Position":"lively.pt(0.0,315.0)"},"4588":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4589},"eventHandler":{"__isSmartRef__":true,"id":4590},"_ClipMode":"visible","derivationIds":[],"id":"E809B91F-6EEE-41FD-9573-F7F8CB660970","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"__serializedExpressions__":["_Position"],"owner":{"__isSmartRef__":true,"id":4587},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(3.0,3.0)"},"4589":{"__serializedExpressions__":["_Extent","_Padding","extent"],"stringifiedShapeNode":"


Update
/users/jenslincke
finished
finished
dry run
WorldSearchBotPane
X
M

","__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes","_Extent":"lively.pt(94.0,94.0)","_Padding":"lively.rect(0,0,0,0)","extent":"lively.pt(94.0,94.0)"},"4590":{"morph":{"__isSmartRef__":true,"id":4588},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4591":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4592},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4593}],"eventHandler":{"__isSmartRef__":true,"id":4595},"_ClipMode":"hidden","derivationIds":[],"id":"6FD03985-B3C0-4A9E-9D7A-03F857DB1B50","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"_WordBreak":null,"fixedHeight":false,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"isLabel":true,"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":4587},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(-4.0,70.0)"},"4592":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(10.0,10.0)","_Extent":"lively.pt(88.0,16.0)","_Padding":"lively.rect(5,2,0,-2)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"4593":{"style":{"__isSmartRef__":true,"id":4594},"chunkOwner":{"__isSmartRef__":true,"id":4591},"_id":"_166","storedString":"WorldSearchBot","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4594":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4595":{"morph":{"__isSmartRef__":true,"id":4591},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4596":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,100.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(230,230,230)"},"4597":{"morph":{"__isSmartRef__":true,"id":4587},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4598":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4599":{"partsSpaceName":"PartsBin/Jens/","name":"WorldSearchBot","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"4600":{"submorphs":[{"__isSmartRef__":true,"id":4601},{"__isSmartRef__":true,"id":4604}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4609},"eventHandler":{"__isSmartRef__":true,"id":4610},"_ClipMode":"visible","derivationIds":[],"id":"049848A7-3303-4F91-953E-8572435BB537","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"__serializedExpressions__":["_Position"],"partsBinURL":{"__isSmartRef__":true,"id":4611},"targetName":"RelativeLinkNavigation","partItem":{"__isSmartRef__":true,"id":4612},"owner":{"__isSmartRef__":true,"id":3443},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport","_Position":"lively.pt(105.0,315.0)"},"4601":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4602},"eventHandler":{"__isSmartRef__":true,"id":4603},"_ClipMode":"visible","derivationIds":[],"id":"B1C9EF02-D962-4555-B3C7-A131D239EB7B","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"__serializedExpressions__":["_Position"],"owner":{"__isSmartRef__":true,"id":4600},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(3.0,3.0)"},"4602":{"__serializedExpressions__":["_Extent","_Padding","extent"],"stringifiedShapeNode":"

search\nempty\nWorldSearch\nPartSearch\nMindMaps\nCopyAndPasteHack\nCopyAndPaste\n
../../draft/
","__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes","_Extent":"lively.pt(94.0,94.0)","_Padding":"lively.rect(0,0,0,0)","extent":"lively.pt(94.0,94.0)"},"4603":{"morph":{"__isSmartRef__":true,"id":4601},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4604":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4605},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4606}],"eventHandler":{"__isSmartRef__":true,"id":4608},"_ClipMode":"hidden","derivationIds":[],"id":"9FFA7646-E8F6-42C4-AB3C-C5CD10E0F9EA","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"_WordBreak":null,"fixedHeight":false,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"isLabel":true,"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":4600},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(-7.5,70.0)"},"4605":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(10.0,10.0)","_Extent":"lively.pt(95.0,16.0)","_Padding":"lively.rect(5,2,0,-2)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"4606":{"style":{"__isSmartRef__":true,"id":4607},"chunkOwner":{"__isSmartRef__":true,"id":4604},"_id":"_168","storedString":"RelativeLinkNav...","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4607":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4608":{"morph":{"__isSmartRef__":true,"id":4604},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4609":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,100.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(230,230,230)"},"4610":{"morph":{"__isSmartRef__":true,"id":4600},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4611":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4612":{"partsSpaceName":"PartsBin/Wiki/","name":"RelativeLinkNavigation","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"4613":{"submorphs":[{"__isSmartRef__":true,"id":4614},{"__isSmartRef__":true,"id":4617}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4622},"eventHandler":{"__isSmartRef__":true,"id":4623},"_ClipMode":"visible","derivationIds":[],"id":"CABBB520-D9AC-42AF-B6B1-275BB112561D","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"__serializedExpressions__":["_Position"],"partsBinURL":{"__isSmartRef__":true,"id":4624},"targetName":"PublishPartDialog","partItem":{"__isSmartRef__":true,"id":4625},"owner":{"__isSmartRef__":true,"id":3443},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport","_Position":"lively.pt(210.0,315.0)"},"4614":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4615},"eventHandler":{"__isSmartRef__":true,"id":4616},"_ClipMode":"visible","derivationIds":[],"id":"8B8FE538-F095-4D29-8B47-5B44782595A7","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"__serializedExpressions__":["_Position"],"owner":{"__isSmartRef__":true,"id":4613},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(3.0,3.0)"},"4615":{"__serializedExpressions__":["_Extent","_Padding","extent"],"stringifiedShapeNode":"
Anonymous
no comment
name
commit message
category
Upload part to the shared repository
cancel
publish
no comment
comment
check for updates
Default
Publish in PartsBin
X
M

","__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes","_Extent":"lively.pt(94.0,94.0)","_Padding":"lively.rect(0,0,0,0)","extent":"lively.pt(94.0,94.0)"},"4616":{"morph":{"__isSmartRef__":true,"id":4614},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4617":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4618},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4619}],"eventHandler":{"__isSmartRef__":true,"id":4621},"_ClipMode":"hidden","derivationIds":[],"id":"C24BD578-4B3C-474D-BC13-3732C6F4DE98","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"_WordBreak":null,"fixedHeight":false,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"isLabel":true,"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":4613},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(-7.0,70.0)"},"4618":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(10.0,10.0)","_Extent":"lively.pt(94.0,16.0)","_Padding":"lively.rect(5,2,0,-2)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"4619":{"style":{"__isSmartRef__":true,"id":4620},"chunkOwner":{"__isSmartRef__":true,"id":4617},"_id":"_170","storedString":"PublishPartDialog","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4620":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4621":{"morph":{"__isSmartRef__":true,"id":4617},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4622":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,100.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(230,230,230)"},"4623":{"morph":{"__isSmartRef__":true,"id":4613},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4624":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4625":{"partsSpaceName":"PartsBin/Dialogs/","name":"PublishPartDialog","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"4626":{"submorphs":[{"__isSmartRef__":true,"id":4627},{"__isSmartRef__":true,"id":4630}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4635},"eventHandler":{"__isSmartRef__":true,"id":4636},"_ClipMode":"visible","derivationIds":[],"id":"D6412614-6DB4-46B9-BC9E-520AC04D83E2","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"__serializedExpressions__":["_Position"],"partsBinURL":{"__isSmartRef__":true,"id":4637},"targetName":"PartsBinBrowser","partItem":{"__isSmartRef__":true,"id":4638},"owner":{"__isSmartRef__":true,"id":3443},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport","_Position":"lively.pt(315.0,315.0)"},"4627":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4628},"eventHandler":{"__isSmartRef__":true,"id":4629},"_ClipMode":"visible","derivationIds":[],"id":"A02BE886-EEFE-4B27-B1F7-6991FDCBA4CE","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"__serializedExpressions__":["_Position"],"owner":{"__isSmartRef__":true,"id":4626},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(3.0,3.0)"},"4628":{"__serializedExpressions__":["_Extent","_Padding","extent"],"stringifiedShapeNode":"
move
remove
load
nothing selected


copy
Share Link
modules
2012-01-17 09:41 mf: \n no comment\n\n2012-01-17 09:39 mf: \n no comment\n\n

-
+

search
more
PartsBinBrowser
X
M

","__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes","_Extent":"lively.pt(94.0,94.0)","_Padding":"lively.rect(0,0,0,0)","extent":"lively.pt(94.0,94.0)"},"4629":{"morph":{"__isSmartRef__":true,"id":4627},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4630":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4631},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4632}],"eventHandler":{"__isSmartRef__":true,"id":4634},"_ClipMode":"hidden","derivationIds":[],"id":"03712949-CFD3-4F69-A7F8-061B65228C24","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"_WordBreak":null,"fixedHeight":false,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"isLabel":true,"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":4626},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(-5.0,70.0)"},"4631":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(10.0,10.0)","_Extent":"lively.pt(90.0,16.0)","_Padding":"lively.rect(5,2,0,-2)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"4632":{"style":{"__isSmartRef__":true,"id":4633},"chunkOwner":{"__isSmartRef__":true,"id":4630},"_id":"_172","storedString":"PartsBinBrowser","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4633":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4634":{"morph":{"__isSmartRef__":true,"id":4630},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4635":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,100.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(230,230,230)"},"4636":{"morph":{"__isSmartRef__":true,"id":4626},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4637":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4638":{"partsSpaceName":"PartsBin/Tools/","name":"PartsBinBrowser","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"4639":{"submorphs":[{"__isSmartRef__":true,"id":4640},{"__isSmartRef__":true,"id":4643}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4648},"eventHandler":{"__isSmartRef__":true,"id":4649},"_ClipMode":"visible","derivationIds":[],"id":"88852F30-2B7F-4BEA-A499-E5AA4897DEC7","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"accessibleInInactiveWindow":true,"__serializedExpressions__":["_Position"],"partsBinURL":{"__isSmartRef__":true,"id":4650},"targetName":"VersionViewer","partItem":{"__isSmartRef__":true,"id":4651},"owner":{"__isSmartRef__":true,"id":3443},"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport","_Position":"lively.pt(420.0,315.0)"},"4640":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4641},"eventHandler":{"__isSmartRef__":true,"id":4642},"_ClipMode":"visible","derivationIds":[],"id":"E638948A-693B-45FE-95EC-59CC88F123D2","droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"__serializedExpressions__":["_Position"],"owner":{"__isSmartRef__":true,"id":4639},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(3.0,3.0)"},"4641":{"__serializedExpressions__":["_Extent","_Padding","extent"],"stringifiedShapeNode":"
http://lively-kernel.org/repository/webwerkstatt/users/jenslincke/thesis/WriteFirst/2012-11-29.xhtml
revert
show
visit
VersionViewer
X
M

","__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes","_Extent":"lively.pt(94.0,94.0)","_Padding":"lively.rect(0,0,0,0)","extent":"lively.pt(94.0,94.0)"},"4642":{"morph":{"__isSmartRef__":true,"id":4640},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4643":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4644},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":4645}],"eventHandler":{"__isSmartRef__":true,"id":4647},"_ClipMode":"hidden","derivationIds":[],"id":"8E54D991-F0C3-48A4-9BEF-702872C17A39","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":false,"_WordBreak":null,"fixedHeight":false,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"isLabel":true,"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":4639},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(0.5,70.0)"},"4644":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(10.0,10.0)","_Extent":"lively.pt(79.0,16.0)","_Padding":"lively.rect(5,2,0,-2)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"4645":{"style":{"__isSmartRef__":true,"id":4646},"chunkOwner":{"__isSmartRef__":true,"id":4643},"_id":"_174","storedString":"VersionViewer","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4646":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4647":{"morph":{"__isSmartRef__":true,"id":4643},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4648":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderRadius":6,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,100.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(230,230,230)"},"4649":{"morph":{"__isSmartRef__":true,"id":4639},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4650":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4651":{"partsSpaceName":"PartsBin/Wiki/","name":"VersionViewer","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"4652":{"addPartItemAsync":{"__isSmartRef__":true,"id":4653},"adjustForNewBounds":{"__isSmartRef__":true,"id":4657},"selectPartItem":{"__isSmartRef__":true,"id":4664},"startAddingPartItems":{"__isSmartRef__":true,"id":4667},"stopAddingPartItemsAsync":{"__isSmartRef__":true,"id":4671},"unselectAll":{"__isSmartRef__":true,"id":4675}},"4653":{"funcProperties":{"__isSmartRef__":true,"id":4654},"source":"function addPartItemAsync() {\n if (!this.partItemsToBeAdded || this.partItemsToBeAdded.length == 0) {\n this.stopAddingPartItemsAsync();\n return;\n }\n\n var partItem = this.partItemsToBeAdded.shift();\n var morph = partItem.asPartsBinItem();\n this.addMorph(morph);\n this.adjustForNewBounds() \n}","varMapping":{"__isSmartRef__":true,"id":4656},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4654":{"timestamp":{"__isSmartRef__":true,"id":4655},"user":"robertkrahn"},"4655":{"isSerializedDate":true,"string":"Fri Jul 01 2011 02:03:38 GMT+0200 (CEST)"},"4656":{"this":{"__isSmartRef__":true,"id":3443}},"4657":{"funcProperties":{"__isSmartRef__":true,"id":4658},"source":"function adjustForNewBounds() {\n/*\n\tthis.adjustForNewBounds()\n*/\n\t$super();\n\tvar bounds = this.innerBounds(),\n\t\tx = bounds.x,\n\t\ty = bounds.y,\n\t\twidth = bounds.width;\n\tthis.submorphs.forEach(function(morph) {\n\t\tvar extent = morph.getExtent();\n\t\tif (extent.x + x > width) {\n\t\t\tx = 0;\n\t\t\ty += extent.y + 5;\n\t\t}\n\t\tmorph.setPosition(pt(x,y))\n\t\tx += extent.x + 5;\n\t})\n}","varMapping":{"__isSmartRef__":true,"id":4659},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4658":{},"4659":{"this":{"__isSmartRef__":true,"id":3443},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4660}},"4660":{"$super":{"__isSmartRef__":true,"id":4661}},"4661":{"funcProperties":{"__isSmartRef__":true,"id":4662},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","varMapping":{"__isSmartRef__":true,"id":4663},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4662":{},"4663":{"name":"adjustForNewBounds","obj":{"__isSmartRef__":true,"id":3443}},"4664":{"funcProperties":{"__isSmartRef__":true,"id":4665},"source":"function selectPartItem(item) {\n\tthis.selectedItem = item && item.partItem;\n\tthis.submorphs.without(item).invoke('showAsNotSelected');\n}","varMapping":{"__isSmartRef__":true,"id":4666},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4665":{},"4666":{"this":{"__isSmartRef__":true,"id":3443}},"4667":{"funcProperties":{"__isSmartRef__":true,"id":4668},"source":"function startAddingPartItems(partItems) {\n this.partItemsToBeAdded = partItems.clone();\n this.startStepping(0, 'addPartItemAsync')\n}","varMapping":{"__isSmartRef__":true,"id":4670},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4668":{"timestamp":{"__isSmartRef__":true,"id":4669},"user":"robertkrahn"},"4669":{"isSerializedDate":true,"string":"Fri Jul 01 2011 02:00:58 GMT+0200 (CEST)"},"4670":{"this":{"__isSmartRef__":true,"id":3443}},"4671":{"funcProperties":{"__isSmartRef__":true,"id":4672},"source":"function stopAddingPartItemsAsync() {\n this.stopStepping();\n delete this.partItemsToBeAdded;\n}","varMapping":{"__isSmartRef__":true,"id":4674},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4672":{"timestamp":{"__isSmartRef__":true,"id":4673},"user":"robertkrahn"},"4673":{"isSerializedDate":true,"string":"Fri Jul 01 2011 02:03:46 GMT+0200 (CEST)"},"4674":{"this":{"__isSmartRef__":true,"id":3443}},"4675":{"funcProperties":{"__isSmartRef__":true,"id":4676},"source":"function unselectAll() {\n\tthis.submorphs.invoke('showAsNotSelected');\n}","varMapping":{"__isSmartRef__":true,"id":4677},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4676":{},"4677":{"this":{"__isSmartRef__":true,"id":3443}},"4678":{"_ClipMode":"visible","_Rotation":0,"_Scale":1,"attributeConnections":[{"__isSmartRef__":true,"id":4679}],"derivationIds":[1238,"779C0566-5466-4191-9056-3A104C7EFAEC","F8319D79-817B-415B-80D1-ACE5F12CDD01","37900DC1-0689-4E1B-9709-A65C15C40367","399B28D7-03E3-4E38-8710-E7A5F5F513D1","8EA24F2B-6E35-4013-8CCB-18016701673B","C5991ECA-726A-42D6-8AB1-1B6DA1AAD119","7C6FC789-C7D6-482C-906E-5EABA9E0E151","7C90668B-396F-43DB-AB44-3277DA8BE863","CDE8D251-2EED-4992-B316-64B64110C044","5D293BC5-06E6-425F-B654-F22EF9E8225E","A568DFA0-B5A0-42C6-A370-F4C23551D3DA","8FAE443C-8E8F-44EF-B5C8-7E103E74AD92","3FD3C7A0-B776-41AF-86DF-DC5A4EE9403E","115E4AE3-4DA0-482F-91C6-DB88E0E266D0","36F8D23F-3ADC-40FB-9A9B-D726CA8560D2","F32C1526-A32B-46B5-B550-44C9A527EB19","B075E4A4-D511-45BC-A05D-E9FEB4D8EF29","D554E6AE-A18D-4BBA-AB29-419B75691B79","FC0321C2-D605-46BA-AB54-5E0DE54D24B6","8FD3C4B2-B7CD-45BE-8083-91E22916BA1F","67FC2D7C-C086-4C8D-B517-C52969D3B3FF"],"doNotCopyProperties":["$$fire"],"doNotSerialize":["$$fire"],"droppingEnabled":false,"eventHandler":{"__isSmartRef__":true,"id":4680},"grabbingEnabled":false,"halosEnabled":true,"id":"4D82F3C5-E0B5-445D-A48A-67CD4DEEA78D","isActive":true,"isPressed":false,"label":{"__isSmartRef__":true,"id":4681},"layout":{"__isSmartRef__":true,"id":4686},"lighterFill":{"__isSmartRef__":true,"id":4687},"name":"removeCategoryButton","normalFill":{"__isSmartRef__":true,"id":4692},"owner":{"__isSmartRef__":true,"id":3206},"partsBinMetaInfo":{"__isSmartRef__":true,"id":4697},"registeredForMouseEvents":true,"scripts":[],"shape":{"__isSmartRef__":true,"id":4698},"showsHalos":false,"submorphs":[{"__isSmartRef__":true,"id":4681}],"toggle":false,"value":false,"__serializedExpressions__":["_Position"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4699},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(120.0,10.0)"},"4679":{"converterString":null,"sourceAttrName":"fire","sourceObj":{"__isSmartRef__":true,"id":4678},"targetMethodName":"onFire","targetObj":{"__isSmartRef__":true,"id":4678},"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"4680":{"morph":{"__isSmartRef__":true,"id":4678},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4681":{"_Align":"center","_ClipMode":"hidden","_FontFamily":"Helvetica","_HandStyle":"default","_MaxTextHeight":null,"_MaxTextWidth":18,"_MinTextHeight":null,"_MinTextWidth":18,"_PointerEvents":"none","_Scale":1,"_WhiteSpaceHandling":"pre-wrap","allowInput":false,"attributeConnections":[],"derivationIds":[1239,"0950594A-94D2-49BB-8E22-06789654760D","9E11E76B-89E8-4AF1-8D7F-24952002D1DE","39E0A384-A8F7-4ECE-A3F3-3B39C85B1DBA","7970902A-4F1C-4337-8A61-02D5AEA5697B","DE30399C-D0BE-412E-B0C6-18B37109F841","E311AA2E-9F6A-4DF4-AAD2-6631660E1203","AA4706D6-6736-4F85-80F2-48443DC7DA44","C2A120EC-B8B5-44A6-801B-F8E9FDE230BF","34EB9510-4D09-4B14-8B09-45852E807EEC","578C10D1-9557-441C-ABD1-303291DEFD1A","680618F4-7A7D-43A9-B75C-4515C8D3A904","1631FBD4-94FC-4C42-A426-822A8D107F36","574DCB97-CFE4-470B-944F-567F9CBAD365","81CA5687-24FD-462D-BFD3-A33C82169582","B85E3B2A-7437-47F6-BDF5-D02C7F6C5A0F","0375365E-D522-4331-BCA3-1B9C85143F76","34D3646F-8812-4695-9CFD-CD9AF31869F4","D8EE495F-73DC-4FA7-83BA-744F42C42961","C4DB5339-6A92-498C-B623-2BC70CC81C46","AE363E33-8E9C-4567-B535-14DF49B2AE7B","DDCDE98E-2542-49E4-92C1-C7806BB82FD5"],"doNotCopyProperties":[],"doNotSerialize":[],"droppingEnabled":false,"eventHandler":{"__isSmartRef__":true,"id":4682},"eventsAreIgnored":true,"fixedHeight":true,"fixedWidth":true,"grabbingEnabled":false,"halosEnabled":true,"id":"99987E34-0E7C-4C63-B5E6-18D1AFCED02E","isLabel":true,"owner":{"__isSmartRef__":true,"id":4678},"registeredForMouseEvents":true,"scripts":[],"shape":{"__isSmartRef__":true,"id":4683},"submorphs":[],"textChunks":[{"__isSmartRef__":true,"id":4684}],"textStyle":null,"_WordBreak":"break-all","__serializedExpressions__":["_Padding","_Position","padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)"},"4682":{"morph":{"__isSmartRef__":true,"id":4681},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4683":{"_BorderWidth":0,"_ClipMode":"hidden","_Fill":null,"__serializedExpressions__":["_BorderColor","_Extent","_Padding","position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(0,0,0)","_Extent":"lively.pt(20.0,20.0)","_Padding":"lively.rect(1,1,0,0)","position":"lively.pt(0.0,0.0)"},"4684":{"_id":"_1752","chunkOwner":{"__isSmartRef__":true,"id":4681},"storedString":"-","style":{"__isSmartRef__":true,"id":4685},"__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4685":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4686":{"moveVertical":false},"4687":{"stops":[{"__isSmartRef__":true,"id":4688},{"__isSmartRef__":true,"id":4689},{"__isSmartRef__":true,"id":4690},{"__isSmartRef__":true,"id":4691}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"4688":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"4689":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"4690":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"4691":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"4692":{"stops":[{"__isSmartRef__":true,"id":4693},{"__isSmartRef__":true,"id":4694},{"__isSmartRef__":true,"id":4695},{"__isSmartRef__":true,"id":4696}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"4693":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"4694":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"4695":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"4696":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"4697":{"migrationLevel":2,"partsSpaceName":"PartsBin/NewWorld","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"4698":{"_BorderRadius":5.2,"_BorderStyle":"solid","_BorderWidth":1.1840000000000002,"_ClipMode":"visible","_Fill":{"__isSmartRef__":true,"id":4692},"_Opacity":1,"__serializedExpressions__":["_BorderColor","_Extent","_Padding","position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(214,214,214)","_Extent":"lively.pt(20.0,20.0)","_Padding":"lively.rect(0,0,0,0)","position":"lively.pt(0.0,0.0)"},"4699":{"onFire":{"__isSmartRef__":true,"id":4700}},"4700":{"funcProperties":{"__isSmartRef__":true,"id":4701},"source":"function onFire() {\n\tthis.get('PartsBinBrowser').removeCategoryInteractively()\n}","varMapping":{"__isSmartRef__":true,"id":4702},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4701":{},"4702":{"this":{"__isSmartRef__":true,"id":4678}},"4703":{"_ClipMode":"visible","_Rotation":0,"_Scale":1,"attributeConnections":[{"__isSmartRef__":true,"id":4704}],"derivationIds":[1240,"4C2C10AA-3167-4B7D-9518-38AA200B5BC6","03AA66B1-0216-4615-BC50-CD240729363E","E4ECDC08-B9DE-4716-97F1-FA4A9D84B22D","AA637DB5-981E-4875-A449-4FEA2FC1C13F","55DB5207-1834-4135-81B3-4F1837BD85E0","30C8FE48-BA9E-43F9-B4FC-0341EC392ACF","2C20BACF-1CEC-44C2-8F56-12470A7027A9","C650BBE2-143B-4BC5-8EF1-1A524E123AE5","F33FAD3D-DBA2-49AD-84F4-4754F4036D2D","1482E0D5-DF16-48E6-8815-B26DA5EE5818","EAC37F08-BCB6-4170-8667-1B6CFCF4E5A1","B09187AF-0ADE-40E9-8854-F43365D6200B","45D0DBA7-4458-4FB4-A7DE-5D5F8FA7C07C","B8FF07C9-562A-462B-9E72-0374A9AF23B6","5BDD2225-268A-48C3-9D60-A54BE7218F3E","024166B5-514F-42E9-9B8F-92BE1B1B561F","1A0825CD-8DCC-4F32-93FF-4912FB1E4F15","3320CEA7-B9AF-42CD-AD29-0D52B7739050","0D8069EA-5802-4A24-B8E7-E1160565C299","FCF30573-BCDB-4042-B92B-C092E4190C28","94784633-A8EA-450E-8B8B-0F911C3A36B8"],"doNotCopyProperties":["$$fire"],"doNotSerialize":["$$fire"],"droppingEnabled":false,"eventHandler":{"__isSmartRef__":true,"id":4705},"grabbingEnabled":false,"halosEnabled":true,"id":"48C3FD7D-D676-42D0-8201-A8806436B357","isActive":true,"isPressed":false,"label":{"__isSmartRef__":true,"id":4706},"layout":{"__isSmartRef__":true,"id":4711},"lighterFill":{"__isSmartRef__":true,"id":4712},"name":"addCategoryButton","normalFill":{"__isSmartRef__":true,"id":4717},"owner":{"__isSmartRef__":true,"id":3206},"partsBinMetaInfo":{"__isSmartRef__":true,"id":4722},"registeredForMouseEvents":true,"scripts":[],"shape":{"__isSmartRef__":true,"id":4723},"showsHalos":false,"submorphs":[{"__isSmartRef__":true,"id":4706}],"toggle":false,"value":false,"__serializedExpressions__":["_Position"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":4724},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(100.0,10.0)"},"4704":{"converterString":null,"sourceAttrName":"fire","sourceObj":{"__isSmartRef__":true,"id":4703},"targetMethodName":"onFire","targetObj":{"__isSmartRef__":true,"id":4703},"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"4705":{"morph":{"__isSmartRef__":true,"id":4703},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4706":{"_Align":"center","_ClipMode":"hidden","_FontFamily":"Helvetica","_HandStyle":"default","_MaxTextHeight":null,"_MaxTextWidth":18,"_MinTextHeight":null,"_MinTextWidth":18,"_PointerEvents":"none","_Scale":1,"_WhiteSpaceHandling":"pre-wrap","allowInput":false,"attributeConnections":[],"derivationIds":[1241,"4FB5FB12-B7A2-4FF0-A0A1-C45C2FAE8274","7FFD3B07-E2DB-4CA7-A11B-327EBF88268D","3AD91228-BC6B-4030-A2C5-4055DF856DE4","B0F178B5-2384-4150-9E8E-F9F630407349","B62BAE98-D2F9-4769-A7A2-64403D5C2C21","F208698E-6181-438F-8C96-4E6B9739967E","DA6A940F-C968-47AC-AC35-59D17BBB71BC","D72F3161-DE66-4A55-827B-FE95CB3855C1","38222CFF-F285-4D8C-8CE9-49E289A8DB01","27598E1E-5C29-40E9-9828-BDA39C7A14D0","2ED00864-0FC6-4DF5-98A8-E6C0D982098E","C1578206-028D-4DFF-8D5C-B8B472E478BD","AE545D90-295C-4BA2-B148-7CD56762EEC8","5A3C8159-95EC-45BA-A630-50FFF32492DB","4558E404-B6A2-456D-86CD-6A7ABD655AEB","70C14ABA-91D0-4910-9A6B-DE34408484EE","0D747327-F2BD-41C9-943C-E50F4EF2B5E3","C3C7355F-DF3C-4032-9C6D-55899FFC46DD","ABAA2D38-A640-4970-8AFA-E37723B84418","26A7A216-59DE-443A-B819-671E0509B38A","FA59C86F-2792-452F-970B-152848AFDC51"],"doNotCopyProperties":[],"doNotSerialize":[],"droppingEnabled":false,"eventHandler":{"__isSmartRef__":true,"id":4707},"eventsAreIgnored":true,"fixedHeight":true,"fixedWidth":true,"grabbingEnabled":false,"halosEnabled":true,"id":"87F7D7EC-68AB-4378-9932-E861371D2832","isLabel":true,"owner":{"__isSmartRef__":true,"id":4703},"registeredForMouseEvents":true,"scripts":[],"shape":{"__isSmartRef__":true,"id":4708},"submorphs":[],"textChunks":[{"__isSmartRef__":true,"id":4709}],"textStyle":null,"_WordBreak":"break-all","__serializedExpressions__":["_Padding","_Position","padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)"},"4707":{"morph":{"__isSmartRef__":true,"id":4706},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4708":{"_BorderWidth":0,"_ClipMode":"hidden","_Fill":null,"__serializedExpressions__":["_BorderColor","_Extent","_Padding","position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(0,0,0)","_Extent":"lively.pt(20.0,20.0)","_Padding":"lively.rect(1,1,0,0)","position":"lively.pt(0.0,0.0)"},"4709":{"_id":"_1753","chunkOwner":{"__isSmartRef__":true,"id":4706},"storedString":"+","style":{"__isSmartRef__":true,"id":4710},"__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4710":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4711":{"moveVertical":false},"4712":{"stops":[{"__isSmartRef__":true,"id":4713},{"__isSmartRef__":true,"id":4714},{"__isSmartRef__":true,"id":4715},{"__isSmartRef__":true,"id":4716}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"4713":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"4714":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"4715":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"4716":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"4717":{"stops":[{"__isSmartRef__":true,"id":4718},{"__isSmartRef__":true,"id":4719},{"__isSmartRef__":true,"id":4720},{"__isSmartRef__":true,"id":4721}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"4718":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"4719":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"4720":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"4721":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"4722":{"migrationLevel":2,"partsSpaceName":"PartsBin/NewWorld","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"4723":{"_BorderRadius":5.2,"_BorderStyle":"solid","_BorderWidth":1.1840000000000002,"_ClipMode":"visible","_Fill":{"__isSmartRef__":true,"id":4717},"_Opacity":1,"__serializedExpressions__":["_BorderColor","_Extent","_Padding","position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(214,214,214)","_Extent":"lively.pt(20.0,20.0)","_Padding":"lively.rect(0,0,0,0)","position":"lively.pt(0.0,0.0)"},"4724":{"onFire":{"__isSmartRef__":true,"id":4725}},"4725":{"funcProperties":{"__isSmartRef__":true,"id":4726},"source":"function onFire() {\n\tthis.get('PartsBinBrowser').addCategoryInteractively()\n}","varMapping":{"__isSmartRef__":true,"id":4727},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"4726":{},"4727":{"this":{"__isSmartRef__":true,"id":4703}},"4728":{"_ClipMode":"visible","_FontFamily":"Arial, sans-serif","_FontSize":11,"_MaxTextHeight":null,"_MaxTextWidth":533.2024292894854,"_MinTextHeight":null,"_MinTextWidth":533.2024292894854,"_Rotation":0,"_Scale":1,"_WhiteSpaceHandling":"pre-wrap","allowsInput":true,"attributeConnections":[{"__isSmartRef__":true,"id":4729}],"charsReplaced":"Tit","derivationIds":[1242,"A22EEABD-CB29-4C5C-8C48-F766E326BC3F","6A6D6852-0ACD-4AFB-B78D-5C1767FC64BF","9D304E91-4077-4112-BBAA-EA47623B1BD8","178FCB01-0879-494A-9F87-056D582D689E","26B6A9F2-7F9D-4666-AB17-65E0DCD0BA0A","74080715-3CAE-431E-94C4-C98DDDF12BCD","54094B9D-EC29-4193-AE36-80A09F2E996E","3C430B51-E92E-42CF-9F28-9155B1DD75BE","95739011-C77B-4A83-92C9-404E7678E001","CE98D4C0-8E1E-40C3-AA60-10700C5B09B8","9FCABE52-F360-4ABC-81B7-C64D6A931C03","AFE833D0-7AAD-4F80-9FA0-E34F01873FB9","0519742E-9514-4066-9CD3-ED884C62AE77","2175C2DC-5DAA-4A1A-803E-8B55C07D6806","3148E12F-D9FA-4141-9A5E-73E3F8A65776","86933F48-407D-458F-ADB7-865018746EDD","0C9ED1AC-B0C4-4C07-AC29-B9CF795F80FB","CF02BEE5-9294-42D6-AA95-2DCAD8E1D80E","5333D73E-9BE2-4526-8847-CD7CA1827C5C","7C3C1909-748E-41BA-BF6E-926C8D53FF4F","61CE49D9-E095-4CDB-8F1F-0B1214228EC8"],"doNotCopyProperties":["$$savedTextString"],"doNotSerialize":["$$savedTextString"],"droppingEnabled":false,"eventHandler":{"__isSmartRef__":true,"id":4730},"fixedHeight":true,"fixedWidth":true,"grabbingEnabled":false,"halosEnabled":true,"id":"45FD73E4-E64A-4640-8F68-FB865CCEEE39","isInputLine":true,"lastFindLoc":3,"layout":{"__isSmartRef__":true,"id":4731},"name":"searchText","owner":{"__isSmartRef__":true,"id":3206},"partsBinMetaInfo":{"__isSmartRef__":true,"id":4732},"prevScroll":[0,0],"registeredForMouseEvents":true,"savedTextString":"minimap","scripts":[],"shape":{"__isSmartRef__":true,"id":4733},"showsHalos":false,"submorphs":[],"textChunks":[{"__isSmartRef__":true,"id":4734}],"priorSelectionRange":[0,0],"__serializedExpressions__":["_Position","textColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(154.8,13.1)","textColor":"Color.rgb(0,0,0)"},"4729":{"sourceAttrName":"savedTextString","sourceObj":{"__isSmartRef__":true,"id":4728},"targetMethodName":"search","targetObj":{"__isSmartRef__":true,"id":3206},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"4730":{"morph":{"__isSmartRef__":true,"id":4728},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4731":{"resizeWidth":true},"4732":{"migrationLevel":1,"partsSpaceName":"PartsBin/Basic","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"4733":{"_BorderRadius":1.8500000000000003,"_BorderStyle":"solid","_BorderWidth":2.3680000000000003,"_ClipMode":"visible","_Opacity":1,"fill":null,"__serializedExpressions__":["_BorderColor","_Extent","_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(214,214,214)","_Extent":"lively.pt(552.9,21.0)","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(0.0,0.0)"},"4734":{"style":{"__isSmartRef__":true,"id":4735},"chunkOwner":{"__isSmartRef__":true,"id":4728},"_id":"_15858","storedString":"minimap","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4735":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4736":{"_ClipMode":"visible","_FontFamily":"Arial, sans-serif","_FontSize":9,"_MaxTextWidth":168,"_MinTextWidth":168,"_Rotation":0,"_Scale":1,"_WhiteSpaceHandling":"pre-wrap","allowsInput":true,"attributeConnections":[],"charsReplaced":"some text","derivationIds":[1243,"5346A257-CAB6-48DA-B412-636917F28280","E611ABED-3298-4027-89C5-503BFCFE4CA3","27AE40EC-F949-496E-8968-BA32D5E3A431","025BE71F-60AB-4115-B745-04714CE7774C","A2845EF4-117F-4AC3-AD19-E09D78C3C866","B854DD97-9BE2-44B9-BFF5-93AA931B4385","2FEEF365-D284-4F58-A92B-A8E11A69DAA6","41171B50-1911-4C21-A067-633FFB938163","6FF550A7-CD2A-48AA-B67F-9E24ACDEB0C1","107A1C0E-D268-4536-AF57-603A206E6460","108F5C5C-B711-4859-8463-980AD2E5EC4C","B78A07FF-977F-4CC1-8870-16B4756D22A1","EACE9426-8983-4C7C-9388-7829A84E90FB","01449D54-8A3D-46AD-9B4F-7CB12D5FF2A9","705CF292-539B-4A18-81B5-3D2B962B1D82","7810B7C5-9EAF-4413-85AB-8FE6E928F162","5B5C10A0-4921-4667-85C7-D7C5966142AF","6A39CF0A-97A8-49DF-9B54-020670AD0468","88E227DC-8FD9-4B38-97D6-85FC64763D68","3B9B0D78-5CAA-4412-897E-8B85FA575A81","1604E949-532E-4C99-9456-9E4406A5379E"],"doNotCopyProperties":[],"doNotSerialize":[],"droppingEnabled":false,"eventHandler":{"__isSmartRef__":true,"id":4737},"fixedHeight":false,"fixedWidth":true,"grabbingEnabled":false,"halosEnabled":true,"id":"7DBC45D9-1376-4D87-8A69-EF7E50E00085","lastFindLoc":-9,"name":"Text4","owner":{"__isSmartRef__":true,"id":3206},"partsBinMetaInfo":{"__isSmartRef__":true,"id":4738},"prevScroll":[0,0],"previousSelection":[0,6],"priorSelectionRange":[6,6],"registeredForMouseEvents":true,"scripts":[],"shape":{"__isSmartRef__":true,"id":4739},"showsHalos":false,"submorphs":[],"textChunks":[{"__isSmartRef__":true,"id":4740}],"__serializedExpressions__":["_Position","textColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(154.8,0.1)","textColor":"Color.rgb(0,0,0)"},"4737":{"morph":{"__isSmartRef__":true,"id":4736},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4738":{"migrationLevel":1,"partsSpaceName":"PartsBin/Basic","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"4739":{"_BorderWidth":0,"_ClipMode":"visible","fill":null,"__serializedExpressions__":["_BorderColor","_Extent","_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(0,0,0)","_Extent":"lively.pt(168.0,15.0)","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(0.0,0.0)"},"4740":{"_id":"_1755","chunkOwner":{"__isSmartRef__":true,"id":4736},"morph":{"__isSmartRef__":true,"id":4736},"storedString":"search","style":{"__isSmartRef__":true,"id":4741},"__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4741":{"italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4742":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/AdvancedCodeEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4743":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/login.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4744":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomTile.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4745":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomTile.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4746":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TwitterSource.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4747":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomTile.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4748":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TwitterSource.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4749":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataCustomerTile.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4750":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataCustomerTile.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4751":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TwitterSource.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4752":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataCustomerTile.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4753":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImage.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4754":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImage.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4755":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileText.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4756":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileText.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4757":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImage.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4758":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileText.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4759":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileLink.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4760":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataTileSourceSearch.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4761":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileLink.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4762":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataTileSourceSearch.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4763":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomSource.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4764":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileFeed.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4765":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileLink.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4766":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomSource.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4767":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileFeed.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4768":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataTileSourceSearch.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4769":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/AtomSource.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4770":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileFeed.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4771":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/BasicTile.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4772":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataShipperTile.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4773":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/BasicTile.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4774":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataShipperTile.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4775":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImageBase64.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4776":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/BasicTile.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4777":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TweetTile.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4778":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImageBase64.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4779":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/ODataShipperTile.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4780":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TweetTile.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4781":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TileImageBase64.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4782":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tiles/TweetTile.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4783":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/EmptyElProfesor.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4784":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnConnections.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4785":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/EmptyElProfesor.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4786":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnConnections.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4787":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnLivelyKernel.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4788":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnLivelyKernel.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4789":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnMorphs.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4790":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/EmptyElProfesor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4791":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnConnections.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4792":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnMorphs.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4793":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnLivelyKernel.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4794":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ElProfesor/ElProfesorOnMorphs.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4795":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/MethodFinderPane.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4796":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4797":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/ToolTabPane.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4798":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/MethodFinderPane.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4799":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4800":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/FileEditorPane.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4801":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/FileEditorPane.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4802":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/WorldSearchDialog.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4803":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/SeverEditorPane.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4804":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/WorldSearchDialog.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4805":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/FileEditorPane.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4806":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/SeverEditorPane.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4807":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/WorldSearchDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4808":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/SeverEditorPane.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4809":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/ToolTabPane.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4810":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/ToolTabPane.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4811":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/MethodFinderPane.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4812":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Dialogs/PublishPartDialog.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4813":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/pages_album_1.png.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4814":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/pin.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4815":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SimilarityDemo/SimilarityDemo.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4816":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SimilarityDemo/SimilarityDemo.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4817":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SimilarityDemo/SimilarityDemo.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4818":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/pin.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4819":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle-republished.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4820":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Visual%20Bindings.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4821":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/TextAttributeEditor.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4822":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/SizzleSelector.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4823":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ColorfulWindmill.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4824":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/SandboxBackup.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4825":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/PartsBinBrowser.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4826":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ColorfulWindmill.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4827":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/HTMLCanvas.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4828":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/CSSEditor.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4829":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Optimized%20Bootstrap.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4830":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/StyleEditor.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4831":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/HTMLCanvas.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4832":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/StyleEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4833":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ModernWindowTest.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4834":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ChartsBinBrowser.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4835":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/TextAttributeEditor%20.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4836":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/RelativeMorph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4837":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ModifiedGreenRectangle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4838":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/GreenRectangle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4839":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car2.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4840":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ChartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4841":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/StackedAreaChart.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4842":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ModifiedGreenRectangle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4843":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car2.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4844":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Orange%20Rectangle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4845":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/JournalStack.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4846":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle%20Light%20Blue.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4847":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/StyleBrowser.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4848":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/MyRedRectangle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4849":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Orange%20Rectangle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4850":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4851":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/OldStyleEditor.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4852":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle-republished.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4853":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/mouseEventHandlers.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4854":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle%20Light%20Blue.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4855":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/StyleBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4856":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/MyRedRectangle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4857":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/TextAttributeEditor.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4858":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/SizzleSelector.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4859":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/mouseEventHandlers.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4860":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Visual%20Bindings.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4861":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/SandboxBackup.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4862":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/TextAttributeEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4863":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/PartsBinBrowser.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4864":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ColorfulWindmill.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4865":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/SizzleSelector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4866":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/SandboxBackup.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4867":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4868":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/CSSEditor.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4869":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/HTMLCanvas.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4870":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Optimized%20Bootstrap.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4871":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/CSSEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4872":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/StyleEditor.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4873":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ModernWindowTest.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4874":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/TextAttributeEditor%20.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4875":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/RelativeMorph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4876":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ModernWindowTest.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4877":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ChartsBinBrowser.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4878":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/GreenRectangle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4879":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/TextAttributeEditor%20.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4880":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/ModifiedGreenRectangle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4881":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/RelativeMorph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4882":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/StackedAreaChart.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4883":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car2.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4884":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/GreenRectangle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4885":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/StackedAreaChart.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4886":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/JournalStack.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4887":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Orange%20Rectangle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4888":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4889":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/StyleBrowser.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4890":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle%20Light%20Blue.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4891":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/OldStyleEditor.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4892":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/JournalStack.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4893":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/MyRedRectangle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4894":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Rectangle-republished.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4895":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/login.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4896":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/Car.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4897":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/OldStyleEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4898":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sandbox/mouseEventHandlers.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4899":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/RedRectangle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4900":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Gestures/GestureRecognizer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4901":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Gestures/GestureRecognizer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4902":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Gestures/GestureRecognizer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4903":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LK1Background.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4904":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/randomBackgroundButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4905":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/WhiteBackground.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4906":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/GrayBackground.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4907":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/WhiteBackground.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4908":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/randomBackgroundButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4909":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/GrayBackground.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4910":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LivelyBackgroundControl.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4911":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LK1Background.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4912":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LivelyBackgroundControl.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4913":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/WhiteBackground.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4914":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/GrayBackground.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4915":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LK1Background.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4916":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/LivelyBackgroundControl.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4917":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Backgrounds/randomBackgroundButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4918":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Productivity/TodoList.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4919":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Productivity/TodoList.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4920":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Productivity/TodoList.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4921":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CodePane.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4922":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ScrollBox.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4923":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/SplitterMorph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4924":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/NameLabel.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4925":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CodePane.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4926":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/VerticalItemScrollBox.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4927":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/NameLabel.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4928":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/VerticalItemScrollBox.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4929":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/SplitterMorph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4930":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CodePane.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4931":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/NameLabel.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4932":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/DrawingCanvas.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4933":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/VerticalItemScrollBox.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4934":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/DrawingCanvas.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4935":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/RGBColorChooser.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4936":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/RGBColorChooser.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4937":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/DrawingCanvas.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4938":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/TabFolder.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4939":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/RGBColorChooser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4940":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/TabFolder.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4941":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ObjectEditorScriptPane.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4942":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ObjectEditorScriptPane.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4943":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/TabFolder.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4944":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/PrintingWorkspace.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4945":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ResizeCorner.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4946":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/PrintingWorkspace.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4947":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ResizeCorner.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4948":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ObjectEditorScriptPane.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4949":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/PrintingWorkspace.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4950":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ResizeCorner.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4951":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/HyperCard.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4952":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/HyperCard.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4953":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/SimpleColorButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4954":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/SimpleColorButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4955":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/HyperCard.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4956":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressBar.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4957":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressBar.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4958":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/SimpleColorButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4959":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/JournalEntry.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4960":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ClipMorph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4961":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/MinimizedMorphContainer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4962":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/JournalEntry.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4963":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ClipMorph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4964":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/MinimizedMorphContainer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4965":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressBar.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4966":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/LabeledBox.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4967":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CloseButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4968":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressIndicator.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4969":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/LabeledBox.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4970":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/JournalEntry.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4971":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CloseButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4972":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressIndicator.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4973":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ClipMorph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4974":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/MinimizedMorphContainer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4975":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/FilterableList.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4976":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/FilterableList.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4977":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ScrollBox.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4978":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/LabeledBox.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4979":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CloseButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4980":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressIndicator.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4981":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ScrollBox.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4982":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/FilterableList.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4983":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/SplitterMorph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4984":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/RedRectangle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4985":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/oneImage.png.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4986":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/IntegerInput.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4987":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/ReferenceChoice.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4988":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataSelector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4989":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/IntegerInput.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4990":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/wlsReference.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4991":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/FloatInput.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4992":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/wlsReference.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4993":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/FloatInput.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4994":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/MessageMorph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4995":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/wlsReference.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4996":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/MessageMorph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4997":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/FloatInput.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4998":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataForm.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4999":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDisplay.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5000":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataForm.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5001":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDisplay.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5002":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/MessageMorph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5003":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TextInput.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5004":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataForm.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5005":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/AboutDatabaseDemo.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5006":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TextInput.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5007":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDisplay.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5008":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/AboutDatabaseDemo.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5009":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TableCreator.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5010":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TableCreator.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5011":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDeclarator.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5012":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TextInput.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5013":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/AboutDatabaseDemo.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5014":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDeclarator.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5015":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/TableCreator.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5016":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DatabaseConnector.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5017":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DatabaseConnector.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5018":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataDeclarator.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5019":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DatabaseConnector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5020":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataReference.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5021":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataReference.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5022":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataReference.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5023":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/BooleanInput.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5024":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/BooleanInput.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5025":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/BooleanInput.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5026":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/ReferenceChoice.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5027":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataSelector.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5028":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/ReferenceChoice.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5029":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/DataSelector.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5030":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DatabaseDemo/IntegerInput.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5031":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUVisualization.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5032":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUWorkload.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5033":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUVisualization.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5034":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUWorkload.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5035":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUVisualization.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5036":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUWorkload.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5037":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/TitleTextStyle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5038":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/RotationBehavior.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5039":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/GradientBehavior.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5040":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/SubtitleTextStyle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5041":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/RotationBehavior.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5042":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/SubtitleTextStyle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5043":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/GradientBehavior.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5044":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/RotationBehavior.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5045":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/SubtitleTextStyle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5046":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/NoteTextStyle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5047":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/NoteTextStyle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5048":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ThrobbingBehavior.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5049":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ColorBehavior.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5050":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ThrobbingBehavior.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5051":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ColorBehavior.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5052":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/NoteTextStyle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5053":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/LaTeXHighlighting.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5054":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/InvisibleBehavior.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5055":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/LaTeXHighlighting.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5056":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ColorBehavior.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5057":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ThrobbingBehavior.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5058":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/InvisibleBehavior.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5059":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/TitleTextStyle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5060":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/TitleTextStyle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5061":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/LaTeXHighlighting.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5062":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/InvisibleBehavior.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5063":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/GradientBehavior.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5064":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/oneImage.png.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5065":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditor.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5066":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditorII.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5067":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditorII.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5068":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5069":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditorII.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5070":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fabian/ObjectEditor.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5071":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/PrimitiveShapes.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5072":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Notebook.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5073":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrows.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5074":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Notebook.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5075":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Image.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5076":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/PrimitiveShapes.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5077":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrows.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5078":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Image.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5079":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Text.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5080":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Text.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5081":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Notebook.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5082":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Line.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5083":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrows.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5084":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Image.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5085":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Line.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5086":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrowOrange.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5087":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Text.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5088":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrowOrange.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5089":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Ellipse.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5090":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Line.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5091":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrow.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5092":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Ellipse.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5093":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrow.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5094":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrowOrange.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5095":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Rectangle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5096":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Ellipse.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5097":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Triangle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5098":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrow.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5099":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Rectangle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5100":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Triangle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5101":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Star.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5102":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Rectangle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5103":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Star.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5104":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Triangle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5105":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Star.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5106":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Marker.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5107":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Marker.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5108":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Marker.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5109":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Car.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5110":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Cloud.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5111":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Car.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5112":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Cloud.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5113":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Car.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5114":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/PrimitiveShapes.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5115":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Cloud.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5116":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ColorPickerField.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5117":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/pages_album1.png.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5118":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestComment1.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5119":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ColorPickerField.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5120":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Math/MathMorph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5121":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Math/MathMorph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5122":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Math/MathMorph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5123":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/MP2011WS/MetricsView.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5124":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/MP2011WS/MetricsView.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5125":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/MP2011WS/MetricsView.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5126":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectTracer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5127":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/CurveInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5128":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5129":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Debugger.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5130":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Debugger.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5131":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Debugger.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5132":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/FPSMorph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5133":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectAreaTracer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5134":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/FPSMorph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5135":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectAreaTracer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5136":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/FPSMorph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5137":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ModuleDependencyVis.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5138":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectAreaTracer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5139":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ModuleDependencyVis.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5140":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ModuleDependencyVis.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5141":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertySheet.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5142":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertySheet.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5143":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5144":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5145":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/SerializerBenchmark.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5146":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertySheet.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5147":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/AlternativeObjectDiffer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5148":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/SerializerBenchmark.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5149":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectDiffer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5150":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectSerializationGraph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5151":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/AlternativeObjectDiffer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5152":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5153":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectDiffer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5154":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectSerializationGraph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5155":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/SerializerBenchmark.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5156":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/AlternativeObjectDiffer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5157":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectSerializationGraph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5158":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectDiffer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5159":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/SerializationGraph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5160":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/SerializationGraph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5161":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextUndoInspector.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5162":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PasteInspector.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5163":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextUndoInspector.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5164":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PasteInspector.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5165":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/SerializationGraph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5166":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectTracer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5167":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextUndoInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5168":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectTracer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5169":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PasteInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5170":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/CurveInspector.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5171":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextInspector.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5172":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/CurveInspector.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5173":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextInspector.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5174":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TowerDefense.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5175":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/pages_album1.png.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5176":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/Chessboard.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5177":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/CheckersGame.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5178":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/CheckersGame.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5179":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/Chessboard.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5180":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/ChineseCheckers.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5181":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/Board.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5182":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/CheckersGame.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5183":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/ChineseCheckers.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5184":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/Board.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5185":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/GomokuGame.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5186":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/ChineseCheckers.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5187":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/GomokuGame.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5188":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/Board.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5189":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/GomokuGame.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5190":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/Pong.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5191":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/Rectangle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5192":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/Pong.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5193":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/Rectangle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5194":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/Pong.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5195":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/Rectangle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5196":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/BlackPiece.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5197":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/BlackPiece.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5198":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/WhitePiece.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5199":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/WhitePiece.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5200":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/BlackPiece.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5201":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/TowerDefense.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5202":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/TowerDefense.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5203":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/WhitePiece.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5204":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/QuickBrownFox.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5205":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/TowerDefense.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5206":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/QuickBrownFox.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5207":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/QuickBrownFox.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5208":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/Chessboard.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5209":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Character.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5210":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/logout.png.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5211":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CodeSnippets/ConvertPartsBinLogos.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5212":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CodeSnippets/ConvertPartsBinLogos.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5213":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CodeSnippets/ConvertPartsBinLogos.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5214":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/GoogleMaps.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5215":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/AddressExtractor.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5216":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/AddressExtractor.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5217":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/GoogleMaps.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5218":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/USMap.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5219":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/WorldMap.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5220":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/USMap.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5221":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/WorldMap.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5222":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/AddressExtractor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5223":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/USMap.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5224":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/WorldMap.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5225":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/GoogleMaps.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5226":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/CollapsiblePanel.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5227":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserDialog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5228":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/WordCounter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5229":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/ColorField.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5230":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/MetaNoteText.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5231":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Text.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5232":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/ColorField.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5233":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/DiffExample.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5234":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserComboBox.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5235":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Text.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5236":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/DiffExample.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5237":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/ColorField.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5238":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserComboBox.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5239":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/StyleEditor1.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5240":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/StyleEditor2.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5241":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/DiffExample.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5242":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Text.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5243":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VideoCodecTester.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5244":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VideoCodecTester.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5245":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Cool.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5246":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VideoCodecTester.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5247":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5248":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/SAPLogo.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5249":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5250":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/CollapsiblePanel.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5251":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserDialog.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5252":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/CollapsiblePanel.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5253":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/WordCounter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5254":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5255":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/WordCounter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5256":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/BloomFilter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5257":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/Prototype%20Inheritance.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5258":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/BloomFilter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5259":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/ExampleSWDObject%20%20%20%20.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5260":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/Prototype%20Inheritance.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5261":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/ExampleSWDObject%20%20%20%20.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5262":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/BloomFilter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5263":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/Prototype%20Inheritance.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5264":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SWD2011/ExampleSWDObject%20%20%20%20.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5265":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TowerDefense.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5266":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommentExample.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5267":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommentPinDemo.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5268":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommentExample.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5269":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommentPin.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5270":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommentPinDemo.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5271":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommentPinNew.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5272":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestComment2.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5273":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/GetSelectionTest.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5274":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommentExample.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5275":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommentPinDemo.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5276":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommentPinNew.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5277":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/GetSelectionTest.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5278":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommentPinNew.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5279":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestComment2.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5280":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/GetSelectionTest.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5281":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestEllipse.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5282":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommitMessageTest.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5283":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestEllipse.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5284":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommitMessageTest.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5285":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestEllipse.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5286":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommitMessageTest.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5287":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/Pin1.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5288":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/Pin1.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5289":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/Pin1.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5290":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommentPinGood.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5291":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommentPinGood.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5292":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/Pin.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5293":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/Pin.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5294":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommentPinGood.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5295":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CmtPin.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5296":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/JensContent.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5297":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestObjectDice.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5298":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/JensContent.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5299":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CmtPin.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5300":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/Pin.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5301":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestObjectDice.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5302":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/JensContent.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5303":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CmtPin.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5304":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/TestObjectDice.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5305":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommentPin.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5306":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tests/CommentPin.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5307":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestComment.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5308":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/DatabaseContainer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5309":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataBrowser.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5310":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataSource.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5311":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5312":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/SQLiteViewer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5313":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/SQLiteViewer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5314":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/DatabaseContainer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5315":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/DatabaseContainer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5316":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataSource.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5317":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/SQLiteViewer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5318":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataSource.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5319":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/ODataBrowser.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5320":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Character.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5321":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/LogSearch.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5322":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CPUData.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5323":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/NodeJSControl.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5324":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CPUData.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5325":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/NodeJSControl.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5326":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CommandLine.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5327":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerCommands.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5328":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CPUData.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5329":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CommandLine.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5330":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerCommands.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5331":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/NodeJSControl.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5332":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerPart.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5333":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CommandLine.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5334":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/JSRemoteServerWorkspace.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5335":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerPart.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5336":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerCommands.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5337":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/JSRemoteServerWorkspace.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5338":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/FibonacciPart.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5339":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerPart.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5340":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/JSRemoteServerWorkspace.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5341":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/FibonacciPart.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5342":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/LogSearch.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5343":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/LogSearch.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5344":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/FibonacciPart.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5345":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/TD.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5346":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/ObjectEditor.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5347":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/ClassBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5348":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5349":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/TestEllipse.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5350":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/TestEllipse.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5351":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/Rectangle%20Test.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5352":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/TestEllipse.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5353":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/TestRectangle%20%20%20.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5354":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/Rectangle%20Test.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5355":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/TestRectangle%20%20%20.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5356":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/TD.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5357":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/ClassBrowser.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5358":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/TD.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5359":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/ClassBrowser.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5360":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/PartsClasses/ObjectEditor.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5361":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ScribbleMaker.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5362":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestObject.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5363":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/AdvancedCodeEditor.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5364":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestComment.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5365":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/login.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5366":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BPCGrid.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5367":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5368":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/SnapJS.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5369":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5370":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld2.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5371":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/SnapJS.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5372":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld2.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5373":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5374":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/SnapJS.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5375":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/morphic.js/MinimalWorld2.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5376":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sync/DiffViewer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5377":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sync/DiffViewer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5378":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Sync/DiffViewer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5379":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/VBox.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5380":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/VBox.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5381":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TabContainer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5382":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/JournalBox.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5383":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/VBox.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5384":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/JournalBox.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5385":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/JournalBox.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5386":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/FancyList.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5387":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/FancyList.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5388":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/HBox.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5389":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/LayoutConfigurator.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5390":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5391":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/HBox.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5392":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/LayoutConfigurator.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5393":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/FancyList.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5394":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5395":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane5x5.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5396":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane5x5.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5397":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/LayoutConfigurator.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5398":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/HBox.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5399":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5400":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TabContainer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5401":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TilePane5x5.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5402":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/TabContainer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5403":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Holger/EventsLimiter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5404":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Holger/RemoteDoIt.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5405":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Holger/EventsLimiter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5406":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Holger/RemoteDoIt.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5407":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Holger/EventsLimiter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5408":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Holger/RemoteDoIt.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5409":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BPCGrid.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5410":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/pages_album_1.png.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5411":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridFactory.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5412":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridWorker.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5413":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridWorker.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5414":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/DummyRegistry.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5415":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridFactory.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5416":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/DummyRegistry.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5417":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridWorker.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5418":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/DummyRegistry.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5419":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Grid/GridFactory.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5420":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/testCopyPartItemTarget/TestObject.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5421":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/testCopyPartItemTarget/TestObject.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5422":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/testCopyPartItemTarget/TestObject.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5423":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Crab.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5424":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/buttons1.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5425":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Kerze.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5426":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/pin.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5427":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/buttons1.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5428":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Kerze.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5429":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/pin.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5430":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/GridColorArt.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5431":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/buttons.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5432":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Elephant.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5433":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/chart.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5434":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/RhythmWheel.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5435":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChamaeleonMorph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5436":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Heart.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5437":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/MonaLisa.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5438":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/AlbumContainer_demo.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5439":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Elephant.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5440":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/oneImage.png.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5441":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/chart.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5442":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChamaeleonMorph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5443":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Pins.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5444":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Login.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5445":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Heart.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5446":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/oneImage_demo.png.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5447":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/FunnyWatcher.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5448":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyRectangle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5449":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Login_demo.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5450":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/AlbumContainer_demo.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5451":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/oneImage.png.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5452":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/HeartsGame.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5453":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Pins.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5454":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/oneImage_demo.png.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5455":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/pages_album1.png.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5456":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/WanderingEye.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5457":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyRectangle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5458":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/FunnyWatcher.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5459":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/AngryEye.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5460":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/TaskForm.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5461":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/People.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5462":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/grid.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5463":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ColoredRectCreator.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5464":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChatMorph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5465":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/HeartsGame.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5466":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Alien.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5467":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/PianoKeyboard.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5468":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/pages_album1.png.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5469":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/dummy.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5470":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/TaskForm.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5471":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/EvilButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5472":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/logout.png.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5473":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Alien.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5474":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/RefactorMan.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5475":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/dummy.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5476":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/AlbumContainer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5477":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ForceSimulation.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5478":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Sticky.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5479":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/RefactorMan.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5480":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Crab.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5481":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyColorsAgain.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5482":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/AlbumContainer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5483":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ForceSimulation.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5484":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/buttons1.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5485":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyColorsAgain.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5486":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Kerze.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5487":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/pin.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5488":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/GridColorArt.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5489":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/buttons.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5490":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/RhythmWheel.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5491":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/GridColorArt.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5492":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Elephant.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5493":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/MonaLisa.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5494":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/chart.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5495":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChamaeleonMorph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5496":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Heart.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5497":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/buttons.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5498":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/RhythmWheel.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5499":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Login.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5500":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/AlbumContainer_demo.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5501":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/oneImage.png.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5502":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/MonaLisa.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5503":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Pins.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5504":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Login_demo.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5505":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/oneImage_demo.png.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5506":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Login.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5507":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/FunnyWatcher.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5508":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyRectangle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5509":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/WanderingEye.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5510":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/HeartsGame.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5511":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Login_demo.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5512":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/AngryEye.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5513":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/People.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5514":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChatMorph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5515":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ColoredRectCreator.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5516":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/grid.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5517":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/pages_album1.png.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5518":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/PianoKeyboard.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5519":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/TaskForm.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5520":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/WanderingEye.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5521":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/AngryEye.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5522":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Alien.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5523":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/EvilButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5524":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/People.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5525":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ChatMorph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5526":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ColoredRectCreator.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5527":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/grid.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5528":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/logout.png.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5529":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/dummy.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5530":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/PianoKeyboard.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5531":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/EvilButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5532":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/RefactorMan.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5533":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/logout.png.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5534":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ForceSimulation.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5535":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/AlbumContainer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5536":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Sticky.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5537":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Crab.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5538":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyColorsAgain.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5539":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Sticky.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5540":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/onlineChecker.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5541":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/VoteMorph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5542":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/VoteMorph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5543":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/WhiteBoard.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5544":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/WhiteBoard.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5545":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/VoteMorph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5546":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/PingTool.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5547":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/PingTool.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5548":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/WhiteBoard.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5549":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/PingTool.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5550":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/UserStory.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5551":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/UserStoryDestroyer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5552":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/UserStory.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5553":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/UserStoryDestroyer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5554":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/SyncMorph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5555":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/SyncMorph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5556":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/UserStory.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5557":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/DatabaseChooser.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5558":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/UserStoryBoard.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5559":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/UserStoryDestroyer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5560":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/UserStoryBoard.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5561":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/SyncMorph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5562":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/DatabaseChooser.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5563":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/UserStoryDiffViewer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5564":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/UserStoryDiffViewer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5565":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/DatabaseChooser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5566":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/UserStoryBoard.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5567":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/ObjectEditor_Merged.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5568":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/UserStoryDiffViewer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5569":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/ObjectEditor_Merged.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5570":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/ObjectEditor_Merged.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5571":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/onlineChecker.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5572":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Collaboration/onlineChecker.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5573":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/pin.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5574":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/pages_album_1.png.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5575":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/VillagegirlCharacter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5576":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/Game.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5577":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/Thing.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5578":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/FireThing.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5579":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/ScientistCharacter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5580":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/StoneThing.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5581":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/VillagegirlCharacter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5582":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/ScientistCharacter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5583":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/Player.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5584":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/Tile.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5585":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/TextBubble.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5586":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/LavaTile.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5587":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/Player.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5588":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/LifeBar.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5589":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/CoderCharacter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5590":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/OgreCharacter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5591":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/OctocatCharacter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5592":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/LifeBar.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5593":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/FlowerGrassTile.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5594":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/OgreCharacter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5595":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/CoderCharacter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5596":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/VillagerCharacter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5597":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/FlowerGrassTile.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5598":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/FightMenu.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5599":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/LillypadTile.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5600":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/TreeThing.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5601":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/VillagerCharacter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5602":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/WoodstackThing.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5603":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/Character.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5604":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/ParasolThing.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5605":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/FightMenu.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5606":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/GrassTile.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5607":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/LillypadTile.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5608":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/WaterTile.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5609":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/TreeThing.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5610":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/Character.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5611":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/GrassTile.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5612":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/DesertTile.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5613":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/WaterTile.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5614":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/Game.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5615":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/DesertTile.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5616":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/Thing.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5617":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/FireThing.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5618":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/VillagegirlCharacter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5619":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/StoneThing.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5620":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/ScientistCharacter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5621":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/FireThing.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5622":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/StoneThing.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5623":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/Tile.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5624":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/Player.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5625":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/TextBubble.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5626":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/LavaTile.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5627":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/Tile.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5628":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/LifeBar.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5629":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/TextBubble.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5630":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/LavaTile.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5631":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/OctocatCharacter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5632":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/CoderCharacter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5633":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/OgreCharacter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5634":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/FlowerGrassTile.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5635":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/OctocatCharacter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5636":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/VillagerCharacter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5637":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/WoodstackThing.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5638":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/FightMenu.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5639":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/LillypadTile.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5640":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/TreeThing.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5641":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/ParasolThing.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5642":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/Character.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5643":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/GrassTile.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5644":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/WoodstackThing.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5645":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/ParasolThing.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5646":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/WaterTile.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5647":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/DesertTile.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5648":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/Thing.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5649":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/FreedomOfSpeech/Game.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5650":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/PresentationContainer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5651":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SlideItem.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5652":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSBenchmarker.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5653":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WorldOverview.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5654":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SlideItem.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5655":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WorldSearchBot.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5656":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SVNChangesTables.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5657":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WikiActivitiesFit.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5658":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ColorRect.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5659":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/APIUsageInParts.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5660":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WriteFirstContent.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5661":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AutoCompletion.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5662":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/DebuggerExample.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5663":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCompletionPresentation.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5664":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/APIUsageInParts.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5665":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FooBar.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5666":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SeminarCalculator.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5667":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ChangeRecorder.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5668":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WorldSearch.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5669":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SaveWorldText.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5670":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSControl.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5671":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ChangeRecorder.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5672":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MetaNote.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5673":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WorldSearch.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5674":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/NavigationIndex.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5675":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/TallyConnections.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5676":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/StripLineNumbersWorkspace.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5677":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MassStylingWorkspace.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5678":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/CheapWorldLayout.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5679":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/Tmp.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5680":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/Reference.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5681":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/EditStyleInWorldMenu.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5682":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FormatXMLCodeSnippet.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5683":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AlternativeTextSearch.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5684":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MyDateShower.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5685":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/NameDisplay.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5686":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FormatXMLCodeSnippet.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5687":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/BallSimulation.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5688":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AlternativeTextSearch.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5689":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WorldOverview.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5690":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SlideItem.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5691":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AlternativeList.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5692":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MyDateShower.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5693":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/RotateRect.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5694":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WorldSearchBot.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5695":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ReloadLocalRequirements.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5696":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/BallSimulation.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5697":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ReloadLocalRequirements.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5698":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ColorRect.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5699":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/DebuggerExample.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5700":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FilterText.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5701":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/APIUsageInParts.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5702":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WebwerkstattSlides.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5703":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SeminarCalculator.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5704":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/DistributedDoit.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5705":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GraphLayoutExample.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5706":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCounter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5707":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ChangeRecorder.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5708":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MetaNote.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5709":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WorldSearch.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5710":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/BibtexBrowser.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5711":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AnimateConnections.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5712":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/Citation.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5713":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCounter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5714":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GraphLayoutExample.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5715":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ToggleLayer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5716":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SteppingWordCounter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5717":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSScopingSlide.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5718":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/StripLineNumbersWorkspace.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5719":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSCiteLayerExample1.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5720":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/TallyConnections.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5721":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AnimateConnections.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5722":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/BibtexBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5723":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/CheapWorldLayout.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5724":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GrayColorChooser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5725":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SteppingWordCounter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5726":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/EditStyleInWorldMenu.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5727":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSScopingSlide.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5728":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/Reference.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5729":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/EventRecorder.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5730":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/NameDisplay.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5731":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FormatXMLCodeSnippet.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5732":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/XRayStructure.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5733":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AlternativeTextSearch.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5734":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShrinkWhiteSpace.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5735":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AlternativeList.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5736":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MyDateShower.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5737":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WorldOverview.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5738":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/EventRecorder.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5739":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/RotateRect.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5740":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/BackgroundTitle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5741":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/BallSimulation.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5742":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/BibliograhicLibray.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5743":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WorldSearchBot.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5744":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShrinkWhiteSpace.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5745":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/PresentationContainer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5746":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ReloadLocalRequirements.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5747":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/BackgroundTitle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5748":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/BibliograhicLibray.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5749":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WebwerkstattSlides.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5750":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FilterText.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5751":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SVNChangesTables.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5752":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/DistributedDoit.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5753":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AutoCompletion.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5754":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/Citation.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5755":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MetaNote.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5756":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCounter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5757":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GraphLayoutExample.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5758":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MorphFinder.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5759":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FooBar.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5760":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ToggleLayer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5761":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSCiteLayerExample1.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5762":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AnimateConnections.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5763":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/BibtexBrowser.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5764":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowConnections.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5765":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/StripLineNumbersWorkspace.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5766":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MorphFinder.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5767":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/CheapWorldLayout.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5768":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GrayColorChooser.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5769":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SteppingWordCounter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5770":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSScopingSlide.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5771":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSControl.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5772":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/EditStyleInWorldMenu.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5773":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowConnections.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5774":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowStructure.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5775":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MassStylingWorkspace.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5776":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/XRayStructure.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5777":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/NameDisplay.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5778":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/Tmp.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5779":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowStructure.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5780":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/EventRecorder.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5781":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AlternativeList.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5782":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/RotateRect.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5783":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShrinkWhiteSpace.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5784":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/PresentationContainer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5785":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/BibliograhicLibray.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5786":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/BackgroundTitle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5787":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSBenchmarker.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5788":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FilterText.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5789":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSBenchmarker.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5790":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WebwerkstattSlides.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5791":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WikiActivitiesFit.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5792":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SVNChangesTables.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5793":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WriteFirstContent.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5794":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCompletionPresentation.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5795":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/DistributedDoit.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5796":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WikiActivitiesFit.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5797":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ColorRect.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5798":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/AutoCompletion.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5799":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WriteFirstContent.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5800":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/DebuggerExample.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5801":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/WordCompletionPresentation.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5802":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/FooBar.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5803":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/Citation.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5804":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SaveWorldText.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5805":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ToggleLayer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5806":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SeminarCalculator.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5807":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MorphFinder.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5808":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSCiteLayerExample1.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5809":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/SaveWorldText.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5810":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/GrayColorChooser.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5811":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ContextJSControl.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5812":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowConnections.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5813":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/NavigationIndex.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5814":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/NavigationIndex.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5815":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/MassStylingWorkspace.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5816":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/TallyConnections.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5817":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/Tmp.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5818":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/ShowStructure.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5819":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/XRayStructure.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5820":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Jens/Reference.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5821":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLCirclePacking.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5822":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/TreeMapLayouter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5823":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ModuleBrowsD3Vis.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5824":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTree.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5825":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/WorldMorphTreeMap.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5826":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/d3Example.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5827":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLCirclePacking.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5828":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/TreeMapLayouter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5829":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTree.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5830":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/d3Example.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5831":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisStackDrawing.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5832":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLCirclePacking.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5833":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/d3Example.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5834":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/TreeMapLayouter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5835":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisStackDrawing.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5836":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/BubbleVisExample.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5837":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTree.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5838":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLSunbursts.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5839":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/BubbleVisExample.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5840":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLSunbursts.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5841":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLIndentedTree.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5842":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/d3BubbleExample.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5843":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisStackDrawing.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5844":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLIndentedTree.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5845":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/MorphBrowserSunburst.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5846":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/d3BubbleExample.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5847":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/BubbleVisExample.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5848":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/MorphBrowserSunburst.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5849":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLSunbursts.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5850":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLIndentedTree.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5851":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/d3BubbleExample.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5852":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/MorphBrowserSunburst.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5853":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ScatterplotD3Example.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5854":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ScatterplotD3Example.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5855":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ScatterplotD3Example.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5856":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTreeMap.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5857":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/BalancedSearchTrees.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5858":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTreeMap.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5859":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/BalancedSearchTrees.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5860":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTreeMap.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5861":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/BalancedSearchTrees.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5862":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/MiniMap.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5863":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ZoomableSunburstExample.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5864":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/MiniMap.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5865":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ZoomableSunburstExample.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5866":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/TreeMap.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5867":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/TreeMap.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5868":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisDrawing.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5869":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/MiniMap.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5870":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ZoomableSunburstExample.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5871":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisDrawing.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5872":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/d3BubbleExampleWithChildren.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5873":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/TreeMap.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5874":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/d3BubbleExampleWithChildren.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5875":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/d3ExampleFull.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5876":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/d3ExampleFull.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5877":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisDrawing.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5878":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/d3BubbleExampleWithChildren.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5879":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ModuleBrowsD3Vis.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5880":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/WorldMorphTreeMap.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5881":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/d3ExampleFull.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5882":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ModuleBrowsD3Vis.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5883":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/WorldMorphTreeMap.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5884":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/RedRectangle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5885":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LatestChangesViewer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5886":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/TracLink.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5887":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/VersionViewer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5888":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WhatDidIDo.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5889":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WhatDidIDo.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5890":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiChangeLog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5891":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WhatDidIDo.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5892":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiActivities.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5893":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JournalNavigation.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5894":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiActivities.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5895":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JournalNavigation.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5896":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LinkNavigationBig.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5897":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiActivities.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5898":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JournalNavigation.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5899":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LinkNavigationBig.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5900":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/RemoveWorldButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5901":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/RemoveWorldButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5902":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LinkNavigationBig.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5903":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/RemoveWorldButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5904":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiLatestChanges.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5905":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LinkNavigationReverse.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5906":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/RelativeLinkNavigation.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5907":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiLatestChanges.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5908":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LinkNavigationReverse.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5909":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/RelativeLinkNavigation.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5910":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiLatestChanges.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5911":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LinkNavigationReverse.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5912":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/RelativeLinkNavigation.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5913":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/Title.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5914":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/Title.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5915":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LinkNavigation.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5916":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/MovePages.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5917":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/MovePages.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5918":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/CommitCounter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5919":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/Title.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5920":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/CommitCounter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5921":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LinkNavigationWithDirs.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5922":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/URLShortener.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5923":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/MovePages.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5924":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LinkNavigationWithDirs.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5925":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JenkinsButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5926":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/MyWikiActivities.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5927":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/URLShortener.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5928":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/CommitCounter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5929":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JenkinsButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5930":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/MyWikiActivities.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5931":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LinkNavigationWithDirs.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5932":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/URLShortener.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5933":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/JenkinsButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5934":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/MyWikiActivities.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5935":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LatestChangesViewer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5936":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/TracLink.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5937":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/VersionViewer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5938":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LatestChangesViewer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5939":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/TracLink.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5940":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/VersionViewer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5941":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiChangeLog.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5942":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiChangeLog.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5943":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ChartingDemo/GeoChart.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5944":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ChartingDemo/LineChart.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5945":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ChartingDemo/Chart.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5946":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ChartingDemo/ChartData.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5947":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ChartingDemo/Chart.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5948":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ChartingDemo/GeoChart.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5949":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ChartingDemo/EarthquakeData.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5950":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ChartingDemo/EarthquakeData.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5951":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ChartingDemo/Chart.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5952":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ChartingDemo/LineChart.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5953":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ChartingDemo/ChartData.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5954":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ChartingDemo/EarthquakeData.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5955":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ChartingDemo/LineChart.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5956":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ChartingDemo/GeoChart.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5957":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ChartingDemo/ChartData.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5958":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/TouchMenu.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5959":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/LayoutStyler.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5960":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Flap.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5961":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/BorderStyler.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5962":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/LoadingMorph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5963":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Text.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5964":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/DoAllButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5965":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/LayoutStyler.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5966":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/PartsBinBrowser.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5967":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/PrintButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5968":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Flap.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5969":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/DoitButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5970":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/DoAllButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5971":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Ellipse.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5972":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ObjectEditorII.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5973":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/PrintButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5974":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/FlapPB.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5975":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ObjectEditorII.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5976":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Playfield.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5977":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ResizeCorner.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5978":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ObjectEditorTool.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5979":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/FlapPB.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5980":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ObjectEditor.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5981":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Button.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5982":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/TouchList.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5983":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Playfield.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5984":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Marker.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5985":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ResizeCorner.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5986":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ShadowButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5987":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ObjectEditorTool.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5988":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/BeToolButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5989":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/HoldIndicator.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5990":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Slider.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5991":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5992":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/TouchList.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5993":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ShadowButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5994":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Marker.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5995":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/TextField.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5996":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/SaveButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5997":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/HoldIndicator.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5998":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/SaveButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"5999":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ColorChooser.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6000":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/FlapOE.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6001":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/PinLessTouchMenu.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6002":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ColorChooser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6003":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/TouchMenu.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6004":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/SearchField.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6005":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/webAppButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6006":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/FlapOE.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6007":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/SearchField.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6008":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/BorderStyler.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6009":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/webAppButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6010":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/LayoutStyler.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6011":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/LoadingMorph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6012":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Text.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6013":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Flap.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6014":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/PartsBinBrowser.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6015":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/BorderStyler.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6016":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/DoAllButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6017":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/LoadingMorph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6018":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/PrintButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6019":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Text.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6020":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/DoitButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6021":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6022":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Ellipse.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6023":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ObjectEditorII.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6024":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/DoitButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6025":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Ellipse.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6026":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/FlapPB.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6027":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Playfield.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6028":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Button.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6029":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ResizeCorner.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6030":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ObjectEditorTool.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6031":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ObjectEditor.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6032":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/BeToolButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6033":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/TouchList.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6034":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Button.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6035":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Slider.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6036":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Marker.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6037":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ShadowButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6038":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/HoldIndicator.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6039":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/BeToolButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6040":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/TextField.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6041":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/Slider.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6042":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/SaveButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6043":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/TextField.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6044":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/ColorChooser.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6045":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/PinLessTouchMenu.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6046":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/TouchMenu.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6047":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/FlapOE.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6048":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/SearchField.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6049":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/PinLessTouchMenu.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6050":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/iPadWidgets/webAppButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6051":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HelpfulShortcuts.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6052":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/WebResourceMinimalChatExample.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6053":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelyHelp.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6054":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/ChatApp.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6055":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HelpfulShortcuts.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6056":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/AnnotationPin.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6057":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/ChatApp.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6058":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/AnnotationPin.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6059":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelyHelp.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6060":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HelpfulShortcuts.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6061":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/ChatApp.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6062":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/AnnotationPin.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6063":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelysPartsBin.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6064":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelysPartsBin.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6065":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HowConnectWorks.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6066":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HowConnectWorks.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6067":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelysPartsBin.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6068":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/HowConnectWorks.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6069":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/WebResourceMinimalChatExample.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6070":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/WebResourceMinimalChatExample.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6071":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelyHelp.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6072":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/oneImage.png.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6073":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Label.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6074":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Label.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6075":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Slider.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6076":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Button.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6077":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/List.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6078":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Text.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6079":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Slider.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6080":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Text.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6081":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Label.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6082":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/DropDownList.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6083":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Slider.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6084":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/ProgressBar.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6085":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/DropDownList.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6086":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Text.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6087":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/ProgressBar.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6088":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/DropDownList.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6089":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/ProgressBar.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6090":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Rectangle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6091":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Rectangle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6092":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/List.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6093":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Button.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6094":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Rectangle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6095":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/List.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6096":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SketchyInputs/Button.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6097":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationContainer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6098":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationController.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6099":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationContainer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6100":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/EmptySlideOverlay.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6101":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationController.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6102":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/EmptySlideOverlay.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6103":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationContainer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6104":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationController.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6105":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/EmptySlideOverlay.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6106":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TestSlide.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6107":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TestSlide.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6108":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPLogo.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6109":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPLogo.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6110":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TestSlide.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6111":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlide.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6112":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPLogo.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6113":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlide.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6114":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlideOverlay.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6115":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWATitleSlide.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6116":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlideOverlay.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6117":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWATitleSlide.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6118":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPSWASlideOverlay.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6119":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlide.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6120":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPSWASlideOverlay.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6121":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlideOverlay.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6122":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWATitleSlide.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6123":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideProjector.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6124":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPSWASlideOverlay.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6125":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideProjector.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6126":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TemplateSlide.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6127":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TemplateSlide.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6128":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideProjector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6129":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideItemOrganizer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6130":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideItemOrganizer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6131":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideOverlay.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6132":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/HPITitleSlide.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6133":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TemplateSlide.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6134":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideOverlay.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6135":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/HPITitleSlide.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6136":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideItemOrganizer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6137":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideOverlay.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6138":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/HPITitleSlide.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6139":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ImageOptionButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6140":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/List.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6141":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ScriptableButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6142":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ScriptableButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6143":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/DropDownList.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6144":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/DropDownList.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6145":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ScriptableButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6146":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/DropDownList.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6147":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/StartStopButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6148":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/StartStopButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6149":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/PercentSlider.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6150":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ComboText.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6151":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/PercentSlider.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6152":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ComboText.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6153":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/StartStopButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6154":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ColorPickerButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6155":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ColorPickerButton%20%20%20.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6156":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/PercentSlider.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6157":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ColorPickerButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6158":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ColorPickerButton%20%20%20.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6159":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ComboText.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6160":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Button.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6161":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Button.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6162":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Spinner.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6163":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ImageButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6164":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ColorPickerButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6165":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Spinner.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6166":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ImageButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6167":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Slider.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6168":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Button.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6169":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Slider.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6170":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ImageButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6171":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Spinner.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6172":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/CheckBox.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6173":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ChoiceButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6174":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/CheckBox.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6175":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ChoiceButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6176":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Slider.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6177":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/CheckBox.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6178":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ChoiceButton.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6179":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Keyboard.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6180":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Keyboard.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6181":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/InputField.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6182":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/InputField.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6183":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Keyboard.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6184":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ImageOptionButton.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6185":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ImageOptionButton.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6186":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/InputField.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6187":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/List.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6188":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/List.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6189":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ColorPickerField.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6190":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestComment1.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6191":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Journal.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6192":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/TextBox.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6193":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FixedLabel.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6194":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/TextBox.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6195":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/WIP.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6196":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FixedLabel.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6197":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotationAndLine.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6198":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/WIP.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6199":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotationAndLine.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6200":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/TextBox.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6201":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FixedLabel.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6202":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/WIP.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6203":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotationAndLine.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6204":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/PaperMorph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6205":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Label.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6206":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/PaperMorph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6207":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Title.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6208":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Label.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6209":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MetaNoteText.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6210":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Title.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6211":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Blog.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6212":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MetaNoteText.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6213":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/PaperMorph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6214":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Blog.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6215":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Label.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6216":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MarkdownText.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6217":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Title.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6218":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MetaNoteText.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6219":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Translator.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6220":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MarkdownText.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6221":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Blog.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6222":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Translator.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6223":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Cool.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6224":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MarkdownText.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6225":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Cool.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6226":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Translator.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6227":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FontList.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6228":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Cool.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6229":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FontList.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6230":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/BlogEntry.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6231":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotation.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6232":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/BlogEntry.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6233":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotation.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6234":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/FontList.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6235":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Journal.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6236":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/BlogEntry.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6237":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Journal.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6238":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/OrangeAnnotation.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6239":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/pages_album1.png.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6240":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Measurements%20Workspace.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6241":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/OfflineIndicator.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6242":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Result%20Workspace.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6243":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/OfflineIndicator.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6244":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6245":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs1.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6246":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Result%20Workspace.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6247":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/OfflineIndicator.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6248":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Measurements%20Workspace.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6249":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Measurements%20Workspace.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6250":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6251":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs1.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6252":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6253":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/RecreateIDs1.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6254":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Martin/Result%20Workspace.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6255":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestComment1.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6256":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/RobertsTransportationMorph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6257":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/JensTransportationMorph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6258":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/RobertsTransportationMorph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6259":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/JensTransportationMorph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6260":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/RobertsTransportationMorph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6261":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/JensTransportationMorph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6262":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TowerDefense.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6263":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/logout.png.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6264":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Pictures/SAPLogo.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6265":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Pictures/LivelyLogo.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6266":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Pictures/LivelyLogo.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6267":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Pictures/LivelyLogo.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6268":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/SmallMultiples.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6269":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/LineChart.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6270":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/HorizonGraph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6271":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/MapCircles.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6272":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/MapCircles.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6273":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/USAMap.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6274":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/OrdinalXScale.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6275":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/USAMap.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6276":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/MapCircles.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6277":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/OrdinalXScale.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6278":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/USAMap.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6279":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/OrdinalXScale.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6280":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/RightSideAxes.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6281":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/RightSideAxes.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6282":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/MercatorProjection.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6283":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/USACompositeMap.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6284":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/SingleArea.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6285":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/RightSideAxes.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6286":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/USACompositeMap.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6287":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/MercatorProjection.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6288":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/SingleArea.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6289":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/USACompositeMap.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6290":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/MercatorProjection.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6291":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/SingleArea.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6292":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/WorldMap.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6293":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/BarChart.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6294":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/WorldMap.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6295":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/MapMarkerScale.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6296":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/BarChart.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6297":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/BottomAxis.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6298":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/MapMarkerScale.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6299":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/AreaGraph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6300":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/AzimuthalProjection.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6301":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/BottomAxis.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6302":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/AreaGraph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6303":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/WorldMap.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6304":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/AzimuthalProjection.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6305":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/BarChart.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6306":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/MapMarkerScale.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6307":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/Axes.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6308":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/BottomAxis.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6309":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/AreaGraph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6310":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/Labels.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6311":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/Axes.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6312":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/AzimuthalProjection.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6313":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/Labels.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6314":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/LinearScales.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6315":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/LinearScales.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6316":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/Axes.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6317":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/SmallMultiples.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6318":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/LineChart.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6319":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/Labels.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6320":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/SmallMultiples.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6321":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/HorizonGraph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6322":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/LineChart.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6323":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/LinearScales.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6324":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Charting/HorizonGraph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6325":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Character.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6326":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunnerWithDebuggingSupport.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6327":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ModulePart.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6328":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/CompactTestRunner.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6329":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ColorPicker.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6330":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Flap.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6331":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ScriptOverview.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6332":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ColorReplacer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6333":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectGroupEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6334":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SystemConsole.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6335":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTestRunner.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6336":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphDiffer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6337":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/WorldCSS.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6338":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser2.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6339":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/HTMLPrinter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6340":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunner.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6341":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6342":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SystemConsole.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6343":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/DropboxBrowser.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6344":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SearchSourceCode.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6345":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6346":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphProfiler.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6347":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/IFrameLoader.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6348":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/WindowFinder.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6349":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/GlobalLogger.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6350":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ErrorStackViewer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6351":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Toolbar.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6352":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/WindowFinder.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6353":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SyncManager.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6354":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/VersionDiffer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6355":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/VerticalSpaceMaker.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6356":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ModulePart.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6357":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SyncManager.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6358":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ColorPicker.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6359":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Flap.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6360":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/CodeBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6361":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ColorReplacer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6362":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectGroupEditor.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6363":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6364":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/FileManagerFullScreen.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6365":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTestRunner.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6366":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/WorldCSS.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6367":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ServerSearch.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6368":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/FileManagerFullScreen.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6369":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ProtocolBrowser.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6370":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Explorer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6371":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SystemConsole.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6372":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ProtocolBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6373":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6374":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Benchmarker.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6375":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Benchmarker.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6376":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/IFrameLoader.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6377":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SyncWorld.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6378":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PrettyPrintJavascript.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6379":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextAttributePanel.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6380":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/GlobalLogger.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6381":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/WindowFinder.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6382":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Toolbar.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6383":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PrettyPrintJavascript.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6384":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SyncManager.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6385":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ClassBrowser.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6386":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ColorPicker.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6387":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MethodFinder.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6388":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ClassBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6389":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/CodeBrowser.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6390":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Flap.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6391":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunnerWithDebuggingSupport.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6392":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/CompactTestRunner.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6393":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6394":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectGroupEditor.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6395":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTester.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6396":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ServerSearch.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6397":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/FileManagerFullScreen.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6398":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/WorldCSS.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6399":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTestRunner.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6400":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Explorer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6401":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTester.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6402":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ProtocolBrowser.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6403":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/StyleEditor.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6404":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/StyleEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6405":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/HTMLPrinter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6406":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser2.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6407":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Benchmarker.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6408":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SyncWorld.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6409":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/BootstrapParts.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6410":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextAttributePanel.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6411":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextEditor.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6412":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6413":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PrettyPrintJavascript.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6414":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/BootstrapParts.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6415":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphProfiler.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6416":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6417":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6418":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MethodFinder.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6419":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ClassBrowser.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6420":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/CodeBrowser.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6421":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunnerWithDebuggingSupport.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6422":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/CompactTestRunner.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6423":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ModulePart.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6424":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6425":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ScriptOverview.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6426":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ServerSearch.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6427":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartTester.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6428":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Explorer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6429":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ScriptOverview.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6430":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ColorReplacer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6431":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphDiffer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6432":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/StyleEditor.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6433":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunner.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6434":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/HTMLPrinter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6435":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser2.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6436":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphDiffer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6437":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TestRunner.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6438":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/DropboxBrowser.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6439":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SearchSourceCode.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6440":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SyncWorld.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6441":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/DropboxBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6442":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SearchSourceCode.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6443":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextAttributePanel.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6444":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/BootstrapParts.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6445":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MorphProfiler.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6446":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/TextEditor.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6447":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectInspector.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6448":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/IFrameLoader.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6449":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ErrorStackViewer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6450":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/VersionDiffer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6451":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/VerticalSpaceMaker.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6452":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/GlobalLogger.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6453":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ErrorStackViewer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6454":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MethodFinder.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6455":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/Toolbar.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6456":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/VerticalSpaceMaker.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6457":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/VersionDiffer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6458":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONPrinter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6459":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Timer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6460":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Timer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6461":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONPrinter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6462":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Timer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6463":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Iterator.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6464":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Iterator.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6465":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Iterator.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6466":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONConverter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6467":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/TimerWithDisplay.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6468":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/DistributedDoit.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6469":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONConverter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6470":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/DistributedDoit.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6471":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/TimerWithDisplay.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6472":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONConverter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6473":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/DistributedDoit.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6474":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/TimerWithDisplay.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6475":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONPrinter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6476":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/GrabbingControl.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6477":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/DraggingControl.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6478":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/GrabbingControl.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6479":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/DraggingControl.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6480":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/DraggingControl.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6481":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/GrabbingControl.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6482":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/NavigatorRectangle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6483":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/LimeMachineObjectEditor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6484":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/GemBoard.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6485":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/NavigatorRectangle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6486":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/BasicGem.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6487":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/GemBoard.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6488":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/NavigatorRectangle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6489":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/GemBoard.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6490":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/DebugGemBoard.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6491":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/DebugGemBoard.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6492":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/ColorEllipse.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6493":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/OpacityRectangle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6494":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/ColorEllipse.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6495":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/DebugGemBoard.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6496":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/OpacityRectangle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6497":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/ResizerEllipse.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6498":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/ColorEllipse.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6499":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/ResizerEllipse.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6500":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/OpacityRectangle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6501":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/ResizerEllipse.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6502":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/FeelGoodStar.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6503":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/FeelGoodStar.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6504":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/FeelGoodStar.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6505":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/FeelGoodLights.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6506":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/FeelGoodLights.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6507":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/HistoryBrowser.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6508":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/FeelGoodLights.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6509":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/HistoryBrowser.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6510":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/LimeMachineObjectEditor.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6511":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/BasicGem.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6512":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/LimeMachineObjectEditor.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6513":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/HistoryBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6514":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/groupBejeweled/BasicGem.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6515":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/logout.png.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6516":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestComment.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6517":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ScribbleMaker.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6518":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SAPUI5/SAPUI5TextField.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6519":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SAPUI5/SAPUI5CheckBox.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6520":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SAPUI5/SAPUI5Slider.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6521":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SAPUI5/SAPUI5TextField.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6522":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SAPUI5/SAPUI5CheckBox.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6523":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SAPUI5/SAPUI5TextField.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6524":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SAPUI5/SAPUI5MatrixLayout.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6525":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SAPUI5/SAPUI5MatrixLayout.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6526":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SAPUI5/SAPUI5Loader.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6527":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SAPUI5/SAPUI5Loader.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6528":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SAPUI5/SAPUI5MatrixLayout.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6529":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SAPUI5/SAPUI5Button.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6530":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SAPUI5/SAPUI5TextArea.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6531":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SAPUI5/SAPUI5Button.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6532":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SAPUI5/SAPUI5Loader.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6533":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SAPUI5/SAPUI5Label.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6534":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SAPUI5/SAPUI5TextArea.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6535":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SAPUI5/SAPUI5Label.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6536":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SAPUI5/SAPUI5Button.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6537":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SAPUI5/SAPUI5Slider.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6538":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SAPUI5/SAPUI5Slider.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6539":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SAPUI5/SAPUI5TextArea.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6540":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SAPUI5/SAPUI5Label.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6541":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/SAPUI5/SAPUI5CheckBox.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6542":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/SillyClock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6543":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Windmill.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6544":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Windmill.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6545":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Windmill.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6546":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/HighscoreExample.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6547":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/FrameRateGraph.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6548":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/HighscoreExample.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6549":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/FrameRateGraph.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6550":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6551":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6552":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/HighscoreExample.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6553":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RedRectangle.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6554":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/FrameRateGraph.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6555":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RedRectangle.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6556":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6557":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/KClock.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6558":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RedRectangle.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6559":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/KClock.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6560":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/ArchitectureOverview.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6561":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/ArchitectureOverview.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6562":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CrabsResults.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6563":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/KClock.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6564":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CrabsResults.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6565":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/ArchitectureOverview.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6566":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RotatingStar.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6567":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CurrencyConverter.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6568":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/TestWidget.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6569":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CrabsResults.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6570":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RotatingStar.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6571":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CurrencyConverter.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6572":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/TestWidget.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6573":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RotatingStar.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6574":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/CurrencyConverter.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6575":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/LivelyEngine.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6576":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/TestWidget.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6577":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/LivelyEngine.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6578":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/LivelyEngine.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6579":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/SillyClock.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6580":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/SillyClock.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6581":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestObject.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6582":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/WebWorker/Envelop.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6583":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/WebWorker/WorkProvider.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6584":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/WebWorker/PartsBinLoader.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6585":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/WebWorker/WorkProvider.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6586":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/WebWorker/FibonacciActor.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6587":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/WebWorker/Envelop.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6588":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/WebWorker/FibonacciActor.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6589":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/WebWorker/PartsBinLoader.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6590":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/WebWorker/Envelop.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6591":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/WebWorker/PartsBinLoader.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6592":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/WebWorker/FibonacciActor.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6593":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/WebWorker/WorkProvider.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6594":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/AdvancedCodeEditor.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6595":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/login.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6596":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ScribbleMaker.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6597":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/BPCGrid.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6598":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestSpace2/TestObject.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6599":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestSpace2/TestObject.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6600":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestSpace2/TestObject.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6601":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Web/LivelyTweets.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6602":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Web/PieceDocu.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6603":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Web/WebBrowser.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6604":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Web/LivelyTweets.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6605":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Web/PDFViewer.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6606":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Web/PieceDocu.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6607":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Web/WebBrowser.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6608":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Web/LivelyTweets.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6609":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Web/PieceDocu.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6610":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Web/WebBrowser.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6611":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Web/PDFViewer.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6612":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Web/PDFViewer.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6613":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/Reversi.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6614":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/GameTree.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6615":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/Reversi.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6616":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/Simplex%20.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6617":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/Simplex%20.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6618":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/AlphaBetaPruning.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6619":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/AlphaBetaPruning.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6620":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/Reversi.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6621":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/SketchPad.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6622":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/Simplex%20.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6623":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/SketchPad.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6624":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/GameTree.metainfo","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6625":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/AlphaBetaPruning.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6626":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/GameTree.html","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6627":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/sd1213/SketchPad.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6628":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestObject.json","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6629":{"onrestore":{"__isSmartRef__":true,"id":6630},"addCategory":{"__isSmartRef__":true,"id":6638},"addCategoryInteractively":{"__isSmartRef__":true,"id":6642},"addExternalCategory":{"__isSmartRef__":true,"id":6646},"addMorphsForPartItems":{"__isSmartRef__":true,"id":6650},"addPartsFromURLs":{"__isSmartRef__":true,"id":6654},"addPartsOfCategory":{"__isSmartRef__":true,"id":6658},"commitLogString":{"__isSmartRef__":true,"id":6662},"defaultPartsBinURL":{"__isSmartRef__":true,"id":6666},"ensureCategories":{"__isSmartRef__":true,"id":6670},"getPartsSpaceForCategory":{"__isSmartRef__":true,"id":6674},"getURLForCategoryNamed":{"__isSmartRef__":true,"id":6678},"interactivelyCopySelectedPartItem":{"__isSmartRef__":true,"id":6682},"interactivelyMoveSelectedPartItem":{"__isSmartRef__":true,"id":6686},"interactivelyRemoveSelectedPartItem":{"__isSmartRef__":true,"id":6690},"loadAndOpenSelectedPartItem":{"__isSmartRef__":true,"id":6694},"loadPartsOfCategory":{"__isSmartRef__":true,"id":6698},"makeUpPartNameFor":{"__isSmartRef__":true,"id":6702},"onLoadAll":{"__isSmartRef__":true,"id":6706},"onLoadFromPartsBin":{"__isSmartRef__":true,"id":6710},"onLoadLatest":{"__isSmartRef__":true,"id":6718},"onSearch":{"__isSmartRef__":true,"id":6722},"openPart":{"__isSmartRef__":true,"id":6726},"partsBinURL":{"__isSmartRef__":true,"id":6730},"partsBinUrl":{"__isSmartRef__":true,"id":6734},"reloadEverything":{"__isSmartRef__":true,"id":6738},"removeCategory":{"__isSmartRef__":true,"id":6742},"removeCategoryInteractively":{"__isSmartRef__":true,"id":6746},"removeParts":{"__isSmartRef__":true,"id":6750},"reset":{"__isSmartRef__":true,"id":6754},"saveCommentForSelectedPartItem":{"__isSmartRef__":true,"id":6758},"search":{"__isSmartRef__":true,"id":6762},"setMetaInfoOfSelectedItem":{"__isSmartRef__":true,"id":6766},"setSelectedPartItem":{"__isSmartRef__":true,"id":6770},"setSelectedPartVersions":{"__isSmartRef__":true,"id":6774},"setShareLink":{"__isSmartRef__":true,"id":6778},"setupConnections":{"__isSmartRef__":true,"id":6782},"showCommits":{"__isSmartRef__":true,"id":6786},"showMsg":{"__isSmartRef__":true,"id":6790},"toggleMorePane":{"__isSmartRef__":true,"id":6794},"updateCategoriesDictFromPartsBin":{"__isSmartRef__":true,"id":6798},"updateCategoryList":{"__isSmartRef__":true,"id":6802}},"6630":{"funcProperties":{"__isSmartRef__":true,"id":6631},"source":"function onrestore() {\n (function(){ this.reloadEverything() }.bind(this)).delay(0)\n}","varMapping":{"__isSmartRef__":true,"id":6633},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6631":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6632},"user":"undefined"},"6632":{"isSerializedDate":true,"string":"Sat Mar 10 2012 11:25:14 GMT+0100 (CET)"},"6633":{"this":{"__isSmartRef__":true,"id":3206},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":6634}},"6634":{"$super":{"__isSmartRef__":true,"id":6635}},"6635":{"funcProperties":{"__isSmartRef__":true,"id":6636},"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 }","varMapping":{"__isSmartRef__":true,"id":6637},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6636":{},"6637":{"name":"onrestore","obj":{"__isSmartRef__":true,"id":3206}},"6638":{"funcProperties":{"__isSmartRef__":true,"id":6639},"source":"function addCategory(categoryName, doNotUpdate) {\n if (!categoryName.startsWith(\"*\")) {\n var url = this.partsBinURL().withFilename(categoryName);\n this.addExternalCategory(categoryName, url, true);\n } else {\n this.categories[categoryName] = {isSpecialCategory: true};\n if (!doNotUpdate) {\n this.updateCategoryList(categoryName);\n }\n }\n}","varMapping":{"__isSmartRef__":true,"id":6641},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6639":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6640}},"6640":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (CET)"},"6641":{"this":{"__isSmartRef__":true,"id":3206}},"6642":{"funcProperties":{"__isSmartRef__":true,"id":6643},"source":"function addCategoryInteractively() {\n var partsBin = this, world = this.world();\n world.prompt('Name of new category?', function(categoryName) {\n if (!categoryName || categoryName == '') {\n\t alert('no category created!')\n\t return;\n\t}\n partsBin.addCategory(categoryName)\n });\n}","varMapping":{"__isSmartRef__":true,"id":6645},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6643":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6644}},"6644":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)"},"6645":{"this":{"__isSmartRef__":true,"id":3206}},"6646":{"funcProperties":{"__isSmartRef__":true,"id":6647},"source":"function addExternalCategory(categoryName, url, createPath) {\n url = url.asDirectory();\n this.categories[categoryName] = url;\n if (createPath) {\n this.getPartsSpaceForCategory(categoryName).ensureExistance();\n }\n this.updateCategoryList(categoryName)\n}","varMapping":{"__isSmartRef__":true,"id":6649},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6647":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6648}},"6648":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)"},"6649":{"this":{"__isSmartRef__":true,"id":3206}},"6650":{"funcProperties":{"__isSmartRef__":true,"id":6651},"source":"function addMorphsForPartItems(partItems, doNotSort) {\n this.removeParts();\n if (!doNotSort) {\n partItems = partItems.sortBy(function(ea) {\n return ea.name.toLowerCase() \n });\n }\n\n var pContents = this.get('partsBinContents');\n pContents.stopAddingPartItemsAsync();\n pContents.startAddingPartItems(partItems);\n}","varMapping":{"__isSmartRef__":true,"id":6653},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6651":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6652}},"6652":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:26:53 GMT+0100 (CET)"},"6653":{"this":{"__isSmartRef__":true,"id":3206}},"6654":{"funcProperties":{"__isSmartRef__":true,"id":6655},"source":"function addPartsFromURLs(urls) {\n var partsBin = this,\n partItems = [];\n\n urls.forEach(function(ea) {\n var partPath = ea.relativePathFrom(URL.codeBase.withFilename(\"../\")),\n match = partPath.match(/(.*\\/)(.*).json/);\n if (match)\n partItems.push(lively.PartsBin.getPartItem(match[2], match[1]));\n });\n partsBin.addMorphsForPartItems(partItems, true);\n\n}","varMapping":{"__isSmartRef__":true,"id":6657},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6655":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6656},"user":"jenslincke"},"6656":{"isSerializedDate":true,"string":"Thu Feb 23 2012 18:39:54 GMT+0100 (CET)"},"6657":{"this":{"__isSmartRef__":true,"id":3206}},"6658":{"funcProperties":{"__isSmartRef__":true,"id":6659},"source":"function addPartsOfCategory(categoryName) {\n var partsSpace = this.getPartsSpaceForCategory(categoryName);\n connect(partsSpace, 'partItems', this, 'addMorphsForPartItems', {\n\tconverter: function(partItemObj) { return Properties.ownValues(partItemObj) }})\n partsSpace.load(true);\n}","varMapping":{"__isSmartRef__":true,"id":6661},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6659":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6660}},"6660":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)"},"6661":{"this":{"__isSmartRef__":true,"id":3206}},"6662":{"funcProperties":{"__isSmartRef__":true,"id":6663},"source":"function commitLogString(metaInfo) {\n if (!metaInfo.changes) return \"\";\n return metaInfo.changes\n .reverse()\n .collect(function(ea) {\n return Strings.format(\"%s %s: \\n %s\\n\\n\",\n ea.date.format(\"yyyy-mm-dd HH:MM\") , \n ea.author, (ea.message || \"no comment\"));\n })\n .join('');\n}","varMapping":{"__isSmartRef__":true,"id":6665},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6663":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6664},"user":"jenslincke"},"6664":{"isSerializedDate":true,"string":"Tue Jan 31 2012 20:19:05 GMT+0100 (CET)"},"6665":{"this":{"__isSmartRef__":true,"id":3206}},"6666":{"funcProperties":{"__isSmartRef__":true,"id":6667},"source":"function defaultPartsBinURL() {\n return new URL(Config.rootPath).withFilename('PartsBin/');\n}","varMapping":{"__isSmartRef__":true,"id":6669},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6667":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6668},"user":"fabian"},"6668":{"isSerializedDate":true,"string":"Wed Feb 22 2012 23:39:48 GMT+0100 (CET)"},"6669":{"this":{"__isSmartRef__":true,"id":3206}},"6670":{"funcProperties":{"__isSmartRef__":true,"id":6671},"source":"function ensureCategories() {\n if (!this.categories)\n this.categories = {uncategorized: 'PartsBin/'};\n}","varMapping":{"__isSmartRef__":true,"id":6673},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6671":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6672}},"6672":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)"},"6673":{"this":{"__isSmartRef__":true,"id":3206}},"6674":{"funcProperties":{"__isSmartRef__":true,"id":6675},"source":"function getPartsSpaceForCategory(categoryName) {\n var url = this.getURLForCategoryNamed(categoryName);\n return lively.PartsBin.partsSpaceWithURL(url);\n}","varMapping":{"__isSmartRef__":true,"id":6677},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6675":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6676}},"6676":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)"},"6677":{"this":{"__isSmartRef__":true,"id":3206}},"6678":{"funcProperties":{"__isSmartRef__":true,"id":6679},"source":"function getURLForCategoryNamed(categoryName) {\n this.ensureCategories()\n\n var relative = this.categories[categoryName];\n if (!relative) return null;\n return URL.ensureAbsoluteCodeBaseURL(relative).withRelativePartsResolved()\n}","varMapping":{"__isSmartRef__":true,"id":6681},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6679":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6680},"user":"undefined"},"6680":{"isSerializedDate":true,"string":"Sat Mar 10 2012 11:20:59 GMT+0100 (CET)"},"6681":{"this":{"__isSmartRef__":true,"id":3206}},"6682":{"funcProperties":{"__isSmartRef__":true,"id":6683},"source":"function interactivelyCopySelectedPartItem(partMorph) {\n // FIXME duplication with interactivelyMoveSelectedPartItem\n var partItem = this.selectedPartItem, categories = this.categories, self = this;\n if (!partItem) { alert('no item selected'); return }\n var items = Properties.own(categories).sort()\n .reject(function(ea) { return ea.startsWith(\"*\") || ea === self. categoryName})\n .collect(function(catName) {\n return [catName, function() {\n var url = new URL(categories[catName]);\n var partsSpace = lively.PartsBin.partsSpaceWithURL(url)\n partItem.copyToPartsSpace(partsSpace);\n alertOK('Copied ' + partItem.name + ' to ' + url);\n }]\n })\n lively.morphic.Menu.openAtHand('Select category', items);\n}","varMapping":{"__isSmartRef__":true,"id":6685},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6683":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6684},"user":"robertkrahn"},"6684":{"isSerializedDate":true,"string":"Thu Jul 07 2011 16:13:17 GMT+0200 (CEST)"},"6685":{"this":{"__isSmartRef__":true,"id":3206}},"6686":{"funcProperties":{"__isSmartRef__":true,"id":6687},"source":"function interactivelyMoveSelectedPartItem(partMorph) {\n var partItem = this.selectedPartItem, categories = this.categories, self = this;\n if (!partItem) { alert('no item selected'); return }\n var items = Properties.own(categories).sort()\n .reject(function(ea) { return ea.startsWith(\"*\") || ea === self. categoryName})\n .collect(function(catName) {\n return [catName, function() {\n var url = new URL(categories[catName]);\n var partsSpace = lively.PartsBin.partsSpaceWithURL(url)\n partItem.moveToPartsSpace(partsSpace);\n self.reloadEverything();\n alertOK('Moved ' + partItem.name + ' to ' + url);\n }]\n })\n lively.morphic.Menu.openAtHand('Select category', items);\n}","varMapping":{"__isSmartRef__":true,"id":6689},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6687":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6688},"user":"robertkrahn"},"6688":{"isSerializedDate":true,"string":"Thu Jul 07 2011 16:13:12 GMT+0200 (CEST)"},"6689":{"this":{"__isSmartRef__":true,"id":3206}},"6690":{"funcProperties":{"__isSmartRef__":true,"id":6691},"source":"function interactivelyRemoveSelectedPartItem(partMorph) {\n var item = this.selectedPartItem;\n if (!item) return;\n this.world().confirm(\"really delete \" + item.name + \" in PartsBin?\", function(answer) {\n\tif (!answer) return;\n\titem.del();\n\tthis.reloadEverything();\n\talertOK(\"deleted \" + item.name);\n }.bind(this))\n}","varMapping":{"__isSmartRef__":true,"id":6693},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6691":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6692}},"6692":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)"},"6693":{"this":{"__isSmartRef__":true,"id":3206}},"6694":{"funcProperties":{"__isSmartRef__":true,"id":6695},"source":"function loadAndOpenSelectedPartItem(partMorph) {\n var item = this.selectedPartItem;\n if (!item) return;\n connect(item, 'part', this, 'openPart');\n var selectedVersion = this.get('selectedPartVersions').selection,\n\trev = selectedVersion ? selectedVersion.rev : null;\n item.loadPart(true, null, rev);\n alert('loading ' + item.name + '...');\n}","varMapping":{"__isSmartRef__":true,"id":6697},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6695":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6696}},"6696":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)"},"6697":{"this":{"__isSmartRef__":true,"id":3206}},"6698":{"funcProperties":{"__isSmartRef__":true,"id":6699},"source":"function loadPartsOfCategory(categoryName) {\n this.removeParts();\n this.setSelectedPartItem(null);\n if (!categoryName) return;\n var webR;\n if (categoryName == \"*all*\") {\n this.showMsg(\"loading all...\");\n webR = new WebResource(this.partsBinURL()).beAsync();\n lively.bindings.connect(webR, 'subDocuments', this, 'onLoadAll');\n webR.getSubElements(10)\n } else if (categoryName == \"*latest*\") {\n this.showMsg(\"loading latest...\");\n webR = new WebResource(this.partsBinURL()).beAsync();\n lively.bindings.connect(webR, 'contentDocument', this, 'onLoadLatest');\n webR.propfind('infinity')\n } else if (categoryName == \"*search*\") {\n this.showMsg(\"searching...\");\n webR = new WebResource(this.partsBinURL()).beAsync();\n lively.bindings.connect(webR, 'subDocuments', this, 'allURLs', {\n converter: function(subDocuments) {\n return subDocuments.invoke('getURL')\n }\n });\n lively.bindings.connect(this, 'allURLs', this, 'onSearch', {\n removeAfterUpdate: true});\n webR.getSubElements(10)\n } else {\n this.addPartsOfCategory(categoryName)\n }\n}","varMapping":{"__isSmartRef__":true,"id":6701},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6699":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6700}},"6700":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (CET)"},"6701":{"this":{"__isSmartRef__":true,"id":3206}},"6702":{"funcProperties":{"__isSmartRef__":true,"id":6703},"source":"function makeUpPartNameFor(name) {\n if (!$morph(name)) return name;\n var i = 2;\n while($morph(name + i)) { i++ }\n return name + i;\n}","varMapping":{"__isSmartRef__":true,"id":6705},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6703":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6704}},"6704":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)"},"6705":{"this":{"__isSmartRef__":true,"id":3206}},"6706":{"funcProperties":{"__isSmartRef__":true,"id":6707},"source":"function onLoadAll(subDocuments) {\n // alertOK(\"load all \" + subDocuments.length)\n var all = subDocuments.invoke('getURL')\n .select(function(ea) {return ea.filename().endsWith(\".json\")})\n .sortBy(function(ea) {return ea.filename()});\n \n this.addPartsFromURLs(all) \n}","varMapping":{"__isSmartRef__":true,"id":6709},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6707":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6708}},"6708":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:38:18 GMT+0100 (CET)"},"6709":{"this":{"__isSmartRef__":true,"id":3206}},"6710":{"funcProperties":{"__isSmartRef__":true,"id":6711},"source":"function onLoadFromPartsBin() {\n $super();\n this.reloadEverything();\n}","varMapping":{"__isSmartRef__":true,"id":6713},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6711":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6712}},"6712":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)"},"6713":{"this":{"__isSmartRef__":true,"id":3206},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":6714}},"6714":{"$super":{"__isSmartRef__":true,"id":6715}},"6715":{"funcProperties":{"__isSmartRef__":true,"id":6716},"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 }","varMapping":{"__isSmartRef__":true,"id":6717},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6716":{},"6717":{"name":"onLoadFromPartsBin","obj":{"__isSmartRef__":true,"id":3206}},"6718":{"funcProperties":{"__isSmartRef__":true,"id":6719},"source":"function onLoadLatest(propfindXML) {\n var rawNodes = new Query(\"/D:multistatus/D:response\").findAll(propfindXML.documentElement);\n\n var svnVersionInfos = rawNodes.map(function(rawNode) { return SVNVersionInfo.fromPropfindNode(rawNode) });\n\n var top20 = svnVersionInfos\n .select(function(ea) { return ea.url.endsWith(\".json\")})\n .sortBy(function(ea) { return ea.rev}).reverse().slice(0,20);\n var top20URLs = top20.collect(function(ea) { \n return new URL(\"http://\" + URL.codeBase.hostname + ea.url)})\n \n this.addPartsFromURLs(top20URLs) \n}","varMapping":{"__isSmartRef__":true,"id":6721},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6719":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6720}},"6720":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)"},"6721":{"this":{"__isSmartRef__":true,"id":3206}},"6722":{"funcProperties":{"__isSmartRef__":true,"id":6723},"source":"function onSearch(allPartURLs) {\n var searchString = this.get('searchText').textString;\n var matchingPartURLs = allPartURLs\n .select(function(ea) {return new RegExp(searchString, 'i').test(ea.filename())})\n .sortBy(function(ea) {return ea.filename()});\n this.addPartsFromURLs(matchingPartURLs) \n if (matchingPartURLs.length == 0)\n this.showMsg(\"nothing found for '\" + searchString + \"'\")\n}","varMapping":{"__isSmartRef__":true,"id":6725},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6723":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6724},"user":"lauritz"},"6724":{"isSerializedDate":true,"string":"Mon Dec 19 2011 19:59:19 GMT+0100 (CET)"},"6725":{"this":{"__isSmartRef__":true,"id":3206}},"6726":{"funcProperties":{"__isSmartRef__":true,"id":6727},"source":"function openPart(partMorph) {\n partMorph.setName(this.makeUpPartNameFor(partMorph.getName()));\n lively.morphic.World.current().firstHand().grabMorph(partMorph, null);\n if(partMorph.onCreateFromPartsBin) partMorph.onCreateFromPartsBin();\n partMorph.setPosition(pt(0,0));\n}","varMapping":{"__isSmartRef__":true,"id":6729},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6727":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6728}},"6728":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)"},"6729":{"this":{"__isSmartRef__":true,"id":3206}},"6730":{"funcProperties":{"__isSmartRef__":true,"id":6731},"source":"function partsBinURL() {\n if (this.url) {\n return this.url;\n }\n return this.defaultPartsBinURL();\n}","varMapping":{"__isSmartRef__":true,"id":6733},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6731":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6732}},"6732":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:06 GMT+0100 (CET)"},"6733":{"this":{"__isSmartRef__":true,"id":3206}},"6734":{"funcProperties":{"__isSmartRef__":true,"id":6735},"source":"function partsBinUrl() {\n if (this.url) {\n return url;\n }\n return this.partsBinURL();\n}","varMapping":{"__isSmartRef__":true,"id":6737},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6735":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6736}},"6736":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (CET)"},"6737":{"this":{"__isSmartRef__":true,"id":3206}},"6738":{"funcProperties":{"__isSmartRef__":true,"id":6739},"source":"function reloadEverything() {\n this.setSelectedPartItem(null)\n this.updateCategoriesDictFromPartsBin();\n this.addCategory(\"*latest*\", true);\n this.addCategory(\"*all*\", true);\n this.addCategory(\"*search*\", true);\n}","varMapping":{"__isSmartRef__":true,"id":6741},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6739":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6740}},"6740":{"isSerializedDate":true,"string":"Tue Dec 20 2011 19:03:58 GMT+0100 (CET)"},"6741":{"this":{"__isSmartRef__":true,"id":3206}},"6742":{"funcProperties":{"__isSmartRef__":true,"id":6743},"source":"function removeCategory(categoryName) {\n var url = this.getURLForCategoryNamed(categoryName);\n if (!url) {\n alert('No category ' + categoryName + ' exists! Doing nothing')\n\treturn;\n }\n var webR = new WebResource(url);\n if (!webR.exists()) {\n alert('Does not exist: ' + url);\n\tdelete this.categories[categoryName];\n\tlively.PartsBin.removePartsSpace(name);\n\tthis.updateCategoryList();\n\treturn\n }\n webR.getSubElements()\n if (!webR.subDocuments || webR.subDocuments.length > 0 ||\n !webR.subCollections || webR.subCollections.length > 0) {\n alert('Will not remove directory ' + url + ' because it is not empty')\n } else {\n webR.del();\n alertOK('Removed ' + categoryName + ' url ' + url);\n }\n delete this.categories[categoryName];\n lively.PartsBin.removePartsSpace(name);\n this.updateCategoryList();\n}","varMapping":{"__isSmartRef__":true,"id":6745},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6743":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6744}},"6744":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)"},"6745":{"this":{"__isSmartRef__":true,"id":3206}},"6746":{"funcProperties":{"__isSmartRef__":true,"id":6747},"source":"function removeCategoryInteractively() {\n var partsBin = this, world = this.world();\n world.confirm('Really remove ' + this.categoryName + '?', function(result) {\n\tif (!result) {\n\t alert('no category removed!')\n\t return;\n\t}\n\tpartsBin.removeCategory(partsBin.categoryName)\n });\t\n}","varMapping":{"__isSmartRef__":true,"id":6749},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6747":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6748}},"6748":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)"},"6749":{"this":{"__isSmartRef__":true,"id":3206}},"6750":{"funcProperties":{"__isSmartRef__":true,"id":6751},"source":"function removeParts() {\n this.get('partsBinContents').submorphs.clone().invoke('remove');\n}","varMapping":{"__isSmartRef__":true,"id":6753},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6751":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6752}},"6752":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)"},"6753":{"this":{"__isSmartRef__":true,"id":3206}},"6754":{"funcProperties":{"__isSmartRef__":true,"id":6755},"source":"function reset() {\n this.connections = {toggleMorePane: {}};\n this.setSelectedPartItem(null);\n delete this.categories;\n this.getPartsBinMetaInfo().requiredModules = ['lively.PartsBin']; \n this.get('categoryList').updateList([]);\n this.get('partsBinContents').removeAllMorphs();\n this.get('searchText').setTextString(\"\");\n}","varMapping":{"__isSmartRef__":true,"id":6757},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6755":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6756},"user":"robertkrahn"},"6756":{"isSerializedDate":true,"string":"Mon Sep 03 2012 09:53:04 GMT+0200 (CEST)"},"6757":{"this":{"__isSmartRef__":true,"id":3206}},"6758":{"funcProperties":{"__isSmartRef__":true,"id":6759},"source":"function saveCommentForSelectedPartItem(comment) {\n if (!this.selectedPartItem) {\n\talert('no part item selected!')\n\treturn;\n }\n var metaInfo = this.selectedPartItem.getMetaInfo();\n metaInfo.setComment(comment);\n this.selectedPartItem.uploadMetaInfoOnly();\n}","varMapping":{"__isSmartRef__":true,"id":6761},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6759":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6760}},"6760":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:26:53 GMT+0100 (CET)"},"6761":{"this":{"__isSmartRef__":true,"id":3206}},"6762":{"funcProperties":{"__isSmartRef__":true,"id":6763},"source":"function search(searchString) {\n // triggers search in this.loadPartsOfCategory through connection\n this.get('categoryList').setSelection(\"*search*\");\n}","varMapping":{"__isSmartRef__":true,"id":6765},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6763":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6764},"user":"robertkrahn"},"6764":{"isSerializedDate":true,"string":"Mon Sep 03 2012 09:23:52 GMT+0200 (CEST)"},"6765":{"this":{"__isSmartRef__":true,"id":3206}},"6766":{"funcProperties":{"__isSmartRef__":true,"id":6767},"source":"function setMetaInfoOfSelectedItem(metaInfo) {\n var comment = (metaInfo && metaInfo.getComment()) ||\n 'No comment yet';\n this.get('CommitLog').setTextString(this.commitLogString(metaInfo))\n\n\n this.get('selectedPartComment').textString = comment;\n}","varMapping":{"__isSmartRef__":true,"id":6769},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6767":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6768},"user":"jenslincke"},"6768":{"isSerializedDate":true,"string":"Tue Jan 31 2012 20:15:25 GMT+0100 (CET)"},"6769":{"this":{"__isSmartRef__":true,"id":3206}},"6770":{"funcProperties":{"__isSmartRef__":true,"id":6771},"source":"function setSelectedPartItem(item) {\n this.selectedPartItem = item;\n this.get('selectedPartComment').textString = '';\n this.get('selectedPartVersions').updateList(item ? ['Loading versions...']: []);\n this.get('selectedPartVersions').setSelection(null);\n if (!item) {\n this.get('selectedPartName').textString = 'nothing selected'\n this.get('selectedPartSpaceName').textString = ''\n\treturn;\n }\n this.get('selectedPartName').textString = item.name\n this.get('selectedPartSpaceName').textString = item.partsSpaceName\n\n // load versions\n connect(item, 'partVersions', this, 'setSelectedPartVersions');\n item.loadPartVersions(true);\n\n // load meta info\n connect(item, 'loadedMetaInfo', this, 'setMetaInfoOfSelectedItem');\n \n this.setShareLink(item);\n\n item.loadPartMetaInfo(true);\n}","varMapping":{"__isSmartRef__":true,"id":6773},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6771":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6772},"user":"jenslincke"},"6772":{"isSerializedDate":true,"string":"Tue Jan 31 2012 19:34:13 GMT+0100 (CET)"},"6773":{"this":{"__isSmartRef__":true,"id":3206}},"6774":{"funcProperties":{"__isSmartRef__":true,"id":6775},"source":"function setSelectedPartVersions(versions) {\n // alertOK(\"set versions:\" + versions.length)\n var list = versions.collect(function(ea) {\n return { \n string: '' + ea.date.format(\"yyyy-mm-dd HH:MM\") \n + \" \" + ea.author + \" (\" + ea.rev + \")\", \n value: ea, isListItem: true}\n })\n this.get('selectedPartVersions').updateList(list)\n}","varMapping":{"__isSmartRef__":true,"id":6777},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6775":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6776},"user":"jenslincke"},"6776":{"isSerializedDate":true,"string":"Tue Jan 31 2012 20:06:52 GMT+0100 (CET)"},"6777":{"this":{"__isSmartRef__":true,"id":3206}},"6778":{"funcProperties":{"__isSmartRef__":true,"id":6779},"source":"function setShareLink(partItem) {\n var linkText = this.get('shareLink');\n linkText.setTextString('Share Link');\n var url = 'http://www.lively-kernel.org/viral?part='\n + partItem.name + '&path=' + partItem.partsSpaceName;\n linkText.emphasizeAll({uri: url});\n}","varMapping":{"__isSmartRef__":true,"id":6781},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6779":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6780},"user":"robertkrahn"},"6780":{"isSerializedDate":true,"string":"Mon Jan 23 2012 19:45:42 GMT+0100 (CET)"},"6781":{"this":{"__isSmartRef__":true,"id":3206}},"6782":{"funcProperties":{"__isSmartRef__":true,"id":6783},"source":"function setupConnections() {\n connect(this.closeButton, 'fire', this, 'remove')\n connect(this.addCategoryButton, 'fire', this, 'addCategoryInteractively')\n connect(this.get('removeCategoryButton'), 'fire', this, 'removeCategoryInteractively')\n connect(this.get('categoryList'), 'selection', this, 'categoryName')\n connect(this, 'categoryName', this, 'loadPartsOfCategory')\n\n connect(this.get('partsBinContents'), 'selectedItem', this, 'setSelectedPartItem')\n\n connect(this.get('reloadButton'), \"fire\", this, \"reloadEverything\")\n\n connect(this.get('loadPartButton'), \"fire\", this, \"loadAndOpenSelectedPartItem\")\n\n connect(this.get('removePartButton'), \"fire\", this, \"interactivelyRemoveSelectedPartItem\")\n\n connect(this.get('movePartButton'), \"fire\", this, \"interactivelyMoveSelectedPartItem\")\n connect(this.get('copyPartButton'), \"fire\", this, \"interactivelyCopySelectedPartItem\")\n\n connect(this.get('selectedPartComment'), \"savedTextString\", this, \"saveCommentForSelectedPartItem\")\n}","varMapping":{"__isSmartRef__":true,"id":6785},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6783":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6784}},"6784":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)"},"6785":{"this":{"__isSmartRef__":true,"id":3206}},"6786":{"funcProperties":{"__isSmartRef__":true,"id":6787},"source":"function showCommits() {\n if (!this.selectedPartItem) {\n alert('nothing selected');\n return;\n }\n var metaInfo = this.selectedPartItem.loadedMetaInfo;\n this.world().addTextWindow({\n title: 'Commits of ' + metaInfo.partName,\n content: this.commitLogString(metaInfo)\n });\n}","varMapping":{"__isSmartRef__":true,"id":6789},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6787":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6788},"user":"robertkrahn"},"6788":{"isSerializedDate":true,"string":"Mon Jan 23 2012 19:20:49 GMT+0100 (CET)"},"6789":{"this":{"__isSmartRef__":true,"id":3206}},"6790":{"funcProperties":{"__isSmartRef__":true,"id":6791},"source":"function showMsg(string) {\n var label = new lively.morphic.Text(new Rectangle(0,0,200,30), string);\n label.applyStyle({fill: null, borderWidth: 0})\n this.get('partsBinContents').addMorph(label)\n}","varMapping":{"__isSmartRef__":true,"id":6793},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6791":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6792},"user":"lauritz"},"6792":{"isSerializedDate":true,"string":"Mon Dec 19 2011 19:59:19 GMT+0100 (CET)"},"6793":{"this":{"__isSmartRef__":true,"id":3206}},"6794":{"funcProperties":{"__isSmartRef__":true,"id":6795},"source":"function toggleMorePane() {\n var pane = this.get('morePane');\n moveOffset = pane.getExtent().withY(0),\n steps = 5, timePerStep = 10,\n btn = pane.get('moreButton');\n if (pane.isVisible()) {\n var dest = pane.getPosition().addPt(moveOffset.negated());\n pane.animatedInterpolateTo(dest, steps, timePerStep, function() {\n btn.setLabel('more')\n pane.setVisible(false)\n });\n\n } else {\n btn.setLabel('hide')\n pane.setVisible(true)\n this.addMorphBack(pane);\n pane.align(\n pane.bounds().topRight(), \n this.get('partsBinContents').bounds().topRight());\n // move it so that it is completely visible\n var dest = pane.getPosition().addPt(moveOffset);\n pane.animatedInterpolateTo(dest, steps, timePerStep, Functions.Null);\n }\n}","varMapping":{"__isSmartRef__":true,"id":6797},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6795":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6796},"user":"lauritz"},"6796":{"isSerializedDate":true,"string":"Mon Dec 19 2011 19:59:19 GMT+0100 (CET)"},"6797":{"this":{"__isSmartRef__":true,"id":3206}},"6798":{"funcProperties":{"__isSmartRef__":true,"id":6799},"source":"function updateCategoriesDictFromPartsBin() {\n this.ensureCategories();\n var webR = new WebResource(this.partsBinURL());\n webR.beAsync();\n\n var that = this;\n var callback = function(collections) {\n collections.forEach(function(dir) {\n var unescape = Global.urlUnescape || Global.unescape,\n unescaped = unescape(dir.getURL().filename()),\n name = unescaped.replace(/\\/$/,\"\");\n if (name.startsWith('.')) return;\n that.categories[name] = that.partsBinURL().withFilename(unescaped);\n });\n that.updateCategoryList(that.categoryName);\n }\n\n connect(webR, 'subCollections', {cb: callback}, 'cb', {\n updater: function($upd, value) {\n if (!(this.sourceObj.status && this.sourceObj.status.isDone())) return;\n if (!value) return;\n $upd(value);\n },\n });\n\n webR.getSubElements();\n\n}","varMapping":{"__isSmartRef__":true,"id":6801},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6799":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6800},"user":"robertkrahn"},"6800":{"isSerializedDate":true,"string":"Mon Sep 03 2012 09:29:04 GMT+0200 (CEST)"},"6801":{"this":{"__isSmartRef__":true,"id":3206}},"6802":{"funcProperties":{"__isSmartRef__":true,"id":6803},"source":"function updateCategoryList(optCategoryName) {\n this.get('categoryList').updateList(\n\tProperties.own(this.categories).sortBy(function(name) { return name.toLowerCase()}));\n this.get('categoryList').setSelection(optCategoryName)\n}","varMapping":{"__isSmartRef__":true,"id":6805},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6803":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6804}},"6804":{"isSerializedDate":true,"string":"Tue Dec 20 2011 18:46:51 GMT+0100 (CET)"},"6805":{"this":{"__isSmartRef__":true,"id":3206}},"6806":{"dependedBy":{"__isSmartRef__":true,"id":3202},"sourceAttrName":"_Scale","sourceObj":{"__isSmartRef__":true,"id":3204},"targetMethodName":"signalTarget","targetObj":{"__isSmartRef__":true,"id":3202},"varMapping":{"__isSmartRef__":true,"id":6807},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"6807":{"source":{"__isSmartRef__":true,"id":3204},"target":{"__isSmartRef__":true,"id":3202}},"6808":{"dependedBy":{"__isSmartRef__":true,"id":3202},"sourceAttrName":"_Rotation","sourceObj":{"__isSmartRef__":true,"id":3204},"targetMethodName":"signalTarget","targetObj":{"__isSmartRef__":true,"id":3202},"varMapping":{"__isSmartRef__":true,"id":6809},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"6809":{"source":{"__isSmartRef__":true,"id":3204},"target":{"__isSmartRef__":true,"id":3202}},"6810":{"dependedBy":{"__isSmartRef__":true,"id":3202},"sourceAttrName":"owner","sourceObj":{"__isSmartRef__":true,"id":3204},"targetMethodName":"updateOwners","targetObj":{"__isSmartRef__":true,"id":3202},"varMapping":{"__isSmartRef__":true,"id":6811},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"6811":{"source":{"__isSmartRef__":true,"id":3204},"target":{"__isSmartRef__":true,"id":3202}},"6812":{"morph":{"__isSmartRef__":true,"id":3204},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6813":{"_Align":"center","_ClipMode":"hidden","_FontFamily":"Helvetica, Sans-Serif","_FontSize":10,"_HandStyle":"default","_MaxTextHeight":null,"_MaxTextWidth":45.76199368290986,"_MinTextHeight":null,"_MinTextWidth":45.76199368290986,"_PointerEvents":"none","_Scale":1,"_WhiteSpaceHandling":"pre-wrap","allowsInput":false,"attributeConnections":[],"derivationIds":[1245,"0125C72B-2B04-4872-A0B1-0292F9733F9D","99E6F0CD-AA33-42BD-B6E6-3154AA491D70","DAFB157F-4F83-4402-894A-12549438C7E9","98F29C75-DB67-470E-8F9F-4B7135CE21D9","D4509212-C332-45F0-B768-69E4E0D59537","735C22EC-309F-484F-B643-48229EC6D6E5","72386EBF-DE01-4B53-9084-32841E59EE3C","8AB3572C-52F6-4F6A-B59F-9EFA069C1601","C882377D-6F5C-43E4-AEAB-996ECA6A82A1","DA159A64-D6F8-4A2F-834D-71C6289A1FC8","58923C3A-4492-4DB3-871A-DEE1219F199C","B4024F35-8AB7-43DE-BE23-2758B0EB4C26","93871BBA-3E5C-4B6F-8A5A-CB2AA4DDA546","98E9C433-F2D7-4ED4-B286-33CDFC7F8B7F","82135AAD-8041-4CA4-B78C-0D80FBA43722","358F966D-679E-4DC3-98C0-8D697712CD4E","0D4E0BD4-0743-470F-8F3B-E0602F5CE408","7F61D12A-0120-49DD-A4D5-CB25BB23ED74","239EF5C4-25A1-410D-95A7-FDB8E07FAFDE","18C10445-D399-4D8C-8FAF-ED17AE46C87E","8B925C8B-69F0-43FB-B6E9-8C3108434E69"],"doNotCopyProperties":[],"doNotSerialize":[],"droppingEnabled":false,"eventHandler":{"__isSmartRef__":true,"id":6814},"eventsAreIgnored":true,"fixedHeight":true,"fixedWidth":true,"grabbingEnabled":false,"halosEnabled":true,"id":"5B13648C-B74C-4D58-9F7D-98DABD106567","owner":{"__isSmartRef__":true,"id":3204},"prevScroll":[0,0],"registeredForMouseEvents":true,"scripts":[],"shape":{"__isSmartRef__":true,"id":6815},"showsMorphMenu":false,"submorphs":[],"textChunks":[{"__isSmartRef__":true,"id":6816}],"_WordBreak":"break-all","__serializedExpressions__":["_Padding","_Position","_TextColor","padding","textColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(0.0,0.0)","_TextColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","textColor":"Color.rgb(0,0,0)"},"6814":{"morph":{"__isSmartRef__":true,"id":6813},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6815":{"_BorderWidth":0,"_ClipMode":"hidden","_Fill":null,"borderWidth":0,"fill":null,"__serializedExpressions__":["_BorderColor","_Extent","_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(0,0,0)","_Extent":"lively.pt(45.8,20.0)","_Padding":"lively.rect(0,3,0,0)","_Position":"lively.pt(0.0,0.0)"},"6816":{"_id":"_1756","chunkOwner":{"__isSmartRef__":true,"id":6813},"storedString":"more","style":{"__isSmartRef__":true,"id":6817},"__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6817":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6818":{"moveHorizontal":true},"6819":{"stops":[{"__isSmartRef__":true,"id":6820},{"__isSmartRef__":true,"id":6821},{"__isSmartRef__":true,"id":6822},{"__isSmartRef__":true,"id":6823}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"6820":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"6821":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"6822":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"6823":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"6824":{"stops":[{"__isSmartRef__":true,"id":6825},{"__isSmartRef__":true,"id":6826},{"__isSmartRef__":true,"id":6827},{"__isSmartRef__":true,"id":6828}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"6825":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"6826":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"6827":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"6828":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"6829":{"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","migrationLevel":2,"partName":"Button","partsSpaceName":"PartsBin/Inputs/","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"6830":{"_BorderRadius":5,"_BorderStyle":"solid","_BorderWidth":1,"_ClipMode":"visible","_Fill":{"__isSmartRef__":true,"id":6824},"_Opacity":1,"__serializedExpressions__":["_BorderColor","_Extent","_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(214,214,214)","_Extent":"lively.pt(45.8,20.0)","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(0.0,0.0)"},"6831":{"source":{"__isSmartRef__":true,"id":3204},"target":{"__isSmartRef__":true,"id":3202}},"6832":{"dependedBy":{"__isSmartRef__":true,"id":3202},"sourceAttrName":"_Scale","sourceObj":{"__isSmartRef__":true,"id":3200},"targetMethodName":"signalTarget","targetObj":{"__isSmartRef__":true,"id":3202},"varMapping":{"__isSmartRef__":true,"id":6833},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"6833":{"source":{"__isSmartRef__":true,"id":3200},"target":{"__isSmartRef__":true,"id":3202}},"6834":{"dependedBy":{"__isSmartRef__":true,"id":3202},"sourceAttrName":"_Rotation","sourceObj":{"__isSmartRef__":true,"id":3200},"targetMethodName":"signalTarget","targetObj":{"__isSmartRef__":true,"id":3202},"varMapping":{"__isSmartRef__":true,"id":6835},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"6835":{"source":{"__isSmartRef__":true,"id":3200},"target":{"__isSmartRef__":true,"id":3202}},"6836":{"dependedBy":{"__isSmartRef__":true,"id":3202},"sourceAttrName":"owner","sourceObj":{"__isSmartRef__":true,"id":3200},"targetMethodName":"updateOwners","targetObj":{"__isSmartRef__":true,"id":3202},"varMapping":{"__isSmartRef__":true,"id":6837},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"6837":{"source":{"__isSmartRef__":true,"id":3200},"target":{"__isSmartRef__":true,"id":3202}},"6838":{"d":1,"a":1,"f":764.4,"e":2457.5,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":6839},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"6839":{"a":1,"b":0,"c":0,"d":1,"e":2457.5,"f":764.4,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"6840":{"source":{"__isSmartRef__":true,"id":3200},"target":{"__isSmartRef__":true,"id":3202}},"6841":{"morph":{"__isSmartRef__":true,"id":3200},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6842":{"adjustForNewBounds":true},"6843":{"changes":[{"__isSmartRef__":true,"id":6844},{"__isSmartRef__":true,"id":6846},{"__isSmartRef__":true,"id":6848},{"__isSmartRef__":true,"id":6850},{"__isSmartRef__":true,"id":6852},{"__isSmartRef__":true,"id":6854},{"__isSmartRef__":true,"id":6856},{"__isSmartRef__":true,"id":6858},{"__isSmartRef__":true,"id":6860},{"__isSmartRef__":true,"id":6862}],"comment":"Browser for a Parts repository.","migrationLevel":4,"partName":"PartsBinBrowser","partsSpaceName":"PartsBin/Tools","requiredModules":["lively.PartsBin"],"lastModifiedDate":{"__isSmartRef__":true,"id":6864},"revisionOnLoad":185160,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"6844":{"author":"athomschke","date":{"__isSmartRef__":true,"id":6845},"id":"5575D312-033A-47A5-B889-C43BE97C3AAA","message":"style"},"6845":{"isSerializedDate":true,"string":"Wed Feb 08 2012 12:02:38 GMT+0100 (CET)"},"6846":{"author":"markoroeder","date":{"__isSmartRef__":true,"id":6847},"id":"1D9493E9-B229-4716-8649-F1333D5133D0","message":"Reset to clean copy. Added this.categories to doNotSerialize list."},"6847":{"isSerializedDate":true,"string":"Thu Jan 05 2012 15:19:05 GMT+0100 (CET)"},"6848":{"author":"sstamm","date":{"__isSmartRef__":true,"id":6849},"id":"3466A0DA-C96D-4997-8182-AFB6DF99C988","message":""},"6849":{"isSerializedDate":true,"string":"Wed Feb 08 2012 12:13:30 GMT+0100 (CET)"},"6850":{"author":"fabian","date":{"__isSmartRef__":true,"id":6851},"id":"69D747F9-EDB5-478D-B0DE-C4CEBFDF1E9A","message":"moved PartsBin out of core"},"6851":{"isSerializedDate":true,"string":"Wed Feb 22 2012 23:40:13 GMT+0100 (CET)"},"6852":{"author":"fabian","date":{"__isSmartRef__":true,"id":6853},"id":"3DABC39F-D8E9-4EA8-AB40-719739AD92DF","message":""},"6853":{"isSerializedDate":true,"string":"Thu Feb 23 2012 00:14:10 GMT+0100 (CET)"},"6854":{"author":"jenslincke","date":{"__isSmartRef__":true,"id":6855},"id":"C6CF2A78-407E-4691-B5D6-914977DEAD8B","message":"- fixed searching and latest after moving the parts bin"},"6855":{"isSerializedDate":true,"string":"Thu Feb 23 2012 18:40:33 GMT+0100 (CET)"},"6856":{"author":"undefined","date":{"__isSmartRef__":true,"id":6857},"id":"34468222-F3C8-4636-B202-27DFAD734B8A","message":"- reload everything on restore"},"6857":{"isSerializedDate":true,"string":"Sat Mar 10 2012 11:26:28 GMT+0100 (CET)"},"6858":{"author":"robertkrahn","date":{"__isSmartRef__":true,"id":6859},"id":"75B2A711-5004-4862-B3F7-94C91FA06E17","message":"no DateFormat dependency anymore"},"6859":{"isSerializedDate":true,"string":"Mon Sep 03 2012 09:54:25 GMT+0200 (CEST)"},"6860":{"date":{"__isSmartRef__":true,"id":6861},"author":"robertkrahn","message":"scale fix + basic category preselected","id":"8C0DDF72-2CB9-4AD2-8717-F22986EDD48A"},"6861":{"isSerializedDate":true,"string":"Wed Sep 05 2012 00:55:14 GMT+0200 (CEST)"},"6862":{"date":{"__isSmartRef__":true,"id":6863},"author":"jenslincke","message":"reset title bars","id":"D723B2FE-DC4B-4A16-9AA5-A420B11C4285"},"6863":{"isSerializedDate":true,"string":"Thu Nov 29 2012 10:31:13 GMT+0100 (CET)"},"6864":{"isSerializedDate":true,"string":"Thu Nov 29 2012 10:28:19 GMT+0100 (CET)"},"6865":{"_BorderRadius":0,"_BorderWidth":0,"_ClipMode":"visible","_Fill":null,"_StrokeOpacity":0,"__serializedExpressions__":["_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Extent":"lively.pt(770.8,507.2)","_Padding":"lively.rect(0,0,0,0)"},"6866":{"_ClipMode":"visible","_Rotation":0,"_Scale":1,"attributeConnections":[{"__isSmartRef__":true,"id":6867}],"cornerName":"bottomRight","derivationIds":[7147,"16E962DF-21E9-4FE6-8B9B-953F0E908113","ADD0B5C0-0DC6-4D8E-9C2A-0EC7E3C71F21","25C53CC1-53E0-44A6-8E16-A56606A19EF0","50F19BF2-9607-4419-A8C2-0352B0A6FF57","56B7FFB1-61EA-47B9-AC63-A78EA3203E0F","7ED9D491-F8A0-41CA-ADCC-D29EB7805558","1A9D02A8-2BC9-4042-9A96-2149467A88F5","0E224134-B29B-4EF6-AA59-0CDD8170364D","BF087085-EA96-48C6-9B64-61ACD38A53E1"],"doNotCopyProperties":["$$cornerName"],"doNotSerialize":["$$cornerName"],"dragStartPoint":null,"draggingEnabled":true,"droppingEnabled":true,"eventHandler":{"__isSmartRef__":true,"id":6868},"halosEnabled":true,"id":"4CE9C894-6C54-4B80-8766-063DB3FBDFB7","isResizeCorner":true,"moved":true,"name":"ResizeCorner","originalTargetBounds":null,"originalTargetExtent":null,"originalTargetInnerBounds":null,"owner":{"__isSmartRef__":true,"id":3200},"partsBinMetaInfo":{"__isSmartRef__":true,"id":6869},"registeredForMouseEvents":true,"relativeOrigin":null,"scripts":[],"shape":{"__isSmartRef__":true,"id":6870},"showsHalos":false,"submorphs":[],"__serializedExpressions__":["_Position","originalExtent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":6871},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(760.8,497.3)","originalExtent":"lively.pt(239.0,138.0)"},"6867":{"sourceAttrName":"cornerName","sourceObj":{"__isSmartRef__":true,"id":6866},"targetMethodName":"alignToOwner","targetObj":{"__isSmartRef__":true,"id":6866},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"6868":{"morph":{"__isSmartRef__":true,"id":6866},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6869":{"comment":"Resize an object without using halos.","migrationLevel":2,"partName":"ResizeCorner","partsSpaceName":"PartsBin/Widgets/","revisionOnLoad":140152,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"6870":{"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_BorderColor","_Extent","_Fill","_Padding","position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(145,145,145)","_Extent":"lively.pt(10.0,10.0)","_Fill":"Color.rgb(66,66,66)","_Padding":"lively.rect(0,0,0,0)","position":"lively.pt(0.0,0.0)"},"6871":{"alignToOwner":{"__isSmartRef__":true,"id":6872},"morphMenuItems":{"__isSmartRef__":true,"id":6875},"onDrag":{"__isSmartRef__":true,"id":6882},"onDragEnd":{"__isSmartRef__":true,"id":6890},"onDragStart":{"__isSmartRef__":true,"id":6898},"reset":{"__isSmartRef__":true,"id":6906}},"6872":{"funcProperties":{"__isSmartRef__":true,"id":6873},"source":"function alignToOwner() {\n this.align(this.bounds()[this.cornerName](), this.owner.shape.bounds()[this.cornerName]() )\n}","varMapping":{"__isSmartRef__":true,"id":6874},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6873":{},"6874":{"this":{"__isSmartRef__":true,"id":6866}},"6875":{"funcProperties":{"__isSmartRef__":true,"id":6876},"source":"function morphMenuItems() {\n return $super().concat([\n [\"corner\", [\n [\"top left\", function() { this.cornerName = 'topLeft'}.bind(this)],\n [\"top right\", function() { this.cornerName = 'topRight'}.bind(this)],\n [\"bottom right\", function() { this.cornerName = 'bottomRight'}.bind(this)],\n [\"bottom left\", function() { this.cornerName = 'bottomLeft'}.bind(this)],\n ]]\n ])\t\n}","varMapping":{"__isSmartRef__":true,"id":6877},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6876":{},"6877":{"this":{"__isSmartRef__":true,"id":6866},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":6878}},"6878":{"$super":{"__isSmartRef__":true,"id":6879}},"6879":{"funcProperties":{"__isSmartRef__":true,"id":6880},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","varMapping":{"__isSmartRef__":true,"id":6881},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6880":{},"6881":{"name":"morphMenuItems","obj":{"__isSmartRef__":true,"id":6866}},"6882":{"funcProperties":{"__isSmartRef__":true,"id":6883},"source":"function onDrag(evt) {\n // alert(\"onDrag\")\n // this.owner.setPosition(pt(0,0))\n // this.owner.setOrigin(pt(0,0))\n var moveDelta = evt.mousePoint.subPt(this.dragStartPoint)\n \n // moveDelta = moveDelta.maxPt(pt(0,0))\n var ownerExtent = this.owner.getExtent();\n\n // TODO does not work\n if (evt.isShiftDown()) {\n var maxDelta = Math.max(moveDelta.x, moveDelta.y);\n if (maxDelta == 0) return;\n var factor = ownerExtent.x / ownerExtent.y\n moveDelta = pt(maxDelta * factor, maxDelta )\n }\n var accessor = \"with\" + this.cornerName.charAt(0).toUpperCase() + this.cornerName.substring(1);\n\n var newCorner = this.originalTargetBounds[this.cornerName]().addPt(moveDelta);\n var newBounds = this.originalTargetBounds[accessor ](newCorner);\n\n this.owner.setBounds(newBounds);\n \n // var newExtent = this.originalTargetExtent.addPt(moveDelta)\n // alertOK(\"new extent\" + newExtent)\n // this.owner.setExtent(newExtent);\n this.owner.submorphs.select(function(ea) {\n return ea.isResizeCorner\n }).invoke('alignToOwner');\n if (this.owner.halos) {\n this.owner.halos.invoke('alignAtTarget')\n }\n // alertOK(\"relative \" + this.relativeOrigin)\n var newOrigin = pt(0,0).extent(this.owner.getExtent()).relativeToAbsPoint(this.relativeOrigin)\n\n // TODO IMPLEMENT updating the origin does not work yet\n // this.owner.setOrigin(newOrigin);\n // alertOK(\"new origin \" + newOrigin)\n\n}","varMapping":{"__isSmartRef__":true,"id":6885},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6883":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6884},"user":"sstamm"},"6884":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:08:52 GMT+0100 (CET)"},"6885":{"this":{"__isSmartRef__":true,"id":6866},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":6886}},"6886":{"$super":{"__isSmartRef__":true,"id":6887}},"6887":{"funcProperties":{"__isSmartRef__":true,"id":6888},"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 }","varMapping":{"__isSmartRef__":true,"id":6889},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6888":{},"6889":{"name":"onDrag","obj":{"__isSmartRef__":true,"id":6866}},"6890":{"funcProperties":{"__isSmartRef__":true,"id":6891},"source":"function onDragEnd(evt) {\n this.dragStartPoint = null;\n this.originalTargetBounds = null;\n this.relativeOrigin = null;\n}","varMapping":{"__isSmartRef__":true,"id":6893},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6891":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6892},"user":"sstamm"},"6892":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:09:00 GMT+0100 (CET)"},"6893":{"this":{"__isSmartRef__":true,"id":6866},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":6894}},"6894":{"$super":{"__isSmartRef__":true,"id":6895}},"6895":{"funcProperties":{"__isSmartRef__":true,"id":6896},"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 }","varMapping":{"__isSmartRef__":true,"id":6897},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6896":{},"6897":{"name":"onDragEnd","obj":{"__isSmartRef__":true,"id":6866}},"6898":{"funcProperties":{"__isSmartRef__":true,"id":6899},"source":"function onDragStart(evt) {\n var absToRelativePoint = function (r, absPt) {\n\t\treturn new Point(\n\t\t\t(absPt.x - r.x) / r.width,\n\t\t\t(absPt.y - r.y) / r.height)\n\t}\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(20,20))\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(0,0))\n // absToRelativePoint(new Rectangle(-100,-100,200,200), pt(0,0))\n\n\n this.dragStartPoint = evt.mousePoint;\n this.originalTargetBounds= this.owner.bounds();\n this.relativeOrigin = absToRelativePoint(pt(0,0).extent(this.owner.getExtent()), this.owner.getOrigin())\n}","varMapping":{"__isSmartRef__":true,"id":6901},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6899":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":6900},"user":"sstamm"},"6900":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:08:40 GMT+0100 (CET)"},"6901":{"this":{"__isSmartRef__":true,"id":6866},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":6902}},"6902":{"$super":{"__isSmartRef__":true,"id":6903}},"6903":{"funcProperties":{"__isSmartRef__":true,"id":6904},"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 }","varMapping":{"__isSmartRef__":true,"id":6905},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6904":{},"6905":{"name":"onDragStart","obj":{"__isSmartRef__":true,"id":6866}},"6906":{"funcProperties":{"__isSmartRef__":true,"id":6907},"source":"function reset() {\n this.isResizeCorner = true\n this.cornerName = 'bottomRight'\n this.setExtent(pt(10,10));\n this.setPosition(pt(0,0))\n}","varMapping":{"__isSmartRef__":true,"id":6908},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6907":{},"6908":{"this":{"__isSmartRef__":true,"id":6866}},"6909":{"submorphs":[{"__isSmartRef__":true,"id":6910},{"__isSmartRef__":true,"id":6916},{"__isSmartRef__":true,"id":6929},{"__isSmartRef__":true,"id":6941}],"scripts":[],"shape":{"__isSmartRef__":true,"id":6954},"eventHandler":{"__isSmartRef__":true,"id":6955},"_ClipMode":"visible","derivationIds":["51818F1E-35ED-47B0-A271-C76CA7A5875A"],"id":"8AD95F06-0F1D-4827-8AF7-ECBF78759B35","droppingEnabled":false,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":6956},"windowMorph":{"__isSmartRef__":true,"id":3200},"label":{"__isSmartRef__":true,"id":6910},"closeButton":{"__isSmartRef__":true,"id":6916},"menuButton":{"__isSmartRef__":true,"id":6929},"collapseButton":{"__isSmartRef__":true,"id":6941},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":3200},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.TitleBar","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,0.0)"},"6910":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":6911},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":6912}],"eventHandler":{"__isSmartRef__":true,"id":6914},"_ClipMode":"hidden","derivationIds":["2FAB5433-DF2F-4334-99DB-409619662E79"],"id":"4A7B73CD-E662-4622-BFDC-F4647DE5DC9D","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,"isLabel":true,"layout":{"__isSmartRef__":true,"id":6915},"eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":6909},"_StyleClassNames":["window-title"],"_TextStylingMode":true,"__serializedExpressions__":["_TextColor","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(20.0,3.0)"},"6911":{"_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(711.8,18.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"6912":{"style":{"__isSmartRef__":true,"id":6913},"chunkOwner":{"__isSmartRef__":true,"id":6910},"_id":"_16","storedString":"PartsBinBrowser","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6913":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6914":{"morph":{"__isSmartRef__":true,"id":6910},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6915":{"resizeWidth":true},"6916":{"submorphs":[{"__isSmartRef__":true,"id":6917}],"scripts":[],"shape":{"__isSmartRef__":true,"id":6922},"eventHandler":{"__isSmartRef__":true,"id":6923},"_ClipMode":"visible","derivationIds":["EC28C613-A158-4C80-BF6E-6CF04640106B"],"id":"0F348619-8252-4C5A-A674-164E0B26D169","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":6917},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":6909},"layout":{"__isSmartRef__":true,"id":6924},"_StyleClassNames":["close"],"attributeConnections":[{"__isSmartRef__":true,"id":6925},{"__isSmartRef__":true,"id":6927}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(750.8,3.0)"},"6917":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":6918},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":6919}],"eventHandler":{"__isSmartRef__":true,"id":6921},"_ClipMode":"hidden","derivationIds":["79C67E5D-33A6-4DA7-BB27-BD1E94B65747"],"id":"29EAC7AE-347D-4CBB-AF14-0569C7C81EC5","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":6916},"isLabel":true,"eventsAreIgnored":true,"_TextStylingMode":true,"__serializedExpressions__":["_TextColor","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(0.0,-1.0)"},"6918":{"_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(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"6919":{"style":{"__isSmartRef__":true,"id":6920},"chunkOwner":{"__isSmartRef__":true,"id":6917},"_id":"_15578","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6920":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6921":{"morph":{"__isSmartRef__":true,"id":6917},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6922":{"_BorderWidth":1,"_StrokeOpacity":0,"_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(17.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"6923":{"morph":{"__isSmartRef__":true,"id":6916},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6924":{"moveHorizontal":true},"6925":{"sourceObj":{"__isSmartRef__":true,"id":6916},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":3200},"targetMethodName":"getCloseHelp","varMapping":{"__isSmartRef__":true,"id":6926},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"6926":{"source":{"__isSmartRef__":true,"id":6916},"target":{"__isSmartRef__":true,"id":3200}},"6927":{"sourceObj":{"__isSmartRef__":true,"id":6916},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3200},"targetMethodName":"initiateShutdown","varMapping":{"__isSmartRef__":true,"id":6928},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"6928":{"source":{"__isSmartRef__":true,"id":6916},"target":{"__isSmartRef__":true,"id":3200}},"6929":{"submorphs":[{"__isSmartRef__":true,"id":6930}],"scripts":[],"shape":{"__isSmartRef__":true,"id":6935},"eventHandler":{"__isSmartRef__":true,"id":6936},"_ClipMode":"visible","derivationIds":["BD33D105-CBDC-4894-8FFF-AB61C2703BB1"],"id":"DA96F9C1-0104-46BB-9FA1-BC4324EFA608","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":6930},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":6909},"attributeConnections":[{"__isSmartRef__":true,"id":6937},{"__isSmartRef__":true,"id":6939}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"isPressed":false,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(3.0,3.0)"},"6930":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":6931},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":6932}],"eventHandler":{"__isSmartRef__":true,"id":6934},"_ClipMode":"hidden","derivationIds":["BA9A6B1C-4973-4BF9-8711-0D480F5A4087"],"id":"F06C7C04-DECE-44EB-8A0D-4A64396B6348","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":6929},"isLabel":true,"eventsAreIgnored":true,"_TextStylingMode":true,"__serializedExpressions__":["_TextColor","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(0.0,0.0)"},"6931":{"_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(18.0,17.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"6932":{"style":{"__isSmartRef__":true,"id":6933},"chunkOwner":{"__isSmartRef__":true,"id":6930},"_id":"_15580","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6933":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6934":{"morph":{"__isSmartRef__":true,"id":6930},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6935":{"_BorderWidth":1,"_StrokeOpacity":0,"_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(17.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"6936":{"morph":{"__isSmartRef__":true,"id":6929},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6937":{"sourceObj":{"__isSmartRef__":true,"id":6929},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":3200},"targetMethodName":"getMenuHelp","varMapping":{"__isSmartRef__":true,"id":6938},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"6938":{"source":{"__isSmartRef__":true,"id":6929},"target":{"__isSmartRef__":true,"id":3200}},"6939":{"sourceObj":{"__isSmartRef__":true,"id":6929},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3200},"targetMethodName":"showTargetMorphMenu","varMapping":{"__isSmartRef__":true,"id":6940},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"6940":{"source":{"__isSmartRef__":true,"id":6929},"target":{"__isSmartRef__":true,"id":3200}},"6941":{"submorphs":[{"__isSmartRef__":true,"id":6942}],"scripts":[],"shape":{"__isSmartRef__":true,"id":6947},"eventHandler":{"__isSmartRef__":true,"id":6948},"_ClipMode":"visible","derivationIds":["1931C2F4-2FE3-409A-A8A5-571A36E8C3FA"],"id":"61EAFBCD-2FA0-4D00-BDC5-864098942C9D","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":6942},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":6909},"layout":{"__isSmartRef__":true,"id":6949},"attributeConnections":[{"__isSmartRef__":true,"id":6950},{"__isSmartRef__":true,"id":6952}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(731.8,3.0)"},"6942":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":6943},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":6944}],"eventHandler":{"__isSmartRef__":true,"id":6946},"_ClipMode":"hidden","derivationIds":["2B7C2134-12AA-4F45-8936-7B19DC0B4608"],"id":"0BA6C7F0-0D53-4372-8049-07DEE7F60335","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":6941},"isLabel":true,"eventsAreIgnored":true,"_TextStylingMode":true,"__serializedExpressions__":["_TextColor","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(0.0,1.0)"},"6943":{"_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(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"6944":{"style":{"__isSmartRef__":true,"id":6945},"chunkOwner":{"__isSmartRef__":true,"id":6942},"_id":"_15582","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6945":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6946":{"morph":{"__isSmartRef__":true,"id":6942},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6947":{"_BorderWidth":1,"_StrokeOpacity":0,"_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(17.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"6948":{"morph":{"__isSmartRef__":true,"id":6941},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6949":{"moveHorizontal":true},"6950":{"sourceObj":{"__isSmartRef__":true,"id":6941},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":3200},"targetMethodName":"getCollapseHelp","varMapping":{"__isSmartRef__":true,"id":6951},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"6951":{"source":{"__isSmartRef__":true,"id":6941},"target":{"__isSmartRef__":true,"id":3200}},"6952":{"sourceObj":{"__isSmartRef__":true,"id":6941},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3200},"targetMethodName":"toggleCollapse","varMapping":{"__isSmartRef__":true,"id":6953},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"6953":{"source":{"__isSmartRef__":true,"id":6941},"target":{"__isSmartRef__":true,"id":3200}},"6954":{"_AppearanceStylingMode":true,"_BorderStylingMode":true,"_BorderWidth":0,"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(770.8,22.0)","_Padding":"lively.rect(0,0,0,0)"},"6955":{"morph":{"__isSmartRef__":true,"id":6909},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6956":{"resizeWidth":true,"adjustForNewBounds":true},"6957":{"onLoadFromPartsBin":{"__isSmartRef__":true,"id":6958}},"6958":{"funcProperties":{"__isSmartRef__":true,"id":6959},"source":"function onLoadFromPartsBin() {\n\t$super();\n\tthis.targetMorph.reloadEverything();\n}","varMapping":{"__isSmartRef__":true,"id":6961},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6959":{"timestamp":{"__isSmartRef__":true,"id":6960},"user":"robertkrahn"},"6960":{"isSerializedDate":true,"string":"Mon Jun 27 2011 10:54:32 GMT+0200 (CEST)"},"6961":{"this":{"__isSmartRef__":true,"id":3200},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":6962}},"6962":{"$super":{"__isSmartRef__":true,"id":6963}},"6963":{"funcProperties":{"__isSmartRef__":true,"id":6964},"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 }","varMapping":{"__isSmartRef__":true,"id":6965},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6964":{},"6965":{"name":"onLoadFromPartsBin","obj":{"__isSmartRef__":true,"id":3200}},"6966":{"submorphs":[{"__isSmartRef__":true,"id":6967}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7094},"eventHandler":{"__isSmartRef__":true,"id":7095},"_ClipMode":"visible","derivationIds":[],"id":"0C768399-E9C0-44DB-943C-AEEF1217D576","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"layout":{"__isSmartRef__":true,"id":7096},"LK2":true,"targetMorph":{"__isSmartRef__":true,"id":7097},"reframeHandle":{"__isSmartRef__":true,"id":7112},"titleBar":{"__isSmartRef__":true,"id":6967},"collapsedTransform":{"__isSmartRef__":true,"id":7140},"expandedTransform":{"__isSmartRef__":true,"id":7141},"ignoreEventsOnExpand":false,"owner":{"__isSmartRef__":true,"id":0},"highlighted":false,"isBeingDragged":false,"magnets":[{"__isSmartRef__":true,"id":7142},{"__isSmartRef__":true,"id":7143},{"__isSmartRef__":true,"id":7144},{"__isSmartRef__":true,"id":7145},{"__isSmartRef__":true,"id":7146},{"__isSmartRef__":true,"id":7147},{"__isSmartRef__":true,"id":7148},{"__isSmartRef__":true,"id":7149}],"helperMorphs":[{"__isSmartRef__":true,"id":7112}],"state":"collapsed","_Rotation":0,"_Scale":1,"__serializedExpressions__":["collapsedExtent","_Position","contentOffset","expandedExtent","prevDragPos","expandedPosition","collapsedPosition"],"__LivelyClassName__":"lively.morphic.Window","__SourceModuleName__":"Global.lively.morphic.Widgets","withoutLayers":["Global.lively.morphic.GrabbingLayer"],"collapsedExtent":"lively.pt(500.0,22.0)","_Position":"lively.pt(215.0,44.0)","contentOffset":"lively.pt(0.0,21.0)","expandedExtent":"lively.pt(500.0,221.0)","prevDragPos":"lively.pt(245.0,48.0)","expandedPosition":"lively.pt(338.0,47.0)","collapsedPosition":"lively.pt(338.0,47.0)"},"6967":{"submorphs":[{"__isSmartRef__":true,"id":6968},{"__isSmartRef__":true,"id":6982},{"__isSmartRef__":true,"id":7016},{"__isSmartRef__":true,"id":7049}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7083},"eventHandler":{"__isSmartRef__":true,"id":7084},"_ClipMode":"visible","derivationIds":[],"id":"86C4CAF1-AAF4-4597-AE38-CD99275527C9","droppingEnabled":false,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":7085},"windowMorph":{"__isSmartRef__":true,"id":6966},"label":{"__isSmartRef__":true,"id":6968},"closeButton":{"__isSmartRef__":true,"id":6982},"menuButton":{"__isSmartRef__":true,"id":7016},"collapseButton":{"__isSmartRef__":true,"id":7049},"owner":{"__isSmartRef__":true,"id":6966},"magnets":[{"__isSmartRef__":true,"id":7086},{"__isSmartRef__":true,"id":7087},{"__isSmartRef__":true,"id":7088},{"__isSmartRef__":true,"id":7089},{"__isSmartRef__":true,"id":7090},{"__isSmartRef__":true,"id":7091},{"__isSmartRef__":true,"id":7092},{"__isSmartRef__":true,"id":7093}],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.TitleBar","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,0.0)"},"6968":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":6969},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":6970}],"eventHandler":{"__isSmartRef__":true,"id":6972},"_ClipMode":"hidden","derivationIds":[],"id":"729A494D-EC83-41D9-8F57-282489482142","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":6973},"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":6967},"_MaxTextWidth":441,"_MinTextWidth":441,"_MaxTextHeight":null,"_MinTextHeight":null,"magnets":[{"__isSmartRef__":true,"id":6974},{"__isSmartRef__":true,"id":6975},{"__isSmartRef__":true,"id":6976},{"__isSmartRef__":true,"id":6977},{"__isSmartRef__":true,"id":6978},{"__isSmartRef__":true,"id":6979},{"__isSmartRef__":true,"id":6980},{"__isSmartRef__":true,"id":6981}],"_WordBreak":"break-all","showsHalos":false,"__serializedExpressions__":["_TextColor","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(102,102,102)","_Position":"lively.pt(20.0,3.0)"},"6969":{"_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(441.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"6970":{"style":{"__isSmartRef__":true,"id":6971},"chunkOwner":{"__isSmartRef__":true,"id":6968},"_id":"_112","storedString":"Workspace","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6971":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","fontWeight":"normal","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6972":{"morph":{"__isSmartRef__":true,"id":6968},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6973":{"resizeWidth":true},"6974":{"morph":{"__isSmartRef__":true,"id":6968},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.0)","cachedGlobalPosition":"lively.pt(854.0,33.0)"},"6975":{"morph":{"__isSmartRef__":true,"id":6968},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,0.0)","cachedGlobalPosition":"lively.pt(1074.5,33.0)"},"6976":{"morph":{"__isSmartRef__":true,"id":6968},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.0)","cachedGlobalPosition":"lively.pt(1295.0,33.0)"},"6977":{"morph":{"__isSmartRef__":true,"id":6968},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.5)","cachedGlobalPosition":"lively.pt(1295.0,41.5)"},"6978":{"morph":{"__isSmartRef__":true,"id":6968},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,1.0)","cachedGlobalPosition":"lively.pt(1295.0,50.0)"},"6979":{"morph":{"__isSmartRef__":true,"id":6968},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,1.0)","cachedGlobalPosition":"lively.pt(1074.5,50.0)"},"6980":{"morph":{"__isSmartRef__":true,"id":6968},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,1.0)","cachedGlobalPosition":"lively.pt(854.0,50.0)"},"6981":{"morph":{"__isSmartRef__":true,"id":6968},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.5)","cachedGlobalPosition":"lively.pt(854.0,41.5)"},"6982":{"submorphs":[{"__isSmartRef__":true,"id":6983}],"scripts":[],"shape":{"__isSmartRef__":true,"id":6996},"eventHandler":{"__isSmartRef__":true,"id":7002},"_ClipMode":"visible","derivationIds":[],"id":"D5DC99E6-7E42-4911-95AF-9CCD83B0FA23","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":6983},"owner":{"__isSmartRef__":true,"id":6967},"layout":{"__isSmartRef__":true,"id":7003},"attributeConnections":[{"__isSmartRef__":true,"id":7004},{"__isSmartRef__":true,"id":7006}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"isPressed":false,"magnets":[{"__isSmartRef__":true,"id":7008},{"__isSmartRef__":true,"id":7009},{"__isSmartRef__":true,"id":7010},{"__isSmartRef__":true,"id":7011},{"__isSmartRef__":true,"id":7012},{"__isSmartRef__":true,"id":7013},{"__isSmartRef__":true,"id":7014},{"__isSmartRef__":true,"id":7015}],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(480.0,3.0)"},"6983":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":6984},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":6985}],"eventHandler":{"__isSmartRef__":true,"id":6987},"_ClipMode":"hidden","derivationIds":[],"id":"97633D3A-E883-4B57-A923-EFE403181DC7","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":6982},"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"magnets":[{"__isSmartRef__":true,"id":6988},{"__isSmartRef__":true,"id":6989},{"__isSmartRef__":true,"id":6990},{"__isSmartRef__":true,"id":6991},{"__isSmartRef__":true,"id":6992},{"__isSmartRef__":true,"id":6993},{"__isSmartRef__":true,"id":6994},{"__isSmartRef__":true,"id":6995}],"_WordBreak":"break-all","__serializedExpressions__":["_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)"},"6984":{"_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(15.0,17.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"6985":{"style":{"__isSmartRef__":true,"id":6986},"chunkOwner":{"__isSmartRef__":true,"id":6983},"_id":"_114","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6986":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6987":{"morph":{"__isSmartRef__":true,"id":6983},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6988":{"morph":{"__isSmartRef__":true,"id":6983},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.0)","cachedGlobalPosition":"lively.pt(1314.0,33.0)"},"6989":{"morph":{"__isSmartRef__":true,"id":6983},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,0.0)","cachedGlobalPosition":"lively.pt(1321.5,33.0)"},"6990":{"morph":{"__isSmartRef__":true,"id":6983},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.0)","cachedGlobalPosition":"lively.pt(1329.0,33.0)"},"6991":{"morph":{"__isSmartRef__":true,"id":6983},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.5)","cachedGlobalPosition":"lively.pt(1329.0,41.5)"},"6992":{"morph":{"__isSmartRef__":true,"id":6983},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,1.0)","cachedGlobalPosition":"lively.pt(1329.0,50.0)"},"6993":{"morph":{"__isSmartRef__":true,"id":6983},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,1.0)","cachedGlobalPosition":"lively.pt(1321.5,50.0)"},"6994":{"morph":{"__isSmartRef__":true,"id":6983},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,1.0)","cachedGlobalPosition":"lively.pt(1314.0,50.0)"},"6995":{"morph":{"__isSmartRef__":true,"id":6983},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.5)","cachedGlobalPosition":"lively.pt(1314.0,41.5)"},"6996":{"_BorderWidth":0,"_StrokeOpacity":0,"_BorderRadius":5,"_Fill":{"__isSmartRef__":true,"id":6997},"__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)"},"6997":{"stops":[{"__isSmartRef__":true,"id":6998},{"__isSmartRef__":true,"id":6999},{"__isSmartRef__":true,"id":7000},{"__isSmartRef__":true,"id":7001}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"6998":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"6999":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"7000":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"7001":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"7002":{"morph":{"__isSmartRef__":true,"id":6982},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7003":{"moveHorizontal":true},"7004":{"sourceObj":{"__isSmartRef__":true,"id":6982},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":6966},"targetMethodName":"getCloseHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":7005},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7005":{"source":{"__isSmartRef__":true,"id":6982},"target":{"__isSmartRef__":true,"id":6966}},"7006":{"sourceObj":{"__isSmartRef__":true,"id":6982},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":6966},"targetMethodName":"initiateShutdown","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":7007},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7007":{"source":{"__isSmartRef__":true,"id":6982},"target":{"__isSmartRef__":true,"id":6966}},"7008":{"morph":{"__isSmartRef__":true,"id":6982},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.0)","cachedGlobalPosition":"lively.pt(1314.0,33.0)"},"7009":{"morph":{"__isSmartRef__":true,"id":6982},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,0.0)","cachedGlobalPosition":"lively.pt(1322.5,33.0)"},"7010":{"morph":{"__isSmartRef__":true,"id":6982},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.0)","cachedGlobalPosition":"lively.pt(1331.0,33.0)"},"7011":{"morph":{"__isSmartRef__":true,"id":6982},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.5)","cachedGlobalPosition":"lively.pt(1331.0,41.5)"},"7012":{"morph":{"__isSmartRef__":true,"id":6982},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,1.0)","cachedGlobalPosition":"lively.pt(1331.0,50.0)"},"7013":{"morph":{"__isSmartRef__":true,"id":6982},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,1.0)","cachedGlobalPosition":"lively.pt(1322.5,50.0)"},"7014":{"morph":{"__isSmartRef__":true,"id":6982},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,1.0)","cachedGlobalPosition":"lively.pt(1314.0,50.0)"},"7015":{"morph":{"__isSmartRef__":true,"id":6982},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.5)","cachedGlobalPosition":"lively.pt(1314.0,41.5)"},"7016":{"submorphs":[{"__isSmartRef__":true,"id":7017}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7030},"eventHandler":{"__isSmartRef__":true,"id":7036},"_ClipMode":"visible","derivationIds":[],"id":"D38EDC1B-B482-4154-91EA-9D324D1F068E","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":7017},"owner":{"__isSmartRef__":true,"id":6967},"attributeConnections":[{"__isSmartRef__":true,"id":7037},{"__isSmartRef__":true,"id":7039}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"isPressed":false,"magnets":[{"__isSmartRef__":true,"id":7041},{"__isSmartRef__":true,"id":7042},{"__isSmartRef__":true,"id":7043},{"__isSmartRef__":true,"id":7044},{"__isSmartRef__":true,"id":7045},{"__isSmartRef__":true,"id":7046},{"__isSmartRef__":true,"id":7047},{"__isSmartRef__":true,"id":7048}],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(3.0,3.0)"},"7017":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7018},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":7019}],"eventHandler":{"__isSmartRef__":true,"id":7021},"_ClipMode":"hidden","derivationIds":[],"id":"575F798D-5448-4E71-A6FE-A60050960F55","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":7016},"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"magnets":[{"__isSmartRef__":true,"id":7022},{"__isSmartRef__":true,"id":7023},{"__isSmartRef__":true,"id":7024},{"__isSmartRef__":true,"id":7025},{"__isSmartRef__":true,"id":7026},{"__isSmartRef__":true,"id":7027},{"__isSmartRef__":true,"id":7028},{"__isSmartRef__":true,"id":7029}],"_WordBreak":"break-all","__serializedExpressions__":["_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"7018":{"_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(16.0,17.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"7019":{"style":{"__isSmartRef__":true,"id":7020},"chunkOwner":{"__isSmartRef__":true,"id":7017},"_id":"_116","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7020":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7021":{"morph":{"__isSmartRef__":true,"id":7017},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7022":{"morph":{"__isSmartRef__":true,"id":7017},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.0)","cachedGlobalPosition":"lively.pt(837.0,33.0)"},"7023":{"morph":{"__isSmartRef__":true,"id":7017},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,0.0)","cachedGlobalPosition":"lively.pt(845.5,33.0)"},"7024":{"morph":{"__isSmartRef__":true,"id":7017},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.0)","cachedGlobalPosition":"lively.pt(854.0,33.0)"},"7025":{"morph":{"__isSmartRef__":true,"id":7017},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.5)","cachedGlobalPosition":"lively.pt(854.0,41.5)"},"7026":{"morph":{"__isSmartRef__":true,"id":7017},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,1.0)","cachedGlobalPosition":"lively.pt(854.0,50.0)"},"7027":{"morph":{"__isSmartRef__":true,"id":7017},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,1.0)","cachedGlobalPosition":"lively.pt(845.5,50.0)"},"7028":{"morph":{"__isSmartRef__":true,"id":7017},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,1.0)","cachedGlobalPosition":"lively.pt(837.0,50.0)"},"7029":{"morph":{"__isSmartRef__":true,"id":7017},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.5)","cachedGlobalPosition":"lively.pt(837.0,41.5)"},"7030":{"_BorderWidth":0,"_StrokeOpacity":0,"_BorderRadius":5,"_Fill":{"__isSmartRef__":true,"id":7031},"__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)"},"7031":{"stops":[{"__isSmartRef__":true,"id":7032},{"__isSmartRef__":true,"id":7033},{"__isSmartRef__":true,"id":7034},{"__isSmartRef__":true,"id":7035}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"7032":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"7033":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"7034":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"7035":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"7036":{"morph":{"__isSmartRef__":true,"id":7016},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7037":{"sourceObj":{"__isSmartRef__":true,"id":7016},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":6966},"targetMethodName":"getMenuHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":7038},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7038":{"source":{"__isSmartRef__":true,"id":7016},"target":{"__isSmartRef__":true,"id":6966}},"7039":{"sourceObj":{"__isSmartRef__":true,"id":7016},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":6966},"targetMethodName":"showTargetMorphMenu","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":7040},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7040":{"source":{"__isSmartRef__":true,"id":7016},"target":{"__isSmartRef__":true,"id":6966}},"7041":{"morph":{"__isSmartRef__":true,"id":7016},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.0)","cachedGlobalPosition":"lively.pt(837.0,33.0)"},"7042":{"morph":{"__isSmartRef__":true,"id":7016},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,0.0)","cachedGlobalPosition":"lively.pt(845.5,33.0)"},"7043":{"morph":{"__isSmartRef__":true,"id":7016},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.0)","cachedGlobalPosition":"lively.pt(854.0,33.0)"},"7044":{"morph":{"__isSmartRef__":true,"id":7016},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.5)","cachedGlobalPosition":"lively.pt(854.0,41.5)"},"7045":{"morph":{"__isSmartRef__":true,"id":7016},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,1.0)","cachedGlobalPosition":"lively.pt(854.0,50.0)"},"7046":{"morph":{"__isSmartRef__":true,"id":7016},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,1.0)","cachedGlobalPosition":"lively.pt(845.5,50.0)"},"7047":{"morph":{"__isSmartRef__":true,"id":7016},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,1.0)","cachedGlobalPosition":"lively.pt(837.0,50.0)"},"7048":{"morph":{"__isSmartRef__":true,"id":7016},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.5)","cachedGlobalPosition":"lively.pt(837.0,41.5)"},"7049":{"submorphs":[{"__isSmartRef__":true,"id":7050}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7063},"eventHandler":{"__isSmartRef__":true,"id":7069},"_ClipMode":"visible","derivationIds":[],"id":"0404DC0C-CDC4-4599-A369-C01DD1D56AC8","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":7050},"owner":{"__isSmartRef__":true,"id":6967},"layout":{"__isSmartRef__":true,"id":7070},"attributeConnections":[{"__isSmartRef__":true,"id":7071},{"__isSmartRef__":true,"id":7073}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"magnets":[{"__isSmartRef__":true,"id":7075},{"__isSmartRef__":true,"id":7076},{"__isSmartRef__":true,"id":7077},{"__isSmartRef__":true,"id":7078},{"__isSmartRef__":true,"id":7079},{"__isSmartRef__":true,"id":7080},{"__isSmartRef__":true,"id":7081},{"__isSmartRef__":true,"id":7082}],"isPressed":false,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(461.0,3.0)"},"7050":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7051},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":7052}],"eventHandler":{"__isSmartRef__":true,"id":7054},"_ClipMode":"hidden","derivationIds":[],"id":"92BEFE89-CAC7-4ABD-B93A-D6FFACAE62FF","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":7049},"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"magnets":[{"__isSmartRef__":true,"id":7055},{"__isSmartRef__":true,"id":7056},{"__isSmartRef__":true,"id":7057},{"__isSmartRef__":true,"id":7058},{"__isSmartRef__":true,"id":7059},{"__isSmartRef__":true,"id":7060},{"__isSmartRef__":true,"id":7061},{"__isSmartRef__":true,"id":7062}],"_WordBreak":"break-all","__serializedExpressions__":["_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"7051":{"_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(14.0,17.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"7052":{"style":{"__isSmartRef__":true,"id":7053},"chunkOwner":{"__isSmartRef__":true,"id":7050},"_id":"_118","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7053":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7054":{"morph":{"__isSmartRef__":true,"id":7050},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7055":{"morph":{"__isSmartRef__":true,"id":7050},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.0)","cachedGlobalPosition":"lively.pt(1295.0,33.0)"},"7056":{"morph":{"__isSmartRef__":true,"id":7050},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,0.0)","cachedGlobalPosition":"lively.pt(1302.0,33.0)"},"7057":{"morph":{"__isSmartRef__":true,"id":7050},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.0)","cachedGlobalPosition":"lively.pt(1309.0,33.0)"},"7058":{"morph":{"__isSmartRef__":true,"id":7050},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.5)","cachedGlobalPosition":"lively.pt(1309.0,41.5)"},"7059":{"morph":{"__isSmartRef__":true,"id":7050},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,1.0)","cachedGlobalPosition":"lively.pt(1309.0,50.0)"},"7060":{"morph":{"__isSmartRef__":true,"id":7050},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,1.0)","cachedGlobalPosition":"lively.pt(1302.0,50.0)"},"7061":{"morph":{"__isSmartRef__":true,"id":7050},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,1.0)","cachedGlobalPosition":"lively.pt(1295.0,50.0)"},"7062":{"morph":{"__isSmartRef__":true,"id":7050},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.5)","cachedGlobalPosition":"lively.pt(1295.0,41.5)"},"7063":{"_BorderWidth":0,"_StrokeOpacity":0,"_BorderRadius":5,"_Fill":{"__isSmartRef__":true,"id":7064},"__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)"},"7064":{"stops":[{"__isSmartRef__":true,"id":7065},{"__isSmartRef__":true,"id":7066},{"__isSmartRef__":true,"id":7067},{"__isSmartRef__":true,"id":7068}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"7065":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"7066":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"7067":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"7068":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"7069":{"morph":{"__isSmartRef__":true,"id":7049},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7070":{"moveHorizontal":true},"7071":{"sourceObj":{"__isSmartRef__":true,"id":7049},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":6966},"targetMethodName":"getCollapseHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":7072},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7072":{"source":{"__isSmartRef__":true,"id":7049},"target":{"__isSmartRef__":true,"id":6966}},"7073":{"sourceObj":{"__isSmartRef__":true,"id":7049},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":6966},"targetMethodName":"toggleCollapse","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":7074},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7074":{"source":{"__isSmartRef__":true,"id":7049},"target":{"__isSmartRef__":true,"id":6966}},"7075":{"morph":{"__isSmartRef__":true,"id":7049},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.0)","cachedGlobalPosition":"lively.pt(1295.0,33.0)"},"7076":{"morph":{"__isSmartRef__":true,"id":7049},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,0.0)","cachedGlobalPosition":"lively.pt(1303.5,33.0)"},"7077":{"morph":{"__isSmartRef__":true,"id":7049},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.0)","cachedGlobalPosition":"lively.pt(1312.0,33.0)"},"7078":{"morph":{"__isSmartRef__":true,"id":7049},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.5)","cachedGlobalPosition":"lively.pt(1312.0,41.5)"},"7079":{"morph":{"__isSmartRef__":true,"id":7049},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,1.0)","cachedGlobalPosition":"lively.pt(1312.0,50.0)"},"7080":{"morph":{"__isSmartRef__":true,"id":7049},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,1.0)","cachedGlobalPosition":"lively.pt(1303.5,50.0)"},"7081":{"morph":{"__isSmartRef__":true,"id":7049},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,1.0)","cachedGlobalPosition":"lively.pt(1295.0,50.0)"},"7082":{"morph":{"__isSmartRef__":true,"id":7049},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.5)","cachedGlobalPosition":"lively.pt(1295.0,41.5)"},"7083":{"_BorderWidth":1,"_Fill":{"__isSmartRef__":true,"id":83},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 8px 8px","__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(500.0,22.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(102,102,102)"},"7084":{"morph":{"__isSmartRef__":true,"id":6967},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7085":{"resizeWidth":true,"adjustForNewBounds":true},"7086":{"morph":{"__isSmartRef__":true,"id":6967},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.0)","cachedGlobalPosition":"lively.pt(834.0,30.0)"},"7087":{"morph":{"__isSmartRef__":true,"id":6967},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,0.0)","cachedGlobalPosition":"lively.pt(1084.0,30.0)"},"7088":{"morph":{"__isSmartRef__":true,"id":6967},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.0)","cachedGlobalPosition":"lively.pt(1334.0,30.0)"},"7089":{"morph":{"__isSmartRef__":true,"id":6967},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.5)","cachedGlobalPosition":"lively.pt(1334.0,41.0)"},"7090":{"morph":{"__isSmartRef__":true,"id":6967},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,1.0)","cachedGlobalPosition":"lively.pt(1334.0,52.0)"},"7091":{"morph":{"__isSmartRef__":true,"id":6967},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,1.0)","cachedGlobalPosition":"lively.pt(1084.0,52.0)"},"7092":{"morph":{"__isSmartRef__":true,"id":6967},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,1.0)","cachedGlobalPosition":"lively.pt(834.0,52.0)"},"7093":{"morph":{"__isSmartRef__":true,"id":6967},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.5)","cachedGlobalPosition":"lively.pt(834.0,41.0)"},"7094":{"_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(500.0,22.0)","_Position":"lively.pt(0.0,0.0)"},"7095":{"morph":{"__isSmartRef__":true,"id":6966},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7096":{"adjustForNewBounds":true},"7097":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7098},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":7099}],"eventHandler":{"__isSmartRef__":true,"id":7101},"_ClipMode":"auto","derivationIds":[],"id":"1DCC4A9D-32E5-4055-BE72-F994702DE7C1","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":true,"allowInput":true,"_FontFamily":"Monaco,monospace","_FontSize":10,"evalEnabled":false,"owner":null,"_MaxTextWidth":490,"_MinTextWidth":490,"_MaxTextHeight":null,"_MinTextHeight":null,"layout":{"__isSmartRef__":true,"id":7102},"syntaxHighlightingWhileTyping":true,"attributeConnections":[{"__isSmartRef__":true,"id":7103}],"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"],"doNotCopyProperties":["$$textString"],"accessibleInInactiveWindow":true,"_lastSyntaxHighlightTime":80,"isBeingDragged":false,"charsReplaced":"y.value()68","lastFindLoc":360,"savedTextString":"module('apps.dwarfcassowary.js.DwarfCassowary').load();\nvar solver = new ClSimplexSolver();\nvar x = new ClVariable(5);\nvar y = new ClVariable(10);\nsolver.addConstraint(new ClLinearEquation((new ClLinearExpression(x)).times(2), y));\nsolver. addStay(y). addEditVar(x). beginEdit();\nsolver. suggestValue(x, 34). resolve();\nsolver.endEdit();\ny.value()68","showsHalos":false,"previousSelection":[355,1],"magnets":[{"__isSmartRef__":true,"id":7104},{"__isSmartRef__":true,"id":7105},{"__isSmartRef__":true,"id":7106},{"__isSmartRef__":true,"id":7107},{"__isSmartRef__":true,"id":7108},{"__isSmartRef__":true,"id":7109},{"__isSmartRef__":true,"id":7110},{"__isSmartRef__":true,"id":7111}],"_WordBreak":"break-all","__serializedExpressions__":["_TextColor","_Position"],"textString":"module('apps.dwarfcassowary.js.DwarfCassowary').load();\nvar solver = new ClSimplexSolver();\nvar x = new ClVariable(5);\nvar y = new ClVariable(10);\nsolver.addConstraint(new ClLinearEquation((new ClLinearExpression(x)).times(2), y));\nsolver. addStay(y). addEditVar(x). beginEdit();\nsolver. suggestValue(x, 34). resolve();\nsolver.endEdit();\nsolver.toString()","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(0.0,21.0)"},"7098":{"_BorderWidth":1,"__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(500.0,200.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(95,94,95)","_Fill":"Color.rgb(243,243,243)"},"7099":{"style":{"__isSmartRef__":true,"id":7100},"chunkOwner":{"__isSmartRef__":true,"id":7097},"_id":"_8","storedString":"module('apps.dwarfcassowary.js.DwarfCassowary').load();\nvar solver = new ClSimplexSolver();\nvar x = new ClVariable(5);\nvar y = new ClVariable(10);\nsolver.addConstraint(new ClLinearEquation((new ClLinearExpression(x)).times(2), y));\nsolver. addStay(y). addEditVar(x). beginEdit();\nsolver. suggestValue(x, 34). resolve();\nsolver.endEdit();\nsolver.toString()","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7100":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7101":{"morph":{"__isSmartRef__":true,"id":7097},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7102":{"resizeWidth":true,"resizeHeight":true},"7103":{"sourceObj":{"__isSmartRef__":true,"id":7097},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":7097},"targetMethodName":"highlightSyntaxDebounced","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7104":{"morph":{"__isSmartRef__":true,"id":7097},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.0)","cachedGlobalPosition":"lively.pt(834.0,51.0)"},"7105":{"morph":{"__isSmartRef__":true,"id":7097},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,0.0)","cachedGlobalPosition":"lively.pt(1084.0,51.0)"},"7106":{"morph":{"__isSmartRef__":true,"id":7097},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.0)","cachedGlobalPosition":"lively.pt(1334.0,51.0)"},"7107":{"morph":{"__isSmartRef__":true,"id":7097},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.5)","cachedGlobalPosition":"lively.pt(1334.0,151.0)"},"7108":{"morph":{"__isSmartRef__":true,"id":7097},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,1.0)","cachedGlobalPosition":"lively.pt(1334.0,251.0)"},"7109":{"morph":{"__isSmartRef__":true,"id":7097},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,1.0)","cachedGlobalPosition":"lively.pt(1084.0,251.0)"},"7110":{"morph":{"__isSmartRef__":true,"id":7097},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,1.0)","cachedGlobalPosition":"lively.pt(834.0,251.0)"},"7111":{"morph":{"__isSmartRef__":true,"id":7097},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.5)","cachedGlobalPosition":"lively.pt(834.0,151.0)"},"7112":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7113},"eventHandler":{"__isSmartRef__":true,"id":7117},"_ClipMode":"visible","derivationIds":[],"id":"3CF3491C-B2DD-4837-BDBD-3FF6957D98D8","droppingEnabled":true,"halosEnabled":true,"owner":null,"__serializedExpressions__":["_Position"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7118},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(486.0,8.0)"},"7113":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":7114},{"__isSmartRef__":true,"id":7115},{"__isSmartRef__":true,"id":7116}],"_BorderWidth":0,"_BorderColor":null,"__serializedExpressions__":["_Position","_Extent","_Padding","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(-1.0,-1.0)","_Extent":"lively.pt(15.0,15.0)","_Padding":"lively.rect(0,0,0,0)","_Fill":"Color.rgb(204,204,204)"},"7114":{"isAbsolute":true,"x":14,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"7115":{"isAbsolute":true,"x":14,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"7116":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"7117":{"morph":{"__isSmartRef__":true,"id":7112},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7118":{"onDragStart":{"__isSmartRef__":true,"id":7119},"onDrag":{"__isSmartRef__":true,"id":7126},"onDragEnd":{"__isSmartRef__":true,"id":7133}},"7119":{"varMapping":{"__isSmartRef__":true,"id":7120},"source":"function onDragStart(evt) {\n this.dragStartPoint = evt.mousePoint;\n this.originalTargetExtent = this.owner.getExtent();\n }","funcProperties":{"__isSmartRef__":true,"id":7125},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7120":{"this":{"__isSmartRef__":true,"id":7112},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7121}},"7121":{"$super":{"__isSmartRef__":true,"id":7122}},"7122":{"varMapping":{"__isSmartRef__":true,"id":7123},"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":7124},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7123":{"obj":{"__isSmartRef__":true,"id":7112},"name":"onDragStart"},"7124":{},"7125":{},"7126":{"varMapping":{"__isSmartRef__":true,"id":7127},"source":"function onDrag(evt) {\n var moveDelta = evt.mousePoint.subPt(this.dragStartPoint)\n if (evt.isShiftDown()) {\n var maxDelta = Math.max(moveDelta.x, moveDelta.y);\n\t moveDelta = pt(maxDelta, maxDelta);\n };\n this.owner.setExtent(this.originalTargetExtent.addPt(moveDelta));\n this.align(this.bounds().bottomRight(), this.owner.getExtent());\n }","funcProperties":{"__isSmartRef__":true,"id":7132},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7127":{"this":{"__isSmartRef__":true,"id":7112},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7128}},"7128":{"$super":{"__isSmartRef__":true,"id":7129}},"7129":{"varMapping":{"__isSmartRef__":true,"id":7130},"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":7131},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7130":{"obj":{"__isSmartRef__":true,"id":7112},"name":"onDrag"},"7131":{},"7132":{},"7133":{"varMapping":{"__isSmartRef__":true,"id":7134},"source":"function onDragEnd(evt) {\n this.dragStartPoint = null;\n this.originalTargetExtent = null;\n }","funcProperties":{"__isSmartRef__":true,"id":7139},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7134":{"this":{"__isSmartRef__":true,"id":7112},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7135}},"7135":{"$super":{"__isSmartRef__":true,"id":7136}},"7136":{"varMapping":{"__isSmartRef__":true,"id":7137},"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":7138},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7137":{"obj":{"__isSmartRef__":true,"id":7112},"name":"onDragEnd"},"7138":{},"7139":{},"7140":{"a":1,"b":0,"c":0,"d":1,"e":338,"f":47,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7141":{"a":1,"b":0,"c":0,"d":1,"e":338,"f":47,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7142":{"morph":{"__isSmartRef__":true,"id":6966},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.0)","cachedGlobalPosition":"lively.pt(834.0,30.0)"},"7143":{"morph":{"__isSmartRef__":true,"id":6966},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,0.0)","cachedGlobalPosition":"lively.pt(1084.0,30.0)"},"7144":{"morph":{"__isSmartRef__":true,"id":6966},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.0)","cachedGlobalPosition":"lively.pt(1334.0,30.0)"},"7145":{"morph":{"__isSmartRef__":true,"id":6966},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.5)","cachedGlobalPosition":"lively.pt(1334.0,140.5)"},"7146":{"morph":{"__isSmartRef__":true,"id":6966},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,1.0)","cachedGlobalPosition":"lively.pt(1334.0,251.0)"},"7147":{"morph":{"__isSmartRef__":true,"id":6966},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,1.0)","cachedGlobalPosition":"lively.pt(1084.0,251.0)"},"7148":{"morph":{"__isSmartRef__":true,"id":6966},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,1.0)","cachedGlobalPosition":"lively.pt(834.0,251.0)"},"7149":{"morph":{"__isSmartRef__":true,"id":6966},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.5)","cachedGlobalPosition":"lively.pt(834.0,140.5)"},"7150":{"submorphs":[{"__isSmartRef__":true,"id":7151},{"__isSmartRef__":true,"id":8598},{"__isSmartRef__":true,"id":8629}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8677},"id":"0A3E1812-FB60-405B-AD3D-0B971C273D8B","eventHandler":{"__isSmartRef__":true,"id":8678},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":8679},"LK2":true,"targetMorph":{"__isSmartRef__":true,"id":7151},"titleBar":{"__isSmartRef__":true,"id":8629},"collapsedTransform":{"__isSmartRef__":true,"id":8680},"expandedTransform":{"__isSmartRef__":true,"id":8681},"ignoreEventsOnExpand":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":8682},"name":"ObjectEditor","highlighted":false,"cameForward":false,"showsHalos":false,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isBeingDragged":false,"prevScroll":[0,0],"isCopyMorphRef":true,"morphRefId":16,"derivationIds":[205,"2951753B-EB95-4093-A0DD-249E83AC2204","A32DE788-E06D-492C-B2E6-19C3710B5AE0","96D56291-98FB-42C4-A247-0A20B4183B14","1E6BCC46-3FE3-4950-AE50-9751458F7E18","22248328-5B04-4E39-ADDE-460C107C790F","2F4F6161-9F4C-469E-AF56-24765FF03B72","88EF08D5-C1E7-4B5B-B393-FFF5921009D7","FF731ED6-5217-4053-9B85-77F1BF344BF3","496332F8-A328-4625-A7D5-0DCE90C3D2AE","E57F1D4E-AE08-4CAA-A62D-4E69FC0BFF47","94783CDE-55B0-4198-8477-C0756F2C812F","F03206B8-2964-470C-A335-FF321C7743E5","C60ABA94-4D2A-4524-9239-9B7EA074A0B5","D3FBB0FA-2BFF-4D8C-9632-41EEEDB053AE","FDF9A68D-1149-4666-9946-600CCA238B76","118B9F76-0089-47CC-9C18-9F9FF646339B","B0FFB231-7805-4F89-B4B3-4ACD87687613","76631A8F-F752-4DB8-93ED-1496BC458DF0","04D3062E-744B-4E3D-8B25-5602772A307B","89687ECD-A53A-4C95-B6E8-235EBB9198E9","612A25B8-60DC-488D-AD81-1BFA6E48A0D4","08ED6CF8-0A8B-4DC5-AA4D-6499033DFCEC","9771786C-46ED-4C4F-A876-F8CF0B84E769","5DCB36B2-C2B7-49A2-AB12-014B2944C328","D05AAF5D-5660-4158-8BBA-3F564F04AF6F","885F1822-564C-4189-9B13-6D3D8D7CEFCF","8BEEB84F-C547-44B8-9A1E-4586D5236462","5F90A8DF-CB92-4CD6-803F-F082D3A5C1E1","75E80C8F-4DC1-4C89-8CA2-23A70FDEB44F","776DB695-E9C5-410B-9B3D-A492EE5196F1"],"moved":true,"_ClipMode":"visible","_Rotation":0,"_Scale":1.0100552207170073,"owner":{"__isSmartRef__":true,"id":0},"__serializedExpressions__":["contentOffset","collapsedExtent","expandedExtent","prevDragPos","expandedPosition","collapsedPosition","minSize","minExtent","_Position"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8830},"__LivelyClassName__":"lively.morphic.Window","__SourceModuleName__":"Global.lively.morphic.Widgets","withoutLayers":["Global.lively.morphic.GrabbingLayer"],"contentOffset":"lively.pt(0.0,22.0)","collapsedExtent":"lively.pt(723.0,268.0)","expandedExtent":"lively.pt(729.0,365.0)","prevDragPos":"lively.pt(1827.0,1007.0)","expandedPosition":"lively.pt(26.0,125.0)","collapsedPosition":"lively.pt(21.0,92.9)","minSize":"lively.pt(500.0,300.0)","minExtent":"lively.pt(455.0,268.0)","_Position":"lively.pt(1207.0,996.2)"},"7151":{"submorphs":[{"__isSmartRef__":true,"id":7152},{"__isSmartRef__":true,"id":7958},{"__isSmartRef__":true,"id":7793},{"__isSmartRef__":true,"id":7964},{"__isSmartRef__":true,"id":7971},{"__isSmartRef__":true,"id":7993},{"__isSmartRef__":true,"id":8014},{"__isSmartRef__":true,"id":8041},{"__isSmartRef__":true,"id":7386},{"__isSmartRef__":true,"id":7714},{"__isSmartRef__":true,"id":8072},{"__isSmartRef__":true,"id":8163},{"__isSmartRef__":true,"id":8169},{"__isSmartRef__":true,"id":8231},{"__isSmartRef__":true,"id":8274},{"__isSmartRef__":true,"id":8317},{"__isSmartRef__":true,"id":8338}],"scripts":[{"__isSmartRef__":true,"id":8485}],"id":"5E166F2D-28EC-4900-A71C-A183EEEBC7AB","shape":{"__isSmartRef__":true,"id":8486},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"ObjectEditorPane","partsBinMetaInfo":{"__isSmartRef__":true,"id":8487},"eventHandler":{"__isSmartRef__":true,"id":8490},"layout":{"__isSmartRef__":true,"id":8491},"target":{"__isSmartRef__":true,"id":3554},"scriptPane":{"__isSmartRef__":true,"id":7386},"scriptList":{"__isSmartRef__":true,"id":7152},"connectionList":{"__isSmartRef__":true,"id":7793},"morphSelector":{"__isSmartRef__":true,"id":8072},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"changeIndicator":{"__isSmartRef__":true,"id":7714},"isBeingDragged":false,"prevScroll":[0,0],"grabbingEnabled":false,"draggingEnabled":false,"currentCategory":null,"tagChooser":{"__isSmartRef__":true,"id":8169},"currentTag":null,"derivationIds":[206,"3BDE080D-3D60-4BB9-A690-E6001350F596","00E28CBF-E803-4BC0-93CC-651AC21008A5","1B7E7936-0145-47E4-8433-DFE58134E74B","422B98E3-E52B-4057-9C28-865873682DE1","BCDE8D30-ECC2-4883-9587-2518B6822233","BA6D5198-5AC2-4A63-9597-D4CF98A99CA9","17E22972-5EBC-4511-9779-05E9E665D899","C6F34039-F423-4223-8D6A-85611A138372","7EC3BECE-1BDA-471D-B14C-C4FB822AA55C","88F702A6-6067-4160-8561-54FAD27ADB17","738F5E09-C109-4CD0-B5F5-418A6227ABA0","0DC59884-6397-4391-A9A7-FB6F9F97E5AD","14C76016-3134-4E27-8E8F-AF9EE6ACCF4E","FEB1641E-DEA0-449B-B5E5-D3946457A986","5A09E61D-0939-46DD-B099-6337F45EAD81","42A37CDC-8F21-49BA-A701-B98418EF4AEC","FCE84B47-1667-482B-B035-D2C3C7F53837","F49E6D79-2AEB-41FC-8057-A25A4C7D4F92","7B115C74-E409-42A1-9FCB-2DEB53C88CD6","1D3B45A6-5E60-4FD3-900A-288DB80F5262","5BC7B59B-3F80-49C6-BF71-F3777B7D4867","22651992-9C38-474F-B720-F2FC4B1D9A0E","80BF85C2-6727-4766-861C-09C225341FEA","ADC6838F-0BD6-456E-8BD7-A62A9A80285C","9BBAD88A-5DC6-4051-A7CA-4C3F918DD733","0C73D724-E7A5-4AAE-9449-D414B1F3E04E","B341D9BF-D6FF-4ED9-A0AE-A8BDA4C1C35F","19CCEF38-2A49-48DF-BEFD-D5096BA3A758","CB78359F-A158-4EA7-8E3D-8F2C1B6580E5","AB0C1CCE-1EC7-4625-84BF-C9306D62D81B"],"owner":{"__isSmartRef__":true,"id":7150},"partTests":{"__isSmartRef__":true,"id":8492},"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["distanceToDragEvent","_Position"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8493},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","distanceToDragEvent":"lively.pt(350.2,-3.2)","_Position":"lively.pt(1.0,21.5)"},"7152":{"submorphs":[],"scripts":[],"id":"656359EF-0B30-4C3F-991F-310ABFDEB399","shape":{"__isSmartRef__":true,"id":7153},"droppingEnabled":true,"halosEnabled":true,"itemList":["-- ALL --","addConstraint","addConstraintArray","addRatioConstraint","addVerticalDistanceConstraint","extendArrayWithZeros","getRatioSide","getValue","getValueForConstraintType","height","initializeTableau","initSimplex","length","parseConstraints","position","printTableau","ratio","roundTableau","select","setCurrentConstraintType","setValue","showVariableValues","simplexStep","start","stepping","stop","testStuff","testTableau","width"],"selectedLineNo":8,"showsHalos":false,"name":"ObjectEditorScriptList","partsBinMetaInfo":{"__isSmartRef__":true,"id":7154},"_ClipMode":"auto","owner":{"__isSmartRef__":true,"id":7151},"prevScroll":[0,34],"attributeConnections":[{"__isSmartRef__":true,"id":7155}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"layout":{"__isSmartRef__":true,"id":7157},"doitContext":{"__isSmartRef__":true,"id":7158},"eventHandler":{"__isSmartRef__":true,"id":7949},"_FontSize":10,"isBeingDragged":false,"grabbingEnabled":false,"draggingEnabled":false,"isCopyMorphRef":true,"morphRefId":17,"currentCategory":null,"derivationIds":[207,"D87334B5-DFB8-438D-8038-D2C55A798E3B","4242A24B-D284-4130-BB19-C1AB8C7E96CB","1F2230C1-4745-4EED-8827-5D3FC0EA8D8A","1260A8AA-AD41-451A-A761-BE75A33282E8","11AABB24-1595-4EDC-95DF-8BC66785F47A","CA99FFE7-13DD-4721-8DE2-6A587B0C65D9","E01A3DAA-0001-4C7C-A6A7-449C3945A3E6","8C3C70BF-E1CE-4FB9-8407-24EA990D4E49","D70897C1-82FA-42AD-9D81-A0698E9072CC","69BB0838-2830-4831-A681-185E03308396","434D4493-4DD6-466F-A202-7364A5829C52","93D99F39-CC07-45EB-9459-5230A80A20D2","4756DE7D-3422-46FC-B24B-5565F597D490","7AF59BEC-20A9-4451-AD6E-39E86979D18D","07109F49-B19B-4C20-8632-697478AA1FFB","DD6C1E85-89E4-4619-A9B8-6CF6A5E7AD71","C9C566DA-2167-4866-B606-6D9467CC5763","43A75FC1-E0E6-4B7B-84B5-382D18881361","1EE4A800-07BC-4687-B972-0360A139A335","52766A7B-F1AC-4B5D-AFA9-3CBEC45A4175","500ABFF2-CC61-403C-B40B-C38B13EB829E","CCC6F1D7-B08E-4106-A54C-3CB27FAE885A","DD77BBCF-FA2D-4EEF-80E5-DFD0CFAC257E","FBF51FE1-3F15-48F1-9968-35CE0F17558A","0435127D-922E-4618-BBE2-72674C58772C","7A26603F-1566-41BE-B32D-6B17A7FAF107","236EA689-19AE-4C3D-BA95-EA5786184C70","331932E3-0E70-4FF1-8CD0-11921E2FF30E","B826CD75-9134-4A06-BC7D-791974BC6735","63898451-C4BE-41C7-B09C-31F71CA4B63C"],"selection":"getValueForConstraintType","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7950},"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(10.0,63.0)","distanceToDragEvent":"lively.pt(126.0,-14.4)"},"7153":{"_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,242.8)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)","_Padding":"lively.rect(0,0,0,0)"},"7154":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"7155":{"sourceObj":{"__isSmartRef__":true,"id":7152},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":7151},"targetMethodName":"displaySourceForScript","converterString":"function (value) {\n return (value === '-- ALL --') ? null : value;\n}","updaterString":null,"varMapping":{"__isSmartRef__":true,"id":7156},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7156":{"source":{"__isSmartRef__":true,"id":7152},"target":{"__isSmartRef__":true,"id":7151}},"7157":{"resizeHeight":true},"7158":{"submorphs":[],"scripts":[],"id":836,"shape":{"__isSmartRef__":true,"id":7159},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":7160},"titleBar":{"__isSmartRef__":true,"id":7161},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":{"__isSmartRef__":true,"id":7226},"highlighted":true,"_Rotation":0,"_Scale":1,"showsHalos":false,"name":"ObjectEditor","target":{"__isSmartRef__":true,"id":7227},"partsBinMetaInfo":{"__isSmartRef__":true,"id":7385},"scriptList":{"__isSmartRef__":true,"id":7152},"scriptPane":{"__isSmartRef__":true,"id":7386},"classButton":{"__isSmartRef__":true,"id":7773},"connectionList":{"__isSmartRef__":true,"id":7793},"targetButton":{"__isSmartRef__":true,"id":7805},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"morphSelector":{"__isSmartRef__":true,"id":7823},"eventHandler":{"__isSmartRef__":true,"id":7896},"cameForward":false,"isCopyMorphRef":true,"morphRefId":1,"__serializedExpressions__":["contentOffset","expandedExtent","prevDragPos","expandedPosition","_Position"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7897},"__LivelyClassName__":"lively.morphic.Window","__SourceModuleName__":"Global.lively.morphic.Widgets","withoutLayers":["Global.lively.morphic.GrabbingLayer"],"contentOffset":"lively.pt(0.0,22.0)","expandedExtent":"lively.pt(861.5,575.2)","prevDragPos":"lively.pt(613.0,129.0)","expandedPosition":"lively.pt(377.7,419.5)","_Position":"lively.pt(715.5,73.9)"},"7159":{"_BorderWidth":1,"_StrokeOpacity":0,"_BorderRadius":9.25,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Fill","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Fill":"Color.rgb(255,255,255)","_Extent":"lively.pt(981.0,585.2)","_BorderColor":"Color.rgb(0,0,0)"},"7160":{"adjustForNewBounds":true},"7161":{"submorphs":[{"__isSmartRef__":true,"id":7162},{"__isSmartRef__":true,"id":7167},{"__isSmartRef__":true,"id":7188},{"__isSmartRef__":true,"id":7203}],"scripts":[],"id":837,"shape":{"__isSmartRef__":true,"id":7219},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":7224},"eventsAreIgnored":true,"windowMorph":{"__isSmartRef__":true,"id":7158},"label":{"__isSmartRef__":true,"id":7162},"closeButton":{"__isSmartRef__":true,"id":7167},"menuButton":{"__isSmartRef__":true,"id":7188},"collapseButton":{"__isSmartRef__":true,"id":7203},"owner":null,"name":"ObjectEditorTitleBar","_Scale":1,"eventHandler":{"__isSmartRef__":true,"id":7225},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.TitleBar","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,0.0)"},"7162":{"submorphs":[],"scripts":[],"id":838,"shape":{"__isSmartRef__":true,"id":7163},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_MaxTextWidth":null,"_MaxTextHeight":17,"textChunks":[{"__isSmartRef__":true,"id":7164}],"evalEnabled":false,"isLabel":true,"eventsAreIgnored":true,"_FontSize":10,"_Align":"center","owner":{"__isSmartRef__":true,"id":7161},"_Scale":1,"eventHandler":{"__isSmartRef__":true,"id":7166},"_HandStyle":"default","_PointerEvents":"none","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(20.0,3.0)"},"7163":{"_BorderWidth":0,"_Fill":null,"_BorderRadius":0,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(922.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"7164":{"style":{"__isSmartRef__":true,"id":7165},"chunkOwner":{"__isSmartRef__":true,"id":7162},"storedString":"","_id":"_1341","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7165":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7166":{"morph":{"__isSmartRef__":true,"id":7162},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7167":{"submorphs":[{"__isSmartRef__":true,"id":7168}],"scripts":[],"id":839,"shape":{"__isSmartRef__":true,"id":7173},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":7174},"lighterFill":{"__isSmartRef__":true,"id":7179},"label":{"__isSmartRef__":true,"id":7168},"owner":{"__isSmartRef__":true,"id":7161},"layout":{"__isSmartRef__":true,"id":7184},"attributeConnections":[{"__isSmartRef__":true,"id":7185},{"__isSmartRef__":true,"id":7186}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"_Scale":1,"eventHandler":{"__isSmartRef__":true,"id":7187},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(961.0,3.0)"},"7168":{"submorphs":[],"scripts":[],"id":840,"shape":{"__isSmartRef__":true,"id":7169},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_MaxTextWidth":null,"_MaxTextHeight":17,"textChunks":[{"__isSmartRef__":true,"id":7170}],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":7167},"isLabel":true,"eventsAreIgnored":true,"_FontSize":8,"_Scale":1,"eventHandler":{"__isSmartRef__":true,"id":7172},"_HandStyle":"default","_PointerEvents":"none","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(5,0,0,0)","_Position":"lively.pt(0.0,0.0)"},"7169":{"_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(17.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"7170":{"style":{"__isSmartRef__":true,"id":7171},"chunkOwner":{"__isSmartRef__":true,"id":7168},"storedString":"","_id":"_1342","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7171":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7172":{"morph":{"__isSmartRef__":true,"id":7168},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7173":{"_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":7174},"_StrokeOpacity":0,"_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(17.0,17.0)","_BorderColor":"Color.rgb(189,190,192)"},"7174":{"stops":[{"__isSmartRef__":true,"id":7175},{"__isSmartRef__":true,"id":7176},{"__isSmartRef__":true,"id":7177},{"__isSmartRef__":true,"id":7178}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"7175":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"7176":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"7177":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"7178":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"7179":{"stops":[{"__isSmartRef__":true,"id":7180},{"__isSmartRef__":true,"id":7181},{"__isSmartRef__":true,"id":7182},{"__isSmartRef__":true,"id":7183}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"7180":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"7181":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"7182":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"7183":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"7184":{"moveHorizontal":true},"7185":{"sourceObj":{"__isSmartRef__":true,"id":7167},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":7158},"targetMethodName":"getCloseHelp","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7186":{"sourceObj":{"__isSmartRef__":true,"id":7167},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":7158},"targetMethodName":"initiateShutdown","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7187":{"morph":{"__isSmartRef__":true,"id":7167},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7188":{"submorphs":[{"__isSmartRef__":true,"id":7189}],"scripts":[],"id":841,"shape":{"__isSmartRef__":true,"id":7194},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":7174},"lighterFill":{"__isSmartRef__":true,"id":7195},"label":{"__isSmartRef__":true,"id":7189},"owner":{"__isSmartRef__":true,"id":7161},"attributeConnections":[{"__isSmartRef__":true,"id":7200},{"__isSmartRef__":true,"id":7201}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"showsHalos":false,"_Scale":1,"eventHandler":{"__isSmartRef__":true,"id":7202},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(3.0,3.0)"},"7189":{"submorphs":[],"scripts":[],"id":842,"shape":{"__isSmartRef__":true,"id":7190},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_MaxTextWidth":null,"_MaxTextHeight":17,"textChunks":[{"__isSmartRef__":true,"id":7191}],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":7188},"isLabel":true,"eventsAreIgnored":true,"_FontSize":8,"_Scale":1,"eventHandler":{"__isSmartRef__":true,"id":7193},"_HandStyle":"default","_PointerEvents":"none","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(5,0,0,0)","_Position":"lively.pt(0.0,0.0)"},"7190":{"_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(17.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"7191":{"style":{"__isSmartRef__":true,"id":7192},"chunkOwner":{"__isSmartRef__":true,"id":7189},"storedString":"","_id":"_1343","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7192":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7193":{"morph":{"__isSmartRef__":true,"id":7189},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7194":{"_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":7174},"_StrokeOpacity":0,"_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(17.0,17.0)","_BorderColor":"Color.rgb(189,190,192)"},"7195":{"stops":[{"__isSmartRef__":true,"id":7196},{"__isSmartRef__":true,"id":7197},{"__isSmartRef__":true,"id":7198},{"__isSmartRef__":true,"id":7199}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"7196":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"7197":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"7198":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"7199":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"7200":{"sourceObj":{"__isSmartRef__":true,"id":7188},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":7158},"targetMethodName":"getMenuHelp","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7201":{"sourceObj":{"__isSmartRef__":true,"id":7188},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":7158},"targetMethodName":"showTargetMorphMenu","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7202":{"morph":{"__isSmartRef__":true,"id":7188},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7203":{"submorphs":[{"__isSmartRef__":true,"id":7204}],"scripts":[],"id":843,"shape":{"__isSmartRef__":true,"id":7209},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":7174},"lighterFill":{"__isSmartRef__":true,"id":7210},"label":{"__isSmartRef__":true,"id":7204},"owner":{"__isSmartRef__":true,"id":7161},"layout":{"__isSmartRef__":true,"id":7215},"attributeConnections":[{"__isSmartRef__":true,"id":7216},{"__isSmartRef__":true,"id":7217}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"_Scale":1,"eventHandler":{"__isSmartRef__":true,"id":7218},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(942.0,3.0)"},"7204":{"submorphs":[],"scripts":[],"id":844,"shape":{"__isSmartRef__":true,"id":7205},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_MaxTextWidth":null,"_MaxTextHeight":17,"textChunks":[{"__isSmartRef__":true,"id":7206}],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":7203},"isLabel":true,"eventsAreIgnored":true,"_FontSize":8,"_Scale":1,"eventHandler":{"__isSmartRef__":true,"id":7208},"_HandStyle":"default","_PointerEvents":"none","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(5,0,0,0)","_Position":"lively.pt(0.0,0.0)"},"7205":{"_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(17.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"7206":{"style":{"__isSmartRef__":true,"id":7207},"chunkOwner":{"__isSmartRef__":true,"id":7204},"storedString":"","_id":"_1344","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7207":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7208":{"morph":{"__isSmartRef__":true,"id":7204},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7209":{"_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":7174},"_StrokeOpacity":0,"_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(17.0,17.0)","_BorderColor":"Color.rgb(189,190,192)"},"7210":{"stops":[{"__isSmartRef__":true,"id":7211},{"__isSmartRef__":true,"id":7212},{"__isSmartRef__":true,"id":7213},{"__isSmartRef__":true,"id":7214}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"7211":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"7212":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"7213":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"7214":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"7215":{"moveHorizontal":true},"7216":{"sourceObj":{"__isSmartRef__":true,"id":7203},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":7158},"targetMethodName":"getCollapseHelp","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7217":{"sourceObj":{"__isSmartRef__":true,"id":7203},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":7158},"targetMethodName":"toggleCollapse","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7218":{"morph":{"__isSmartRef__":true,"id":7203},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7219":{"_BorderWidth":2,"_Fill":{"__isSmartRef__":true,"id":7220},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(981.0,22.0)","_BorderColor":"Color.rgb(102,102,102)"},"7220":{"stops":[{"__isSmartRef__":true,"id":7221},{"__isSmartRef__":true,"id":7222},{"__isSmartRef__":true,"id":7223}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,1,0,-1)"},"7221":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(184,184,184)"},"7222":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(230,230,230)"},"7223":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(184,184,184)"},"7224":{"resizeWidth":true,"adjustForNewBounds":true},"7225":{"morph":{"__isSmartRef__":true,"id":7161},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7226":{"a":1,"b":0,"c":0,"d":1,"e":377.6609726943286,"f":419.5142810783999,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7227":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7228},"id":394,"textChunks":[{"__isSmartRef__":true,"id":7229}],"eventHandler":{"__isSmartRef__":true,"id":7231},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"auto","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_MaxTextWidth":500,"_MaxTextHeight":200,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":7232},"layout":{"__isSmartRef__":true,"id":7304},"doitContext":{"__isSmartRef__":true,"id":7305},"priorSelectionRange":[0,36],"charsReplaced":"","lastFindLoc":20,"showsHalos":false,"__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(2,1,0,0)","_Position":"lively.pt(0.0,22.0)"},"7228":{"_BorderWidth":2,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(500.0,200.0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)"},"7229":{"style":{"__isSmartRef__":true,"id":7230},"chunkOwner":{"__isSmartRef__":true,"id":7227},"storedString":"","_id":"_1353","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7230":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7231":{"morph":{"__isSmartRef__":true,"id":7227},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7232":{"submorphs":[{"__isSmartRef__":true,"id":7227},{"__isSmartRef__":true,"id":7233}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7301},"id":395,"eventHandler":{"__isSmartRef__":true,"id":7302},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":7303},"LK2":true,"targetMorph":{"__isSmartRef__":true,"id":7227},"titleBar":{"__isSmartRef__":true,"id":7233},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"highlighted":true,"_Rotation":0,"_Scale":1,"cameForward":false,"showsHalos":false,"__serializedExpressions__":["_Position","contentOffset","prevDragPos"],"__LivelyClassName__":"lively.morphic.Window","__SourceModuleName__":"Global.lively.morphic.Widgets","withoutLayers":["Global.lively.morphic.GrabbingLayer"],"_Position":"lively.pt(1234.0,448.0)","contentOffset":"lively.pt(0.0,22.0)","prevDragPos":"lively.pt(1478.0,453.0)"},"7233":{"submorphs":[{"__isSmartRef__":true,"id":7234},{"__isSmartRef__":true,"id":7240},{"__isSmartRef__":true,"id":7263},{"__isSmartRef__":true,"id":7280}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7298},"id":396,"eventHandler":{"__isSmartRef__":true,"id":7299},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":7300},"windowMorph":{"__isSmartRef__":true,"id":7232},"label":{"__isSmartRef__":true,"id":7234},"closeButton":{"__isSmartRef__":true,"id":7240},"menuButton":{"__isSmartRef__":true,"id":7263},"collapseButton":{"__isSmartRef__":true,"id":7280},"owner":{"__isSmartRef__":true,"id":7232},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.TitleBar","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,0.0)"},"7234":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7235},"id":397,"textChunks":[{"__isSmartRef__":true,"id":7236}],"eventHandler":{"__isSmartRef__":true,"id":7238},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":7239},"_FontSize":10,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":7233},"_MaxTextWidth":441,"_MaxTextHeight":17,"__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(20.0,3.0)"},"7235":{"_BorderWidth":0,"_Fill":null,"_BorderRadius":0,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(441.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"7236":{"style":{"__isSmartRef__":true,"id":7237},"chunkOwner":{"__isSmartRef__":true,"id":7234},"storedString":"","_id":"_1345","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7237":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7238":{"morph":{"__isSmartRef__":true,"id":7234},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7239":{"resizeWidth":true},"7240":{"submorphs":[{"__isSmartRef__":true,"id":7241}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7246},"id":398,"eventHandler":{"__isSmartRef__":true,"id":7252},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":7247},"lighterFill":{"__isSmartRef__":true,"id":7253},"label":{"__isSmartRef__":true,"id":7241},"owner":{"__isSmartRef__":true,"id":7233},"layout":{"__isSmartRef__":true,"id":7258},"attributeConnections":[{"__isSmartRef__":true,"id":7259},{"__isSmartRef__":true,"id":7261}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(480.0,3.0)"},"7241":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7242},"id":399,"textChunks":[{"__isSmartRef__":true,"id":7243}],"eventHandler":{"__isSmartRef__":true,"id":7245},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":7240},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,3,0,0)","_Position":"lively.pt(0.0,0.0)"},"7242":{"_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(17.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"7243":{"style":{"__isSmartRef__":true,"id":7244},"chunkOwner":{"__isSmartRef__":true,"id":7241},"storedString":"","_id":"_1346","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7244":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7245":{"morph":{"__isSmartRef__":true,"id":7241},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7246":{"_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":7247},"_StrokeOpacity":0,"_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(17.0,17.0)","_BorderColor":"Color.rgb(189,190,192)"},"7247":{"stops":[{"__isSmartRef__":true,"id":7248},{"__isSmartRef__":true,"id":7249},{"__isSmartRef__":true,"id":7250},{"__isSmartRef__":true,"id":7251}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"7248":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"7249":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"7250":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"7251":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"7252":{"morph":{"__isSmartRef__":true,"id":7240},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7253":{"stops":[{"__isSmartRef__":true,"id":7254},{"__isSmartRef__":true,"id":7255},{"__isSmartRef__":true,"id":7256},{"__isSmartRef__":true,"id":7257}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"7254":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"7255":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"7256":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"7257":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"7258":{"moveHorizontal":true},"7259":{"sourceObj":{"__isSmartRef__":true,"id":7240},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":7232},"targetMethodName":"getCloseHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":7260},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7260":{"source":{"__isSmartRef__":true,"id":7240},"target":{"__isSmartRef__":true,"id":7232}},"7261":{"sourceObj":{"__isSmartRef__":true,"id":7240},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":7232},"targetMethodName":"initiateShutdown","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":7262},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7262":{"source":{"__isSmartRef__":true,"id":7240},"target":{"__isSmartRef__":true,"id":7232}},"7263":{"submorphs":[{"__isSmartRef__":true,"id":7264}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7269},"id":400,"eventHandler":{"__isSmartRef__":true,"id":7270},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":7247},"lighterFill":{"__isSmartRef__":true,"id":7271},"label":{"__isSmartRef__":true,"id":7264},"owner":{"__isSmartRef__":true,"id":7233},"attributeConnections":[{"__isSmartRef__":true,"id":7276},{"__isSmartRef__":true,"id":7278}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(3.0,3.0)"},"7264":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7265},"id":401,"textChunks":[{"__isSmartRef__":true,"id":7266}],"eventHandler":{"__isSmartRef__":true,"id":7268},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":7263},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,3,0,0)","_Position":"lively.pt(0.0,0.0)"},"7265":{"_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(17.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"7266":{"style":{"__isSmartRef__":true,"id":7267},"chunkOwner":{"__isSmartRef__":true,"id":7264},"storedString":"","_id":"_1347","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7267":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7268":{"morph":{"__isSmartRef__":true,"id":7264},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7269":{"_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":7247},"_StrokeOpacity":0,"_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(17.0,17.0)","_BorderColor":"Color.rgb(189,190,192)"},"7270":{"morph":{"__isSmartRef__":true,"id":7263},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7271":{"stops":[{"__isSmartRef__":true,"id":7272},{"__isSmartRef__":true,"id":7273},{"__isSmartRef__":true,"id":7274},{"__isSmartRef__":true,"id":7275}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"7272":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"7273":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"7274":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"7275":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"7276":{"sourceObj":{"__isSmartRef__":true,"id":7263},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":7232},"targetMethodName":"getMenuHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":7277},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7277":{"source":{"__isSmartRef__":true,"id":7263},"target":{"__isSmartRef__":true,"id":7232}},"7278":{"sourceObj":{"__isSmartRef__":true,"id":7263},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":7232},"targetMethodName":"showTargetMorphMenu","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":7279},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7279":{"source":{"__isSmartRef__":true,"id":7263},"target":{"__isSmartRef__":true,"id":7232}},"7280":{"submorphs":[{"__isSmartRef__":true,"id":7281}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7286},"id":402,"eventHandler":{"__isSmartRef__":true,"id":7287},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":7247},"lighterFill":{"__isSmartRef__":true,"id":7288},"label":{"__isSmartRef__":true,"id":7281},"owner":{"__isSmartRef__":true,"id":7233},"layout":{"__isSmartRef__":true,"id":7293},"attributeConnections":[{"__isSmartRef__":true,"id":7294},{"__isSmartRef__":true,"id":7296}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(461.0,3.0)"},"7281":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7282},"id":403,"textChunks":[{"__isSmartRef__":true,"id":7283}],"eventHandler":{"__isSmartRef__":true,"id":7285},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":7280},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,3,0,0)","_Position":"lively.pt(0.0,0.0)"},"7282":{"_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(17.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"7283":{"style":{"__isSmartRef__":true,"id":7284},"chunkOwner":{"__isSmartRef__":true,"id":7281},"storedString":"","_id":"_1348","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7284":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7285":{"morph":{"__isSmartRef__":true,"id":7281},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7286":{"_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":7247},"_StrokeOpacity":0,"_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(17.0,17.0)","_BorderColor":"Color.rgb(189,190,192)"},"7287":{"morph":{"__isSmartRef__":true,"id":7280},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7288":{"stops":[{"__isSmartRef__":true,"id":7289},{"__isSmartRef__":true,"id":7290},{"__isSmartRef__":true,"id":7291},{"__isSmartRef__":true,"id":7292}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"7289":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"7290":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"7291":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"7292":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"7293":{"moveHorizontal":true},"7294":{"sourceObj":{"__isSmartRef__":true,"id":7280},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":7232},"targetMethodName":"getCollapseHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":7295},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7295":{"source":{"__isSmartRef__":true,"id":7280},"target":{"__isSmartRef__":true,"id":7232}},"7296":{"sourceObj":{"__isSmartRef__":true,"id":7280},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":7232},"targetMethodName":"toggleCollapse","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":7297},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7297":{"source":{"__isSmartRef__":true,"id":7280},"target":{"__isSmartRef__":true,"id":7232}},"7298":{"_BorderWidth":1,"_Fill":{"__isSmartRef__":true,"id":7220},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(500.0,22.0)","_BorderColor":"Color.rgb(102,102,102)"},"7299":{"morph":{"__isSmartRef__":true,"id":7233},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7300":{"resizeWidth":true,"adjustForNewBounds":true},"7301":{"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"__serializedExpressions__":["_Extent"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Extent":"lively.pt(500.0,222.0)"},"7302":{"morph":{"__isSmartRef__":true,"id":7232},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7303":{"adjustForNewBounds":true},"7304":{"resizeWidth":true,"resizeHeight":true},"7305":{"submorphs":[{"__isSmartRef__":true,"id":7306},{"__isSmartRef__":true,"id":7313}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7380},"id":361,"eventHandler":{"__isSmartRef__":true,"id":7381},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":7382},"LK2":true,"targetMorph":{"__isSmartRef__":true,"id":7306},"titleBar":{"__isSmartRef__":true,"id":7313},"collapsedTransform":{"__isSmartRef__":true,"id":7383},"expandedTransform":{"__isSmartRef__":true,"id":7384},"ignoreEventsOnExpand":false,"owner":null,"showsHalos":false,"highlighted":true,"_Rotation":0,"_Scale":1,"state":"shutdown","__serializedExpressions__":["_Position","contentOffset","collapsedExtent","expandedExtent","prevDragPos","expandedPosition","collapsedPosition"],"__LivelyClassName__":"lively.morphic.Window","__SourceModuleName__":"Global.lively.morphic.Widgets","withoutLayers":["Global.lively.morphic.GrabbingLayer"],"_Position":"lively.pt(1131.0,79.0)","contentOffset":"lively.pt(0.0,22.0)","collapsedExtent":"lively.pt(500.0,22.0)","expandedExtent":"lively.pt(500.0,222.0)","prevDragPos":"lively.pt(1507.0,76.0)","expandedPosition":"lively.pt(1131.0,79.0)","collapsedPosition":"lively.pt(1131.0,79.0)"},"7306":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7307},"id":360,"textChunks":[{"__isSmartRef__":true,"id":7308}],"eventHandler":{"__isSmartRef__":true,"id":7310},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"auto","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco,monospace","_MaxTextWidth":500,"_MaxTextHeight":0,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":7305},"layout":{"__isSmartRef__":true,"id":7311},"syntaxHighlightingWhileTyping":true,"attributeConnections":[{"__isSmartRef__":true,"id":7312}],"doNotSerialize":["$$textString"],"doNotCopyProperties":["$$textString"],"lastSyntaxHighlightTime":1307282796737,"accessibleInInactiveWindow":true,"eventsAreIgnored":false,"_HandStyle":"default","_PointerEvents":"auto","_Visible":true,"charsReplaced":"","lastFindLoc":15,"__serializedExpressions__":["_Padding","_Position"],"textString":"undefined","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(2,1,0,0)","_Position":"lively.pt(0.0,22.0)"},"7307":{"_BorderWidth":2,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(500.0,0.0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)"},"7308":{"style":{"__isSmartRef__":true,"id":7309},"chunkOwner":{"__isSmartRef__":true,"id":7306},"_id":"_9","storedString":"undefined","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7309":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7310":{"morph":{"__isSmartRef__":true,"id":7306},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7311":{"resizeWidth":true,"resizeHeight":true},"7312":{"sourceObj":{"__isSmartRef__":true,"id":7306},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":7306},"targetMethodName":"highlightJavaScriptSyntax","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7313":{"submorphs":[{"__isSmartRef__":true,"id":7314},{"__isSmartRef__":true,"id":7320},{"__isSmartRef__":true,"id":7338},{"__isSmartRef__":true,"id":7355}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7373},"id":362,"eventHandler":{"__isSmartRef__":true,"id":7378},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":7379},"windowMorph":{"__isSmartRef__":true,"id":7305},"label":{"__isSmartRef__":true,"id":7314},"closeButton":{"__isSmartRef__":true,"id":7320},"menuButton":{"__isSmartRef__":true,"id":7338},"collapseButton":{"__isSmartRef__":true,"id":7355},"owner":{"__isSmartRef__":true,"id":7305},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.TitleBar","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,0.0)"},"7314":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7315},"id":363,"textChunks":[{"__isSmartRef__":true,"id":7316}],"eventHandler":{"__isSmartRef__":true,"id":7318},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":7319},"_FontSize":10,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":7313},"_MaxTextWidth":441,"_MaxTextHeight":17,"__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(20.0,3.0)"},"7315":{"_BorderWidth":0,"_Fill":null,"_BorderRadius":0,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(441.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"7316":{"style":{"__isSmartRef__":true,"id":7317},"chunkOwner":{"__isSmartRef__":true,"id":7314},"storedString":"","_id":"_1349","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7317":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7318":{"morph":{"__isSmartRef__":true,"id":7314},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7319":{"resizeWidth":true},"7320":{"submorphs":[{"__isSmartRef__":true,"id":7321}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7326},"id":364,"eventHandler":{"__isSmartRef__":true,"id":7327},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":7247},"lighterFill":{"__isSmartRef__":true,"id":7328},"label":{"__isSmartRef__":true,"id":7321},"owner":{"__isSmartRef__":true,"id":7313},"layout":{"__isSmartRef__":true,"id":7333},"attributeConnections":[{"__isSmartRef__":true,"id":7334},{"__isSmartRef__":true,"id":7336}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(480.0,3.0)"},"7321":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7322},"id":365,"textChunks":[{"__isSmartRef__":true,"id":7323}],"eventHandler":{"__isSmartRef__":true,"id":7325},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":7320},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,3,0,0)","_Position":"lively.pt(0.0,0.0)"},"7322":{"_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(17.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"7323":{"style":{"__isSmartRef__":true,"id":7324},"chunkOwner":{"__isSmartRef__":true,"id":7321},"storedString":"","_id":"_1350","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7324":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7325":{"morph":{"__isSmartRef__":true,"id":7321},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7326":{"_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":7247},"_StrokeOpacity":0,"_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(17.0,17.0)","_BorderColor":"Color.rgb(189,190,192)"},"7327":{"morph":{"__isSmartRef__":true,"id":7320},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7328":{"stops":[{"__isSmartRef__":true,"id":7329},{"__isSmartRef__":true,"id":7330},{"__isSmartRef__":true,"id":7331},{"__isSmartRef__":true,"id":7332}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"7329":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"7330":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"7331":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"7332":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"7333":{"moveHorizontal":true},"7334":{"sourceObj":{"__isSmartRef__":true,"id":7320},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":7305},"targetMethodName":"getCloseHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":7335},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7335":{"source":{"__isSmartRef__":true,"id":7320},"target":{"__isSmartRef__":true,"id":7305}},"7336":{"sourceObj":{"__isSmartRef__":true,"id":7320},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":7305},"targetMethodName":"initiateShutdown","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":7337},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7337":{"source":{"__isSmartRef__":true,"id":7320},"target":{"__isSmartRef__":true,"id":7305}},"7338":{"submorphs":[{"__isSmartRef__":true,"id":7339}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7344},"id":366,"eventHandler":{"__isSmartRef__":true,"id":7345},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":7247},"lighterFill":{"__isSmartRef__":true,"id":7346},"label":{"__isSmartRef__":true,"id":7339},"owner":{"__isSmartRef__":true,"id":7313},"attributeConnections":[{"__isSmartRef__":true,"id":7351},{"__isSmartRef__":true,"id":7353}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(3.0,3.0)"},"7339":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7340},"id":367,"textChunks":[{"__isSmartRef__":true,"id":7341}],"eventHandler":{"__isSmartRef__":true,"id":7343},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":7338},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,3,0,0)","_Position":"lively.pt(0.0,0.0)"},"7340":{"_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(17.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"7341":{"style":{"__isSmartRef__":true,"id":7342},"chunkOwner":{"__isSmartRef__":true,"id":7339},"storedString":"","_id":"_1351","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7342":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7343":{"morph":{"__isSmartRef__":true,"id":7339},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7344":{"_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":7247},"_StrokeOpacity":0,"_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(17.0,17.0)","_BorderColor":"Color.rgb(189,190,192)"},"7345":{"morph":{"__isSmartRef__":true,"id":7338},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7346":{"stops":[{"__isSmartRef__":true,"id":7347},{"__isSmartRef__":true,"id":7348},{"__isSmartRef__":true,"id":7349},{"__isSmartRef__":true,"id":7350}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"7347":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"7348":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"7349":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"7350":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"7351":{"sourceObj":{"__isSmartRef__":true,"id":7338},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":7305},"targetMethodName":"getMenuHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":7352},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7352":{"source":{"__isSmartRef__":true,"id":7338},"target":{"__isSmartRef__":true,"id":7305}},"7353":{"sourceObj":{"__isSmartRef__":true,"id":7338},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":7305},"targetMethodName":"showTargetMorphMenu","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":7354},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7354":{"source":{"__isSmartRef__":true,"id":7338},"target":{"__isSmartRef__":true,"id":7305}},"7355":{"submorphs":[{"__isSmartRef__":true,"id":7356}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7361},"id":368,"eventHandler":{"__isSmartRef__":true,"id":7362},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":7247},"lighterFill":{"__isSmartRef__":true,"id":7363},"label":{"__isSmartRef__":true,"id":7356},"owner":{"__isSmartRef__":true,"id":7313},"layout":{"__isSmartRef__":true,"id":7368},"attributeConnections":[{"__isSmartRef__":true,"id":7369},{"__isSmartRef__":true,"id":7371}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(461.0,3.0)"},"7356":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7357},"id":369,"textChunks":[{"__isSmartRef__":true,"id":7358}],"eventHandler":{"__isSmartRef__":true,"id":7360},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":7355},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,3,0,0)","_Position":"lively.pt(0.0,0.0)"},"7357":{"_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(17.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"7358":{"style":{"__isSmartRef__":true,"id":7359},"chunkOwner":{"__isSmartRef__":true,"id":7356},"storedString":"","_id":"_1352","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7359":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7360":{"morph":{"__isSmartRef__":true,"id":7356},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7361":{"_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":7247},"_StrokeOpacity":0,"_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(17.0,17.0)","_BorderColor":"Color.rgb(189,190,192)"},"7362":{"morph":{"__isSmartRef__":true,"id":7355},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7363":{"stops":[{"__isSmartRef__":true,"id":7364},{"__isSmartRef__":true,"id":7365},{"__isSmartRef__":true,"id":7366},{"__isSmartRef__":true,"id":7367}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"7364":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"7365":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"7366":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"7367":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"7368":{"moveHorizontal":true},"7369":{"sourceObj":{"__isSmartRef__":true,"id":7355},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":7305},"targetMethodName":"getCollapseHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":7370},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7370":{"source":{"__isSmartRef__":true,"id":7355},"target":{"__isSmartRef__":true,"id":7305}},"7371":{"sourceObj":{"__isSmartRef__":true,"id":7355},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":7305},"targetMethodName":"toggleCollapse","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":7372},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7372":{"source":{"__isSmartRef__":true,"id":7355},"target":{"__isSmartRef__":true,"id":7305}},"7373":{"_BorderWidth":1,"_Fill":{"__isSmartRef__":true,"id":7374},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(500.0,22.0)","_BorderColor":"Color.rgb(102,102,102)"},"7374":{"stops":[{"__isSmartRef__":true,"id":7375},{"__isSmartRef__":true,"id":7376},{"__isSmartRef__":true,"id":7377}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"7375":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(220,220,220)"},"7376":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(243,243,243)"},"7377":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(220,220,220)"},"7378":{"morph":{"__isSmartRef__":true,"id":7313},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7379":{"resizeWidth":true,"adjustForNewBounds":true},"7380":{"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"__serializedExpressions__":["_Extent","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Extent":"lively.pt(500.0,222.0)","_Position":"lively.pt(0.0,0.0)"},"7381":{"morph":{"__isSmartRef__":true,"id":7305},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7382":{"adjustForNewBounds":true},"7383":{"a":1,"b":0,"c":0,"d":1,"e":1131,"f":79,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7384":{"a":1,"b":0,"c":0,"d":1,"e":1131,"f":79,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"7385":{"requiredModules":[],"migrationLevel":2,"partsSpaceName":"PartsBin/Tools","comment":"Edit scripts and connections of a specific morph. Early version.","partName":"ObjectEditor","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"7386":{"submorphs":[],"scripts":[],"id":"EBFCCF04-5143-4968-8438-2A7DEF4E8469","shape":{"__isSmartRef__":true,"id":7387},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco,courier","_MaxTextWidth":588.0166612695056,"_MaxTextHeight":null,"textChunks":[{"__isSmartRef__":true,"id":7388},{"__isSmartRef__":true,"id":7390},{"__isSmartRef__":true,"id":7392},{"__isSmartRef__":true,"id":7394},{"__isSmartRef__":true,"id":7396},{"__isSmartRef__":true,"id":7398},{"__isSmartRef__":true,"id":7400},{"__isSmartRef__":true,"id":7402},{"__isSmartRef__":true,"id":7404},{"__isSmartRef__":true,"id":7406},{"__isSmartRef__":true,"id":7408},{"__isSmartRef__":true,"id":7410},{"__isSmartRef__":true,"id":7412},{"__isSmartRef__":true,"id":7414},{"__isSmartRef__":true,"id":7416},{"__isSmartRef__":true,"id":7418},{"__isSmartRef__":true,"id":7420},{"__isSmartRef__":true,"id":7422},{"__isSmartRef__":true,"id":7424},{"__isSmartRef__":true,"id":7426},{"__isSmartRef__":true,"id":7428},{"__isSmartRef__":true,"id":7430},{"__isSmartRef__":true,"id":7432},{"__isSmartRef__":true,"id":7434},{"__isSmartRef__":true,"id":7436},{"__isSmartRef__":true,"id":7438},{"__isSmartRef__":true,"id":7440},{"__isSmartRef__":true,"id":7442},{"__isSmartRef__":true,"id":7444},{"__isSmartRef__":true,"id":7446},{"__isSmartRef__":true,"id":7448},{"__isSmartRef__":true,"id":7450},{"__isSmartRef__":true,"id":7452},{"__isSmartRef__":true,"id":7454},{"__isSmartRef__":true,"id":7456},{"__isSmartRef__":true,"id":7458},{"__isSmartRef__":true,"id":7460},{"__isSmartRef__":true,"id":7462},{"__isSmartRef__":true,"id":7464},{"__isSmartRef__":true,"id":7466},{"__isSmartRef__":true,"id":7468},{"__isSmartRef__":true,"id":7470},{"__isSmartRef__":true,"id":7472},{"__isSmartRef__":true,"id":7474},{"__isSmartRef__":true,"id":7476},{"__isSmartRef__":true,"id":7478},{"__isSmartRef__":true,"id":7480},{"__isSmartRef__":true,"id":7482},{"__isSmartRef__":true,"id":7484},{"__isSmartRef__":true,"id":7486},{"__isSmartRef__":true,"id":7488},{"__isSmartRef__":true,"id":7490},{"__isSmartRef__":true,"id":7492},{"__isSmartRef__":true,"id":7494},{"__isSmartRef__":true,"id":7496},{"__isSmartRef__":true,"id":7498},{"__isSmartRef__":true,"id":7500},{"__isSmartRef__":true,"id":7502},{"__isSmartRef__":true,"id":7504},{"__isSmartRef__":true,"id":7506},{"__isSmartRef__":true,"id":7508},{"__isSmartRef__":true,"id":7510},{"__isSmartRef__":true,"id":7512},{"__isSmartRef__":true,"id":7514},{"__isSmartRef__":true,"id":7516},{"__isSmartRef__":true,"id":7518},{"__isSmartRef__":true,"id":7520},{"__isSmartRef__":true,"id":7522},{"__isSmartRef__":true,"id":7524},{"__isSmartRef__":true,"id":7526},{"__isSmartRef__":true,"id":7528},{"__isSmartRef__":true,"id":7530},{"__isSmartRef__":true,"id":7532},{"__isSmartRef__":true,"id":7534},{"__isSmartRef__":true,"id":7536},{"__isSmartRef__":true,"id":7538},{"__isSmartRef__":true,"id":7540},{"__isSmartRef__":true,"id":7542},{"__isSmartRef__":true,"id":7544},{"__isSmartRef__":true,"id":7546},{"__isSmartRef__":true,"id":7548},{"__isSmartRef__":true,"id":7550},{"__isSmartRef__":true,"id":7552},{"__isSmartRef__":true,"id":7554},{"__isSmartRef__":true,"id":7556},{"__isSmartRef__":true,"id":7558},{"__isSmartRef__":true,"id":7560},{"__isSmartRef__":true,"id":7562},{"__isSmartRef__":true,"id":7564},{"__isSmartRef__":true,"id":7566},{"__isSmartRef__":true,"id":7568},{"__isSmartRef__":true,"id":7570},{"__isSmartRef__":true,"id":7572},{"__isSmartRef__":true,"id":7574},{"__isSmartRef__":true,"id":7576},{"__isSmartRef__":true,"id":7578},{"__isSmartRef__":true,"id":7580},{"__isSmartRef__":true,"id":7582},{"__isSmartRef__":true,"id":7584},{"__isSmartRef__":true,"id":7586},{"__isSmartRef__":true,"id":7588},{"__isSmartRef__":true,"id":7590},{"__isSmartRef__":true,"id":7592},{"__isSmartRef__":true,"id":7594},{"__isSmartRef__":true,"id":7596},{"__isSmartRef__":true,"id":7598},{"__isSmartRef__":true,"id":7600},{"__isSmartRef__":true,"id":7602},{"__isSmartRef__":true,"id":7604},{"__isSmartRef__":true,"id":7606},{"__isSmartRef__":true,"id":7608},{"__isSmartRef__":true,"id":7610},{"__isSmartRef__":true,"id":7612},{"__isSmartRef__":true,"id":7614},{"__isSmartRef__":true,"id":7616},{"__isSmartRef__":true,"id":7618},{"__isSmartRef__":true,"id":7620},{"__isSmartRef__":true,"id":7622},{"__isSmartRef__":true,"id":7624},{"__isSmartRef__":true,"id":7626},{"__isSmartRef__":true,"id":7628},{"__isSmartRef__":true,"id":7630},{"__isSmartRef__":true,"id":7632},{"__isSmartRef__":true,"id":7634},{"__isSmartRef__":true,"id":7636},{"__isSmartRef__":true,"id":7638},{"__isSmartRef__":true,"id":7640},{"__isSmartRef__":true,"id":7642},{"__isSmartRef__":true,"id":7644},{"__isSmartRef__":true,"id":7646},{"__isSmartRef__":true,"id":7648},{"__isSmartRef__":true,"id":7650},{"__isSmartRef__":true,"id":7652},{"__isSmartRef__":true,"id":7654},{"__isSmartRef__":true,"id":7656},{"__isSmartRef__":true,"id":7658},{"__isSmartRef__":true,"id":7660},{"__isSmartRef__":true,"id":7662},{"__isSmartRef__":true,"id":7664},{"__isSmartRef__":true,"id":7666},{"__isSmartRef__":true,"id":7668},{"__isSmartRef__":true,"id":7670},{"__isSmartRef__":true,"id":7672},{"__isSmartRef__":true,"id":7674},{"__isSmartRef__":true,"id":7676},{"__isSmartRef__":true,"id":7678},{"__isSmartRef__":true,"id":7680},{"__isSmartRef__":true,"id":7682},{"__isSmartRef__":true,"id":7684},{"__isSmartRef__":true,"id":7686},{"__isSmartRef__":true,"id":7688},{"__isSmartRef__":true,"id":7690},{"__isSmartRef__":true,"id":7692},{"__isSmartRef__":true,"id":7694},{"__isSmartRef__":true,"id":7696},{"__isSmartRef__":true,"id":7698},{"__isSmartRef__":true,"id":7700},{"__isSmartRef__":true,"id":7702},{"__isSmartRef__":true,"id":7704},{"__isSmartRef__":true,"id":7706},{"__isSmartRef__":true,"id":7708}],"layout":{"__isSmartRef__":true,"id":7710},"showsHalos":false,"prevScroll":[0,0],"name":"ObjectEditorScriptPane","charsReplaced":"vertical","lastFindLoc":976,"partsBinMetaInfo":{"__isSmartRef__":true,"id":7711},"_ClipMode":"auto","_FontSize":9,"lastSyntaxHighlightTime":1,"doitContext":{"__isSmartRef__":true,"id":3554},"savedTextString":"// changed at Sun Dec 09 2012 12:41:18 GMT+0100 (CET) by daniel.hoffmann \nthis.addScript(function getValueForConstraintType(type, name1, name2) {\n debugger;\n if (type == \"width\"){\n return this.get(name1).getExtent().x;\n } else if (type == \"height\"){\n return this.get(name1).getExtent().y;\n } else if (type == \"position\"){\n var position = this.get(name1).getPosition();\n return position.x + \", \" + position.y;\n } else if (type == \"x\"){\n return this.get(name1).getPosition().x;\n } else if (type == \"y\"){\n return this.get(name1).getPosition().y;\n } else if (type == \"ratio\"){\n return this.getValueForConstraintType(name1.split(\".\")[1],name1.split(\".\")[0]) / this.getValueForConstraintType(name2.split(\".\")[1],name2.split(\".\")[0]);\n } else if (type == \"vertical_distance\"){\n return Math.abs(this.get(name1).getPosition().y - this.get(name2).getPosition().y);\n } else if (type == \"horizontal_distance\"){\n return Math.abs(this.get(name1).getPosition().x - this.get(name2).getPosition().x);\n } else {\n return \"?\"\n }\n}).tag([]);","_Align":"left","lastSearchString":"migrate","eventHandler":{"__isSmartRef__":true,"id":7712},"attributeConnections":[{"__isSmartRef__":true,"id":7713},{"__isSmartRef__":true,"id":7728},{"__isSmartRef__":true,"id":7729}],"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","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","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 Sun Dec 09 2012 12:41:51 GMT+0100 (CET) by daniel.hoffmann \nthis.addScript(function getValueForConstraintType(type, name1, name2) {\n debugger;\n if (type == \"width\"){\n return this.get(name1).getExtent().x;\n } else if (type == \"height\"){\n return this.get(name1).getExtent().y;\n } else if (type == \"position\"){\n var position = this.get(name1).getPosition();\n return position.x + \", \" + position.y;\n } else if (type == \"x\"){\n return this.get(name1).getPosition().x;\n } else if (type == \"y\"){\n return this.get(name1).getPosition().y;\n } else if (type == \"ratio\"){\n return this.getValueForConstraintType(name1.split(\".\")[1],name1.split(\".\")[0]) / this.getValueForConstraintType(name2.split(\".\")[1],name2.split(\".\")[0]);\n } else if (type == \"vertical_distance\"){\n return Math.abs(this.get(name1).getPosition().y - this.get(name2).getPosition().y);\n } else if (type == \"horizontal_distance\"){\n return Math.abs(this.get(name1).getPosition().x - this.get(name2).getPosition().x);\n } else {\n return \"?\"\n }\n}).tag([]);","isBeingDragged":false,"draggingEnabled":false,"objectEditorPane":{"__isSmartRef__":true,"id":7151},"isCopyMorphRef":true,"morphRefId":1,"statusMorph":{"__isSmartRef__":true,"id":7731},"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":7151},"syntaxHighlightingWhileTyping":true,"#startLetters":"enable","_Rotation":0,"_Scale":1,"_syntaxHighlightTimeout":null,"lastSyntaxHighlightTimes":[1,5,7,3,4,5,5,11,10,10],"_lastSyntaxHighlightTime":673,"_WordBreak":"break-all","previousSelection":[1038,1038],"__serializedExpressions__":["_Padding","distanceToDragEvent","_Position"],"textString":"// changed at Sun Dec 09 2012 12:41:51 GMT+0100 (CET) by daniel.hoffmann \nthis.addScript(function getValueForConstraintType(type, name1, name2) {\n debugger;\n if (type == \"width\"){\n return this.get(name1).getExtent().x;\n } else if (type == \"height\"){\n return this.get(name1).getExtent().y;\n } else if (type == \"position\"){\n var position = this.get(name1).getPosition();\n return position.x + \", \" + position.y;\n } else if (type == \"x\"){\n return this.get(name1).getPosition().x;\n } else if (type == \"y\"){\n return this.get(name1).getPosition().y;\n } else if (type == \"ratio\"){\n return this.getValueForConstraintType(name1.split(\".\")[1],name1.split(\".\")[0]) / this.getValueForConstraintType(name2.split(\".\")[1],name2.split(\".\")[0]);\n } else if (type == \"vertical_distance\"){\n return Math.abs(this.get(name1).getPosition().y - this.get(name2).getPosition().y);\n } else if (type == \"horizontal_distance\"){\n return Math.abs(this.get(name1).getPosition().x - this.get(name2).getPosition().x);\n } else {\n return \"?\"\n }\n}).tag([]);","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7736},"__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)"},"7387":{"_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(590.0,380.8)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)","_Padding":"lively.rect(0,0,0,0)"},"7388":{"style":{"__isSmartRef__":true,"id":7389},"chunkOwner":{"__isSmartRef__":true,"id":7386},"_id":"_3119","storedString":"//","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7389":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(128,0,0)"},"7390":{"_id":"_3121","style":{"__isSmartRef__":true,"id":7391},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" changed at Sun Dec 09 2012 12:41:51 GMT+0100 (CET) by daniel.hoffmann ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7391":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"7392":{"_id":"_3122","style":{"__isSmartRef__":true,"id":7393},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7393":{"__serializedExpressions__":["backgroundColor"],"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","backgroundColor":"Color.rgba(204,204,0,0.4)"},"7394":{"_id":"_3123","style":{"__isSmartRef__":true,"id":7395},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7395":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"7396":{"_id":"_3124","style":{"__isSmartRef__":true,"id":7397},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":".addScript(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7397":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7398":{"_id":"_3125","style":{"__isSmartRef__":true,"id":7399},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"function","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7399":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"7400":{"_id":"_3126","style":{"__isSmartRef__":true,"id":7401},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" getValueForConstraintType(type, name1, name2) ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7401":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7402":{"_id":"_3127","style":{"__isSmartRef__":true,"id":7403},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7403":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"7404":{"_id":"_3128","style":{"__isSmartRef__":true,"id":7405},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"\n debugger;\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7405":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7406":{"_id":"_3129","style":{"__isSmartRef__":true,"id":7407},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"if","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7407":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"7408":{"_id":"_3130","style":{"__isSmartRef__":true,"id":7409},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" (type == ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7409":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7410":{"_id":"_3131","style":{"__isSmartRef__":true,"id":7411},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"\"width\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7411":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"7412":{"_id":"_3132","style":{"__isSmartRef__":true,"id":7413},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":")","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7413":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7414":{"_id":"_3133","style":{"__isSmartRef__":true,"id":7415},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7415":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"7416":{"_id":"_3134","style":{"__isSmartRef__":true,"id":7417},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7417":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7418":{"_id":"_3135","style":{"__isSmartRef__":true,"id":7419},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"return","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7419":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"7420":{"_id":"_3136","style":{"__isSmartRef__":true,"id":7421},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7421":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7422":{"_id":"_3137","style":{"__isSmartRef__":true,"id":7423},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7423":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"7424":{"_id":"_3138","style":{"__isSmartRef__":true,"id":7425},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":".get(name1).getExtent().x;\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7425":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7426":{"_id":"_3139","style":{"__isSmartRef__":true,"id":7427},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7427":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"7428":{"_id":"_3140","style":{"__isSmartRef__":true,"id":7429},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7429":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7430":{"_id":"_3141","style":{"__isSmartRef__":true,"id":7431},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"else","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7431":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"7432":{"_id":"_3142","style":{"__isSmartRef__":true,"id":7433},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7433":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7434":{"_id":"_3143","style":{"__isSmartRef__":true,"id":7435},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"if","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7435":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"7436":{"_id":"_3144","style":{"__isSmartRef__":true,"id":7437},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" (type == ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7437":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7438":{"_id":"_3145","style":{"__isSmartRef__":true,"id":7439},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"\"height\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7439":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"7440":{"_id":"_3146","style":{"__isSmartRef__":true,"id":7441},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":")","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7441":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7442":{"_id":"_3147","style":{"__isSmartRef__":true,"id":7443},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7443":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"7444":{"_id":"_3148","style":{"__isSmartRef__":true,"id":7445},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7445":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7446":{"_id":"_3149","style":{"__isSmartRef__":true,"id":7447},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"return","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7447":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"7448":{"_id":"_3150","style":{"__isSmartRef__":true,"id":7449},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7449":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7450":{"_id":"_3151","style":{"__isSmartRef__":true,"id":7451},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7451":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"7452":{"_id":"_3152","style":{"__isSmartRef__":true,"id":7453},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":".get(name1).getExtent().y;\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7453":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7454":{"_id":"_3153","style":{"__isSmartRef__":true,"id":7455},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7455":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"7456":{"_id":"_3154","style":{"__isSmartRef__":true,"id":7457},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7457":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7458":{"_id":"_3155","style":{"__isSmartRef__":true,"id":7459},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"else","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7459":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"7460":{"_id":"_3156","style":{"__isSmartRef__":true,"id":7461},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7461":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7462":{"_id":"_3157","style":{"__isSmartRef__":true,"id":7463},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"if","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7463":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"7464":{"_id":"_3158","style":{"__isSmartRef__":true,"id":7465},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" (type == ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7465":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7466":{"_id":"_3159","style":{"__isSmartRef__":true,"id":7467},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"\"position\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7467":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"7468":{"_id":"_3160","style":{"__isSmartRef__":true,"id":7469},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":")","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7469":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7470":{"_id":"_3161","style":{"__isSmartRef__":true,"id":7471},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7471":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"7472":{"_id":"_3162","style":{"__isSmartRef__":true,"id":7473},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7473":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7474":{"_id":"_3163","style":{"__isSmartRef__":true,"id":7475},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"var","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7475":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"7476":{"_id":"_3164","style":{"__isSmartRef__":true,"id":7477},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" position = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7477":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7478":{"_id":"_3165","style":{"__isSmartRef__":true,"id":7479},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7479":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"7480":{"_id":"_3166","style":{"__isSmartRef__":true,"id":7481},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":".get(name1).getPosition();\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7481":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7482":{"_id":"_3167","style":{"__isSmartRef__":true,"id":7483},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"return","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7483":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"7484":{"_id":"_3168","style":{"__isSmartRef__":true,"id":7485},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" position.x + ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7485":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7486":{"_id":"_3169","style":{"__isSmartRef__":true,"id":7487},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"\", \"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7487":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"7488":{"_id":"_3170","style":{"__isSmartRef__":true,"id":7489},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" + position.y;\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7489":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7490":{"_id":"_3171","style":{"__isSmartRef__":true,"id":7491},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7491":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"7492":{"_id":"_3172","style":{"__isSmartRef__":true,"id":7493},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7493":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7494":{"_id":"_3173","style":{"__isSmartRef__":true,"id":7495},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"else","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7495":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"7496":{"_id":"_3174","style":{"__isSmartRef__":true,"id":7497},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7497":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7498":{"_id":"_3175","style":{"__isSmartRef__":true,"id":7499},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"if","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7499":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"7500":{"_id":"_3176","style":{"__isSmartRef__":true,"id":7501},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" (type == ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7501":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7502":{"_id":"_3177","style":{"__isSmartRef__":true,"id":7503},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"\"x\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7503":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"7504":{"_id":"_3178","style":{"__isSmartRef__":true,"id":7505},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":")","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7505":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7506":{"_id":"_3179","style":{"__isSmartRef__":true,"id":7507},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7507":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"7508":{"_id":"_3180","style":{"__isSmartRef__":true,"id":7509},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7509":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7510":{"_id":"_3181","style":{"__isSmartRef__":true,"id":7511},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"return","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7511":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"7512":{"_id":"_3182","style":{"__isSmartRef__":true,"id":7513},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7513":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7514":{"_id":"_3183","style":{"__isSmartRef__":true,"id":7515},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7515":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"7516":{"_id":"_3184","style":{"__isSmartRef__":true,"id":7517},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":".get(name1).getPosition().x;\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7517":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7518":{"_id":"_3185","style":{"__isSmartRef__":true,"id":7519},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7519":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"7520":{"_id":"_3186","style":{"__isSmartRef__":true,"id":7521},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7521":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7522":{"_id":"_3187","style":{"__isSmartRef__":true,"id":7523},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"else","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7523":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"7524":{"_id":"_3188","style":{"__isSmartRef__":true,"id":7525},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7525":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7526":{"_id":"_3189","style":{"__isSmartRef__":true,"id":7527},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"if","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7527":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"7528":{"_id":"_3190","style":{"__isSmartRef__":true,"id":7529},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" (type == ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7529":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7530":{"_id":"_3191","style":{"__isSmartRef__":true,"id":7531},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"\"y\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7531":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"7532":{"_id":"_3192","style":{"__isSmartRef__":true,"id":7533},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":")","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7533":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7534":{"_id":"_3193","style":{"__isSmartRef__":true,"id":7535},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7535":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"7536":{"_id":"_3194","style":{"__isSmartRef__":true,"id":7537},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7537":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7538":{"_id":"_3195","style":{"__isSmartRef__":true,"id":7539},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"return","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7539":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"7540":{"_id":"_3196","style":{"__isSmartRef__":true,"id":7541},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7541":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7542":{"_id":"_3197","style":{"__isSmartRef__":true,"id":7543},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7543":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"7544":{"_id":"_3198","style":{"__isSmartRef__":true,"id":7545},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":".get(name1).getPosition().y;\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7545":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7546":{"_id":"_3199","style":{"__isSmartRef__":true,"id":7547},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7547":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"7548":{"_id":"_3200","style":{"__isSmartRef__":true,"id":7549},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7549":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7550":{"_id":"_3201","style":{"__isSmartRef__":true,"id":7551},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"else","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7551":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"7552":{"_id":"_3202","style":{"__isSmartRef__":true,"id":7553},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7553":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7554":{"_id":"_3203","style":{"__isSmartRef__":true,"id":7555},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"if","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7555":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"7556":{"_id":"_3204","style":{"__isSmartRef__":true,"id":7557},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" (type == ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7557":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7558":{"_id":"_3205","style":{"__isSmartRef__":true,"id":7559},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"\"ratio\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7559":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"7560":{"_id":"_3206","style":{"__isSmartRef__":true,"id":7561},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":")","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7561":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7562":{"_id":"_3207","style":{"__isSmartRef__":true,"id":7563},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7563":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"7564":{"_id":"_3208","style":{"__isSmartRef__":true,"id":7565},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7565":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7566":{"_id":"_3209","style":{"__isSmartRef__":true,"id":7567},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"return","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7567":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"7568":{"_id":"_3210","style":{"__isSmartRef__":true,"id":7569},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7569":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7570":{"_id":"_3211","style":{"__isSmartRef__":true,"id":7571},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7571":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"7572":{"_id":"_3212","style":{"__isSmartRef__":true,"id":7573},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":".getValueForConstraintType(name1.split(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7573":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7574":{"_id":"_3213","style":{"__isSmartRef__":true,"id":7575},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"\".\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7575":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"7576":{"_id":"_3214","style":{"__isSmartRef__":true,"id":7577},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":")[","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7577":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7578":{"_id":"_3215","style":{"__isSmartRef__":true,"id":7579},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"1","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7579":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"7580":{"_id":"_3216","style":{"__isSmartRef__":true,"id":7581},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"],name1.split(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7581":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7582":{"_id":"_3217","style":{"__isSmartRef__":true,"id":7583},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"\".\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7583":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"7584":{"_id":"_3218","style":{"__isSmartRef__":true,"id":7585},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":")[","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7585":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7586":{"_id":"_3219","style":{"__isSmartRef__":true,"id":7587},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"0","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7587":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"7588":{"_id":"_3220","style":{"__isSmartRef__":true,"id":7589},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"]) / ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7589":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7590":{"_id":"_3221","style":{"__isSmartRef__":true,"id":7591},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7591":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"7592":{"_id":"_3222","style":{"__isSmartRef__":true,"id":7593},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":".getValueForConstraintType(name2.split(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7593":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7594":{"_id":"_3223","style":{"__isSmartRef__":true,"id":7595},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"\".\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7595":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"7596":{"_id":"_3224","style":{"__isSmartRef__":true,"id":7597},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":")[","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7597":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7598":{"_id":"_3225","style":{"__isSmartRef__":true,"id":7599},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"1","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7599":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"7600":{"_id":"_3226","style":{"__isSmartRef__":true,"id":7601},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"],name2.split(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7601":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7602":{"_id":"_3227","style":{"__isSmartRef__":true,"id":7603},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"\".\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7603":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"7604":{"_id":"_3228","style":{"__isSmartRef__":true,"id":7605},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":")[","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7605":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7606":{"_id":"_3229","style":{"__isSmartRef__":true,"id":7607},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"0","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7607":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"7608":{"_id":"_3230","style":{"__isSmartRef__":true,"id":7609},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"]);\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7609":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7610":{"_id":"_3231","style":{"__isSmartRef__":true,"id":7611},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7611":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"7612":{"_id":"_3232","style":{"__isSmartRef__":true,"id":7613},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7613":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7614":{"_id":"_3233","style":{"__isSmartRef__":true,"id":7615},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"else","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7615":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"7616":{"_id":"_3234","style":{"__isSmartRef__":true,"id":7617},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7617":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7618":{"_id":"_3235","style":{"__isSmartRef__":true,"id":7619},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"if","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7619":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"7620":{"_id":"_3236","style":{"__isSmartRef__":true,"id":7621},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" (type == ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7621":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7622":{"_id":"_3237","style":{"__isSmartRef__":true,"id":7623},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"\"vertical_distance\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7623":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"7624":{"_id":"_3238","style":{"__isSmartRef__":true,"id":7625},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":")","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7625":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7626":{"_id":"_3239","style":{"__isSmartRef__":true,"id":7627},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7627":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"7628":{"_id":"_3240","style":{"__isSmartRef__":true,"id":7629},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7629":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7630":{"_id":"_3241","style":{"__isSmartRef__":true,"id":7631},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"return","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7631":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"7632":{"_id":"_3242","style":{"__isSmartRef__":true,"id":7633},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7633":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7634":{"_id":"_3243","style":{"__isSmartRef__":true,"id":7635},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"Math","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7635":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(255,20,147)"},"7636":{"_id":"_3244","style":{"__isSmartRef__":true,"id":7637},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":".abs(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7637":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7638":{"_id":"_3245","style":{"__isSmartRef__":true,"id":7639},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7639":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"7640":{"_id":"_3246","style":{"__isSmartRef__":true,"id":7641},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":".get(name1).getPosition().y - ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7641":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7642":{"_id":"_3247","style":{"__isSmartRef__":true,"id":7643},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7643":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"7644":{"_id":"_3248","style":{"__isSmartRef__":true,"id":7645},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":".get(name2).getPosition().y);\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7645":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7646":{"_id":"_3249","style":{"__isSmartRef__":true,"id":7647},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7647":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"7648":{"_id":"_3250","style":{"__isSmartRef__":true,"id":7649},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7649":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7650":{"_id":"_3251","style":{"__isSmartRef__":true,"id":7651},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"else","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7651":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"7652":{"_id":"_3252","style":{"__isSmartRef__":true,"id":7653},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7653":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7654":{"_id":"_3253","style":{"__isSmartRef__":true,"id":7655},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"if","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7655":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"7656":{"_id":"_3254","style":{"__isSmartRef__":true,"id":7657},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" (type == ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7657":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7658":{"_id":"_3255","style":{"__isSmartRef__":true,"id":7659},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"\"horizontal_distance\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7659":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"7660":{"_id":"_3256","style":{"__isSmartRef__":true,"id":7661},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":")","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7661":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7662":{"_id":"_3257","style":{"__isSmartRef__":true,"id":7663},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7663":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"7664":{"_id":"_3258","style":{"__isSmartRef__":true,"id":7665},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7665":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7666":{"_id":"_3259","style":{"__isSmartRef__":true,"id":7667},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"return","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7667":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"7668":{"_id":"_3260","style":{"__isSmartRef__":true,"id":7669},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7669":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7670":{"_id":"_3261","style":{"__isSmartRef__":true,"id":7671},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"Math","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7671":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(255,20,147)"},"7672":{"_id":"_3262","style":{"__isSmartRef__":true,"id":7673},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":".abs(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7673":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7674":{"_id":"_3263","style":{"__isSmartRef__":true,"id":7675},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7675":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"7676":{"_id":"_3264","style":{"__isSmartRef__":true,"id":7677},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":".get(name1).getPosition().x - ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7677":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7678":{"_id":"_3265","style":{"__isSmartRef__":true,"id":7679},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7679":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"7680":{"_id":"_3266","style":{"__isSmartRef__":true,"id":7681},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":".get(name2).getPosition().x);\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7681":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7682":{"_id":"_3267","style":{"__isSmartRef__":true,"id":7683},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7683":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"7684":{"_id":"_3268","style":{"__isSmartRef__":true,"id":7685},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7685":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7686":{"_id":"_3269","style":{"__isSmartRef__":true,"id":7687},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"else","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7687":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"7688":{"_id":"_3270","style":{"__isSmartRef__":true,"id":7689},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7689":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7690":{"_id":"_3271","style":{"__isSmartRef__":true,"id":7691},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7691":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"7692":{"_id":"_3272","style":{"__isSmartRef__":true,"id":7693},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7693":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7694":{"_id":"_3273","style":{"__isSmartRef__":true,"id":7695},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"return","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7695":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"7696":{"_id":"_3274","style":{"__isSmartRef__":true,"id":7697},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7697":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7698":{"_id":"_3275","style":{"__isSmartRef__":true,"id":7699},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"\"?\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7699":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"7700":{"_id":"_3276","style":{"__isSmartRef__":true,"id":7701},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7701":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7702":{"_id":"_3277","style":{"__isSmartRef__":true,"id":7703},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7703":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"7704":{"_id":"_3278","style":{"__isSmartRef__":true,"id":7705},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7705":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7706":{"_id":"_3279","style":{"__isSmartRef__":true,"id":7707},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7707":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"7708":{"_id":"_3280","style":{"__isSmartRef__":true,"id":7709},"chunkOwner":{"__isSmartRef__":true,"id":7386},"storedString":").tag([]);","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7709":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"7710":{"resizeWidth":true,"resizeHeight":true},"7711":{"requiredModules":[],"partsSpaceName":"PartsBin/Widgets/","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"7712":{"morph":{"__isSmartRef__":true,"id":7386},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7713":{"sourceObj":{"__isSmartRef__":true,"id":7386},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":7714},"targetMethodName":"indicateUnsavedChanges","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7714":{"submorphs":[],"scripts":[],"id":"34C91B6A-F832-4939-AED8-044F28AEC66E","shape":{"__isSmartRef__":true,"id":7715},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"ChangeIndicator","partsBinMetaInfo":{"__isSmartRef__":true,"id":7716},"eventHandler":{"__isSmartRef__":true,"id":7717},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":7151},"layout":{"__isSmartRef__":true,"id":7718},"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":7719},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(782.0,40.0)","savedColor":"Color.rgb(0,0,0)","alarmColor":"Color.rgb(240,0,0)","distanceToDragEvent":"lively.pt(37.3,-17.5)"},"7715":{"_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)"},"7716":{"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"},"7717":{"morph":{"__isSmartRef__":true,"id":7714},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7718":{"moveHorizontal":true,"adjustForNewBounds":true},"7719":{"indicateUnsavedChanges":{"__isSmartRef__":true,"id":7720},"setColors":{"__isSmartRef__":true,"id":7724}},"7720":{"varMapping":{"__isSmartRef__":true,"id":7721},"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":7722},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7721":{"this":{"__isSmartRef__":true,"id":7714}},"7722":{"user":"lauritz","timestamp":{"__isSmartRef__":true,"id":7723}},"7723":{"isSerializedDate":true,"string":"Tue Sep 27 2011 20:09:19 GMT+0200 (CEST)"},"7724":{"varMapping":{"__isSmartRef__":true,"id":7725},"source":"function setColors(color) {\n this.setFill(color);\n this.setBorderColor(color);\n}","funcProperties":{"__isSmartRef__":true,"id":7726},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7725":{"this":{"__isSmartRef__":true,"id":7714}},"7726":{"user":"lauritz","timestamp":{"__isSmartRef__":true,"id":7727}},"7727":{"isSerializedDate":true,"string":"Tue Sep 27 2011 19:06:09 GMT+0200 (CEST)"},"7728":{"sourceObj":{"__isSmartRef__":true,"id":7386},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":7386},"targetMethodName":"highlightJavaScriptSyntax","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7729":{"sourceObj":{"__isSmartRef__":true,"id":7386},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":7386},"targetMethodName":"highlightSyntaxDebounced","varMapping":{"__isSmartRef__":true,"id":7730},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7730":{"source":{"__isSmartRef__":true,"id":7386},"target":{"__isSmartRef__":true,"id":7386}},"7731":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7732},"id":553,"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":7733}],"eventHandler":{"__isSmartRef__":true,"id":7735},"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(245.0,177.9)","_TextColor":"Color.rgb(0,204,0)"},"7732":{"_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)"},"7733":{"style":{"__isSmartRef__":true,"id":7734},"chunkOwner":{"__isSmartRef__":true,"id":7731},"_id":"_3120","storedString":"saved source","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7734":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7735":{"morph":{"__isSmartRef__":true,"id":7731},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7736":{"doSave":{"__isSmartRef__":true,"id":7737},"boundEval":{"__isSmartRef__":true,"id":7745},"reset":{"__isSmartRef__":true,"id":7753},"display":{"__isSmartRef__":true,"id":7757},"hasChanged":{"__isSmartRef__":true,"id":7761},"displayStatus":{"__isSmartRef__":true,"id":7765},"updateTarget":{"__isSmartRef__":true,"id":7769}},"7737":{"varMapping":{"__isSmartRef__":true,"id":7738},"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":7743},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7738":{"this":{"__isSmartRef__":true,"id":7386},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7739}},"7739":{"$super":{"__isSmartRef__":true,"id":7740}},"7740":{"varMapping":{"__isSmartRef__":true,"id":7741},"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":7742},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7741":{"obj":{"__isSmartRef__":true,"id":7386},"name":"doSave"},"7742":{},"7743":{"timestamp":{"__isSmartRef__":true,"id":7744},"user":"lauritz"},"7744":{"isSerializedDate":true,"string":"Thu Nov 17 2011 23:15:19 GMT+0100 (CET)"},"7745":{"varMapping":{"__isSmartRef__":true,"id":7746},"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":7751},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7746":{"this":{"__isSmartRef__":true,"id":7386},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7747}},"7747":{"$super":{"__isSmartRef__":true,"id":7748}},"7748":{"varMapping":{"__isSmartRef__":true,"id":7749},"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":7750},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7749":{"obj":{"__isSmartRef__":true,"id":7386},"name":"boundEval"},"7750":{},"7751":{"timestamp":{"__isSmartRef__":true,"id":7752},"user":"lauritz","categories":[]},"7752":{"isSerializedDate":true,"string":"Wed Nov 16 2011 05:41:53 GMT+0100 (CET)"},"7753":{"varMapping":{"__isSmartRef__":true,"id":7754},"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":7755},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7754":{"this":{"__isSmartRef__":true,"id":7386}},"7755":{"timestamp":{"__isSmartRef__":true,"id":7756},"user":"cschuster","tags":[]},"7756":{"isSerializedDate":true,"string":"Wed May 16 2012 20:52:57 GMT+0200 (CEST)"},"7757":{"varMapping":{"__isSmartRef__":true,"id":7758},"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":7759},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7758":{"this":{"__isSmartRef__":true,"id":7386}},"7759":{"timestamp":{"__isSmartRef__":true,"id":7760},"user":"lauritz","tags":[]},"7760":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:02:26 GMT+0200 (CEST)"},"7761":{"varMapping":{"__isSmartRef__":true,"id":7762},"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":7763},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7762":{"this":{"__isSmartRef__":true,"id":7386}},"7763":{"timestamp":{"__isSmartRef__":true,"id":7764},"user":"lauritz","categories":[]},"7764":{"isSerializedDate":true,"string":"Mon Oct 03 2011 18:29:45 GMT+0200 (CEST)"},"7765":{"varMapping":{"__isSmartRef__":true,"id":7766},"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":7767},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7766":{"this":{"__isSmartRef__":true,"id":7386}},"7767":{"timestamp":{"__isSmartRef__":true,"id":7768},"user":"lauritz","categories":[]},"7768":{"isSerializedDate":true,"string":"Wed Nov 23 2011 18:23:05 GMT+0100 (CET)"},"7769":{"varMapping":{"__isSmartRef__":true,"id":7770},"source":"function updateTarget(target) {\n module('lively.ide.SyntaxHighlighting').load(true);\n this.doitContext = this.owner.target;\n}","funcProperties":{"__isSmartRef__":true,"id":7771},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7770":{"this":{"__isSmartRef__":true,"id":7386}},"7771":{"timestamp":{"__isSmartRef__":true,"id":7772},"user":"lauritz","tags":[]},"7772":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:07:42 GMT+0200 (CEST)"},"7773":{"submorphs":[{"__isSmartRef__":true,"id":7774}],"scripts":[],"id":847,"shape":{"__isSmartRef__":true,"id":7779},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":7780},"lighterFill":{"__isSmartRef__":true,"id":7785},"label":{"__isSmartRef__":true,"id":7774},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"_Rotation":0,"name":"ObjectEditorClassButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":7790},"_Scale":1,"owner":null,"layout":{"__isSmartRef__":true,"id":7791},"eventHandler":{"__isSmartRef__":true,"id":7792},"__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)"},"7774":{"submorphs":[],"scripts":[],"id":848,"shape":{"__isSmartRef__":true,"id":7775},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":116,"_MaxTextHeight":18,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":7773},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":7776}],"prevScroll":[0,0],"_FontFamily":"Helvetica, Sans-Serif","_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_Align":"center","_Scale":1,"eventHandler":{"__isSmartRef__":true,"id":7778},"_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)"},"7775":{"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)"},"7776":{"style":{"__isSmartRef__":true,"id":7777},"chunkOwner":{"__isSmartRef__":true,"id":7774},"storedString":"","_id":"_1355","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7777":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7778":{"morph":{"__isSmartRef__":true,"id":7774},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7779":{"_Fill":{"__isSmartRef__":true,"id":7780},"_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)"},"7780":{"stops":[{"__isSmartRef__":true,"id":7781},{"__isSmartRef__":true,"id":7782},{"__isSmartRef__":true,"id":7783},{"__isSmartRef__":true,"id":7784}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"7781":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"7782":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"7783":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"7784":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"7785":{"stops":[{"__isSmartRef__":true,"id":7786},{"__isSmartRef__":true,"id":7787},{"__isSmartRef__":true,"id":7788},{"__isSmartRef__":true,"id":7789}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"7786":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"7787":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"7788":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"7789":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"7790":{"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"},"7791":{"moveHorizontal":true},"7792":{"morph":{"__isSmartRef__":true,"id":7773},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7793":{"submorphs":[],"scripts":[],"id":"80975B7F-2C37-4F47-8A12-762FADF0C35F","shape":{"__isSmartRef__":true,"id":7794},"droppingEnabled":true,"halosEnabled":true,"itemList":["-- ALL --"],"selectedLineNo":1,"showsHalos":false,"name":"ObjectEditorConnectionList","partsBinMetaInfo":{"__isSmartRef__":true,"id":7795},"_ClipMode":"auto","owner":{"__isSmartRef__":true,"id":7151},"attributeConnections":[{"__isSmartRef__":true,"id":7796}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"prevScroll":[0,0],"layout":{"__isSmartRef__":true,"id":7798},"eventHandler":{"__isSmartRef__":true,"id":7799},"_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":7800},"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(10.0,346.7)","distanceToDragEvent":"lively.pt(125.0,-17.1)"},"7794":{"_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)"},"7795":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"7796":{"sourceObj":{"__isSmartRef__":true,"id":7793},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":7151},"targetMethodName":"displaySourceForConnection","converterString":"function (value) {\n if (!value) return;\n return (value === '-- ALL --') ? null : value[1];\n}","updaterString":null,"varMapping":{"__isSmartRef__":true,"id":7797},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7797":{"source":{"__isSmartRef__":true,"id":7793},"target":{"__isSmartRef__":true,"id":7151}},"7798":{"resizeHeight":false,"moveVertical":true},"7799":{"morph":{"__isSmartRef__":true,"id":7793},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7800":{"preselectItem":{"__isSmartRef__":true,"id":7801}},"7801":{"varMapping":{"__isSmartRef__":true,"id":7802},"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":7803},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7802":{"this":{"__isSmartRef__":true,"id":7793}},"7803":{"timestamp":{"__isSmartRef__":true,"id":7804},"user":"lauritz"},"7804":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:12:58 GMT+0100 (CET)"},"7805":{"submorphs":[{"__isSmartRef__":true,"id":7806}],"scripts":[],"id":47,"shape":{"__isSmartRef__":true,"id":7810},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":7811},"lighterFill":{"__isSmartRef__":true,"id":7816},"label":{"__isSmartRef__":true,"id":7806},"attributeConnections":[{"__isSmartRef__":true,"id":7821}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"_Rotation":0,"name":"ObjectEditorTargetButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":7822},"_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)"},"7806":{"submorphs":[],"scripts":[],"id":48,"shape":{"__isSmartRef__":true,"id":7807},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":116,"_MaxTextHeight":20,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":7805},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":7808}],"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)"},"7807":{"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)"},"7808":{"style":{"__isSmartRef__":true,"id":7809},"chunkOwner":{"__isSmartRef__":true,"id":7806},"storedString":"","_id":"_1356","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7809":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7810":{"_Fill":{"__isSmartRef__":true,"id":7811},"_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)"},"7811":{"stops":[{"__isSmartRef__":true,"id":7812},{"__isSmartRef__":true,"id":7813},{"__isSmartRef__":true,"id":7814},{"__isSmartRef__":true,"id":7815}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"7812":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"7813":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"7814":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"7815":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"7816":{"stops":[{"__isSmartRef__":true,"id":7817},{"__isSmartRef__":true,"id":7818},{"__isSmartRef__":true,"id":7819},{"__isSmartRef__":true,"id":7820}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"7817":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"7818":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"7819":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"7820":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"7821":{"sourceObj":{"__isSmartRef__":true,"id":7805},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":7158},"targetMethodName":"chooseTargetMorphMenu","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7822":{"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"},"7823":{"submorphs":[],"scripts":[],"id":435,"shape":{"__isSmartRef__":true,"id":7824},"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":7825},"textChunks":[{"__isSmartRef__":true,"id":7826}],"charsReplaced":"","lastFindLoc":5,"priorSelectionRange":[15,15],"prevScroll":[0,0],"_ClipMode":"visible","list":[],"attributeConnections":[{"__isSmartRef__":true,"id":7828}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"listMorph":null,"_WhiteSpaceHandling":"pre-wrap","owner":null,"_Align":"left","eventHandler":{"__isSmartRef__":true,"id":7830},"_MinTextWidth":218,"_MinTextHeight":null,"scriptAnnotations":{"__isSmartRef__":true,"id":7831},"selection":{"__isSmartRef__":true,"id":7150},"previousSelection":[0,13],"isCopyMorphRef":true,"morphRefId":1,"isBeingDragged":false,"draggingEnabled":false,"layout":{"__isSmartRef__":true,"id":7850},"_Rotation":0,"_Scale":1,"savedTextString":"100","__serializedExpressions__":["_Position","textColor","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7851},"__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)"},"7824":{"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)"},"7825":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"7826":{"style":{"__isSmartRef__":true,"id":7827},"chunkOwner":{"__isSmartRef__":true,"id":7823},"storedString":"","_id":"_1357","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7827":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7828":{"sourceObj":{"__isSmartRef__":true,"id":7823},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":7151},"targetMethodName":"setTarget","converterString":"function (name) { return $world.get(name)}","updaterString":null,"varMapping":{"__isSmartRef__":true,"id":7829},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"7829":{"source":{"__isSmartRef__":true,"id":7823},"target":{"__isSmartRef__":true,"id":7151}},"7830":{"morph":{"__isSmartRef__":true,"id":7823},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7831":{"createListMorph":{"__isSmartRef__":true,"id":7832},"displayTopLevelMorphs":{"__isSmartRef__":true,"id":7834},"onMouseUp":{"__isSmartRef__":true,"id":7836},"resetConnections":{"__isSmartRef__":true,"id":7838},"setTargetToListSelection":{"__isSmartRef__":true,"id":7840},"setTargetOfPane":{"__isSmartRef__":true,"id":7842},"onBlur":{"__isSmartRef__":true,"id":7844},"reset":{"__isSmartRef__":true,"id":7846},"onMouseDown":{"__isSmartRef__":true,"id":7848}},"7832":{"time":{"__isSmartRef__":true,"id":7833},"user":"lauritz"},"7833":{"isSerializedDate":true,"string":"Fri Oct 28 2011 05:27:29 GMT+0200 (CEST)"},"7834":{"time":{"__isSmartRef__":true,"id":7835},"user":"lauritz"},"7835":{"isSerializedDate":true,"string":"Fri Oct 14 2011 23:48:37 GMT+0200 (CEST)"},"7836":{"time":{"__isSmartRef__":true,"id":7837},"user":"lauritz"},"7837":{"isSerializedDate":true,"string":"Mon Oct 03 2011 18:51:14 GMT+0200 (CEST)"},"7838":{"time":{"__isSmartRef__":true,"id":7839},"user":"lauritz"},"7839":{"isSerializedDate":true,"string":"Wed Sep 28 2011 01:03:17 GMT+0200 (CEST)"},"7840":{"time":{"__isSmartRef__":true,"id":7841},"user":"lauritz"},"7841":{"isSerializedDate":true,"string":"Sat Oct 15 2011 00:00:58 GMT+0200 (CEST)"},"7842":{"time":{"__isSmartRef__":true,"id":7843},"user":"lauritz"},"7843":{"isSerializedDate":true,"string":"Mon Oct 03 2011 18:34:37 GMT+0200 (CEST)"},"7844":{"time":{"__isSmartRef__":true,"id":7845},"user":"lauritz"},"7845":{"isSerializedDate":true,"string":"Fri Oct 07 2011 19:24:18 GMT+0200 (CEST)"},"7846":{"time":{"__isSmartRef__":true,"id":7847},"user":"lauritz"},"7847":{"isSerializedDate":true,"string":"Fri Oct 07 2011 19:26:15 GMT+0200 (CEST)"},"7848":{"time":{"__isSmartRef__":true,"id":7849},"user":"lauritz"},"7849":{"isSerializedDate":true,"string":"Mon Oct 17 2011 19:49:00 GMT+0200 (CEST)"},"7850":{},"7851":{"getList":{"__isSmartRef__":true,"id":7852},"setList":{"__isSmartRef__":true,"id":7855},"reset":{"__isSmartRef__":true,"id":7858},"example":{"__isSmartRef__":true,"id":7861},"removeList":{"__isSmartRef__":true,"id":7864},"onBlur":{"__isSmartRef__":true,"id":7867},"createListMorph":{"__isSmartRef__":true,"id":7874},"resetConnections":{"__isSmartRef__":true,"id":7877},"displayTopLevelMorphs":{"__isSmartRef__":true,"id":7880},"setTargetToListSelection":{"__isSmartRef__":true,"id":7883},"setTargetOfPane":{"__isSmartRef__":true,"id":7886},"onMouseDown":{"__isSmartRef__":true,"id":7889}},"7852":{"varMapping":{"__isSmartRef__":true,"id":7853},"source":"function getList() {\n return this.world().indentedListItemsOfMorphNames();\n}","funcProperties":{"__isSmartRef__":true,"id":7854},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7853":{"this":{"__isSmartRef__":true,"id":7823}},"7854":{},"7855":{"varMapping":{"__isSmartRef__":true,"id":7856},"source":"function setList(list) {\n return this.list = list;\n}","funcProperties":{"__isSmartRef__":true,"id":7857},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7856":{"this":{"__isSmartRef__":true,"id":7823}},"7857":{},"7858":{"varMapping":{"__isSmartRef__":true,"id":7859},"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":7860},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7859":{"this":{"__isSmartRef__":true,"id":7823}},"7860":{},"7861":{"varMapping":{"__isSmartRef__":true,"id":7862},"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":7863},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7862":{"this":{"__isSmartRef__":true,"id":7823}},"7863":{},"7864":{"varMapping":{"__isSmartRef__":true,"id":7865},"source":"function removeList() {\n this.listMorph && this.listMorph.remove()\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":7866},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7865":{"this":{"__isSmartRef__":true,"id":7823}},"7866":{},"7867":{"varMapping":{"__isSmartRef__":true,"id":7868},"source":"function onBlur() {\n $super();\n this.removeList();\n}","funcProperties":{"__isSmartRef__":true,"id":7873},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7868":{"this":{"__isSmartRef__":true,"id":7823},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7869}},"7869":{"$super":{"__isSmartRef__":true,"id":7870}},"7870":{"varMapping":{"__isSmartRef__":true,"id":7871},"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":7872},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7871":{"obj":{"__isSmartRef__":true,"id":7823},"name":"onBlur"},"7872":{},"7873":{},"7874":{"varMapping":{"__isSmartRef__":true,"id":7875},"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":7876},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7875":{"this":{"__isSmartRef__":true,"id":7823}},"7876":{},"7877":{"varMapping":{"__isSmartRef__":true,"id":7878},"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":7879},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7878":{"this":{"__isSmartRef__":true,"id":7823}},"7879":{},"7880":{"varMapping":{"__isSmartRef__":true,"id":7881},"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":7882},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7881":{"this":{"__isSmartRef__":true,"id":7823}},"7882":{},"7883":{"varMapping":{"__isSmartRef__":true,"id":7884},"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":7885},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7884":{"this":{"__isSmartRef__":true,"id":7823}},"7885":{},"7886":{"varMapping":{"__isSmartRef__":true,"id":7887},"source":"function setTargetOfPane(selection) {\n this.owner.setTarget(selection);\n this.setTextString(selection.getName());\n this.removeList();\n}","funcProperties":{"__isSmartRef__":true,"id":7888},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7887":{"this":{"__isSmartRef__":true,"id":7823}},"7888":{},"7889":{"varMapping":{"__isSmartRef__":true,"id":7890},"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":7895},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7890":{"this":{"__isSmartRef__":true,"id":7823},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7891}},"7891":{"$super":{"__isSmartRef__":true,"id":7892}},"7892":{"varMapping":{"__isSmartRef__":true,"id":7893},"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":7894},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7893":{"obj":{"__isSmartRef__":true,"id":7823},"name":"onMouseDown"},"7894":{},"7895":{},"7896":{"morph":{"__isSmartRef__":true,"id":7158},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7897":{"sortedScriptNamesOfObj":{"__isSmartRef__":true,"id":7898},"setTarget":{"__isSmartRef__":true,"id":7901},"generateSourceForScript":{"__isSmartRef__":true,"id":7904},"generateSourceForConnection":{"__isSmartRef__":true,"id":7907},"generateTargetCode":{"__isSmartRef__":true,"id":7910},"sortedConnectionNamesOfObj":{"__isSmartRef__":true,"id":7913},"displayJavaScriptSource":{"__isSmartRef__":true,"id":7916},"displaySourceForScript":{"__isSmartRef__":true,"id":7919},"displaySourceForConnection":{"__isSmartRef__":true,"id":7922},"newScript":{"__isSmartRef__":true,"id":7925},"newConnection":{"__isSmartRef__":true,"id":7928},"deleteSelectedScript":{"__isSmartRef__":true,"id":7931},"disconnectConnection":{"__isSmartRef__":true,"id":7934},"updateLists":{"__isSmartRef__":true,"id":7937},"displayInitialScript":{"__isSmartRef__":true,"id":7940},"reset":{"__isSmartRef__":true,"id":7943},"selectChangedContent":{"__isSmartRef__":true,"id":7946}},"7898":{"varMapping":{"__isSmartRef__":true,"id":7899},"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":7900},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7899":{"this":{"__isSmartRef__":true,"id":7158}},"7900":{},"7901":{"varMapping":{"__isSmartRef__":true,"id":7902},"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":7903},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7902":{"this":{"__isSmartRef__":true,"id":7158}},"7903":{},"7904":{"varMapping":{"__isSmartRef__":true,"id":7905},"source":"function generateSourceForScript(scriptName) {\n var script = this.target[scriptName].getOriginal();\n return Strings.format('this.addScript(%s);' ,script)\n}","funcProperties":{"__isSmartRef__":true,"id":7906},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7905":{"this":{"__isSmartRef__":true,"id":7158}},"7906":{},"7907":{"varMapping":{"__isSmartRef__":true,"id":7908},"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":7909},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7908":{"this":{"__isSmartRef__":true,"id":7158}},"7909":{},"7910":{"varMapping":{"__isSmartRef__":true,"id":7911},"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":7912},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7911":{"this":{"__isSmartRef__":true,"id":7158}},"7912":{},"7913":{"varMapping":{"__isSmartRef__":true,"id":7914},"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":7915},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7914":{"this":{"__isSmartRef__":true,"id":7158}},"7915":{},"7916":{"varMapping":{"__isSmartRef__":true,"id":7917},"source":"function displayJavaScriptSource(jsCode) {\n this.scriptPane.setTextString(jsCode);\n this.scriptPane.highlightJavaScriptSyntax();\n}","funcProperties":{"__isSmartRef__":true,"id":7918},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7917":{"this":{"__isSmartRef__":true,"id":7158}},"7918":{},"7919":{"varMapping":{"__isSmartRef__":true,"id":7920},"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":7921},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7920":{"this":{"__isSmartRef__":true,"id":7158}},"7921":{},"7922":{"varMapping":{"__isSmartRef__":true,"id":7923},"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":7924},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7923":{"this":{"__isSmartRef__":true,"id":7158}},"7924":{},"7925":{"varMapping":{"__isSmartRef__":true,"id":7926},"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":7927},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7926":{"this":{"__isSmartRef__":true,"id":7158}},"7927":{},"7928":{"varMapping":{"__isSmartRef__":true,"id":7929},"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":7930},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7929":{"this":{"__isSmartRef__":true,"id":7158}},"7930":{},"7931":{"varMapping":{"__isSmartRef__":true,"id":7932},"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":7933},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7932":{"this":{"__isSmartRef__":true,"id":7158}},"7933":{},"7934":{"varMapping":{"__isSmartRef__":true,"id":7935},"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":7936},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7935":{"this":{"__isSmartRef__":true,"id":7158}},"7936":{},"7937":{"varMapping":{"__isSmartRef__":true,"id":7938},"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":7939},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7938":{"this":{"__isSmartRef__":true,"id":7158}},"7939":{},"7940":{"varMapping":{"__isSmartRef__":true,"id":7941},"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":7942},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7941":{"this":{"__isSmartRef__":true,"id":7158}},"7942":{},"7943":{"varMapping":{"__isSmartRef__":true,"id":7944},"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":7945},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7944":{"this":{"__isSmartRef__":true,"id":7158}},"7945":{},"7946":{"varMapping":{"__isSmartRef__":true,"id":7947},"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":8039},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8038":{"this":{"__isSmartRef__":true,"id":8014}},"8039":{"timestamp":{"__isSmartRef__":true,"id":8040},"user":"lauritz","categories":[]},"8040":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:46:54 GMT+0100 (CET)"},"8041":{"submorphs":[{"__isSmartRef__":true,"id":8042}],"scripts":[],"id":"B37C4661-511A-4817-8082-E99E2059917C","shape":{"__isSmartRef__":true,"id":8047},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":8053},"lighterFill":{"__isSmartRef__":true,"id":8058},"label":{"__isSmartRef__":true,"id":8042},"attributeConnections":[{"__isSmartRef__":true,"id":8063}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"name":"ObjectEditorRemoveScriptButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":8065},"owner":{"__isSmartRef__":true,"id":7151},"eventHandler":{"__isSmartRef__":true,"id":8066},"isCopyMorphRef":true,"morphRefId":24,"draggingEnabled":false,"objectEditorPane":{"__isSmartRef__":true,"id":7151},"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":8067},"__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)"},"8042":{"submorphs":[],"scripts":[],"id":"D40DFC06-0AFD-493D-B4A3-62C8C7EB4832","shape":{"__isSmartRef__":true,"id":8043},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":25,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":8041},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":8044}],"prevScroll":[0,0],"_FontFamily":"Helvetica, Sans-Serif","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","eventHandler":{"__isSmartRef__":true,"id":8046},"_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)"},"8043":{"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)"},"8044":{"style":{"__isSmartRef__":true,"id":8045},"chunkOwner":{"__isSmartRef__":true,"id":8042},"storedString":"-","_id":"_1363","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8045":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8046":{"morph":{"__isSmartRef__":true,"id":8042},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8047":{"_Fill":{"__isSmartRef__":true,"id":8048},"_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)"},"8048":{"stops":[{"__isSmartRef__":true,"id":8049},{"__isSmartRef__":true,"id":8050},{"__isSmartRef__":true,"id":8051},{"__isSmartRef__":true,"id":8052}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"8049":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"8050":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"8051":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"8052":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"8053":{"stops":[{"__isSmartRef__":true,"id":8054},{"__isSmartRef__":true,"id":8055},{"__isSmartRef__":true,"id":8056},{"__isSmartRef__":true,"id":8057}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"8054":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"8055":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"8056":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"8057":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"8058":{"stops":[{"__isSmartRef__":true,"id":8059},{"__isSmartRef__":true,"id":8060},{"__isSmartRef__":true,"id":8061},{"__isSmartRef__":true,"id":8062}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"8059":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"8060":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"8061":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"8062":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"8063":{"sourceObj":{"__isSmartRef__":true,"id":8041},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8041},"targetMethodName":"deleteSelectedScript","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":8064},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"8064":{"source":{"__isSmartRef__":true,"id":8041},"target":{"__isSmartRef__":true,"id":8041}},"8065":{"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"},"8066":{"morph":{"__isSmartRef__":true,"id":8041},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8067":{"deleteSelectedScript":{"__isSmartRef__":true,"id":8068}},"8068":{"varMapping":{"__isSmartRef__":true,"id":8069},"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":8070},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8069":{"this":{"__isSmartRef__":true,"id":8041}},"8070":{"timestamp":{"__isSmartRef__":true,"id":8071},"user":"lauritz"},"8071":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:12:21 GMT+0100 (CET)"},"8072":{"submorphs":[{"__isSmartRef__":true,"id":8073}],"scripts":[],"id":"1416836B-AC25-4F0A-8895-33946B0D9A60","shape":{"__isSmartRef__":true,"id":8079},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":8080},"lighterFill":{"__isSmartRef__":true,"id":8085},"label":{"__isSmartRef__":true,"id":8073},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"name":"ObjectEditorMorphSelector","partsBinMetaInfo":{"__isSmartRef__":true,"id":8090},"list":[],"eventHandler":{"__isSmartRef__":true,"id":8091},"owner":{"__isSmartRef__":true,"id":7151},"textString":"","selection":{"__isSmartRef__":true,"id":8092},"_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":8098},"__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)"},"8073":{"submorphs":[],"scripts":[],"id":"48CC1AAE-C5AB-4D95-BCF6-18C39F88DAEA","shape":{"__isSmartRef__":true,"id":8074},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":220,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":8072},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":8075}],"prevScroll":[0,0],"attributeConnections":[{"__isSmartRef__":true,"id":8077}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"eventHandler":{"__isSmartRef__":true,"id":8078},"_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)"},"8074":{"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)"},"8075":{"style":{"__isSmartRef__":true,"id":8076},"chunkOwner":{"__isSmartRef__":true,"id":8073},"_id":"_1786","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8076":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8077":{"sourceObj":{"__isSmartRef__":true,"id":8073},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":8072},"targetMethodName":"selection","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"8078":{"morph":{"__isSmartRef__":true,"id":8073},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8079":{"_Fill":{"__isSmartRef__":true,"id":8080},"_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)"},"8080":{"stops":[{"__isSmartRef__":true,"id":8081},{"__isSmartRef__":true,"id":8082},{"__isSmartRef__":true,"id":8083},{"__isSmartRef__":true,"id":8084}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"8081":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"8082":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"8083":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"8084":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"8085":{"stops":[{"__isSmartRef__":true,"id":8086},{"__isSmartRef__":true,"id":8087},{"__isSmartRef__":true,"id":8088},{"__isSmartRef__":true,"id":8089}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"8086":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"8087":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"8088":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"8089":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"8090":{"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"},"8091":{"morph":{"__isSmartRef__":true,"id":8072},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8092":{"submorphs":[],"scripts":[],"id":181,"shape":{"__isSmartRef__":true,"id":8093},"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":8094},"textChunks":[{"__isSmartRef__":true,"id":8095}],"eventHandler":{"__isSmartRef__":true,"id":8097},"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)"},"8093":{"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)"},"8094":{"partsSpaceName":"PartsBin/Worlds/","comment":"For example a world title.","partName":"Title","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"8095":{"style":{"__isSmartRef__":true,"id":8096},"chunkOwner":{"__isSmartRef__":true,"id":8092},"storedString":"","_id":"_1365","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8096":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8097":{"morph":{"__isSmartRef__":true,"id":8092},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8098":{"reset":{"__isSmartRef__":true,"id":8099},"onMouseDown":{"__isSmartRef__":true,"id":8103},"onBlur":{"__isSmartRef__":true,"id":8111},"createScenePresentation":{"__isSmartRef__":true,"id":8119},"presentTargetChooser":{"__isSmartRef__":true,"id":8123},"removeTargetChooser":{"__isSmartRef__":true,"id":8127},"removeHighlight":{"__isSmartRef__":true,"id":8131},"highlightCurrentTarget":{"__isSmartRef__":true,"id":8135},"updateTargetFromSelection":{"__isSmartRef__":true,"id":8139},"currentMorphicScene":{"__isSmartRef__":true,"id":8143},"highlightTarget":{"__isSmartRef__":true,"id":8147},"setLabel":{"__isSmartRef__":true,"id":8151},"updateTargetFromOwner":{"__isSmartRef__":true,"id":8159}},"8099":{"varMapping":{"__isSmartRef__":true,"id":8100},"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":8101},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8100":{"this":{"__isSmartRef__":true,"id":8072}},"8101":{"timestamp":{"__isSmartRef__":true,"id":8102},"user":"lauritz","tags":[]},"8102":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:04:57 GMT+0200 (CEST)"},"8103":{"varMapping":{"__isSmartRef__":true,"id":8104},"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":8109},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8104":{"this":{"__isSmartRef__":true,"id":8072},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8105}},"8105":{"$super":{"__isSmartRef__":true,"id":8106}},"8106":{"varMapping":{"__isSmartRef__":true,"id":8107},"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":8108},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8107":{"obj":{"__isSmartRef__":true,"id":8072},"name":"onMouseDown"},"8108":{},"8109":{"timestamp":{"__isSmartRef__":true,"id":8110},"user":"lauritz","tags":[]},"8110":{"isSerializedDate":true,"string":"Fri Aug 03 2012 12:44:10 GMT+0200 (CEST)"},"8111":{"varMapping":{"__isSmartRef__":true,"id":8112},"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":8117},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8112":{"this":{"__isSmartRef__":true,"id":8072},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8113}},"8113":{"$super":{"__isSmartRef__":true,"id":8114}},"8114":{"varMapping":{"__isSmartRef__":true,"id":8115},"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":8116},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8115":{"obj":{"__isSmartRef__":true,"id":8072},"name":"onBlur"},"8116":{},"8117":{"timestamp":{"__isSmartRef__":true,"id":8118},"user":"lauritz","tags":[]},"8118":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:29:05 GMT+0200 (CEST)"},"8119":{"varMapping":{"__isSmartRef__":true,"id":8120},"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":8121},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8120":{"this":{"__isSmartRef__":true,"id":8072}},"8121":{"timestamp":{"__isSmartRef__":true,"id":8122},"user":"lauritz","tags":[]},"8122":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:29:56 GMT+0200 (CEST)"},"8123":{"varMapping":{"__isSmartRef__":true,"id":8124},"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":8125},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8124":{"this":{"__isSmartRef__":true,"id":8072}},"8125":{"timestamp":{"__isSmartRef__":true,"id":8126},"user":"lauritz","tags":[]},"8126":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:13:22 GMT+0200 (CEST)"},"8127":{"varMapping":{"__isSmartRef__":true,"id":8128},"source":"function removeTargetChooser() {\n if (this.listMorph) {\n this.listMorph.remove();\n delete this.listMorph; \n }\n}","funcProperties":{"__isSmartRef__":true,"id":8129},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8128":{"this":{"__isSmartRef__":true,"id":8072}},"8129":{"timestamp":{"__isSmartRef__":true,"id":8130},"user":"lauritz","tags":[]},"8130":{"isSerializedDate":true,"string":"Fri Aug 03 2012 12:43:38 GMT+0200 (CEST)"},"8131":{"varMapping":{"__isSmartRef__":true,"id":8132},"source":"function removeHighlight(node) {\n node.submorphs[0].setFill(Color.rgb(255,255,255))\n}","funcProperties":{"__isSmartRef__":true,"id":8133},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8132":{"this":{"__isSmartRef__":true,"id":8072}},"8133":{"timestamp":{"__isSmartRef__":true,"id":8134},"user":"lauritz","tags":[]},"8134":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:32:15 GMT+0200 (CEST)"},"8135":{"varMapping":{"__isSmartRef__":true,"id":8136},"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":8137},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8136":{"this":{"__isSmartRef__":true,"id":8072}},"8137":{"timestamp":{"__isSmartRef__":true,"id":8138},"user":"lauritz","tags":[]},"8138":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:31:39 GMT+0200 (CEST)"},"8139":{"varMapping":{"__isSmartRef__":true,"id":8140},"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":8141},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8140":{"this":{"__isSmartRef__":true,"id":8072}},"8141":{"timestamp":{"__isSmartRef__":true,"id":8142},"user":"lauritz","tags":[]},"8142":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:04:57 GMT+0200 (CEST)"},"8143":{"varMapping":{"__isSmartRef__":true,"id":8144},"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":8145},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8144":{"this":{"__isSmartRef__":true,"id":8072}},"8145":{"timestamp":{"__isSmartRef__":true,"id":8146},"user":"lauritz","tags":[]},"8146":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:29:43 GMT+0200 (CEST)"},"8147":{"varMapping":{"__isSmartRef__":true,"id":8148},"source":"function highlightTarget(node) {\n node.submorphs[0].setFill(Color.rgb(218,218,218))\n}","funcProperties":{"__isSmartRef__":true,"id":8149},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8148":{"this":{"__isSmartRef__":true,"id":8072}},"8149":{"timestamp":{"__isSmartRef__":true,"id":8150},"user":"lauritz","tags":[]},"8150":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:32:12 GMT+0200 (CEST)"},"8151":{"varMapping":{"__isSmartRef__":true,"id":8152},"source":"function setLabel(label) {\n this.label.setTextString(label);\n this.label.setAlign('left');\n}","funcProperties":{"__isSmartRef__":true,"id":8157},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8152":{"this":{"__isSmartRef__":true,"id":8072},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8153}},"8153":{"$super":{"__isSmartRef__":true,"id":8154}},"8154":{"varMapping":{"__isSmartRef__":true,"id":8155},"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":8156},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8155":{"obj":{"__isSmartRef__":true,"id":8072},"name":"setLabel"},"8156":{},"8157":{"timestamp":{"__isSmartRef__":true,"id":8158},"user":"lauritz","tags":[]},"8158":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:04:31 GMT+0200 (CEST)"},"8159":{"varMapping":{"__isSmartRef__":true,"id":8160},"source":"function updateTargetFromOwner() {\n this.setLabel(this.owner.target);\n}","funcProperties":{"__isSmartRef__":true,"id":8161},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8160":{"this":{"__isSmartRef__":true,"id":8072}},"8161":{"timestamp":{"__isSmartRef__":true,"id":8162},"user":"lauritz","tags":[]},"8162":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:24:24 GMT+0200 (CEST)"},"8163":{"submorphs":[],"scripts":[],"id":"30613642-9A46-4FF1-8CBF-9EA2DE7BA043","shape":{"__isSmartRef__":true,"id":8164},"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":8165},"textChunks":[{"__isSmartRef__":true,"id":8166}],"charsReplaced":"Scripts","lastFindLoc":-7,"priorSelectionRange":[0,7],"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":8168},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_ClipMode":"visible","draggingEnabled":false,"eventsAreIgnored":true,"isCopyMorphRef":true,"morphRefId":27,"owner":{"__isSmartRef__":true,"id":7151},"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)"},"8164":{"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)"},"8165":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"8166":{"style":{"__isSmartRef__":true,"id":8167},"chunkOwner":{"__isSmartRef__":true,"id":8163},"storedString":"Tag:","_id":"_1367","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8167":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8168":{"morph":{"__isSmartRef__":true,"id":8163},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8169":{"submorphs":[{"__isSmartRef__":true,"id":8170}],"scripts":[],"id":"F108037D-32D3-4DE8-922A-335B1CF0BD2B","shape":{"__isSmartRef__":true,"id":8176},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":true,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":8182},"lighterFill":{"__isSmartRef__":true,"id":8187},"label":{"__isSmartRef__":true,"id":8170},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"name":"ObjectEditorTagChooser","partsBinMetaInfo":{"__isSmartRef__":true,"id":8192},"listMorph":null,"list":[],"eventHandler":{"__isSmartRef__":true,"id":8193},"textString":"PartsBinBrowser","selection":"","_ClipMode":"visible","prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":7151},"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":8194},"__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)"},"8170":{"submorphs":[],"scripts":[],"id":"2A853440-42D4-458B-8062-F6DCD74D24EB","shape":{"__isSmartRef__":true,"id":8171},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":130,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":8169},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":8172}],"prevScroll":[0,0],"attributeConnections":[{"__isSmartRef__":true,"id":8174}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"eventHandler":{"__isSmartRef__":true,"id":8175},"_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)"},"8171":{"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)"},"8172":{"style":{"__isSmartRef__":true,"id":8173},"chunkOwner":{"__isSmartRef__":true,"id":8170},"_id":"_986","storedString":"all","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8173":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8174":{"sourceObj":{"__isSmartRef__":true,"id":8170},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":8169},"targetMethodName":"selection","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"8175":{"morph":{"__isSmartRef__":true,"id":8170},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8176":{"_Fill":{"__isSmartRef__":true,"id":8177},"_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)"},"8177":{"stops":[{"__isSmartRef__":true,"id":8178},{"__isSmartRef__":true,"id":8179},{"__isSmartRef__":true,"id":8180},{"__isSmartRef__":true,"id":8181}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"8178":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(230,243,253)"},"8179":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(171,215,248)"},"8180":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(171,215,248)"},"8181":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(157,198,229)"},"8182":{"stops":[{"__isSmartRef__":true,"id":8183},{"__isSmartRef__":true,"id":8184},{"__isSmartRef__":true,"id":8185},{"__isSmartRef__":true,"id":8186}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"8183":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"8184":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"8185":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"8186":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"8187":{"stops":[{"__isSmartRef__":true,"id":8188},{"__isSmartRef__":true,"id":8189},{"__isSmartRef__":true,"id":8190},{"__isSmartRef__":true,"id":8191}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"8188":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"8189":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"8190":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"8191":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"8192":{"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"},"8193":{"morph":{"__isSmartRef__":true,"id":8169},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8194":{"createListMorph":{"__isSmartRef__":true,"id":8195},"getList":{"__isSmartRef__":true,"id":8199},"removeList":{"__isSmartRef__":true,"id":8203},"reset":{"__isSmartRef__":true,"id":8207},"onMouseUp":{"__isSmartRef__":true,"id":8211},"onBlur":{"__isSmartRef__":true,"id":8219},"setTag":{"__isSmartRef__":true,"id":8227}},"8195":{"varMapping":{"__isSmartRef__":true,"id":8196},"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":8197},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8196":{"this":{"__isSmartRef__":true,"id":8169}},"8197":{"timestamp":{"__isSmartRef__":true,"id":8198},"user":"lauritz","categories":[]},"8198":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:35:59 GMT+0100 (CET)"},"8199":{"varMapping":{"__isSmartRef__":true,"id":8200},"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":8201},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8200":{"this":{"__isSmartRef__":true,"id":8169}},"8201":{"timestamp":{"__isSmartRef__":true,"id":8202},"user":"lauritz","tags":[]},"8202":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:25 GMT+0100 (CET)"},"8203":{"varMapping":{"__isSmartRef__":true,"id":8204},"source":"function removeList() {\n this.listMorph && this.listMorph.remove()\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":8205},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8204":{"this":{"__isSmartRef__":true,"id":8169}},"8205":{"timestamp":{"__isSmartRef__":true,"id":8206},"user":"lauritz","categories":[]},"8206":{"isSerializedDate":true,"string":"Thu Nov 17 2011 19:06:51 GMT+0100 (CET)"},"8207":{"varMapping":{"__isSmartRef__":true,"id":8208},"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":8209},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8208":{"this":{"__isSmartRef__":true,"id":8169}},"8209":{"timestamp":{"__isSmartRef__":true,"id":8210},"user":"lauritz","tags":[]},"8210":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:53 GMT+0100 (CET)"},"8211":{"varMapping":{"__isSmartRef__":true,"id":8212},"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":8217},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8212":{"this":{"__isSmartRef__":true,"id":8169},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8213}},"8213":{"$super":{"__isSmartRef__":true,"id":8214}},"8214":{"varMapping":{"__isSmartRef__":true,"id":8215},"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":8216},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8215":{"obj":{"__isSmartRef__":true,"id":8169},"name":"onMouseUp"},"8216":{},"8217":{"timestamp":{"__isSmartRef__":true,"id":8218},"user":"lauritz","categories":[]},"8218":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:59:16 GMT+0100 (CET)"},"8219":{"varMapping":{"__isSmartRef__":true,"id":8220},"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":8225},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8220":{"this":{"__isSmartRef__":true,"id":8169},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8221}},"8221":{"$super":{"__isSmartRef__":true,"id":8222}},"8222":{"varMapping":{"__isSmartRef__":true,"id":8223},"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":8224},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8223":{"obj":{"__isSmartRef__":true,"id":8169},"name":"onBlur"},"8224":{},"8225":{"timestamp":{"__isSmartRef__":true,"id":8226},"user":"lauritz","categories":[]},"8226":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:10:03 GMT+0100 (CET)"},"8227":{"varMapping":{"__isSmartRef__":true,"id":8228},"source":"function setTag(tag) {\n this.setLabel(tag || '');\n this.label.setAlign('left');\n this.owner.setTag(tag);\n}","funcProperties":{"__isSmartRef__":true,"id":8229},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8228":{"this":{"__isSmartRef__":true,"id":8169}},"8229":{"timestamp":{"__isSmartRef__":true,"id":8230},"user":"lauritz","categories":[]},"8230":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:36:12 GMT+0100 (CET)"},"8231":{"submorphs":[{"__isSmartRef__":true,"id":8232}],"scripts":[],"id":"BE1CABE6-6F03-4DCE-9807-8FBF10036BCD","shape":{"__isSmartRef__":true,"id":8237},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":8238},"lighterFill":{"__isSmartRef__":true,"id":8243},"label":{"__isSmartRef__":true,"id":8232},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":8248},"attributeConnections":[{"__isSmartRef__":true,"id":8249}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":8272},"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":7151},"layout":{"__isSmartRef__":true,"id":8273},"_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(687.7,9.5)"},"8232":{"submorphs":[],"scripts":[],"id":"B6375F5B-4D1E-4E94-B9D8-FDF4761F885D","shape":{"__isSmartRef__":true,"id":8233},"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":8231},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":8234}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":8236},"_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)"},"8233":{"_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)"},"8234":{"style":{"__isSmartRef__":true,"id":8235},"chunkOwner":{"__isSmartRef__":true,"id":8232},"storedString":"run","_id":"_1369","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8235":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8236":{"morph":{"__isSmartRef__":true,"id":8232},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8237":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":8238},"_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)"},"8238":{"stops":[{"__isSmartRef__":true,"id":8239},{"__isSmartRef__":true,"id":8240},{"__isSmartRef__":true,"id":8241},{"__isSmartRef__":true,"id":8242}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"8239":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"8240":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"8241":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"8242":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"8243":{"stops":[{"__isSmartRef__":true,"id":8244},{"__isSmartRef__":true,"id":8245},{"__isSmartRef__":true,"id":8246},{"__isSmartRef__":true,"id":8247}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"8244":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"8245":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"8246":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"8247":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"8248":{"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"},"8249":{"sourceObj":{"__isSmartRef__":true,"id":8231},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":7151},"targetMethodName":"runScript","visualConnector":{"__isSmartRef__":true,"id":8250},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"8250":{"submorphs":[{"__isSmartRef__":true,"id":8251}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8258},"derivationIds":[null],"id":"C89B50A0-17E7-4D22-AE1D-5112520DAEE7","eventHandler":{"__isSmartRef__":true,"id":8261},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":8262},{"__isSmartRef__":true,"id":8263}],"con":{"__isSmartRef__":true,"id":8249},"showsMorphMenu":true,"showsHalos":false,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8264},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"8251":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8252},"derivationIds":[null],"id":"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF","eventHandler":{"__isSmartRef__":true,"id":8257},"droppingEnabled":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":8250},"_Rotation":-3.130064002485303,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(0.0,0.0)"},"8252":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":8253},{"__isSmartRef__":true,"id":8254},{"__isSmartRef__":true,"id":8255},{"__isSmartRef__":true,"id":8256}],"_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)"},"8253":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"8254":{"isAbsolute":true,"x":-12,"y":6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"8255":{"isAbsolute":true,"x":4,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"8256":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"8257":{"morph":{"__isSmartRef__":true,"id":8251},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8258":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":8259},{"__isSmartRef__":true,"id":8260}],"_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)"},"8259":{"isAbsolute":true,"x":829.7085000406639,"y":9.565843617262885,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"8260":{"isAbsolute":true,"x":0,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"8261":{"morph":{"__isSmartRef__":true,"id":8250},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8262":{"morph":{"__isSmartRef__":true,"id":8250},"index":0,"connectedMagnet":null,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"8263":{"morph":{"__isSmartRef__":true,"id":8250},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":8251},"markerDirection":"prev","__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"8264":{"morphMenuItems":{"__isSmartRef__":true,"id":8265}},"8265":{"varMapping":{"__isSmartRef__":true,"id":8266},"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":8271},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8266":{"this":{"__isSmartRef__":true,"id":8250},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8267}},"8267":{"$super":{"__isSmartRef__":true,"id":8268}},"8268":{"varMapping":{"__isSmartRef__":true,"id":8269},"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":8270},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8269":{"obj":{"__isSmartRef__":true,"id":8250},"name":"morphMenuItems"},"8270":{},"8271":{},"8272":{"morph":{"__isSmartRef__":true,"id":8231},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8273":{"centeredHorizontal":false,"moveHorizontal":true},"8274":{"submorphs":[{"__isSmartRef__":true,"id":8275}],"scripts":[],"id":"EC80BEB2-36EA-4927-A52C-94BABC2C9A34","shape":{"__isSmartRef__":true,"id":8280},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":8281},"lighterFill":{"__isSmartRef__":true,"id":8286},"label":{"__isSmartRef__":true,"id":8275},"name":"saveButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":8291},"attributeConnections":[{"__isSmartRef__":true,"id":8292}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":8315},"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":8316},"owner":{"__isSmartRef__":true,"id":7151},"_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(574.4,9.5)"},"8275":{"submorphs":[],"scripts":[],"id":"24755F57-C360-446D-A100-476DAABEED7F","shape":{"__isSmartRef__":true,"id":8276},"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":8274},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":8277}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":8279},"_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)"},"8276":{"_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)"},"8277":{"style":{"__isSmartRef__":true,"id":8278},"chunkOwner":{"__isSmartRef__":true,"id":8275},"storedString":"save","_id":"_1370","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8278":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8279":{"morph":{"__isSmartRef__":true,"id":8275},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8280":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":8281},"_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)"},"8281":{"stops":[{"__isSmartRef__":true,"id":8282},{"__isSmartRef__":true,"id":8283},{"__isSmartRef__":true,"id":8284},{"__isSmartRef__":true,"id":8285}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"8282":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"8283":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"8284":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"8285":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"8286":{"stops":[{"__isSmartRef__":true,"id":8287},{"__isSmartRef__":true,"id":8288},{"__isSmartRef__":true,"id":8289},{"__isSmartRef__":true,"id":8290}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"8287":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"8288":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"8289":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"8290":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"8291":{"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"},"8292":{"sourceObj":{"__isSmartRef__":true,"id":8274},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":7386},"targetMethodName":"doSave","visualConnector":{"__isSmartRef__":true,"id":8293},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"8293":{"submorphs":[{"__isSmartRef__":true,"id":8294}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8301},"derivationIds":[null],"id":"F46012D5-C8BE-4E52-BF98-D052FDAAE17A","eventHandler":{"__isSmartRef__":true,"id":8304},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":8305},{"__isSmartRef__":true,"id":8306}],"con":{"__isSmartRef__":true,"id":8292},"showsMorphMenu":true,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8307},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"8294":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8295},"derivationIds":[null],"id":"A2A83C78-09B8-473C-829B-198206D7A9E4","eventHandler":{"__isSmartRef__":true,"id":8300},"droppingEnabled":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":8293},"_Rotation":3.077607197692381,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(201.2,40.2)"},"8295":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":8296},{"__isSmartRef__":true,"id":8297},{"__isSmartRef__":true,"id":8298},{"__isSmartRef__":true,"id":8299}],"_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)"},"8296":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"8297":{"isAbsolute":true,"x":-12,"y":6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"8298":{"isAbsolute":true,"x":4,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"8299":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"8300":{"morph":{"__isSmartRef__":true,"id":8294},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8301":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":8302},{"__isSmartRef__":true,"id":8303}],"_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)"},"8302":{"isAbsolute":true,"x":679.4857209639925,"y":9.595948897894004,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"8303":{"isAbsolute":true,"x":201.20421122525056,"y":40.24084224505009,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"8304":{"morph":{"__isSmartRef__":true,"id":8293},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8305":{"morph":{"__isSmartRef__":true,"id":8293},"index":0,"connectedMagnet":null,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"8306":{"morph":{"__isSmartRef__":true,"id":8293},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":8294},"markerDirection":"prev","__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"8307":{"morphMenuItems":{"__isSmartRef__":true,"id":8308}},"8308":{"varMapping":{"__isSmartRef__":true,"id":8309},"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":8314},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8309":{"this":{"__isSmartRef__":true,"id":8293},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8310}},"8310":{"$super":{"__isSmartRef__":true,"id":8311}},"8311":{"varMapping":{"__isSmartRef__":true,"id":8312},"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":8313},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8312":{"obj":{"__isSmartRef__":true,"id":8293},"name":"morphMenuItems"},"8313":{},"8314":{},"8315":{"morph":{"__isSmartRef__":true,"id":8274},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8316":{"centeredHorizontal":false,"moveHorizontal":true},"8317":{"submorphs":[{"__isSmartRef__":true,"id":8318}],"scripts":[],"id":"09962780-47A4-4A50-BEBD-D85BF7C4FC83","shape":{"__isSmartRef__":true,"id":8323},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":8324},"lighterFill":{"__isSmartRef__":true,"id":8329},"label":{"__isSmartRef__":true,"id":8318},"name":"openTestsButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":8334},"attributeConnections":[{"__isSmartRef__":true,"id":8335}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":8336},"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":7151},"_ClipMode":"visible","_Rotation":0,"_Scale":0.9940149800149939,"isPressed":false,"layout":{"__isSmartRef__":true,"id":8337},"__serializedExpressions__":["_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(468.5,9.0)","distanceToDragEvent":"lively.pt(72.1,-12.5)"},"8318":{"submorphs":[],"scripts":[],"id":"825004D6-D30A-40C3-8E5D-CDFD9568739C","shape":{"__isSmartRef__":true,"id":8319},"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":8317},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":8320}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":8322},"_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)"},"8319":{"_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)"},"8320":{"style":{"__isSmartRef__":true,"id":8321},"chunkOwner":{"__isSmartRef__":true,"id":8318},"storedString":"Tests","_id":"_1371","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8321":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8322":{"morph":{"__isSmartRef__":true,"id":8318},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8323":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":8324},"_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)"},"8324":{"stops":[{"__isSmartRef__":true,"id":8325},{"__isSmartRef__":true,"id":8326},{"__isSmartRef__":true,"id":8327},{"__isSmartRef__":true,"id":8328}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"8325":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"8326":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"8327":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"8328":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"8329":{"stops":[{"__isSmartRef__":true,"id":8330},{"__isSmartRef__":true,"id":8331},{"__isSmartRef__":true,"id":8332},{"__isSmartRef__":true,"id":8333}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"8330":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"8331":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"8332":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"8333":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"8334":{"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"},"8335":{"sourceObj":{"__isSmartRef__":true,"id":8317},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":7151},"targetMethodName":"openPartTestRunner","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"8336":{"morph":{"__isSmartRef__":true,"id":8317},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8337":{"moveHorizontal":true},"8338":{"submorphs":[{"__isSmartRef__":true,"id":8339},{"__isSmartRef__":true,"id":8346}],"scripts":[],"id":"FBB1E847-500C-4382-B29D-6A2ED0337556","shape":{"__isSmartRef__":true,"id":8349},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":8355},"lighterFill":{"__isSmartRef__":true,"id":8360},"label":{"__isSmartRef__":true,"id":8339},"name":"MagnifierButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":8365},"attributeConnections":[{"__isSmartRef__":true,"id":8368}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":8369},"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":7151},"_Rotation":0,"_Scale":0.9920279440699439,"highlightRectangle":{"__isSmartRef__":true,"id":8370},"isPressed":false,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8444},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(424.5,8.5)","distanceToDragEvent":"lively.pt(37.9,-7.9)"},"8339":{"submorphs":[],"scripts":[],"id":"9988EA91-3161-4164-B95D-141D2C07F639","shape":{"__isSmartRef__":true,"id":8340},"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":8338},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":8341},{"__isSmartRef__":true,"id":8343}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":8345},"_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)"},"8340":{"_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)"},"8341":{"style":{"__isSmartRef__":true,"id":8342},"chunkOwner":{"__isSmartRef__":true,"id":8339},"storedString":"","_id":"_1372","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8342":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8343":{"style":{"__isSmartRef__":true,"id":8344},"chunkOwner":{"__isSmartRef__":true,"id":8339},"storedString":"","_id":"_1373","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8344":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8345":{"morph":{"__isSmartRef__":true,"id":8339},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8346":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8347},"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":"D172E0C0-F493-499C-B9CC-0B07DFFA0EB4","eventHandler":{"__isSmartRef__":true,"id":8348},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":8338},"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)"},"8347":{"_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)"},"8348":{"morph":{"__isSmartRef__":true,"id":8346},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8349":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":8350},"_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)"},"8350":{"stops":[{"__isSmartRef__":true,"id":8351},{"__isSmartRef__":true,"id":8352},{"__isSmartRef__":true,"id":8353},{"__isSmartRef__":true,"id":8354}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"8351":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"8352":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"8353":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"8354":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"8355":{"stops":[{"__isSmartRef__":true,"id":8356},{"__isSmartRef__":true,"id":8357},{"__isSmartRef__":true,"id":8358},{"__isSmartRef__":true,"id":8359}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"8356":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"8357":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"8358":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"8359":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"8360":{"stops":[{"__isSmartRef__":true,"id":8361},{"__isSmartRef__":true,"id":8362},{"__isSmartRef__":true,"id":8363},{"__isSmartRef__":true,"id":8364}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"8361":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"8362":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"8363":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"8364":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"8365":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"ScriptableButton","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":8366}],"revisionOnLoad":154251,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"8366":{"date":{"__isSmartRef__":true,"id":8367},"author":"robertkrahn","message":"no comment","id":"0366C0A2-0C8E-4AEB-AAC3-120434134545"},"8367":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:10:10 GMT+0200 (CEST)"},"8368":{"sourceObj":{"__isSmartRef__":true,"id":8338},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8338},"targetMethodName":"onFire","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"8369":{"morph":{"__isSmartRef__":true,"id":8338},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8370":{"submorphs":[],"scripts":[],"id":"364FF344-E489-461B-BC8C-ED45E4823ED4","shape":{"__isSmartRef__":true,"id":8371},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"HighlightRectangle","partsBinMetaInfo":{"__isSmartRef__":true,"id":8372},"eventHandler":{"__isSmartRef__":true,"id":8413},"attributeConnections":[{"__isSmartRef__":true,"id":8414},{"__isSmartRef__":true,"id":8415},{"__isSmartRef__":true,"id":8416}],"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":8418},"_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":8338},"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8423},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(1047.0,675.0)","distanceToDragEvent":"lively.pt(44.0,-14.0)"},"8371":{"_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(1774.0,712.0)","_BorderColor":"Color.rgb(204,0,0)","_Fill":"Color.rgb(58,0,255)","_Padding":"lively.rect(0,0,0,0)"},"8372":{"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":8373},{"__isSmartRef__":true,"id":8375},{"__isSmartRef__":true,"id":8377},{"__isSmartRef__":true,"id":8379},{"__isSmartRef__":true,"id":8381},{"__isSmartRef__":true,"id":8383},{"__isSmartRef__":true,"id":8385},{"__isSmartRef__":true,"id":8387},{"__isSmartRef__":true,"id":8389},{"__isSmartRef__":true,"id":8391},{"__isSmartRef__":true,"id":8393},{"__isSmartRef__":true,"id":8395},{"__isSmartRef__":true,"id":8397},{"__isSmartRef__":true,"id":8399},{"__isSmartRef__":true,"id":8401},{"__isSmartRef__":true,"id":8403},{"__isSmartRef__":true,"id":8405},{"__isSmartRef__":true,"id":8407},{"__isSmartRef__":true,"id":8409},{"__isSmartRef__":true,"id":8411}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"8373":{"date":{"__isSmartRef__":true,"id":8374},"author":"timfelgentreff","message":"no comment","id":"3DB7DB40-210A-4BED-91FD-9287005703EC"},"8374":{"isSerializedDate":true,"string":"Thu May 24 2012 17:04:54 GMT+0200 (CEST)"},"8375":{"date":{"__isSmartRef__":true,"id":8376},"author":"tessi","message":"no comment","id":"23D7AA12-66A9-4C3B-B494-131256C291AC"},"8376":{"isSerializedDate":true,"string":"Thu May 24 2012 16:57:13 GMT+0200 (CEST)"},"8377":{"date":{"__isSmartRef__":true,"id":8378},"author":"tessi","message":"no comment","id":"2C30B7CA-388F-4F51-B4CF-A2E50E381148"},"8378":{"isSerializedDate":true,"string":"Thu May 24 2012 16:23:11 GMT+0200 (CEST)"},"8379":{"date":{"__isSmartRef__":true,"id":8380},"author":"tessi","message":"diable events","id":"7C1F71A3-FDAC-470A-B9A9-E1F2C9FEF18E"},"8380":{"isSerializedDate":true,"string":"Thu May 24 2012 14:46:08 GMT+0200 (CEST)"},"8381":{"date":{"__isSmartRef__":true,"id":8382},"author":"tessi","message":"no comment","id":"01996A33-11BC-4C15-96D7-B7D219E2E961"},"8382":{"isSerializedDate":true,"string":"Thu May 24 2012 14:39:50 GMT+0200 (CEST)"},"8383":{"date":{"__isSmartRef__":true,"id":8384},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"8384":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (CEST)"},"8385":{"date":{"__isSmartRef__":true,"id":8386},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"8386":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (CEST)"},"8387":{"date":{"__isSmartRef__":true,"id":8388},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"8388":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (CET)"},"8389":{"date":{"__isSmartRef__":true,"id":8390},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"8390":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (CET)"},"8391":{"date":{"__isSmartRef__":true,"id":8392},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"8392":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (CET)"},"8393":{"date":{"__isSmartRef__":true,"id":8394},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"8394":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (CEST)"},"8395":{"date":{"__isSmartRef__":true,"id":8396},"author":"tessi","message":"no comment","id":"4B982A01-25B3-455A-848D-89C2C3C471D7"},"8396":{"isSerializedDate":true,"string":"Thu May 24 2012 13:58:01 GMT+0200 (CEST)"},"8397":{"date":{"__isSmartRef__":true,"id":8398},"author":"tessi","message":"no comment","id":"2FD6CB7B-3BC7-4666-98B4-AACF1001954D"},"8398":{"isSerializedDate":true,"string":"Thu May 24 2012 14:07:32 GMT+0200 (CEST)"},"8399":{"date":{"__isSmartRef__":true,"id":8400},"author":"tessi","message":"no comment","id":"09CF5ECF-2C87-4B66-A164-39848628596F"},"8400":{"isSerializedDate":true,"string":"Thu May 24 2012 15:34:59 GMT+0200 (CEST)"},"8401":{"date":{"__isSmartRef__":true,"id":8402},"author":"tessi","message":"no comment","id":"252A3EB5-DB00-4CF9-BF38-2927DD1C5229"},"8402":{"isSerializedDate":true,"string":"Thu May 24 2012 16:34:29 GMT+0200 (CEST)"},"8403":{"date":{"__isSmartRef__":true,"id":8404},"author":"tessi","message":"no comment","id":"81534551-62C1-4FC9-96CB-A5AC6642CA1E"},"8404":{"isSerializedDate":true,"string":"Thu May 24 2012 16:45:49 GMT+0200 (CEST)"},"8405":{"date":{"__isSmartRef__":true,"id":8406},"author":"tessi","message":"no comment","id":"5125DE3A-D50E-4621-8490-F3A9D99C2C4C"},"8406":{"isSerializedDate":true,"string":"Thu May 24 2012 16:47:20 GMT+0200 (CEST)"},"8407":{"date":{"__isSmartRef__":true,"id":8408},"author":"tessi","message":"no comment","id":"C81A2FBF-CB0B-4A0B-9D63-F9AEDFCB5DA6"},"8408":{"isSerializedDate":true,"string":"Thu May 24 2012 16:51:06 GMT+0200 (CEST)"},"8409":{"date":{"__isSmartRef__":true,"id":8410},"author":"tessi","message":"no comment","id":"DC8EF5EC-7563-45B6-816D-20E2DC218525"},"8410":{"isSerializedDate":true,"string":"Thu May 24 2012 16:52:10 GMT+0200 (CEST)"},"8411":{"date":{"__isSmartRef__":true,"id":8412},"author":"timfelgentreff","message":"no comment","id":"E7515DFB-DE7D-4E1F-A2C3-85166DCE4942"},"8412":{"isSerializedDate":true,"string":"Thu May 24 2012 16:59:39 GMT+0200 (CEST)"},"8413":{"morph":{"__isSmartRef__":true,"id":8370},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8414":{"sourceObj":{"__isSmartRef__":true,"id":8370},"sourceAttrName":"onMouseMove","targetObj":{"__isSmartRef__":true,"id":8370},"targetMethodName":"updateOnMove","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"8415":{"sourceObj":{"__isSmartRef__":true,"id":8370},"sourceAttrName":"onMouseUp","targetObj":{"__isSmartRef__":true,"id":8338},"targetMethodName":"removeHighlighting","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"8416":{"sourceObj":{"__isSmartRef__":true,"id":8370},"sourceAttrName":"onMouseUp","targetObj":{"__isSmartRef__":true,"id":7151},"targetMethodName":"setTarget","converterString":"function () {\n return this.sourceObj.morphUnderCursor();\n }","updaterString":null,"varMapping":{"__isSmartRef__":true,"id":8417},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"8417":{"source":{"__isSmartRef__":true,"id":8370},"target":{"__isSmartRef__":true,"id":7151}},"8418":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8419}},"8419":{"test01IsMorph":{"__isSmartRef__":true,"id":8420}},"8420":{"varMapping":{"__isSmartRef__":true,"id":8421},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":8422},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8421":{"this":{"__isSmartRef__":true,"id":8418}},"8422":{},"8423":{"update":{"__isSmartRef__":true,"id":8424},"updateOnMove":{"__isSmartRef__":true,"id":8428},"bringToFront":{"__isSmartRef__":true,"id":8432},"morphUnderCursor":{"__isSmartRef__":true,"id":8440}},"8424":{"varMapping":{"__isSmartRef__":true,"id":8425},"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":8426},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8425":{"this":{"__isSmartRef__":true,"id":8370}},"8426":{"timestamp":{"__isSmartRef__":true,"id":8427},"user":"lauritz","tags":[]},"8427":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:29:58 GMT+0200 (CEST)"},"8428":{"varMapping":{"__isSmartRef__":true,"id":8429},"source":"function updateOnMove() {\n this.update(this.morphUnderCursor());\n this.bringToFront();\n}","funcProperties":{"__isSmartRef__":true,"id":8430},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8429":{"this":{"__isSmartRef__":true,"id":8370}},"8430":{"timestamp":{"__isSmartRef__":true,"id":8431},"user":"lauritz","tags":[]},"8431":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:18:33 GMT+0200 (CEST)"},"8432":{"varMapping":{"__isSmartRef__":true,"id":8433},"source":"function bringToFront() {\n this.renderContext().morphNode.style.zIndex= 1000;\n}","funcProperties":{"__isSmartRef__":true,"id":8438},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8433":{"this":{"__isSmartRef__":true,"id":8370},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8434}},"8434":{"$super":{"__isSmartRef__":true,"id":8435}},"8435":{"varMapping":{"__isSmartRef__":true,"id":8436},"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":8437},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8436":{"obj":{"__isSmartRef__":true,"id":8370},"name":"bringToFront"},"8437":{},"8438":{"timestamp":{"__isSmartRef__":true,"id":8439},"user":"lauritz","tags":[]},"8439":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:12:09 GMT+0200 (CEST)"},"8440":{"varMapping":{"__isSmartRef__":true,"id":8441},"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":8442},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8441":{"this":{"__isSmartRef__":true,"id":8370}},"8442":{"timestamp":{"__isSmartRef__":true,"id":8443},"user":"lauritz","tags":[]},"8443":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:18:36 GMT+0200 (CEST)"},"8444":{"onFire":{"__isSmartRef__":true,"id":8445},"removeHighlighting":{"__isSmartRef__":true,"id":8449},"onMouseMove":{"__isSmartRef__":true,"id":8453},"onMouseOut":{"__isSmartRef__":true,"id":8461},"reset":{"__isSmartRef__":true,"id":8469},"isTracking":{"__isSmartRef__":true,"id":8473},"isHighlighting":{"__isSmartRef__":true,"id":8477},"currentTarget":{"__isSmartRef__":true,"id":8481}},"8445":{"varMapping":{"__isSmartRef__":true,"id":8446},"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":8447},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8446":{"this":{"__isSmartRef__":true,"id":8338}},"8447":{"timestamp":{"__isSmartRef__":true,"id":8448},"user":"lauritz","tags":[]},"8448":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:40:51 GMT+0200 (CEST)"},"8449":{"varMapping":{"__isSmartRef__":true,"id":8450},"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":8451},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8450":{"this":{"__isSmartRef__":true,"id":8338}},"8451":{"timestamp":{"__isSmartRef__":true,"id":8452},"user":"lauritz","tags":[]},"8452":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:20:30 GMT+0200 (CEST)"},"8453":{"varMapping":{"__isSmartRef__":true,"id":8454},"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":8459},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8454":{"this":{"__isSmartRef__":true,"id":8338},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8455}},"8455":{"$super":{"__isSmartRef__":true,"id":8456}},"8456":{"varMapping":{"__isSmartRef__":true,"id":8457},"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":8458},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8457":{"obj":{"__isSmartRef__":true,"id":8338},"name":"onMouseMove"},"8458":{},"8459":{"timestamp":{"__isSmartRef__":true,"id":8460},"user":"lauritz","tags":[]},"8460":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:25:52 GMT+0200 (CEST)"},"8461":{"varMapping":{"__isSmartRef__":true,"id":8462},"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":8467},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8462":{"this":{"__isSmartRef__":true,"id":8338},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8463}},"8463":{"$super":{"__isSmartRef__":true,"id":8464}},"8464":{"varMapping":{"__isSmartRef__":true,"id":8465},"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":8466},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8465":{"obj":{"__isSmartRef__":true,"id":8338},"name":"onMouseOut"},"8466":{},"8467":{"timestamp":{"__isSmartRef__":true,"id":8468},"user":"lauritz","tags":[]},"8468":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:21:57 GMT+0200 (CEST)"},"8469":{"varMapping":{"__isSmartRef__":true,"id":8470},"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":8471},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8470":{"this":{"__isSmartRef__":true,"id":8338}},"8471":{"timestamp":{"__isSmartRef__":true,"id":8472},"user":"lauritz","tags":[]},"8472":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:20:55 GMT+0200 (CEST)"},"8473":{"varMapping":{"__isSmartRef__":true,"id":8474},"source":"function isTracking() {\n return !!this.world().firstHand().highlightConnection;\n}","funcProperties":{"__isSmartRef__":true,"id":8475},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8474":{"this":{"__isSmartRef__":true,"id":8338}},"8475":{"timestamp":{"__isSmartRef__":true,"id":8476},"user":"lauritz","tags":[]},"8476":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:11:25 GMT+0200 (CEST)"},"8477":{"varMapping":{"__isSmartRef__":true,"id":8478},"source":"function isHighlighting() {\n return !!this.targetHighlight;\n}","funcProperties":{"__isSmartRef__":true,"id":8479},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8478":{"this":{"__isSmartRef__":true,"id":8338}},"8479":{"timestamp":{"__isSmartRef__":true,"id":8480},"user":"lauritz","tags":[]},"8480":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:11:22 GMT+0200 (CEST)"},"8481":{"varMapping":{"__isSmartRef__":true,"id":8482},"source":"function currentTarget() {\n return this.owner.target;\n}","funcProperties":{"__isSmartRef__":true,"id":8483},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8482":{"this":{"__isSmartRef__":true,"id":8338}},"8483":{"timestamp":{"__isSmartRef__":true,"id":8484},"user":"lauritz","tags":[]},"8484":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:26:02 GMT+0200 (CEST)"},"8485":{"target":{"__isSmartRef__":true,"id":7151},"selector":"update","args":[],"stopped":false,"tickTime":500,"suspended":false,"__LivelyClassName__":"lively.morphic.TargetScript","__SourceModuleName__":"Global.lively.morphic.Core"},"8486":{"_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(808.0,431.8)","_BorderColor":"Color.rgb(95,94,95)","_Fill":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)"},"8487":{"partsSpaceName":"PartsBin/Basic","comment":"Edit scripts and connections of a specific morph.","migrationLevel":4,"partName":"ObjectEditorPane","changes":[{"__isSmartRef__":true,"id":8488}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"8488":{"date":{"__isSmartRef__":true,"id":8489},"author":"lauritz","message":"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items."},"8489":{"isSerializedDate":true,"string":"Fri Oct 21 2011 00:39:30 GMT+0200 (CEST)"},"8490":{"morph":{"__isSmartRef__":true,"id":7151},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8491":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"8492":{},"8493":{"displayInitialScript":{"__isSmartRef__":true,"id":8494},"displayJavaScriptSource":{"__isSmartRef__":true,"id":8498},"displaySourceForConnection":{"__isSmartRef__":true,"id":8502},"displaySourceForScript":{"__isSmartRef__":true,"id":8506},"generateSourceForConnection":{"__isSmartRef__":true,"id":8510},"generateSourceForScript":{"__isSmartRef__":true,"id":8514},"generateTargetCode":{"__isSmartRef__":true,"id":8518},"newConnection":{"__isSmartRef__":true,"id":8522},"newScript":{"__isSmartRef__":true,"id":8526},"reset":{"__isSmartRef__":true,"id":8530},"selectChangedContent":{"__isSmartRef__":true,"id":8534},"setTarget":{"__isSmartRef__":true,"id":8538},"sortedConnectionNamesOfObj":{"__isSmartRef__":true,"id":8542},"sortedScriptNamesOfObj":{"__isSmartRef__":true,"id":8546},"updateLists":{"__isSmartRef__":true,"id":8550},"onShutdown":{"__isSmartRef__":true,"id":8554},"confirmUnsavedChanges":{"__isSmartRef__":true,"id":8558},"update":{"__isSmartRef__":true,"id":8562},"ensureAnnotationLayer":{"__isSmartRef__":true,"id":8566},"copyToPartsBinWithUserRequest":{"__isSmartRef__":true,"id":8570},"printTags":{"__isSmartRef__":true,"id":8578},"setTag":{"__isSmartRef__":true,"id":8582},"runScript":{"__isSmartRef__":true,"id":8586},"openPartTestRunner":{"__isSmartRef__":true,"id":8590},"hasUnsavedChanges":{"__isSmartRef__":true,"id":8594}},"8494":{"varMapping":{"__isSmartRef__":true,"id":8495},"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":8496},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8495":{"this":{"__isSmartRef__":true,"id":7151}},"8496":{"timestamp":{"__isSmartRef__":true,"id":8497},"user":"lauritz","tags":[]},"8497":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:13:43 GMT+0100 (CET)"},"8498":{"varMapping":{"__isSmartRef__":true,"id":8499},"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":8500},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8499":{"this":{"__isSmartRef__":true,"id":7151}},"8500":{"timestamp":{"__isSmartRef__":true,"id":8501},"user":"lauritz","tags":[]},"8501":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)"},"8502":{"varMapping":{"__isSmartRef__":true,"id":8503},"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":8504},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8503":{"this":{"__isSmartRef__":true,"id":7151}},"8504":{"timestamp":{"__isSmartRef__":true,"id":8505},"user":"conradcalmez","tags":[]},"8505":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:59:30 GMT+0100 (CET)"},"8506":{"varMapping":{"__isSmartRef__":true,"id":8507},"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":8508},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8507":{"this":{"__isSmartRef__":true,"id":7151}},"8508":{"timestamp":{"__isSmartRef__":true,"id":8509},"user":"cschuster","tags":[]},"8509":{"isSerializedDate":true,"string":"Thu Aug 30 2012 08:14:26 GMT+0200 (CEST)"},"8510":{"varMapping":{"__isSmartRef__":true,"id":8511},"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":8512},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8511":{"this":{"__isSmartRef__":true,"id":7151}},"8512":{"timestamp":{"__isSmartRef__":true,"id":8513},"user":"lauritz","tags":[]},"8513":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)"},"8514":{"varMapping":{"__isSmartRef__":true,"id":8515},"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":8516},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8515":{"this":{"__isSmartRef__":true,"id":7151}},"8516":{"timestamp":{"__isSmartRef__":true,"id":8517},"user":"cschuster","tags":[]},"8517":{"isSerializedDate":true,"string":"Thu Aug 30 2012 08:14:45 GMT+0200 (CEST)"},"8518":{"varMapping":{"__isSmartRef__":true,"id":8519},"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":8520},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8519":{"this":{"__isSmartRef__":true,"id":7151}},"8520":{"timestamp":{"__isSmartRef__":true,"id":8521},"user":"lauritz","tags":[]},"8521":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)"},"8522":{"varMapping":{"__isSmartRef__":true,"id":8523},"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":8524},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8523":{"this":{"__isSmartRef__":true,"id":7151}},"8524":{"timestamp":{"__isSmartRef__":true,"id":8525},"user":"lauritz","tags":[]},"8525":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)"},"8526":{"varMapping":{"__isSmartRef__":true,"id":8527},"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":8528},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8527":{"this":{"__isSmartRef__":true,"id":7151}},"8528":{"timestamp":{"__isSmartRef__":true,"id":8529},"user":"lauritz","tags":[]},"8529":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:24:25 GMT+0100 (CET)"},"8530":{"varMapping":{"__isSmartRef__":true,"id":8531},"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":8532},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8531":{"this":{"__isSmartRef__":true,"id":7151}},"8532":{"timestamp":{"__isSmartRef__":true,"id":8533},"user":"lauritz","tags":[]},"8533":{"isSerializedDate":true,"string":"Fri Aug 03 2012 11:45:36 GMT+0200 (CEST)"},"8534":{"varMapping":{"__isSmartRef__":true,"id":8535},"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 32) str = str.substring(0, 36) + '...';\n return str;\n}","funcProperties":{"__isSmartRef__":true,"id":10566},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10565":{"this":{"__isSmartRef__":true,"id":8844}},"10566":{"timestamp":{"__isSmartRef__":true,"id":10567},"user":"cschuster","tags":[]},"10567":{"isSerializedDate":true,"string":"Mon Jul 02 2012 23:16:12 GMT+0200 (CEST)"},"10568":{"varMapping":{"__isSmartRef__":true,"id":10569},"source":"function update() {\n if (this.tree.item) this.tree.update();\n}","funcProperties":{"__isSmartRef__":true,"id":10570},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10569":{"this":{"__isSmartRef__":true,"id":8844}},"10570":{"timestamp":{"__isSmartRef__":true,"id":10571},"user":"cschuster","tags":[]},"10571":{"isSerializedDate":true,"string":"Fri Jun 15 2012 00:12:23 GMT+0200 (CEST)"},"10572":{"varMapping":{"__isSmartRef__":true,"id":10573},"source":"function expand(item) {\n var props = Properties.allProperties(item.data, this.getFilter());\n if (!Object.isArray(item.data)) props = props.sort();\n var newChildren = [];\n var lookup = {};\n item.children.each(function(i) { lookup[i.name] = i; });\n props.each(function(prop) {\n var existing = lookup[prop];\n if (existing) {\n existing.data = item.data[prop];\n newChildren.push(existing);\n } else {\n newChildren.push(this.createItem(item.data, prop));\n }\n }.bind(this));\n var proto = !Object.isFunction(item.data) &&\n !this.isPrimitive(item.data) &&\n Object.getPrototypeOf(item.data);\n if (proto) {\n var existing = item.children.detect(function(i) { return i.data === proto; });\n if (existing) {\n newChildren.push(existing);\n } else {\n newChildren.push(this.createPrototypeItem(proto));\n }\n }\n item.children = newChildren;\n}","funcProperties":{"__isSmartRef__":true,"id":10574},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10573":{"this":{"__isSmartRef__":true,"id":8844}},"10574":{"timestamp":{"__isSmartRef__":true,"id":10575},"user":"cschuster","tags":[]},"10575":{"isSerializedDate":true,"string":"Fri Jun 15 2012 00:20:47 GMT+0200 (CEST)"},"10576":{"varMapping":{"__isSmartRef__":true,"id":10577},"source":"function setFilter(str) {\n var startsAlphaNum = /^[a-zA-Z0-9]/;\n var fn = {\n standard: function(obj, prop) {\n return obj.hasOwnProperty(prop) &&\n startsAlphaNum.test(prop) &&\n !Object.isFunction(obj[prop]);\n },\n properties: function(obj, prop) {\n return obj.hasOwnProperty(prop) &&\n !Object.isFunction(obj[prop]);\n },\n functions: function(obj, prop) {\n return obj.hasOwnProperty(prop) &&\n Object.isFunction(obj[prop]);\n },\n submorphs: function(obj, prop) {\n return obj.hasOwnProperty(prop) &&\n (prop == 'submorphs' || obj[prop] instanceof lively.morphic.Morph);\n },\n };\n this.filter = fn[str];\n var that = this;\n this.tree.layoutAfter(function() { that.update(); });\n}","funcProperties":{"__isSmartRef__":true,"id":10578},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10577":{"this":{"__isSmartRef__":true,"id":8844}},"10578":{"timestamp":{"__isSmartRef__":true,"id":10579},"user":"cschuster","tags":[]},"10579":{"isSerializedDate":true,"string":"Fri Jun 15 2012 00:12:23 GMT+0200 (CEST)"},"10580":{"varMapping":{"__isSmartRef__":true,"id":10581},"source":"function isPrimitive(value) {\n return value === null ||\n value === undefined ||\n Object.isString(value) ||\n Object.isNumber(value) ||\n Object.isBoolean(value);\n}","funcProperties":{"__isSmartRef__":true,"id":10582},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10581":{"this":{"__isSmartRef__":true,"id":8844}},"10582":{"timestamp":{"__isSmartRef__":true,"id":10583},"user":"cschuster","tags":[]},"10583":{"isSerializedDate":true,"string":"Fri Jun 15 2012 00:12:23 GMT+0200 (CEST)"},"10584":{"varMapping":{"__isSmartRef__":true,"id":10585},"source":"function createPrototypeItem(proto) {\n var that = this;\n var item = {data: proto, inspector: this, doNotSerialize: [\"data\"]};\n item.name = \"\";\n item.description = \"inherited from \" + this.typename(proto);\n item.children = [];\n Object.addScript(item, function onExpand() { this.inspector.expand(this); });\n Object.addScript(item, function onUpdateChildren() { this.inspector.expand(this); });\n Object.addScript(item, function onUpdate() {\n this.description = \"inherited from \" + this.inspector.typename(this.data);\n });\n return item;\n}","funcProperties":{"__isSmartRef__":true,"id":10586},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10585":{"this":{"__isSmartRef__":true,"id":8844}},"10586":{"timestamp":{"__isSmartRef__":true,"id":10587},"user":"cschuster","tags":[]},"10587":{"isSerializedDate":true,"string":"Wed Aug 01 2012 04:04:06 GMT+0200 (CEST)"},"10588":{"varMapping":{"__isSmartRef__":true,"id":10589},"source":"function typename(proto) {\n return proto.constructor.type || proto.constructor.name || proto.toString();\n}","funcProperties":{"__isSmartRef__":true,"id":10590},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10589":{"this":{"__isSmartRef__":true,"id":8844}},"10590":{"timestamp":{"__isSmartRef__":true,"id":10591},"user":"cschuster","tags":[]},"10591":{"isSerializedDate":true,"string":"Fri Jun 15 2012 00:12:23 GMT+0200 (CEST)"},"10592":{"varMapping":{"__isSmartRef__":true,"id":10593},"source":"function getFilter() {\n if (!this.filter) {\n this.setFilter(this.get(\"ObjectInspectorFilterList\").getSelectedItem());\n }\n return this.filter;\n}","funcProperties":{"__isSmartRef__":true,"id":10594},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10593":{"this":{"__isSmartRef__":true,"id":8844}},"10594":{"timestamp":{"__isSmartRef__":true,"id":10595},"user":"cschuster","tags":[]},"10595":{"isSerializedDate":true,"string":"Fri Jun 15 2012 00:20:17 GMT+0200 (CEST)"},"10596":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10597},"derivationIds":[null,"E34B7A68-766E-4DB7-A7E3-E4EE8A7079AC","7A7C4259-E86A-4D41-9B21-CE6D4EADF5A7","34C6ADC2-7F79-44A2-BEDF-A05F972B36BC","36694142-B04E-484B-957B-9BBF9784B20E","3CFE3EDB-8A42-4E75-A348-120654F234F2","3464720D-ABB2-4C88-BEEA-62B58DD08CD5","B5EA6ABC-057D-4A70-AB94-B3EDCA5E395E","05F4CC34-0F8A-43CA-94B6-9A543A70E55C","A2BF090C-5A85-4E54-92CA-6ABA47629E7B","DDD9B33B-824A-4C58-8107-67C5FADDFB72","09051614-6CE4-4984-B3CF-F3E78B5898B1","284F15EF-EA68-4F32-86F3-EA5DD3A23D1C","BE99321C-F9F7-45C2-9BED-3AC496C10878","344F1643-CC8E-4B9C-A57A-75074EDFDD12","E24B6723-2DA3-42B9-AE0B-1E28DA2C0CF8","035E96EC-B4F1-4D94-A31F-21750A89C148","658D2557-B37E-4C58-8618-9AF1E45EFA55","413248B4-5FDD-4647-9E20-F195F11DF903","20EF83E4-287D-4306-9EA0-65B7286C0E48","77F94626-E559-4BB8-B6EA-1EC2E50823C3","85515935-002D-4FF0-8C2B-E88837E5B98D","1B4B5619-CD65-49B8-939D-06D7DD9E0C4C","79748D72-9031-4011-9BD4-B7FE72461789","68C2CE7C-DB25-4911-B12A-8B0F69C8D46D","90DDEE95-E7B6-4FF5-A7B7-ED97BA99A75C","30A9C6A1-50FD-465E-8884-1FB4E887AA22","133E5671-4F3E-44AE-BA1C-8A23DFEFE806","8133C4D1-E8E5-4C70-BD30-B8BD467A97F0","19DEC829-053A-427D-B74C-447D4BFBBADF","F60BE0BE-9E27-495C-AD10-1BF48EF87F21","A6CCEFD6-C07E-4D58-8DBB-91E5EE97252D","483FFC15-78C6-43CA-88E9-D64C2C67C242","8A45C54F-F39A-477F-B6AB-21DD1002C37F"],"id":"F2A7553C-9D29-4855-8AAE-9CE1754ABEB1","eventHandler":{"__isSmartRef__":true,"id":10601},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":8843},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"dragStartPoint":null,"originalTargetExtent":null,"_Rotation":0,"_Scale":1.0000000000000009,"__serializedExpressions__":["_Position"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10602},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(310.4,440.4)"},"10597":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":10598},{"__isSmartRef__":true,"id":10599},{"__isSmartRef__":true,"id":10600}],"_BorderWidth":0,"_BorderColor":null,"_NodeClass":["path"],"_NodeId":"morph-e34b7a68-766e-4db7-a7e3-e4ee8a7079ac","__serializedExpressions__":["_Position","_Extent","_Padding","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(-1.0,-1.0)","_Extent":"lively.pt(15.0,15.0)","_Padding":"lively.rect(0,0,0,0)","_Fill":"Color.rgb(204,204,204)"},"10598":{"isAbsolute":true,"x":14,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"10599":{"isAbsolute":true,"x":14,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"10600":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"10601":{"morph":{"__isSmartRef__":true,"id":10596},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10602":{"onDragStart":{"__isSmartRef__":true,"id":10603},"onDrag":{"__isSmartRef__":true,"id":10610},"onDragEnd":{"__isSmartRef__":true,"id":10617}},"10603":{"varMapping":{"__isSmartRef__":true,"id":10604},"source":"function onDragStart(evt) {\n this.dragStartPoint = evt.mousePoint;\n this.originalTargetExtent = this.owner.getExtent();\n }","funcProperties":{"__isSmartRef__":true,"id":10609},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10604":{"this":{"__isSmartRef__":true,"id":10596},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10605}},"10605":{"$super":{"__isSmartRef__":true,"id":10606}},"10606":{"varMapping":{"__isSmartRef__":true,"id":10607},"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":10608},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10607":{"obj":{"__isSmartRef__":true,"id":10596},"name":"onDragStart"},"10608":{},"10609":{},"10610":{"varMapping":{"__isSmartRef__":true,"id":10611},"source":"function onDrag(evt) {\n var moveDelta = evt.mousePoint.subPt(this.dragStartPoint)\n if (evt.isShiftDown()) {\n var maxDelta = Math.max(moveDelta.x, moveDelta.y);\n\t moveDelta = pt(maxDelta, maxDelta);\n };\n this.owner.setExtent(this.originalTargetExtent.addPt(moveDelta));\n this.align(this.bounds().bottomRight(), this.owner.getExtent());\n }","funcProperties":{"__isSmartRef__":true,"id":10616},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10611":{"this":{"__isSmartRef__":true,"id":10596},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10612}},"10612":{"$super":{"__isSmartRef__":true,"id":10613}},"10613":{"varMapping":{"__isSmartRef__":true,"id":10614},"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":10615},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10614":{"obj":{"__isSmartRef__":true,"id":10596},"name":"onDrag"},"10615":{},"10616":{},"10617":{"varMapping":{"__isSmartRef__":true,"id":10618},"source":"function onDragEnd(evt) {\n this.dragStartPoint = null;\n this.originalTargetExtent = null;\n }","funcProperties":{"__isSmartRef__":true,"id":10623},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10618":{"this":{"__isSmartRef__":true,"id":10596},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10619}},"10619":{"$super":{"__isSmartRef__":true,"id":10620}},"10620":{"varMapping":{"__isSmartRef__":true,"id":10621},"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":10622},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10621":{"obj":{"__isSmartRef__":true,"id":10596},"name":"onDragEnd"},"10622":{},"10623":{},"10624":{"submorphs":[{"__isSmartRef__":true,"id":10625},{"__isSmartRef__":true,"id":10631},{"__isSmartRef__":true,"id":10644},{"__isSmartRef__":true,"id":10656}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10669},"eventHandler":{"__isSmartRef__":true,"id":10670},"_ClipMode":"visible","derivationIds":["3354C449-DE1C-422A-9B91-C1B724A2D784"],"id":"70CE0582-B681-4C14-928F-9919E2894C1C","droppingEnabled":false,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":10671},"windowMorph":{"__isSmartRef__":true,"id":8843},"label":{"__isSmartRef__":true,"id":10625},"closeButton":{"__isSmartRef__":true,"id":10631},"menuButton":{"__isSmartRef__":true,"id":10644},"collapseButton":{"__isSmartRef__":true,"id":10656},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":8843},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.TitleBar","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,0.0)"},"10625":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10626},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":10627}],"eventHandler":{"__isSmartRef__":true,"id":10629},"_ClipMode":"hidden","derivationIds":["683202D2-6E15-4762-BEF3-633DF82B9EE4"],"id":"3A339FB6-2745-44DA-8450-2A4E9A6D9A0D","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,"isLabel":true,"layout":{"__isSmartRef__":true,"id":10630},"eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":10624},"_StyleClassNames":["window-title"],"_TextStylingMode":true,"__serializedExpressions__":["_TextColor","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(21.0,3.0)"},"10626":{"_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(264.4,18.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"10627":{"style":{"__isSmartRef__":true,"id":10628},"chunkOwner":{"__isSmartRef__":true,"id":10625},"_id":"_3300","storedString":"verticalDistanceButton","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10628":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10629":{"morph":{"__isSmartRef__":true,"id":10625},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10630":{"resizeWidth":true},"10631":{"submorphs":[{"__isSmartRef__":true,"id":10632}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10637},"eventHandler":{"__isSmartRef__":true,"id":10638},"_ClipMode":"visible","derivationIds":["FB7A3DD8-97CB-4398-883B-A3D2C87C2F82"],"id":"E18270CD-485E-4AB4-B5F2-D4BFEE80DEC6","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":10632},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":10624},"layout":{"__isSmartRef__":true,"id":10639},"_StyleClassNames":["close"],"attributeConnections":[{"__isSmartRef__":true,"id":10640},{"__isSmartRef__":true,"id":10642}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(304.4,3.0)"},"10632":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10633},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":10634}],"eventHandler":{"__isSmartRef__":true,"id":10636},"_ClipMode":"hidden","derivationIds":["18901FFC-0D21-407F-ABC0-2BB1D80521AD"],"id":"9E7DA8F4-94E8-4A8B-9BA4-32372885097A","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":10631},"isLabel":true,"eventsAreIgnored":true,"_TextStylingMode":true,"__serializedExpressions__":["_TextColor","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(0.0,-1.0)"},"10633":{"_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(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"10634":{"style":{"__isSmartRef__":true,"id":10635},"chunkOwner":{"__isSmartRef__":true,"id":10632},"_id":"_1670","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10635":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10636":{"morph":{"__isSmartRef__":true,"id":10632},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10637":{"_BorderWidth":1,"_StrokeOpacity":0,"_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(17.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"10638":{"morph":{"__isSmartRef__":true,"id":10631},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10639":{"moveHorizontal":true},"10640":{"sourceObj":{"__isSmartRef__":true,"id":10631},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":8843},"targetMethodName":"getCloseHelp","varMapping":{"__isSmartRef__":true,"id":10641},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10641":{"source":{"__isSmartRef__":true,"id":10631},"target":{"__isSmartRef__":true,"id":8843}},"10642":{"sourceObj":{"__isSmartRef__":true,"id":10631},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8843},"targetMethodName":"initiateShutdown","varMapping":{"__isSmartRef__":true,"id":10643},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10643":{"source":{"__isSmartRef__":true,"id":10631},"target":{"__isSmartRef__":true,"id":8843}},"10644":{"submorphs":[{"__isSmartRef__":true,"id":10645}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10650},"eventHandler":{"__isSmartRef__":true,"id":10651},"_ClipMode":"visible","derivationIds":["E51FF825-9570-4914-B20B-7029DCC9ACE0"],"id":"B22E58E6-6168-4304-B210-F234E6CFA1DA","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":10645},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":10624},"attributeConnections":[{"__isSmartRef__":true,"id":10652},{"__isSmartRef__":true,"id":10654}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"isPressed":false,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(3.0,3.0)"},"10645":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10646},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":10647}],"eventHandler":{"__isSmartRef__":true,"id":10649},"_ClipMode":"hidden","derivationIds":["37A2A739-1A1F-498C-8EEE-909ABECE1795"],"id":"0A77DD4A-C033-4BED-A3F7-B7A84FBE5897","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":10644},"isLabel":true,"eventsAreIgnored":true,"_TextStylingMode":true,"__serializedExpressions__":["_TextColor","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(0.0,0.0)"},"10646":{"_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(18.0,17.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"10647":{"style":{"__isSmartRef__":true,"id":10648},"chunkOwner":{"__isSmartRef__":true,"id":10645},"_id":"_1672","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10648":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10649":{"morph":{"__isSmartRef__":true,"id":10645},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10650":{"_BorderWidth":1,"_StrokeOpacity":0,"_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(17.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"10651":{"morph":{"__isSmartRef__":true,"id":10644},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10652":{"sourceObj":{"__isSmartRef__":true,"id":10644},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":8843},"targetMethodName":"getMenuHelp","varMapping":{"__isSmartRef__":true,"id":10653},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10653":{"source":{"__isSmartRef__":true,"id":10644},"target":{"__isSmartRef__":true,"id":8843}},"10654":{"sourceObj":{"__isSmartRef__":true,"id":10644},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8843},"targetMethodName":"showTargetMorphMenu","varMapping":{"__isSmartRef__":true,"id":10655},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10655":{"source":{"__isSmartRef__":true,"id":10644},"target":{"__isSmartRef__":true,"id":8843}},"10656":{"submorphs":[{"__isSmartRef__":true,"id":10657}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10662},"eventHandler":{"__isSmartRef__":true,"id":10663},"_ClipMode":"visible","derivationIds":["158AFC6D-24CB-4DB5-A245-6D7283DDC1D6"],"id":"C7554262-F183-4EF0-9CAA-25C1ADE4464F","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":10657},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":10624},"layout":{"__isSmartRef__":true,"id":10664},"attributeConnections":[{"__isSmartRef__":true,"id":10665},{"__isSmartRef__":true,"id":10667}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(285.4,3.0)"},"10657":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10658},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":10659}],"eventHandler":{"__isSmartRef__":true,"id":10661},"_ClipMode":"hidden","derivationIds":["864112B1-4791-4892-9D7E-E83FFCFDEAF6"],"id":"249C141F-8B1B-4927-83E7-C66F1D7F2930","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":10656},"isLabel":true,"eventsAreIgnored":true,"_TextStylingMode":true,"__serializedExpressions__":["_TextColor","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(0.0,1.0)"},"10658":{"_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(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"10659":{"style":{"__isSmartRef__":true,"id":10660},"chunkOwner":{"__isSmartRef__":true,"id":10657},"_id":"_1674","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10660":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10661":{"morph":{"__isSmartRef__":true,"id":10657},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10662":{"_BorderWidth":1,"_StrokeOpacity":0,"_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(17.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"10663":{"morph":{"__isSmartRef__":true,"id":10656},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10664":{"moveHorizontal":true},"10665":{"sourceObj":{"__isSmartRef__":true,"id":10656},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":8843},"targetMethodName":"getCollapseHelp","varMapping":{"__isSmartRef__":true,"id":10666},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10666":{"source":{"__isSmartRef__":true,"id":10656},"target":{"__isSmartRef__":true,"id":8843}},"10667":{"sourceObj":{"__isSmartRef__":true,"id":10656},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8843},"targetMethodName":"toggleCollapse","varMapping":{"__isSmartRef__":true,"id":10668},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10668":{"source":{"__isSmartRef__":true,"id":10656},"target":{"__isSmartRef__":true,"id":8843}},"10669":{"_AppearanceStylingMode":true,"_BorderStylingMode":true,"_BorderWidth":0,"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(324.4,22.0)","_Padding":"lively.rect(0,0,0,0)"},"10670":{"morph":{"__isSmartRef__":true,"id":10624},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10671":{"resizeWidth":true,"adjustForNewBounds":true},"10672":{"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_NodeClass":["window"],"_NodeId":"morph-cd7bcb08-eb4a-48cd-952b-53a1eaeb23d0","__serializedExpressions__":["_Padding","_Extent"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Padding":"lively.rect(0,0,0,0)","_Extent":"lively.pt(324.4,454.4)"},"10673":{"morph":{"__isSmartRef__":true,"id":8843},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10674":{"adjustForNewBounds":true},"10675":{"partsSpaceName":"PartsBin/Tools","comment":"A tool for inspecting an object. Very similar to the ObjectExplorer but a lot faster and with the ability to edit primitives, filter properties and display inheritance.","migrationLevel":4,"partName":"ObjectInspector","changes":[{"__isSmartRef__":true,"id":10676},{"__isSmartRef__":true,"id":10678},{"__isSmartRef__":true,"id":10680},{"__isSmartRef__":true,"id":10682},{"__isSmartRef__":true,"id":10684},{"__isSmartRef__":true,"id":10686},{"__isSmartRef__":true,"id":10688},{"__isSmartRef__":true,"id":10690},{"__isSmartRef__":true,"id":10692},{"__isSmartRef__":true,"id":10694},{"__isSmartRef__":true,"id":10696},{"__isSmartRef__":true,"id":10698},{"__isSmartRef__":true,"id":10700},{"__isSmartRef__":true,"id":10702},{"__isSmartRef__":true,"id":10704},{"__isSmartRef__":true,"id":10706},{"__isSmartRef__":true,"id":10708},{"__isSmartRef__":true,"id":10710},{"__isSmartRef__":true,"id":10712},{"__isSmartRef__":true,"id":10714},{"__isSmartRef__":true,"id":10716},{"__isSmartRef__":true,"id":10718},{"__isSmartRef__":true,"id":10720},{"__isSmartRef__":true,"id":10722},{"__isSmartRef__":true,"id":10724},{"__isSmartRef__":true,"id":10726},{"__isSmartRef__":true,"id":10728},{"__isSmartRef__":true,"id":10730},{"__isSmartRef__":true,"id":10732},{"__isSmartRef__":true,"id":10734},{"__isSmartRef__":true,"id":10736},{"__isSmartRef__":true,"id":10738},{"__isSmartRef__":true,"id":10740},{"__isSmartRef__":true,"id":10742},{"__isSmartRef__":true,"id":10744},{"__isSmartRef__":true,"id":10746}],"revisionOnLoad":185124,"lastModifiedDate":{"__isSmartRef__":true,"id":10748},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10676":{"date":{"__isSmartRef__":true,"id":10677},"author":"cschuster","message":"reset scale to 1","id":"44F3B7C5-4880-4E0C-8E1A-B0CE032E7594"},"10677":{"isSerializedDate":true,"string":"Fri Jun 29 2012 01:21:07 GMT+0200 (CEST)"},"10678":{"date":{"__isSmartRef__":true,"id":10679},"author":"cschuster","message":"fixed a bug with addScript","id":"A00EC8E9-2F93-46E8-A1C8-22588B39BC11"},"10679":{"isSerializedDate":true,"string":"Thu Jun 14 2012 20:36:16 GMT+0200 (CEST)"},"10680":{"date":{"__isSmartRef__":true,"id":10681},"author":"cschuster","message":"copying should now work","id":"334BC443-5022-4C12-8DE0-532B479A57DC"},"10681":{"isSerializedDate":true,"string":"Thu Jun 14 2012 20:14:16 GMT+0200 (CEST)"},"10682":{"date":{"__isSmartRef__":true,"id":10683},"author":"cschuster","message":"changed submorphs to morphs.","id":"F6E05A4D-23B9-4CCA-88DE-C14C35965B13"},"10683":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:56:30 GMT+0200 (CEST)"},"10684":{"date":{"__isSmartRef__":true,"id":10685},"author":"cschuster","message":"inheritance now works as well","id":"B6153C82-028D-48C6-A949-B9C16246B7E1"},"10685":{"isSerializedDate":true,"string":"Wed Jun 06 2012 03:06:06 GMT+0200 (CEST)"},"10686":{"date":{"__isSmartRef__":true,"id":10687},"author":"cschuster","message":"started work on displaying inherited properties.","id":"E2D295AA-8DC9-41F0-8699-3B4294FFA5A2"},"10687":{"isSerializedDate":true,"string":"Wed Jun 06 2012 02:46:47 GMT+0200 (CEST)"},"10688":{"date":{"__isSmartRef__":true,"id":10689},"author":"cschuster","message":"fixed handling of null and undefined values","id":"25FAB4E6-9A70-4E32-8213-1098C6A9C363"},"10689":{"isSerializedDate":true,"string":"Wed Jun 06 2012 01:57:14 GMT+0200 (CEST)"},"10690":{"date":{"__isSmartRef__":true,"id":10691},"author":"cschuster","message":"fixed problem with boolean values","id":"ECA8BC3D-29C8-4779-B61C-27DC9E13B7E2"},"10691":{"isSerializedDate":true,"string":"Wed Jun 06 2012 01:25:44 GMT+0200 (CEST)"},"10692":{"date":{"__isSmartRef__":true,"id":10693},"author":"cschuster","message":"fixed bug with primitive values.","id":"6B05214C-6EE6-4F5C-BA36-DFC15578CB12"},"10693":{"isSerializedDate":true,"string":"Wed Jun 06 2012 01:14:48 GMT+0200 (CEST)"},"10694":{"date":{"__isSmartRef__":true,"id":10695},"author":"cschuster","message":"better updating for collapsed items","id":"A37C0C9B-1F7F-49D9-BC86-CA97E05C812D"},"10695":{"isSerializedDate":true,"string":"Wed Jun 06 2012 01:12:20 GMT+0200 (CEST)"},"10696":{"date":{"__isSmartRef__":true,"id":10697},"author":"cschuster","message":"removed filter for inherited properties","id":"CABABBD4-BABE-4D47-8EBF-CED45960532B"},"10697":{"isSerializedDate":true,"string":"Wed Jun 06 2012 00:10:42 GMT+0200 (CEST)"},"10698":{"date":{"__isSmartRef__":true,"id":10699},"author":"cschuster","message":"editing of strings, numbers and boolean values","id":"CE0C9588-EB85-4390-B51B-BC51AA154F11"},"10699":{"isSerializedDate":true,"string":"Tue Jun 05 2012 02:33:18 GMT+0200 (CEST)"},"10700":{"date":{"__isSmartRef__":true,"id":10701},"author":"cschuster","message":"improved text editing","id":"C9950198-82AF-47B8-9BDF-04C7457FE598"},"10701":{"isSerializedDate":true,"string":"Tue Jun 05 2012 01:18:18 GMT+0200 (CEST)"},"10702":{"date":{"__isSmartRef__":true,"id":10703},"author":"cschuster","message":"now supports editing of string properties","id":"4DEA5157-6A26-46F4-AE4E-59112855E522"},"10703":{"isSerializedDate":true,"string":"Tue Jun 05 2012 00:44:13 GMT+0200 (CEST)"},"10704":{"date":{"__isSmartRef__":true,"id":10705},"author":"cschuster","message":"updating should work now. still needs some testing","id":"381E10DB-4391-42E3-A790-D5EAEFF2758B"},"10705":{"isSerializedDate":true,"string":"Sat Jun 02 2012 03:12:07 GMT+0200 (CEST)"},"10706":{"date":{"__isSmartRef__":true,"id":10707},"author":"cschuster","message":"initial commit. still a lot of work to do.","id":"258D3B7C-8C70-4B34-962F-E2F39A8596D5"},"10707":{"isSerializedDate":true,"string":"Tue May 29 2012 23:52:57 GMT+0200 (CEST)"},"10708":{"date":{"__isSmartRef__":true,"id":10709},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"10709":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (CEST)"},"10710":{"date":{"__isSmartRef__":true,"id":10711},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"10711":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (CEST)"},"10712":{"date":{"__isSmartRef__":true,"id":10713},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"10713":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (CET)"},"10714":{"date":{"__isSmartRef__":true,"id":10715},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"10715":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (CET)"},"10716":{"date":{"__isSmartRef__":true,"id":10717},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"10717":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (CET)"},"10718":{"date":{"__isSmartRef__":true,"id":10719},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"10719":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (CEST)"},"10720":{"date":{"__isSmartRef__":true,"id":10721},"author":"cschuster","message":"faster updating","id":"BDDADEB8-FC7D-4240-965D-5C2A8106884F"},"10721":{"isSerializedDate":true,"string":"Mon Jun 04 2012 20:44:27 GMT+0200 (CEST)"},"10722":{"date":{"__isSmartRef__":true,"id":10723},"author":"cschuster","message":"now uses hidden root node","id":"63608436-F5CC-4F6C-8C9E-C4039CAAE8AE"},"10723":{"isSerializedDate":true,"string":"Mon Jun 04 2012 22:34:53 GMT+0200 (CEST)"},"10724":{"date":{"__isSmartRef__":true,"id":10725},"author":"cschuster","message":"now supports filtering","id":"CF4D534E-10BF-4727-8FB1-25AB7DEC6E48"},"10725":{"isSerializedDate":true,"string":"Tue Jun 05 2012 23:45:47 GMT+0200 (CEST)"},"10726":{"date":{"__isSmartRef__":true,"id":10727},"author":"cschuster","message":"fixed the problems with the unspecified filter.","id":"745E611A-B941-4FFD-9759-E982062C03B8"},"10727":{"isSerializedDate":true,"string":"Tue Jun 05 2012 23:51:21 GMT+0200 (CEST)"},"10728":{"date":{"__isSmartRef__":true,"id":10729},"author":"cschuster","message":"fixed bug with prototype of primitives.","id":"A3F3EEC4-36E8-4EC8-B2DD-8B899A275990"},"10729":{"isSerializedDate":true,"string":"Wed Jun 06 2012 03:16:23 GMT+0200 (CEST)"},"10730":{"date":{"__isSmartRef__":true,"id":10731},"author":"jenslincke","message":"added \"show submorphs\" to filter options","id":"93060C3D-5BE0-46C0-BF46-58B7C287E037"},"10731":{"isSerializedDate":true,"string":"Wed Jun 06 2012 10:58:01 GMT+0200 (CEST)"},"10732":{"date":{"__isSmartRef__":true,"id":10733},"author":"cschuster","message":"fixed description string for namespaces and clipping mode.","id":"9CB238CB-7069-43DE-81BD-C09B61A2BDB4"},"10733":{"isSerializedDate":true,"string":"Thu Jun 07 2012 00:19:24 GMT+0200 (CEST)"},"10734":{"date":{"__isSmartRef__":true,"id":10735},"author":"cschuster","message":"hopefully fixed the addScript bug","id":"D040A117-4200-449C-A492-272C4498EDBD"},"10735":{"isSerializedDate":true,"string":"Fri Jun 15 2012 00:12:43 GMT+0200 (CEST)"},"10736":{"date":{"__isSmartRef__":true,"id":10737},"author":"cschuster","message":"fixed serialization of filter","id":"776E7AFA-1299-4714-94C4-F514AC2A255C"},"10737":{"isSerializedDate":true,"string":"Fri Jun 15 2012 00:21:17 GMT+0200 (CEST)"},"10738":{"date":{"__isSmartRef__":true,"id":10739},"author":"cschuster","message":"fixed string describe bug","id":"B38CA966-52EB-420C-84FB-ADED1B421078"},"10739":{"isSerializedDate":true,"string":"Mon Jul 02 2012 23:16:55 GMT+0200 (CEST)"},"10740":{"date":{"__isSmartRef__":true,"id":10741},"author":"cschuster","message":"do not serialize prototype data","id":"E13FF3C5-692E-45E6-81DA-497C4F1A252B"},"10741":{"isSerializedDate":true,"string":"Wed Aug 01 2012 04:04:41 GMT+0200 (CEST)"},"10742":{"date":{"__isSmartRef__":true,"id":10743},"author":"jenslincke","message":"changed layout and added splitter","id":"98C76CEA-1AFB-4802-B245-BC542286BE14"},"10743":{"isSerializedDate":true,"string":"Thu Nov 22 2012 14:43:32 GMT+0100 (CET)"},"10744":{"date":{"__isSmartRef__":true,"id":10745},"author":"jenslincke","message":"changed layout and added splitter","id":"8CE1DD54-E7A9-40CC-9761-30F2B4D4191C"},"10745":{"isSerializedDate":true,"string":"Thu Nov 22 2012 14:43:37 GMT+0100 (CET)"},"10746":{"date":{"__isSmartRef__":true,"id":10747},"author":"jenslincke","message":"new title bar","id":"24261115-4F33-48D7-9E6F-D580EF3CB481"},"10747":{"isSerializedDate":true,"string":"Thu Nov 29 2012 09:58:12 GMT+0100 (CET)"},"10748":{"isSerializedDate":true,"string":"Thu Nov 29 2012 09:55:17 GMT+0100 (CET)"},"10749":{"inspect":{"__isSmartRef__":true,"id":10750}},"10750":{"varMapping":{"__isSmartRef__":true,"id":10751},"source":"function inspect(obj) {\n this.get('ObjectInspector').inspect(obj);\n}","funcProperties":{"__isSmartRef__":true,"id":10752},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10751":{"this":{"__isSmartRef__":true,"id":8843}},"10752":{"timestamp":{"__isSmartRef__":true,"id":10753},"user":"cschuster","tags":[]},"10753":{"isSerializedDate":true,"string":"Fri Jun 01 2012 21:32:31 GMT+0200 (CEST)"},"10754":{"submorphs":[],"scripts":[],"id":226,"shape":{"__isSmartRef__":true,"id":10755},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":false,"registeredForMouseEvents":true,"_world":{"__isSmartRef__":true,"id":0},"owner":{"__isSmartRef__":true,"id":0},"carriesGrabbedMorphs":false,"_Scale":1.002003004005006,"eventHandler":{"__isSmartRef__":true,"id":10756},"_Rotation":0,"lastScrollTime":1355054173085,"_ClipMode":"visible","prevScroll":[0,0],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.HandMorph","__SourceModuleName__":"Global.lively.morphic.Events","withLayers":["Global.NoMagnetsLayer"],"_Position":"lively.pt(949.0,1018.0)"},"10755":{"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(2.0,2.0)","_Fill":"Color.rgb(204,0,0)","_Padding":"lively.rect(0,0,0,0)"},"10756":{"morph":{"__isSmartRef__":true,"id":10754},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10757":{"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(2800.0,2900.0)","_Fill":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)"},"10758":{"name":"Local code","__LivelyClassName__":"ChangeSet","__SourceModuleName__":"Global.lively.ChangeSet"},"10759":{"morph":{"__isSmartRef__":true,"id":0},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10760":{"sourceObj":{"__isSmartRef__":true,"id":0},"sourceAttrName":"savedWorldAsURL","targetObj":{"__isSmartRef__":true,"id":0},"targetMethodName":"visitNewPageAfterSaveAs","varMapping":{"__isSmartRef__":true,"id":10761},"updaterString":"function ($upd, v) {\n if (v && v.toString() !== URL.source.toString()) { $upd(v); }\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10761":{"source":{"__isSmartRef__":true,"id":0},"target":{"__isSmartRef__":true,"id":0}},"10762":{"submorphs":[{"__isSmartRef__":true,"id":10763}],"scripts":[],"id":"2F676B42-BA31-47F0-98ED-FE5DE64AD2B7","shape":{"__isSmartRef__":true,"id":10774},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"__serializedExpressions__":["_Position","distanceToDragEvent"],"showsHalos":false,"name":"LoadingMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":10775},"eventHandler":{"__isSmartRef__":true,"id":10873},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[127,"59692BC3-6C7B-4E23-B820-8699260EA722","486BB935-1313-4103-B2A8-642B19437478","18AFFD44-46CD-489E-B1D6-DED43E2B6B06","2608C892-2204-4981-9A87-8E749F8944AB","5535861F-4EA2-44AB-8A40-0538124E0AAC","16C292B3-86E8-4622-B516-27C48263B8CC","87731A20-D455-44D0-97E5-98A7CFD4E417","A17081E7-E597-47ED-BD32-6E4D206BD7D7","CFB4A44C-BFEA-4584-BCBA-AE2A56739200","76B3DD9B-8D01-42BA-A574-AB99D5F899BB","1EBC5512-8F54-4B24-998C-69A285EC8533","DD1165C7-6C1A-4361-A4AE-FCF6F31152FD","4D6D36E8-48F3-408A-B03C-202E4DC182BD","5F3B3E0F-BBC6-4DDA-BAA0-7EFC05FF2011","E0A6B33B-767A-4532-9021-892414520200","F5F5E2B1-5FF0-4E09-B323-AE88A3920B8D","0C7E832A-A741-430F-B295-8BC181D066FE","472AED3B-CB76-49BD-BF49-354A2D568F86","A7C52F65-D140-4791-880F-F7584C7BB570","3516412B-8B36-4E52-9416-6B7FB358BDC2","1840CACC-078C-4795-AD3F-E9D6F8D557A0","1FEDCA25-0131-46FA-840F-DC5F1B05C6CA","C620CED3-0AE9-4097-9AA7-2706A042F9C9","679A861B-40E0-4DB2-B22F-95B454C6978D","FEF39B3C-E634-4825-BAB8-2D44FE647B03"],"isBeingDragged":false,"layout":{"__isSmartRef__":true,"id":10874},"prevScroll":[0,0],"moved":true,"_Rotation":0,"_Scale":1,"headRevision":146469,"_ClipMode":"visible","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10875},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(0.0,0.0)","distanceToDragEvent":"lively.pt(171.0,-13.0)"},"10763":{"submorphs":[{"__isSmartRef__":true,"id":10764}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10770},"id":"C3418413-DA29-423F-93F4-214F33E7EE7A","eventHandler":{"__isSmartRef__":true,"id":10771},"droppingEnabled":true,"halosEnabled":true,"__serializedExpressions__":["_Position","distanceToDragEvent"],"name":"ProgressIndicator","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":10772},"derivationIds":[520,"071F18BE-FF28-40F5-ACAD-1916E0D25C38","DF185A10-743D-45FC-B9C2-76E12D908BCF","BF125D2C-596A-4C1E-A5F8-DAE4801E9497","3CEE8CFF-B8F1-4B4B-A405-CB583080252A","D0652878-8F9C-4591-8A82-296898AACDB6","31441DDF-2220-43BE-A99F-69E1FEC68030","14A90039-0D3E-46DC-8445-D42B8E02EB42","681EF5DE-A344-4114-B2F3-B96CE3872524","C0381116-5116-4F33-B082-A411D0E4534E","24E9581E-B008-46EE-9CBC-D5190E100D98","C69D1041-2C5E-48FE-B04C-04E66450658A","4830945B-4FFF-4564-9424-34D7995DAE60","8602C233-B3E7-4682-9B0E-D7549761D934","B4E0E11F-2BED-462E-B708-89D63971856E","EE0144C2-D016-4390-8A67-4E7DEF171C83","F44DF6E4-5F27-440E-AB5F-3721C0A10CA6","73FC6648-DAAF-4673-8CF4-7DA219513F22","B78EB1B5-780C-45F7-B0A7-B988B52B1FF1","DFDB8CD1-72F7-40F4-849B-1F9B866277AB","66111105-B1FC-41F7-BF70-D45118C9E09F","02420416-1E35-4831-AABB-91CD0460CA1A","7C6B2EB2-4510-4A8E-BAFF-5CF0040DD7F5","0503F5A1-1732-4610-9A5A-920D658CA766","07C5AE03-36AD-4849-BACD-27D7D9A2CCF2","9FFF9D73-931C-404C-AA4B-5AC2E7C53504"],"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":10762},"isBeingDragged":false,"layout":{"__isSmartRef__":true,"id":10773},"prevScroll":[0,0],"_Rotation":0,"_Scale":1,"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Image","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(113.5,81.0)","distanceToDragEvent":"lively.pt(39.0,-11.0)"},"10764":{"submorphs":[],"scripts":[],"id":"A75BD2BD-D158-4882-B19C-7E56932CE0E1","shape":{"__isSmartRef__":true,"id":10765},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"_MaxTextWidth":257,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"loadedMorphName","partsBinMetaInfo":{"__isSmartRef__":true,"id":10766},"textChunks":[{"__isSmartRef__":true,"id":10767}],"charsReplaced":"MorphName","lastFindLoc":18,"priorSelectionRange":[9,0],"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":10769},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_ClipMode":"visible","derivationIds":[355,"023045B3-2D6B-4425-89FB-F4806D527BE0","DC0C2365-868C-41AE-8369-51C31E91493E","C6D9D314-86A1-4015-970B-F6787F535E1A","6AA4552E-2E85-447E-9033-99D5AA1A94BC","D94BE49C-8A3E-4F1F-BF28-FEDD9B40D213","AA8F0470-654C-4AA2-8135-4607F5429AC5","E0BAABCC-FFB2-4EDF-BAE5-C63CC99B6A97","1A86AE17-73AE-442E-AB36-DD90C6DFC8BC","EF750075-E964-4CD3-B6A4-161511E1D058","CED69CBF-FFA5-45E7-B333-FBACE4F278AC","E56978C1-7424-4C10-8168-11FD3237B540","D5AB2532-A4DC-42D6-AF17-99CBBCEAA848","245866CB-598A-4172-A3A0-A06D4D26C6AD","43B0F12E-5793-43AA-80E1-496774E0EBA6","1B776A8C-0413-475F-8EBD-120BBD91D2BB","F84F2C9A-8003-4E81-833A-83F48C92F3B8","3124B389-9FA4-4348-BC5D-0DFF9C59CD1B","1A1BCBAC-D7CC-4BAE-B8C2-7C693F7327A1","1CB201BA-5E0B-4771-821A-139FA2AEFBC2","195520FA-4816-47A4-B0F5-BA890AFD9DF9","0D15F28A-24C9-46B7-89C5-6D2354728AC1","316FE9D3-62EC-4FD6-9B0F-FFA622B79575","739F3743-9BE1-48C8-813D-C0BFB0DCACA6","01877B3B-7DA7-4222-B011-7B5F4E501862","B8FE7DEE-9568-4BE6-BA12-EA674BA79E08"],"_WhiteSpaceHandling":"pre-wrap","owner":{"__isSmartRef__":true,"id":10763},"_MinTextWidth":257,"_MinTextHeight":null,"previousSelection":[6,6],"_Align":"center","isBeingDragged":false,"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-109.0,38.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(179.0,-11.0)"},"10765":{"fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"_BorderWidth":0,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(257.0,23.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"10766":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10767":{"style":{"__isSmartRef__":true,"id":10768},"chunkOwner":{"__isSmartRef__":true,"id":10764},"storedString":"loading part","_id":"_21","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10768":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10769":{"morph":{"__isSmartRef__":true,"id":10764},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10770":{"__serializedExpressions__":["_Position","_Extent","_Padding"],"_ImageURL":"data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLoaded":true,"_ClipMode":"visible","_BorderWidth":0,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Image","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(31.0,31.0)","_Padding":"lively.rect(0,0,0,0)"},"10771":{"morph":{"__isSmartRef__":true,"id":10763},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10772":{"partName":"ProgressIndicator","requiredModules":[],"migrationLevel":2,"partsSpaceName":"PartsBin/Widgets/","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10773":{"centeredHorizontal":true,"centeredVertical":true},"10774":{"__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"_BorderWidth":1,"_ClipMode":"visible","_BorderRadius":8.515,"_Opacity":0.8146,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(266.0,223.0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"10775":{"partsSpaceName":"PartsBin/iPadWidgets","comment":"This is a placeholder to indicate that a morph is being loaded. It will be replaced by the morph as soon as the requested morph finished loading.","migrationLevel":4,"partName":"LoadingMorph","changes":[{"__isSmartRef__":true,"id":10776},{"__isSmartRef__":true,"id":10778},{"__isSmartRef__":true,"id":10780},{"__isSmartRef__":true,"id":10782},{"__isSmartRef__":true,"id":10784},{"__isSmartRef__":true,"id":10786},{"__isSmartRef__":true,"id":10788},{"__isSmartRef__":true,"id":10790},{"__isSmartRef__":true,"id":10792},{"__isSmartRef__":true,"id":10794},{"__isSmartRef__":true,"id":10796},{"__isSmartRef__":true,"id":10798},{"__isSmartRef__":true,"id":10800},{"__isSmartRef__":true,"id":10802},{"__isSmartRef__":true,"id":10804},{"__isSmartRef__":true,"id":10806},{"__isSmartRef__":true,"id":10808},{"__isSmartRef__":true,"id":10810},{"__isSmartRef__":true,"id":10812},{"__isSmartRef__":true,"id":10814},{"__isSmartRef__":true,"id":10816},{"__isSmartRef__":true,"id":10818},{"__isSmartRef__":true,"id":10820},{"__isSmartRef__":true,"id":10822},{"__isSmartRef__":true,"id":10824},{"__isSmartRef__":true,"id":10826},{"__isSmartRef__":true,"id":10828},{"__isSmartRef__":true,"id":10830},{"__isSmartRef__":true,"id":10832},{"__isSmartRef__":true,"id":10834},{"__isSmartRef__":true,"id":10836},{"__isSmartRef__":true,"id":10838},{"__isSmartRef__":true,"id":10840},{"__isSmartRef__":true,"id":10842},{"__isSmartRef__":true,"id":10844},{"__isSmartRef__":true,"id":10846},{"__isSmartRef__":true,"id":10848},{"__isSmartRef__":true,"id":10850},{"__isSmartRef__":true,"id":10852},{"__isSmartRef__":true,"id":10854},{"__isSmartRef__":true,"id":10856},{"__isSmartRef__":true,"id":10858},{"__isSmartRef__":true,"id":10860},{"__isSmartRef__":true,"id":10862},{"__isSmartRef__":true,"id":10864},{"__isSmartRef__":true,"id":10866},{"__isSmartRef__":true,"id":10868},{"__isSmartRef__":true,"id":10870}],"revisionOnLoad":151069,"lastModifiedDate":{"__isSmartRef__":true,"id":10872},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10776":{"date":{"__isSmartRef__":true,"id":10777},"author":"sstamm","message":"","id":"1C1391AE-5722-4707-BE52-F0094FC56829"},"10777":{"isSerializedDate":true,"string":"Wed Feb 22 2012 14:02:04 GMT+0100 (CET)"},"10778":{"date":{"__isSmartRef__":true,"id":10779},"author":"sstamm","message":"","id":"663F147A-9084-4AC3-81A7-1E7BA6547F08"},"10779":{"isSerializedDate":true,"string":"Wed Feb 22 2012 12:43:10 GMT+0100 (CET)"},"10780":{"date":{"__isSmartRef__":true,"id":10781},"author":"sstamm","message":"","id":"F72B746E-B170-4EFB-9074-5E8770640B8A"},"10781":{"isSerializedDate":true,"string":"Wed Feb 22 2012 12:36:14 GMT+0100 (CET)"},"10782":{"date":{"__isSmartRef__":true,"id":10783},"author":"sstamm","message":"","id":"568D2EFD-C535-43AE-8944-6D8B967129F5"},"10783":{"isSerializedDate":true,"string":"Wed Feb 22 2012 12:23:04 GMT+0100 (CET)"},"10784":{"date":{"__isSmartRef__":true,"id":10785},"author":"sstamm","message":"","id":"AB2484A6-0707-4E13-845E-F0A5F48BBA3D"},"10785":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:59:45 GMT+0100 (CET)"},"10786":{"date":{"__isSmartRef__":true,"id":10787},"author":"sstamm","message":"","id":"97D20633-F76C-46A5-A32A-FFE9BC83CAB3"},"10787":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:59:10 GMT+0100 (CET)"},"10788":{"date":{"__isSmartRef__":true,"id":10789},"author":"sstamm","message":"","id":"8A697DF5-9A45-4A84-B709-9719BF55083E"},"10789":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:56:54 GMT+0100 (CET)"},"10790":{"date":{"__isSmartRef__":true,"id":10791},"author":"sstamm","message":"","id":"F2157D66-1571-4B9A-B325-6FA96488260F"},"10791":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:51:05 GMT+0100 (CET)"},"10792":{"date":{"__isSmartRef__":true,"id":10793},"author":"sstamm","message":"","id":"E5E808CA-06AB-47DC-A9C9-CA7967591545"},"10793":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:47:19 GMT+0100 (CET)"},"10794":{"date":{"__isSmartRef__":true,"id":10795},"author":"sstamm","message":"","id":"009DC4E0-23CA-485A-A796-801AA0F75049"},"10795":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:46:25 GMT+0100 (CET)"},"10796":{"date":{"__isSmartRef__":true,"id":10797},"author":"sstamm","message":"","id":"C0CE1397-6E2E-4E8C-AEFF-9017E24BB7E4"},"10797":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:45:05 GMT+0100 (CET)"},"10798":{"date":{"__isSmartRef__":true,"id":10799},"author":"sstamm","message":"","id":"FFE16986-548D-4AC2-A627-CF6416282BC4"},"10799":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:37:15 GMT+0100 (CET)"},"10800":{"date":{"__isSmartRef__":true,"id":10801},"author":"sstamm","message":"","id":"57213D63-7147-4057-ADC9-30994443B066"},"10801":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:35:29 GMT+0100 (CET)"},"10802":{"date":{"__isSmartRef__":true,"id":10803},"author":"sstamm","message":"","id":"75A31364-B380-4312-BB5B-F8F2DA1CE824"},"10803":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:31:52 GMT+0100 (CET)"},"10804":{"date":{"__isSmartRef__":true,"id":10805},"author":"sstamm","message":"","id":"5AA50B7E-7D33-44C4-807B-BF1ABA31D530"},"10805":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:14:10 GMT+0100 (CET)"},"10806":{"date":{"__isSmartRef__":true,"id":10807},"author":"sstamm","message":"","id":"BCDCC505-534C-45E5-9BB2-5238959A5AD0"},"10807":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:02:56 GMT+0100 (CET)"},"10808":{"date":{"__isSmartRef__":true,"id":10809},"author":"sstamm","message":"","id":"890D14F4-E89D-4E05-BFB9-875D6AB6C765"},"10809":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:01:50 GMT+0100 (CET)"},"10810":{"date":{"__isSmartRef__":true,"id":10811},"author":"sstamm","message":"","id":"B6FE0805-0D24-4267-8238-8B332352617E"},"10811":{"isSerializedDate":true,"string":"Wed Feb 22 2012 10:55:44 GMT+0100 (CET)"},"10812":{"date":{"__isSmartRef__":true,"id":10813},"author":"sstamm","message":"callbacks are working","id":"9348260A-3B55-4659-BC85-440BFBD98EA4"},"10813":{"isSerializedDate":true,"string":"Fri Feb 10 2012 09:45:55 GMT+0100 (CET)"},"10814":{"date":{"__isSmartRef__":true,"id":10815},"author":"sstamm","message":"made it more opaque","id":"1B84264C-2822-407F-A58F-19217BCD2762"},"10815":{"isSerializedDate":true,"string":"Wed Feb 08 2012 11:41:50 GMT+0100 (CET)"},"10816":{"date":{"__isSmartRef__":true,"id":10817},"author":"sstamm","message":"","id":"0FB41D7D-2A52-4782-814B-A66C24FCE569"},"10817":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:13:49 GMT+0100 (CET)"},"10818":{"date":{"__isSmartRef__":true,"id":10819},"author":"sstamm","message":"","id":"A0C2D7C1-04AF-493A-A7D7-70750F7D3E2F"},"10819":{"isSerializedDate":true,"string":"Thu Feb 02 2012 17:22:07 GMT+0100 (CET)"},"10820":{"date":{"__isSmartRef__":true,"id":10821},"author":"sstamm","message":"trollolol","id":"F6CFAD78-AC72-4DE2-9F38-79776C2E9462"},"10821":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:55:14 GMT+0100 (CET)"},"10822":{"date":{"__isSmartRef__":true,"id":10823},"author":"sstamm","message":"should be centered now","id":"EE366B4D-C272-477F-8C28-4EAE5A7EC7CB"},"10823":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:54:35 GMT+0100 (CET)"},"10824":{"date":{"__isSmartRef__":true,"id":10825},"author":"sstamm","message":"initial commit","id":"8920D925-DD16-4667-B8C7-FB74D78C2424"},"10825":{"isSerializedDate":true,"string":"Thu Feb 02 2012 13:26:01 GMT+0100 (CET)"},"10826":{"date":{"__isSmartRef__":true,"id":10827},"author":"sstamm","message":"changed text morph name","id":"80E88A3C-5AF3-48F2-A600-710877630997"},"10827":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:04:01 GMT+0100 (CET)"},"10828":{"date":{"__isSmartRef__":true,"id":10829},"author":"sstamm","message":"added loading script","id":"EE9B8F4D-1F03-4232-82E6-794046974F8F"},"10829":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:28:30 GMT+0100 (CET)"},"10830":{"date":{"__isSmartRef__":true,"id":10831},"author":"sstamm","message":"added disconnection","id":"11F19267-924E-4087-99ED-998245576BD2"},"10831":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:32:58 GMT+0100 (CET)"},"10832":{"date":{"__isSmartRef__":true,"id":10833},"author":"sstamm","message":"removed connections before deletion","id":"35A88218-6864-4D52-83A2-BFF7B9A6907C"},"10833":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:41:00 GMT+0100 (CET)"},"10834":{"date":{"__isSmartRef__":true,"id":10835},"author":"sstamm","message":"now able to load parts by name and category as well as per partItem","id":"F36A5782-461D-4813-95F8-0207990A261C"},"10835":{"isSerializedDate":true,"string":"Thu Feb 02 2012 15:24:30 GMT+0100 (CET)"},"10836":{"date":{"__isSmartRef__":true,"id":10837},"author":"sstamm","message":"now with round corners","id":"F42C39CB-CC37-467D-BF10-D362241F047E"},"10837":{"isSerializedDate":true,"string":"Thu Feb 02 2012 15:26:23 GMT+0100 (CET)"},"10838":{"date":{"__isSmartRef__":true,"id":10839},"author":"sstamm","message":"loadingMorph is sync now","id":"12ACFFC9-BA53-4A2A-ABD4-894A5ECE1145"},"10839":{"isSerializedDate":true,"string":"Thu Feb 02 2012 15:48:04 GMT+0100 (CET)"},"10840":{"date":{"__isSmartRef__":true,"id":10841},"author":"sstamm","message":"display the loadingMorph in new thread","id":"2BA51E30-F02B-4AF0-B3BE-52DD4ED522CC"},"10841":{"isSerializedDate":true,"string":"Thu Feb 02 2012 15:53:49 GMT+0100 (CET)"},"10842":{"date":{"__isSmartRef__":true,"id":10843},"author":"sstamm","message":"","id":"DF0AE4EA-1B08-4556-8BBE-E6488F23B8A3"},"10843":{"isSerializedDate":true,"string":"Thu Feb 02 2012 16:49:48 GMT+0100 (CET)"},"10844":{"date":{"__isSmartRef__":true,"id":10845},"author":"sstamm","message":"","id":"220821B3-C589-41C9-A324-8E7E6D9D6CEB"},"10845":{"isSerializedDate":true,"string":"Thu Feb 02 2012 16:58:43 GMT+0100 (CET)"},"10846":{"date":{"__isSmartRef__":true,"id":10847},"author":"sstamm","message":"","id":"DEBFACE2-7EC5-4A86-AD46-5A0A88A73707"},"10847":{"isSerializedDate":true,"string":"Thu Feb 02 2012 17:04:28 GMT+0100 (CET)"},"10848":{"date":{"__isSmartRef__":true,"id":10849},"author":"sstamm","message":"load request in new thread if loading should be async","id":"18282D28-D6D4-48C9-A508-6E3244449BD8"},"10849":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:10:27 GMT+0100 (CET)"},"10850":{"date":{"__isSmartRef__":true,"id":10851},"author":"sstamm","message":"added benchmarking output","id":"249CFF90-DDF5-4A83-9759-0289E96D7D58"},"10851":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:31:50 GMT+0100 (CET)"},"10852":{"date":{"__isSmartRef__":true,"id":10853},"author":"sstamm","message":"","id":"882082E1-29B6-418D-9B8B-672729D60619"},"10853":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:38:26 GMT+0100 (CET)"},"10854":{"date":{"__isSmartRef__":true,"id":10855},"author":"sstamm","message":"","id":"5179AEF9-E19F-4B0C-BBD8-556C5687988A"},"10855":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:44:11 GMT+0100 (CET)"},"10856":{"date":{"__isSmartRef__":true,"id":10857},"author":"sstamm","message":"","id":"1159C5B4-724E-4124-9D7B-5CD5DC4A8EE3"},"10857":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:48:14 GMT+0100 (CET)"},"10858":{"date":{"__isSmartRef__":true,"id":10859},"author":"sstamm","message":"","id":"2A718D1F-1036-41D6-999A-336F2B14E65D"},"10859":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:49:47 GMT+0100 (CET)"},"10860":{"date":{"__isSmartRef__":true,"id":10861},"author":"sstamm","message":"","id":"EB6BDD0C-7EEC-4124-B77F-2F106A601538"},"10861":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:59:48 GMT+0100 (CET)"},"10862":{"date":{"__isSmartRef__":true,"id":10863},"author":"sstamm","message":"","id":"63EC8D07-AB6A-450A-BB84-9B4D37E03647"},"10863":{"isSerializedDate":true,"string":"Tue Feb 07 2012 12:02:33 GMT+0100 (CET)"},"10864":{"date":{"__isSmartRef__":true,"id":10865},"author":"sstamm","message":"","id":"19CE12E4-5AA5-48DC-B1D1-B0EB0EDF1CB9"},"10865":{"isSerializedDate":true,"string":"Tue Feb 07 2012 12:03:42 GMT+0100 (CET)"},"10866":{"date":{"__isSmartRef__":true,"id":10867},"author":"sstamm","message":"first attempt to introduce callback functions to part loading","id":"22BD0B95-8948-411A-A56E-AD7CBE445F1D"},"10867":{"isSerializedDate":true,"string":"Thu Feb 09 2012 20:20:11 GMT+0100 (CET)"},"10868":{"date":{"__isSmartRef__":true,"id":10869},"author":"sstamm","message":"","id":"A216DFD2-9D1F-4E62-A22F-6B5472823E1B"},"10869":{"isSerializedDate":true,"string":"Fri Mar 16 2012 15:37:34 GMT+0100 (CET)"},"10870":{"date":{"__isSmartRef__":true,"id":10871},"author":"sstamm","message":"","id":"464E723A-08DC-433C-AA5C-CEC850DBAF0B"},"10871":{"isSerializedDate":true,"string":"Fri Mar 16 2012 15:42:29 GMT+0100 (CET)"},"10872":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"10873":{"morph":{"__isSmartRef__":true,"id":10762},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10874":{"adjustForNewBounds":true},"10875":{"loadPart":{"__isSmartRef__":true,"id":10876},"loadFinished":{"__isSmartRef__":true,"id":10880},"loadPartByName":{"__isSmartRef__":true,"id":10884}},"10876":{"varMapping":{"__isSmartRef__":true,"id":10877},"source":"function loadPart(partItem, isAsync) {\n this.partItem = partItem;\n \n this.openInWorld();\n if(partItem.part) {\n this.setExtent(partItem.part.getExtent());\n }\n this.align(this.bounds().center(), $world.visibleBounds().center());\n \n \n if(typeof isAsync === \"function\") {\n this.callback = isAsync;\n }\n\n connect(partItem, 'part', this, \"loadFinished\");\n\n partItem.loadPart(isAsync);\n\n return partItem.part;\n\n}","funcProperties":{"__isSmartRef__":true,"id":10878},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10877":{"this":{"__isSmartRef__":true,"id":10762}},"10878":{"timestamp":{"__isSmartRef__":true,"id":10879},"user":"sstamm","tags":[]},"10879":{"isSerializedDate":true,"string":"Fri Mar 16 2012 15:42:18 GMT+0100 (CET)"},"10880":{"varMapping":{"__isSmartRef__":true,"id":10881},"source":"function loadFinished(part) {\n if(this.owner === $world.firstHand()) {\n $world.firstHand().removeAllMorphs();\n } else {\n this.owner.addMorph(part);\n part.align(part.bounds().center(), this.bounds().center());\n this.remove();\n }\n disconnect(this.partItem, 'part', this, \"loadFinished\");\n if(this.callback) {\n this.callback(part);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10882},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10881":{"this":{"__isSmartRef__":true,"id":10762}},"10882":{"timestamp":{"__isSmartRef__":true,"id":10883},"user":"sstamm","tags":[]},"10883":{"isSerializedDate":true,"string":"Wed Feb 22 2012 14:01:53 GMT+0100 (CET)"},"10884":{"varMapping":{"__isSmartRef__":true,"id":10885},"source":"function loadPartByName(partName, optPartsSpaceName, isAsync) {\n var partItem = lively.PartsBin.getPartItem(partName, optPartsSpaceName);\n return this.loadPart(partItem, isAsync);\n}","funcProperties":{"__isSmartRef__":true,"id":10886},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10885":{"this":{"__isSmartRef__":true,"id":10762}},"10886":{"timestamp":{"__isSmartRef__":true,"id":10887},"user":"sstamm","tags":[]},"10887":{"isSerializedDate":true,"string":"Thu Feb 02 2012 17:03:18 GMT+0100 (CET)"},"10888":{"isSerializedDate":true,"string":"Fri Dec 07 2012 22:26:44 GMT+0100 (CET)"},"isSimplifiedRegistry":true}}]]>