>' + result.selector;\n msg += '\\n' + result.err.message;\n msg += '\\n' + result.err.stack;\n return msg;\n }).join('\\n---------\\n');\n this.displayResult(failString, Color.red);\n }\n\n if (this.owner.isCiJob) {\n this.owner.reportCiResult();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":214},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"213":{"this":{"__isSmartRef__":true,"id":25}},"214":{},"215":{"varMapping":{"__isSmartRef__":true,"id":216},"source":"function loadSelectedModules() {\n var moduleNames = this.get('ModuleList').getSelectedItems().collect(function(each) {\n return each.value;\n }); \n\n this.loadedModules = [];\n module('lively.TestFramework').load();\n var suite = new TestSuite(); \n moduleNames.forEach((function(each) {\n (function() {\n var testModule = module(each);\n testModule.load();\n this.loadedModules.push(testModule);\n suite.addTestCasesFromModule(testModule);\n \n if (this.loadedModules.length === moduleNames.length) \n this.setTestClasses(suite.testCaseClasses)\n }).bind(this).morphicDelay(0);\n }).bind(this));\n}","funcProperties":{"__isSmartRef__":true,"id":217},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"216":{"this":{"__isSmartRef__":true,"id":25}},"217":{},"218":{"varMapping":{"__isSmartRef__":true,"id":219},"source":"function setTestClasses(testClasses) {\n var items = testClasses\n .collect(function(ea) { return ea.type ? ea.type : ea; })\n .sortBy(function(ea) { return ea.toLowerCase(); })\n\n this.get('TestClassesList').setList(items);\n this.selectAllTestClasses(); //default\n}","funcProperties":{"__isSmartRef__":true,"id":220},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"219":{"this":{"__isSmartRef__":true,"id":25}},"220":{"timestamp":{"__isSmartRef__":true,"id":221},"user":"lauritz","tags":["private"]},"221":{"isSerializedDate":true,"string":"Fri Dec 09 2011 23:04:42 GMT+0100 (CET)"},"222":{"varMapping":{"__isSmartRef__":true,"id":223},"source":"function listAllAvailableTestClasses() {\n var classes = Global.classes(true).select(function(ea) { \n return ea.isRunnableTestCaseClass && ea.isRunnableTestCaseClass();\n });\n this.setTestClasses(classes);\n}","funcProperties":{"__isSmartRef__":true,"id":224},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"223":{"this":{"__isSmartRef__":true,"id":25}},"224":{"timestamp":{"__isSmartRef__":true,"id":225},"user":"lauritz","tags":["button"]},"225":{"isSerializedDate":true,"string":"Fri Dec 09 2011 19:46:06 GMT+0100 (CET)"},"226":{"varMapping":{"__isSmartRef__":true,"id":227},"source":"function loadModulesAndRunTheirTests() {\n var callback = (function() {\n this.selectAllTestClasses();\n this.runSelectedTestClasses();\n }).bind(this);\n\n var list = this.get('TestClassesList');\n connect(list, 'itemList', {cb: callback}, 'cb', {removeAfterUpdate: true, converter: function(val) { this.getSourceObj().setList(val); }});\n \n this.selectAllModules();\n this.loadSelectedModules();\n}","funcProperties":{"__isSmartRef__":true,"id":228},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"227":{"this":{"__isSmartRef__":true,"id":25}},"228":{"timestamp":{"__isSmartRef__":true,"id":229},"user":"lauritz","tags":["ci api"]},"229":{"isSerializedDate":true,"string":"Fri Dec 09 2011 22:47:51 GMT+0100 (CET)"},"230":{"varMapping":{"__isSmartRef__":true,"id":231},"source":"function runSelectedTestClasses() {\n this.startTime = new Date();\n\n module('lively.TestFramework').load(true);\n this.testSuite = new TestSuite();\n\n var selectedTestClasses = this.get('TestClassesList').getSelections().\n collect(function(ea) { return Class.forName(ea) });\n\n this.testSuite.addTestCases(selectedTestClasses);\n\n this.numberOfTestCases = this.testSuite.testCaseClasses.inject(0, function(sum, testClass) {\n return sum + new testClass().allTestSelectors().length;\n });\n\n this.testSuite.runFinished = (this.showTestRunResultCallback).bind(this);\n this.testSuite.runAll();\n}","funcProperties":{"__isSmartRef__":true,"id":232},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"231":{"this":{"__isSmartRef__":true,"id":25}},"232":{},"233":{"submorphs":[{"__isSmartRef__":true,"id":234},{"__isSmartRef__":true,"id":240},{"__isSmartRef__":true,"id":263},{"__isSmartRef__":true,"id":280}],"scripts":[],"shape":{"__isSmartRef__":true,"id":298},"id":"AEAFB32C-C14C-4FD1-A7FC-1C0963218972","eventHandler":{"__isSmartRef__":true,"id":302},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":303},"windowMorph":{"__isSmartRef__":true,"id":24},"label":{"__isSmartRef__":true,"id":234},"closeButton":{"__isSmartRef__":true,"id":240},"menuButton":{"__isSmartRef__":true,"id":263},"collapseButton":{"__isSmartRef__":true,"id":280},"owner":{"__isSmartRef__":true,"id":24},"showsHalos":false,"prevScroll":[0,0],"derivationIds":[650,"20674C96-2BD3-472A-8F3D-72639BAAAE0E","BB2B5000-4E71-4CB5-A327-7CFC14C96FD6","A9B20851-13E5-4079-AA9B-B12D41530B47","B3557638-1EBF-4035-8DB0-30D4E4FB4818","92478484-429F-4E24-801C-49D635DC7EA7"],"_ClipMode":"visible","__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.TitleBar","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,3.0)"},"234":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":235},"id":"F789F5B8-51A7-427C-A815-75A796E60589","_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":236}],"eventHandler":{"__isSmartRef__":true,"id":238},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":239},"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":233},"_MaxTextWidth":515.9510838554941,"_MinTextWidth":515.9510838554941,"_MaxTextHeight":null,"_MinTextHeight":null,"showsHalos":false,"prevScroll":[0,0],"derivationIds":[651,"8FA05C50-4DCC-4D46-BF93-600780A116C1","83A4F153-86A5-4A1E-BD4E-3F325062E4BE","D42DDBD7-5E82-4B97-B46E-794DADFAAF2F","D1AC96C8-E9F7-40D3-AAB1-626D876C217A","AA9A25BF-762C-4E94-BA36-BA8D346FCC38"],"_WordBreak":"break-all","__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(20.0,3.0)"},"235":{"_ClipMode":"hidden","_BorderWidth":0,"_Fill":null,"_BorderRadius":0,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(516.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"236":{"style":{"__isSmartRef__":true,"id":237},"chunkOwner":{"__isSmartRef__":true,"id":234},"_id":"_3","storedString":"TestRunner","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"237":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"238":{"morph":{"__isSmartRef__":true,"id":234},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"239":{"resizeWidth":true},"240":{"submorphs":[{"__isSmartRef__":true,"id":241}],"scripts":[],"shape":{"__isSmartRef__":true,"id":246},"id":"E38212A8-21D9-4E33-90E9-056B67779A22","eventHandler":{"__isSmartRef__":true,"id":252},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":247},"lighterFill":{"__isSmartRef__":true,"id":253},"label":{"__isSmartRef__":true,"id":241},"owner":{"__isSmartRef__":true,"id":233},"layout":{"__isSmartRef__":true,"id":258},"attributeConnections":[{"__isSmartRef__":true,"id":259},{"__isSmartRef__":true,"id":261}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"derivationIds":[652,"E723045D-C97E-4DE6-9760-F2CA278E09AD","1C2C447E-EEA2-4F25-8075-B73F307C2A64","D69BEDF2-1AAA-4254-88F5-68356575B732","8A73BD09-DE60-4423-92C9-978423945BF0","A36E78AD-3EB4-4B79-97A3-C7870CA12518"],"_ClipMode":"visible","__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(555.0,3.0)"},"241":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":242},"id":"0F434635-24E3-49C8-8155-F892747424EC","_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":243}],"eventHandler":{"__isSmartRef__":true,"id":245},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":240},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"derivationIds":[653,"7D71CB26-6657-4D24-8C15-3A56B270AD69","518694CC-DBFD-4AAA-80F3-C77D194A19C5","07BA6A2C-F3C0-429E-843E-5FD3CC394E18","9B44D0B9-CDF5-4458-8507-DF053D8F1990","1B24A504-3EA0-4251-9B34-C0D38ED00C16"],"_WordBreak":"break-all","__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)"},"242":{"_ClipMode":"hidden","_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(0,3,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"243":{"style":{"__isSmartRef__":true,"id":244},"chunkOwner":{"__isSmartRef__":true,"id":241},"storedString":"X","_id":"_354","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"244":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"245":{"morph":{"__isSmartRef__":true,"id":241},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"246":{"_ClipMode":"visible","_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":247},"_StrokeOpacity":0,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"247":{"stops":[{"__isSmartRef__":true,"id":248},{"__isSmartRef__":true,"id":249},{"__isSmartRef__":true,"id":250},{"__isSmartRef__":true,"id":251}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"248":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"249":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"250":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"251":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"252":{"morph":{"__isSmartRef__":true,"id":240},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"253":{"stops":[{"__isSmartRef__":true,"id":254},{"__isSmartRef__":true,"id":255},{"__isSmartRef__":true,"id":256},{"__isSmartRef__":true,"id":257}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"254":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"255":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"256":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"257":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"258":{"moveHorizontal":true},"259":{"sourceObj":{"__isSmartRef__":true,"id":240},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":24},"targetMethodName":"getCloseHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":260},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"260":{"source":{"__isSmartRef__":true,"id":240},"target":{"__isSmartRef__":true,"id":24}},"261":{"sourceObj":{"__isSmartRef__":true,"id":240},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":24},"targetMethodName":"initiateShutdown","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":262},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"262":{"source":{"__isSmartRef__":true,"id":240},"target":{"__isSmartRef__":true,"id":24}},"263":{"submorphs":[{"__isSmartRef__":true,"id":264}],"scripts":[],"shape":{"__isSmartRef__":true,"id":269},"id":"595534D1-1C04-4114-9580-CE2BEEE29BE3","eventHandler":{"__isSmartRef__":true,"id":270},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":247},"lighterFill":{"__isSmartRef__":true,"id":271},"label":{"__isSmartRef__":true,"id":264},"owner":{"__isSmartRef__":true,"id":233},"attributeConnections":[{"__isSmartRef__":true,"id":276},{"__isSmartRef__":true,"id":278}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"derivationIds":[654,"1825D5BF-1DC2-44B8-98C5-EA80EE8EC7E6","AA34044D-A4C8-47DC-8641-90270FC64B58","471D1BD8-6B5C-4A21-9102-C89C38015DE5","B1E4C6A8-18A5-4078-B115-D4FC334D866F","DB1ACE30-E11B-42A2-BA6B-3630F806816F"],"_ClipMode":"visible","isPressed":false,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(3.0,3.0)"},"264":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":265},"id":"22E93C49-4675-4667-823F-AD9EF5A92C99","_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":266}],"eventHandler":{"__isSmartRef__":true,"id":268},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":263},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"derivationIds":[655,"408469B8-3893-4425-B98E-92CDFD007211","7020133E-7913-4F1C-994C-2D723BD74FF3","62FEFE45-A274-46E9-9DCF-ECBC15A6004E","57917224-9849-45D2-B39C-D44B455026AC","B1DF72F5-B19F-481A-8833-E596AC355EED"],"_WordBreak":"break-all","__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)"},"265":{"_ClipMode":"hidden","_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(0,3,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"266":{"style":{"__isSmartRef__":true,"id":267},"chunkOwner":{"__isSmartRef__":true,"id":264},"storedString":"M","_id":"_355","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"267":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"268":{"morph":{"__isSmartRef__":true,"id":264},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"269":{"_ClipMode":"visible","_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":247},"_StrokeOpacity":0,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"270":{"morph":{"__isSmartRef__":true,"id":263},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"271":{"stops":[{"__isSmartRef__":true,"id":272},{"__isSmartRef__":true,"id":273},{"__isSmartRef__":true,"id":274},{"__isSmartRef__":true,"id":275}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"272":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"273":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"274":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"275":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"276":{"sourceObj":{"__isSmartRef__":true,"id":263},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":24},"targetMethodName":"getMenuHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":277},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"277":{"source":{"__isSmartRef__":true,"id":263},"target":{"__isSmartRef__":true,"id":24}},"278":{"sourceObj":{"__isSmartRef__":true,"id":263},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":24},"targetMethodName":"showTargetMorphMenu","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":279},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"279":{"source":{"__isSmartRef__":true,"id":263},"target":{"__isSmartRef__":true,"id":24}},"280":{"submorphs":[{"__isSmartRef__":true,"id":281}],"scripts":[],"shape":{"__isSmartRef__":true,"id":286},"id":"D6FA7E20-9EDB-4456-8450-E3B6C99A7FFD","eventHandler":{"__isSmartRef__":true,"id":287},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":247},"lighterFill":{"__isSmartRef__":true,"id":288},"label":{"__isSmartRef__":true,"id":281},"owner":{"__isSmartRef__":true,"id":233},"layout":{"__isSmartRef__":true,"id":293},"attributeConnections":[{"__isSmartRef__":true,"id":294},{"__isSmartRef__":true,"id":296}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"derivationIds":[656,"03A06C2E-536A-4832-BDA2-43C37595D949","95119A6F-D4DC-451D-BC3D-B8400CBF9B88","B511790B-C9B5-42BB-8D6B-918E537C190E","EBE71233-BA9E-4F87-A4D5-95DDE7C0346B","770F7571-F29E-4369-B6FD-C8220D1C9856"],"_ClipMode":"visible","__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(536.0,3.0)"},"281":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":282},"id":"B6C9A22F-95F6-45D7-A3CF-13CC79AB3675","_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":283}],"eventHandler":{"__isSmartRef__":true,"id":285},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_MaxTextWidth":17,"_MinTextWidth":17,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":280},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"derivationIds":[657,"39B545AC-091E-4169-BDDB-8F2EE9968575","BA1D21E6-095C-42C4-87AF-8B35EC0AE0B4","52E38D08-031E-4370-B30C-6031B36AD611","DD1A4F71-2719-42FE-8126-6239E22BC9AE","1EF9B27D-0917-4962-9E47-1B07794DF796"],"_WordBreak":"break-all","__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)"},"282":{"_ClipMode":"hidden","_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(0,3,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"283":{"style":{"__isSmartRef__":true,"id":284},"chunkOwner":{"__isSmartRef__":true,"id":281},"storedString":"–","_id":"_356","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"284":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"285":{"morph":{"__isSmartRef__":true,"id":281},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"286":{"_ClipMode":"visible","_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":247},"_StrokeOpacity":0,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"287":{"morph":{"__isSmartRef__":true,"id":280},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"288":{"stops":[{"__isSmartRef__":true,"id":289},{"__isSmartRef__":true,"id":290},{"__isSmartRef__":true,"id":291},{"__isSmartRef__":true,"id":292}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"289":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"290":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"291":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"292":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"293":{"moveHorizontal":true},"294":{"sourceObj":{"__isSmartRef__":true,"id":280},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":24},"targetMethodName":"getCollapseHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":295},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"295":{"source":{"__isSmartRef__":true,"id":280},"target":{"__isSmartRef__":true,"id":24}},"296":{"sourceObj":{"__isSmartRef__":true,"id":280},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":24},"targetMethodName":"toggleCollapse","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":297},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"297":{"source":{"__isSmartRef__":true,"id":280},"target":{"__isSmartRef__":true,"id":24}},"298":{"_ClipMode":"visible","_BorderWidth":1,"_Fill":{"__isSmartRef__":true,"id":299},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(575.0,21.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(102,102,102)"},"299":{"stops":[{"__isSmartRef__":true,"id":300},{"__isSmartRef__":true,"id":301}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"300":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(255,255,255)"},"301":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(163,163,163)"},"302":{"morph":{"__isSmartRef__":true,"id":233},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"303":{"resizeWidth":true,"adjustForNewBounds":true},"304":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":305},"derivationIds":[null,"0ADA405A-F1DE-447C-95A4-602B64A1CB8B","4EF0488C-4048-434A-8058-8AD0C991FD40"],"id":"E2B0AC83-521A-43DF-843F-170948DB6A01","eventHandler":{"__isSmartRef__":true,"id":309},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"controlPoints":[{"__isSmartRef__":true,"id":310},{"__isSmartRef__":true,"id":311},{"__isSmartRef__":true,"id":312}],"name":"Path","owner":{"__isSmartRef__":true,"id":24},"dragStartPoint":null,"originalTargetExtent":null,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":313},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(558.9,253.4)","distanceToDragEvent":"lively.pt(33.9,-8.2)"},"305":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":306},{"__isSmartRef__":true,"id":307},{"__isSmartRef__":true,"id":308}],"_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)"},"306":{"isAbsolute":true,"x":14,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"307":{"isAbsolute":true,"x":14,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"308":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"309":{"morph":{"__isSmartRef__":true,"id":304},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"310":{"morph":{"__isSmartRef__":true,"id":304},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"311":{"morph":{"__isSmartRef__":true,"id":304},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"312":{"morph":{"__isSmartRef__":true,"id":304},"index":2,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"313":{"onDragStart":{"__isSmartRef__":true,"id":314},"onDrag":{"__isSmartRef__":true,"id":321},"onDragEnd":{"__isSmartRef__":true,"id":328}},"314":{"varMapping":{"__isSmartRef__":true,"id":315},"source":"function onDragStart(evt) {\n this.dragStartPoint = evt.mousePoint;\n this.originalTargetExtent = this.owner.getExtent();\n }","funcProperties":{"__isSmartRef__":true,"id":320},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"315":{"this":{"__isSmartRef__":true,"id":304},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":316}},"316":{"$super":{"__isSmartRef__":true,"id":317}},"317":{"varMapping":{"__isSmartRef__":true,"id":318},"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":319},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"318":{"obj":{"__isSmartRef__":true,"id":304},"name":"onDragStart"},"319":{},"320":{},"321":{"varMapping":{"__isSmartRef__":true,"id":322},"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":327},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"322":{"this":{"__isSmartRef__":true,"id":304},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":323}},"323":{"$super":{"__isSmartRef__":true,"id":324}},"324":{"varMapping":{"__isSmartRef__":true,"id":325},"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":326},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"325":{"obj":{"__isSmartRef__":true,"id":304},"name":"onDrag"},"326":{},"327":{},"328":{"varMapping":{"__isSmartRef__":true,"id":329},"source":"function onDragEnd(evt) {\n this.dragStartPoint = null;\n this.originalTargetExtent = null;\n }","funcProperties":{"__isSmartRef__":true,"id":334},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"329":{"this":{"__isSmartRef__":true,"id":304},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":330}},"330":{"$super":{"__isSmartRef__":true,"id":331}},"331":{"varMapping":{"__isSmartRef__":true,"id":332},"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":333},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"332":{"obj":{"__isSmartRef__":true,"id":304},"name":"onDragEnd"},"333":{},"334":{},"335":{"_ClipMode":"visible","_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"__serializedExpressions__":["_Padding","_Extent"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Padding":"lively.rect(0,0,0,0)","_Extent":"lively.pt(572.9,267.4)"},"336":{"morph":{"__isSmartRef__":true,"id":24},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"337":{"adjustForNewBounds":true},"338":{"partsSpaceName":"PartsBin/Tools/","migrationLevel":4,"comment":"Select and execute already loaded tests","partName":"CompactTestRunner","changes":[{"__isSmartRef__":true,"id":339},{"__isSmartRef__":true,"id":341},{"__isSmartRef__":true,"id":343},{"__isSmartRef__":true,"id":345},{"__isSmartRef__":true,"id":347},{"__isSmartRef__":true,"id":349},{"__isSmartRef__":true,"id":351},{"__isSmartRef__":true,"id":353},{"__isSmartRef__":true,"id":355},{"__isSmartRef__":true,"id":357},{"__isSmartRef__":true,"id":359},{"__isSmartRef__":true,"id":361},{"__isSmartRef__":true,"id":363},{"__isSmartRef__":true,"id":365},{"__isSmartRef__":true,"id":367},{"__isSmartRef__":true,"id":369},{"__isSmartRef__":true,"id":371},{"__isSmartRef__":true,"id":373},{"__isSmartRef__":true,"id":375},{"__isSmartRef__":true,"id":377},{"__isSmartRef__":true,"id":379},{"__isSmartRef__":true,"id":381}],"revisionOnLoad":156783,"lastModifiedDate":{"__isSmartRef__":true,"id":383},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"339":{"date":{"__isSmartRef__":true,"id":340},"author":"jenslincke","message":"no comment","id":"9F2CF6DD-540C-4AF5-9E9F-95C72E72C11E"},"340":{"isSerializedDate":true,"string":"Fri Apr 27 2012 13:55:33 GMT+0200 (CEST)"},"341":{"date":{"__isSmartRef__":true,"id":342},"author":"lauritz","message":"removed progress indicators","id":"C84A6D7F-929B-4985-8BC5-A67224956E3C"},"342":{"isSerializedDate":true,"string":"Wed Feb 22 2012 23:55:05 GMT+0100 (CET)"},"343":{"date":{"__isSmartRef__":true,"id":344},"author":"undefined","message":"made label a bit wider so that it does not break","id":"9EA522F4-C436-4628-9D9B-D741C04647B1"},"344":{"isSerializedDate":true,"string":"Thu Jan 19 2012 15:50:22 GMT+0100 (CET)"},"345":{"date":{"__isSmartRef__":true,"id":346},"author":"lauritz","message":"layout fix","id":"3EE93DBE-29DD-4F68-A639-2C6A73B639FC"},"346":{"isSerializedDate":true,"string":"Wed Dec 21 2011 17:47:22 GMT+0100 (CET)"},"347":{"date":{"__isSmartRef__":true,"id":348},"author":"undefined","message":"push fail info to server","id":"45388299-E353-425D-A646-9DDCE3E7809A"},"348":{"isSerializedDate":true,"string":"Wed Dec 21 2011 04:14:28 GMT+0100 (CET)"},"349":{"date":{"__isSmartRef__":true,"id":350},"author":"lauritz","message":"preselects added modules","id":"21838602-ADD0-4158-BA23-BD2A53DD0A1D"},"350":{"isSerializedDate":true,"string":"Mon Dec 19 2011 22:46:52 GMT+0100 (CET)"},"351":{"date":{"__isSmartRef__":true,"id":352},"author":"lauritz","message":"(hopefully) fixed a serialization dependency","id":"1CEF22A0-7D7C-49D6-A85A-50C32129E616"},"352":{"isSerializedDate":true,"string":"Fri Dec 09 2011 23:32:33 GMT+0100 (CET)"},"353":{"date":{"__isSmartRef__":true,"id":354},"author":"lauritz","message":"corrected spinners, removed network tests from defaults","id":"46D232BE-75DE-4A68-85C0-1668813758D1"},"354":{"isSerializedDate":true,"string":"Fri Dec 09 2011 23:06:03 GMT+0100 (CET)"},"355":{"date":{"__isSmartRef__":true,"id":356},"author":"lauritz","message":"adapted module loading","id":"A1ECFCCD-0BCE-42BB-BF84-7BE100D421A2"},"356":{"isSerializedDate":true,"string":"Fri Dec 09 2011 22:51:39 GMT+0100 (CET)"},"357":{"date":{"__isSmartRef__":true,"id":358},"author":"lauritz","message":"added a button to load default test modules, refactored test runner api","id":"949D4503-99AF-4CE2-982C-ACA6C1FB3D88"},"358":{"isSerializedDate":true,"string":"Fri Dec 09 2011 19:57:56 GMT+0100 (CET)"},"359":{"date":{"__isSmartRef__":true,"id":360},"author":"fbo","message":"bug fix.","id":"307A9030-AAC0-40DF-BF12-0603E7DFC39C"},"360":{"isSerializedDate":true,"string":"Fri Dec 09 2011 02:51:04 GMT+0100 (CET)"},"361":{"date":{"__isSmartRef__":true,"id":362},"author":"lauritz","message":"changed labels","id":"25C2A417-296E-4213-82F3-EAB0B587E49D"},"362":{"isSerializedDate":true,"string":"Fri Dec 09 2011 00:12:14 GMT+0100 (CET)"},"363":{"date":{"__isSmartRef__":true,"id":364},"author":"lauritz","message":"changed all avail button.","id":"BBC54146-5B70-4093-917C-8EA1EB527BA1"},"364":{"isSerializedDate":true,"string":"Fri Dec 09 2011 00:06:18 GMT+0100 (CET)"},"365":{"date":{"__isSmartRef__":true,"id":366},"author":"lauritz","message":"changed all avail button.","id":"BBC54146-5B70-4093-917C-8EA1EB527BA1"},"366":{"isSerializedDate":true,"string":"Fri Dec 09 2011 00:06:18 GMT+0100 (CET)"},"367":{"date":{"__isSmartRef__":true,"id":368},"author":"lauritz","message":"fixed \"add\" button, added \"remove selected\" button for test classes","id":"B6576AB8-367D-4650-AEA6-43515F2DE0B9"},"368":{"isSerializedDate":true,"string":"Wed Dec 07 2011 23:24:31 GMT+0100 (CET)"},"369":{"date":{"__isSmartRef__":true,"id":370},"author":"lauritz","message":"fixed \"add\" button, added \"remove selected\" button for test classes","id":"B6576AB8-367D-4650-AEA6-43515F2DE0B9"},"370":{"isSerializedDate":true,"string":"Wed Dec 07 2011 23:24:31 GMT+0100 (CET)"},"371":{"date":{"__isSmartRef__":true,"id":372},"author":"lauritz","message":"Added a list for modules, added default modules, refactored.","id":"F5648405-3A45-4E84-92D0-671B6AC18ABA"},"372":{"isSerializedDate":true,"string":"Wed Dec 07 2011 22:54:25 GMT+0100 (CET)"},"373":{"date":{"__isSmartRef__":true,"id":374},"author":"lauritz","message":"Added a list for modules, added default modules, refactored.","id":"F5648405-3A45-4E84-92D0-671B6AC18ABA"},"374":{"isSerializedDate":true,"string":"Wed Dec 07 2011 22:54:25 GMT+0100 (CET)"},"375":{"date":{"__isSmartRef__":true,"id":376},"author":"undefined","message":"made jenkins job execution load specified modules","id":"439DDAFD-99C2-4214-99CA-4C5602C3A78D"},"376":{"isSerializedDate":true,"string":"Mon Dec 12 2011 19:26:53 GMT+0100 (CET)"},"377":{"date":{"__isSmartRef__":true,"id":378},"author":"undefined","message":"jenkins job execution loads specified modules now","id":"F3F2DEC0-E4E9-4B05-B0DE-6D23F6B2C3BF"},"378":{"isSerializedDate":true,"string":"Mon Dec 12 2011 19:27:38 GMT+0100 (CET)"},"379":{"date":{"__isSmartRef__":true,"id":380},"author":"fbo","message":"","id":"700DCFD9-AD44-4BAC-BF10-1A93EB4DCECF"},"380":{"isSerializedDate":true,"string":"Mon Dec 12 2011 19:44:55 GMT+0100 (CET)"},"381":{"date":{"__isSmartRef__":true,"id":382},"author":"fbo","message":"","id":"83D258DB-F490-4351-9D14-79F82E1905ED"},"382":{"isSerializedDate":true,"string":"Mon Dec 12 2011 19:50:17 GMT+0100 (CET)"},"383":{"isSerializedDate":true,"string":"Thu Mar 07 2013 01:25:14 GMT+0100 (CET)"},"384":{"reset":{"__isSmartRef__":true,"id":385},"runCiJob":{"__isSmartRef__":true,"id":389},"reportCiResult":{"__isSmartRef__":true,"id":393},"couchDB":{"__isSmartRef__":true,"id":397},"latestJob":{"__isSmartRef__":true,"id":401}},"385":{"varMapping":{"__isSmartRef__":true,"id":386},"source":"function reset() {\n this.testRunner.reset();\n this.isCiJob = false;\n delete this.testId;\n}","funcProperties":{"__isSmartRef__":true,"id":387},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"386":{"this":{"__isSmartRef__":true,"id":24}},"387":{"timestamp":{"__isSmartRef__":true,"id":388},"user":"lauritz","tags":["reset"]},"388":{"isSerializedDate":true,"string":"Fri Dec 09 2011 19:37:22 GMT+0100 (CET)"},"389":{"varMapping":{"__isSmartRef__":true,"id":390},"source":"function runCiJob() {\n this.reset();\n\n this.isCiJob = true;\n\n var job = this.latestJob();\n var testId = this.testId = job.testId;\n var modules = job.modules;\n\n modules.forEach((function (each) {\n this.testRunner.addModule(each);\n }).bind(this));\n \n this.testRunner.loadModulesAndRunTheirTests();\n}","funcProperties":{"__isSmartRef__":true,"id":391},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"390":{"this":{"__isSmartRef__":true,"id":24}},"391":{"timestamp":{"__isSmartRef__":true,"id":392},"user":"fbo","tags":["jenkins"]},"392":{"isSerializedDate":true,"string":"Mon Dec 12 2011 19:50:10 GMT+0100 (CET)"},"393":{"varMapping":{"__isSmartRef__":true,"id":394},"source":"function reportCiResult() {\n var testId = this.testId;\n var db = this.couchDB();\n var jobResults = db.open('last_test_result');\n alert(this.testRunner.testSuite.result.failed.length);\n jobResults.testId = this.testId;\n jobResults.message = this.get('ResultPane').getTextString();\n jobResults.timestamp = new Date();\n jobResults.modules = this.testRunner.loadedModules.toString();\n jobResults.testsRun = this.testRunner.numberOfTestCases;\n jobResults.testsFailed = this.testRunner.testSuite.result.failed.length;\n jobResults.testsPassed = this.testRunner.numberOfTestCases - this.testRunner.testSuite.result.failed.length;\n jobResults.failed = this.testRunner.testSuite.result.failed;\n db.save(jobResults);\n this.isCiJob = undefined;\n this.testId = undefined;\n}","funcProperties":{"__isSmartRef__":true,"id":395},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"394":{"this":{"__isSmartRef__":true,"id":24}},"395":{"timestamp":{"__isSmartRef__":true,"id":396},"user":"undefined","tags":["jenkins"]},"396":{"isSerializedDate":true,"string":"Wed Dec 21 2011 04:14:04 GMT+0100 (CET)"},"397":{"varMapping":{"__isSmartRef__":true,"id":398},"source":"function couchDB() {\n return new CouchDB('test_results', 'http://livelyk.iriscouch.com');\n}","funcProperties":{"__isSmartRef__":true,"id":399},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"398":{"this":{"__isSmartRef__":true,"id":24}},"399":{"timestamp":{"__isSmartRef__":true,"id":400},"user":"lauritz","tags":[]},"400":{"isSerializedDate":true,"string":"Fri Dec 09 2011 22:54:43 GMT+0100 (CET)"},"401":{"varMapping":{"__isSmartRef__":true,"id":402},"source":"function latestJob() {\n module('apps.CouchDB').load();\n var db = this.couchDB();\n return db.open('test_runner_job'); \n}","funcProperties":{"__isSmartRef__":true,"id":403},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"402":{"this":{"__isSmartRef__":true,"id":24}},"403":{"timestamp":{"__isSmartRef__":true,"id":404},"user":"undefined","tags":["jenkins"]},"404":{"isSerializedDate":true,"string":"Mon Dec 12 2011 19:25:03 GMT+0100 (CET)"},"405":{"submorphs":[{"__isSmartRef__":true,"id":406},{"__isSmartRef__":true,"id":454},{"__isSmartRef__":true,"id":512},{"__isSmartRef__":true,"id":515},{"__isSmartRef__":true,"id":518}],"scripts":[],"shape":{"__isSmartRef__":true,"id":521},"eventHandler":{"__isSmartRef__":true,"id":522},"_ClipMode":"visible","derivationIds":[],"id":"C2923139-7041-481A-B107-6AA4C420F92D","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"layout":{"__isSmartRef__":true,"id":523},"LK2":true,"reframeHandle":{"__isSmartRef__":true,"id":512},"rightReframeHandle":{"__isSmartRef__":true,"id":518},"bottomReframeHandle":{"__isSmartRef__":true,"id":515},"titleBar":{"__isSmartRef__":true,"id":406},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"_PreviousBorderWidth":0,"targetMorph":{"__isSmartRef__":true,"id":454},"owner":{"__isSmartRef__":true,"id":0},"highlighted":false,"isBeingDragged":false,"__serializedExpressions__":["_Position","contentOffset","prevDragPos"],"__LivelyClassName__":"lively.morphic.Window","__SourceModuleName__":"Global.lively.morphic.Widgets","withoutLayers":["Global.lively.morphic.GrabbingLayer"],"_Position":"lively.pt(51.0,10.0)","contentOffset":"lively.pt(4.0,22.0)","prevDragPos":"lively.pt(428.0,22.0)"},"406":{"submorphs":[{"__isSmartRef__":true,"id":407},{"__isSmartRef__":true,"id":413},{"__isSmartRef__":true,"id":426},{"__isSmartRef__":true,"id":438}],"scripts":[],"shape":{"__isSmartRef__":true,"id":451},"eventHandler":{"__isSmartRef__":true,"id":452},"_ClipMode":"visible","derivationIds":[],"id":"F69A44C3-2A4D-49F1-8E58-365D95AE2C28","droppingEnabled":false,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":453},"windowMorph":{"__isSmartRef__":true,"id":405},"label":{"__isSmartRef__":true,"id":407},"closeButton":{"__isSmartRef__":true,"id":413},"menuButton":{"__isSmartRef__":true,"id":426},"collapseButton":{"__isSmartRef__":true,"id":438},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":405},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.TitleBar","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,0.0)"},"407":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":408},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":409}],"eventHandler":{"__isSmartRef__":true,"id":411},"_ClipMode":"hidden","derivationIds":[],"id":"188C644C-FF71-46DA-956B-B368709DA4EE","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":412},"eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":406},"_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)"},"408":{"_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(768.0,18.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"409":{"style":{"__isSmartRef__":true,"id":410},"chunkOwner":{"__isSmartRef__":true,"id":407},"_id":"_201","storedString":"Workspace","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"410":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"411":{"morph":{"__isSmartRef__":true,"id":407},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"412":{"resizeWidth":true},"413":{"submorphs":[{"__isSmartRef__":true,"id":414}],"scripts":[],"shape":{"__isSmartRef__":true,"id":419},"eventHandler":{"__isSmartRef__":true,"id":420},"_ClipMode":"visible","derivationIds":[],"id":"E8536049-974A-4661-A981-0C57FB80791F","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":414},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":406},"layout":{"__isSmartRef__":true,"id":421},"_StyleClassNames":["close"],"attributeConnections":[{"__isSmartRef__":true,"id":422},{"__isSmartRef__":true,"id":424}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"isPressed":false,"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(807.0,3.0)"},"414":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":415},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":416}],"eventHandler":{"__isSmartRef__":true,"id":418},"_ClipMode":"hidden","derivationIds":[],"id":"E08BA73E-6C26-4078-A81C-F6AA3E73CAA7","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":413},"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)"},"415":{"_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)"},"416":{"style":{"__isSmartRef__":true,"id":417},"chunkOwner":{"__isSmartRef__":true,"id":414},"_id":"_203","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"417":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"418":{"morph":{"__isSmartRef__":true,"id":414},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"419":{"_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)"},"420":{"morph":{"__isSmartRef__":true,"id":413},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"421":{"moveHorizontal":true},"422":{"sourceObj":{"__isSmartRef__":true,"id":413},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":405},"targetMethodName":"getCloseHelp","varMapping":{"__isSmartRef__":true,"id":423},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"423":{"source":{"__isSmartRef__":true,"id":413},"target":{"__isSmartRef__":true,"id":405}},"424":{"sourceObj":{"__isSmartRef__":true,"id":413},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":405},"targetMethodName":"initiateShutdown","varMapping":{"__isSmartRef__":true,"id":425},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"425":{"source":{"__isSmartRef__":true,"id":413},"target":{"__isSmartRef__":true,"id":405}},"426":{"submorphs":[{"__isSmartRef__":true,"id":427}],"scripts":[],"shape":{"__isSmartRef__":true,"id":432},"eventHandler":{"__isSmartRef__":true,"id":433},"_ClipMode":"visible","derivationIds":[],"id":"F54164E9-07EA-4249-91B6-45D51A10ECB1","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":427},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":406},"attributeConnections":[{"__isSmartRef__":true,"id":434},{"__isSmartRef__":true,"id":436}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(3.0,3.0)"},"427":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":428},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":429}],"eventHandler":{"__isSmartRef__":true,"id":431},"_ClipMode":"hidden","derivationIds":[],"id":"52B8A0AE-E8A1-4BB0-BAE8-5DD14C94C48F","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":426},"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)"},"428":{"_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)"},"429":{"style":{"__isSmartRef__":true,"id":430},"chunkOwner":{"__isSmartRef__":true,"id":427},"_id":"_205","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"430":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"431":{"morph":{"__isSmartRef__":true,"id":427},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"432":{"_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)"},"433":{"morph":{"__isSmartRef__":true,"id":426},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"434":{"sourceObj":{"__isSmartRef__":true,"id":426},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":405},"targetMethodName":"getMenuHelp","varMapping":{"__isSmartRef__":true,"id":435},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"435":{"source":{"__isSmartRef__":true,"id":426},"target":{"__isSmartRef__":true,"id":405}},"436":{"sourceObj":{"__isSmartRef__":true,"id":426},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":405},"targetMethodName":"showTargetMorphMenu","varMapping":{"__isSmartRef__":true,"id":437},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"437":{"source":{"__isSmartRef__":true,"id":426},"target":{"__isSmartRef__":true,"id":405}},"438":{"submorphs":[{"__isSmartRef__":true,"id":439}],"scripts":[],"shape":{"__isSmartRef__":true,"id":444},"eventHandler":{"__isSmartRef__":true,"id":445},"_ClipMode":"visible","derivationIds":[],"id":"8CC86384-E3CC-4FBE-AEBC-FC51B7FC862A","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":439},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":406},"layout":{"__isSmartRef__":true,"id":446},"attributeConnections":[{"__isSmartRef__":true,"id":447},{"__isSmartRef__":true,"id":449}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"isPressed":false,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(788.0,3.0)"},"439":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":440},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":441}],"eventHandler":{"__isSmartRef__":true,"id":443},"_ClipMode":"hidden","derivationIds":[],"id":"29AB3536-9D47-4C62-8D6E-B072D2FA8326","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":438},"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)"},"440":{"_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)"},"441":{"style":{"__isSmartRef__":true,"id":442},"chunkOwner":{"__isSmartRef__":true,"id":439},"_id":"_207","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"442":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"443":{"morph":{"__isSmartRef__":true,"id":439},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"444":{"_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)"},"445":{"morph":{"__isSmartRef__":true,"id":438},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"446":{"moveHorizontal":true},"447":{"sourceObj":{"__isSmartRef__":true,"id":438},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":405},"targetMethodName":"getCollapseHelp","varMapping":{"__isSmartRef__":true,"id":448},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"448":{"source":{"__isSmartRef__":true,"id":438},"target":{"__isSmartRef__":true,"id":405}},"449":{"sourceObj":{"__isSmartRef__":true,"id":438},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":405},"targetMethodName":"toggleCollapse","varMapping":{"__isSmartRef__":true,"id":450},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"450":{"source":{"__isSmartRef__":true,"id":438},"target":{"__isSmartRef__":true,"id":405}},"451":{"_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(827.0,22.0)","_Padding":"lively.rect(0,0,0,0)"},"452":{"morph":{"__isSmartRef__":true,"id":406},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"453":{"resizeWidth":true,"adjustForNewBounds":true},"454":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":455},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":456},{"__isSmartRef__":true,"id":458},{"__isSmartRef__":true,"id":460},{"__isSmartRef__":true,"id":462},{"__isSmartRef__":true,"id":464},{"__isSmartRef__":true,"id":466},{"__isSmartRef__":true,"id":468},{"__isSmartRef__":true,"id":470},{"__isSmartRef__":true,"id":472},{"__isSmartRef__":true,"id":474},{"__isSmartRef__":true,"id":476},{"__isSmartRef__":true,"id":478},{"__isSmartRef__":true,"id":480},{"__isSmartRef__":true,"id":482},{"__isSmartRef__":true,"id":484},{"__isSmartRef__":true,"id":486},{"__isSmartRef__":true,"id":488},{"__isSmartRef__":true,"id":490},{"__isSmartRef__":true,"id":492},{"__isSmartRef__":true,"id":494},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":498},{"__isSmartRef__":true,"id":500},{"__isSmartRef__":true,"id":502},{"__isSmartRef__":true,"id":504},{"__isSmartRef__":true,"id":506}],"eventHandler":{"__isSmartRef__":true,"id":508},"_ClipMode":"auto","derivationIds":[],"id":"95B43F1B-5612-40EC-9509-BB1B7DEDEE2C","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":405},"layout":{"__isSmartRef__":true,"id":509},"syntaxHighlightingWhileTyping":true,"attributeConnections":[{"__isSmartRef__":true,"id":510}],"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"],"doNotCopyProperties":["$$textString"],"accessibleInInactiveWindow":true,"_lastSyntaxHighlightTime":19,"charsReplaced":"","lastFindLoc":135,"savedTextString":"module('users.timfelgentreff.babelsberg.constraintinterpreter').load();\nClSimplexSolver.getInstance()\n\n\n","isBeingDragged":false,"previousSelection":[193,103],"showsHalos":false,"__serializedExpressions__":["_TextColor","_Position"],"textString":"module('users.timfelgentreff.babelsberg.constraintinterpreter').load();\nClSimplexSolver.getInstance()\n\n\nsolver = new ClSimplexSolver();\nx = new ClVariable(10);\nsolver.addConstraint(x.cnLeq(5));","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(4.0,22.0)"},"455":{"_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(819.0,176.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(95,94,95)","_Fill":"Color.rgb(243,243,243)"},"456":{"style":{"__isSmartRef__":true,"id":457},"chunkOwner":{"__isSmartRef__":true,"id":454},"_id":"_5","storedString":"module","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"457":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"458":{"_id":"_171","style":{"__isSmartRef__":true,"id":459},"chunkOwner":{"__isSmartRef__":true,"id":454},"storedString":"(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"459":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"460":{"_id":"_161","style":{"__isSmartRef__":true,"id":461},"chunkOwner":{"__isSmartRef__":true,"id":454},"storedString":"'users.timfelgentreff.babelsberg.constraintinterpreter'","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"461":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"462":{"_id":"_162","style":{"__isSmartRef__":true,"id":463},"chunkOwner":{"__isSmartRef__":true,"id":454},"storedString":").load();\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"463":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"464":{"_id":"_172","style":{"__isSmartRef__":true,"id":465},"chunkOwner":{"__isSmartRef__":true,"id":454},"storedString":"ClSimplexSolver","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"465":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"466":{"_id":"_173","style":{"__isSmartRef__":true,"id":467},"chunkOwner":{"__isSmartRef__":true,"id":454},"storedString":".getInstance()\n\n\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"467":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"468":{"_id":"_182","style":{"__isSmartRef__":true,"id":469},"chunkOwner":{"__isSmartRef__":true,"id":454},"storedString":"solver","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"469":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"470":{"_id":"_183","style":{"__isSmartRef__":true,"id":471},"chunkOwner":{"__isSmartRef__":true,"id":454},"storedString":" = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"471":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"472":{"_id":"_163","style":{"__isSmartRef__":true,"id":473},"chunkOwner":{"__isSmartRef__":true,"id":454},"storedString":"new","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"473":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"474":{"_id":"_164","style":{"__isSmartRef__":true,"id":475},"chunkOwner":{"__isSmartRef__":true,"id":454},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"475":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"476":{"_id":"_174","style":{"__isSmartRef__":true,"id":477},"chunkOwner":{"__isSmartRef__":true,"id":454},"storedString":"ClSimplexSolver","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"477":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"478":{"_id":"_175","style":{"__isSmartRef__":true,"id":479},"chunkOwner":{"__isSmartRef__":true,"id":454},"storedString":"();\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"479":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"480":{"_id":"_184","style":{"__isSmartRef__":true,"id":481},"chunkOwner":{"__isSmartRef__":true,"id":454},"storedString":"x","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"481":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"482":{"_id":"_185","style":{"__isSmartRef__":true,"id":483},"chunkOwner":{"__isSmartRef__":true,"id":454},"storedString":" = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"483":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"484":{"_id":"_165","style":{"__isSmartRef__":true,"id":485},"chunkOwner":{"__isSmartRef__":true,"id":454},"storedString":"new","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"485":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"486":{"_id":"_166","style":{"__isSmartRef__":true,"id":487},"chunkOwner":{"__isSmartRef__":true,"id":454},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"487":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"488":{"_id":"_176","style":{"__isSmartRef__":true,"id":489},"chunkOwner":{"__isSmartRef__":true,"id":454},"storedString":"ClVariable","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"489":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"490":{"_id":"_177","style":{"__isSmartRef__":true,"id":491},"chunkOwner":{"__isSmartRef__":true,"id":454},"storedString":"(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"491":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"492":{"_id":"_167","style":{"__isSmartRef__":true,"id":493},"chunkOwner":{"__isSmartRef__":true,"id":454},"storedString":"10","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"493":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"494":{"_id":"_168","style":{"__isSmartRef__":true,"id":495},"chunkOwner":{"__isSmartRef__":true,"id":454},"storedString":");\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"495":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"496":{"_id":"_178","style":{"__isSmartRef__":true,"id":497},"chunkOwner":{"__isSmartRef__":true,"id":454},"storedString":"solver","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"497":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"498":{"_id":"_179","style":{"__isSmartRef__":true,"id":499},"chunkOwner":{"__isSmartRef__":true,"id":454},"storedString":".addConstraint(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"499":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"500":{"_id":"_180","style":{"__isSmartRef__":true,"id":501},"chunkOwner":{"__isSmartRef__":true,"id":454},"storedString":"x","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"501":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"502":{"_id":"_181","style":{"__isSmartRef__":true,"id":503},"chunkOwner":{"__isSmartRef__":true,"id":454},"storedString":".cnLeq(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"503":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"504":{"_id":"_169","style":{"__isSmartRef__":true,"id":505},"chunkOwner":{"__isSmartRef__":true,"id":454},"storedString":"5","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"505":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"506":{"_id":"_170","style":{"__isSmartRef__":true,"id":507},"chunkOwner":{"__isSmartRef__":true,"id":454},"storedString":"));","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"507":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"508":{"morph":{"__isSmartRef__":true,"id":454},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"509":{"resizeWidth":true,"resizeHeight":true},"510":{"sourceObj":{"__isSmartRef__":true,"id":454},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":454},"targetMethodName":"highlightSyntaxDebounced","varMapping":{"__isSmartRef__":true,"id":511},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"511":{"source":{"__isSmartRef__":true,"id":454},"target":{"__isSmartRef__":true,"id":454}},"512":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":513},"eventHandler":{"__isSmartRef__":true,"id":514},"_ClipMode":"visible","derivationIds":[],"id":"2F6E6F88-F591-40BE-933F-C6F00849B76E","droppingEnabled":true,"halosEnabled":true,"type":"corner","_StyleClassNames":["reframe-handle corner"],"owner":{"__isSmartRef__":true,"id":405},"dragStartPoint":null,"originalTargetExtent":null,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.ReframeHandle","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(813.0,188.0)"},"513":{"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(14.0,14.0)","_Padding":"lively.rect(0,0,0,0)"},"514":{"morph":{"__isSmartRef__":true,"id":512},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"515":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":516},"eventHandler":{"__isSmartRef__":true,"id":517},"_ClipMode":"visible","derivationIds":[],"id":"2B21CEC0-EAD3-45AE-8A34-F3619168B55B","droppingEnabled":true,"halosEnabled":true,"type":"bottom","_StyleClassNames":["reframe-handle bottom"],"owner":{"__isSmartRef__":true,"id":405},"showsHalos":false,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.ReframeHandle","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,198.0)"},"516":{"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(813.0,4.0)","_Padding":"lively.rect(0,0,0,0)"},"517":{"morph":{"__isSmartRef__":true,"id":515},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"518":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":519},"eventHandler":{"__isSmartRef__":true,"id":520},"_ClipMode":"visible","derivationIds":[],"id":"4DF10B4A-D4BA-4E25-A312-96ECF6D67286","droppingEnabled":true,"halosEnabled":true,"type":"right","_StyleClassNames":["reframe-handle right"],"owner":{"__isSmartRef__":true,"id":405},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.ReframeHandle","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(823.0,0.0)"},"519":{"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(4.0,188.0)","_Padding":"lively.rect(0,0,0,0)"},"520":{"morph":{"__isSmartRef__":true,"id":518},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"521":{"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":false,"_BorderRadius":false,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__serializedExpressions__":["_Padding","_Extent"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Padding":"lively.rect(0,0,0,0)","_Extent":"lively.pt(827.0,202.0)"},"522":{"morph":{"__isSmartRef__":true,"id":405},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"523":{"adjustForNewBounds":true},"524":{"submorphs":[{"__isSmartRef__":true,"id":525},{"__isSmartRef__":true,"id":573},{"__isSmartRef__":true,"id":1397},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1403}],"scripts":[],"shape":{"__isSmartRef__":true,"id":1406},"eventHandler":{"__isSmartRef__":true,"id":1407},"_ClipMode":"visible","derivationIds":[],"id":"38E14993-7B11-4FEB-92CC-8739527D6243","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"layout":{"__isSmartRef__":true,"id":1408},"LK2":true,"reframeHandle":{"__isSmartRef__":true,"id":1397},"rightReframeHandle":{"__isSmartRef__":true,"id":1403},"bottomReframeHandle":{"__isSmartRef__":true,"id":1400},"titleBar":{"__isSmartRef__":true,"id":525},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"_PreviousBorderWidth":0,"targetMorph":{"__isSmartRef__":true,"id":573},"owner":{"__isSmartRef__":true,"id":0},"highlighted":false,"isBeingDragged":false,"prevScroll":[0,0],"__serializedExpressions__":["_Position","contentOffset","prevDragPos"],"__LivelyClassName__":"lively.morphic.Window","__SourceModuleName__":"Global.lively.morphic.Widgets","withoutLayers":["Global.lively.morphic.GrabbingLayer"],"_Position":"lively.pt(28.5,259.0)","contentOffset":"lively.pt(4.0,22.0)","prevDragPos":"lively.pt(358.0,263.0)"},"525":{"submorphs":[{"__isSmartRef__":true,"id":526},{"__isSmartRef__":true,"id":532},{"__isSmartRef__":true,"id":545},{"__isSmartRef__":true,"id":557}],"scripts":[],"shape":{"__isSmartRef__":true,"id":570},"eventHandler":{"__isSmartRef__":true,"id":571},"_ClipMode":"visible","derivationIds":[],"id":"DB5CB531-6C5C-4D32-99C2-8DBAC625E926","droppingEnabled":false,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":572},"windowMorph":{"__isSmartRef__":true,"id":524},"label":{"__isSmartRef__":true,"id":526},"closeButton":{"__isSmartRef__":true,"id":532},"menuButton":{"__isSmartRef__":true,"id":545},"collapseButton":{"__isSmartRef__":true,"id":557},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":524},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.TitleBar","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,0.0)"},"526":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":527},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":528}],"eventHandler":{"__isSmartRef__":true,"id":530},"_ClipMode":"hidden","derivationIds":[],"id":"7859DF4C-D2D7-4009-8C19-84B702E2F20E","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":531},"eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":525},"_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)"},"527":{"_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(757.0,18.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"528":{"style":{"__isSmartRef__":true,"id":529},"chunkOwner":{"__isSmartRef__":true,"id":526},"_id":"_331615","storedString":"constraintinterpreter.js:bbb (extension):-- all --:edit (static)","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"529":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"530":{"morph":{"__isSmartRef__":true,"id":526},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"531":{"resizeWidth":true},"532":{"submorphs":[{"__isSmartRef__":true,"id":533}],"scripts":[],"shape":{"__isSmartRef__":true,"id":538},"eventHandler":{"__isSmartRef__":true,"id":539},"_ClipMode":"visible","derivationIds":[],"id":"D6B9C856-F49D-4893-98D6-326F14F67C9B","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":533},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":525},"layout":{"__isSmartRef__":true,"id":540},"_StyleClassNames":["close"],"attributeConnections":[{"__isSmartRef__":true,"id":541},{"__isSmartRef__":true,"id":543}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"isPressed":false,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(796.0,3.0)"},"533":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":534},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":535}],"eventHandler":{"__isSmartRef__":true,"id":537},"_ClipMode":"hidden","derivationIds":[],"id":"26690153-6082-4906-BA9E-559E22A4CFB4","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":532},"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)"},"534":{"_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)"},"535":{"style":{"__isSmartRef__":true,"id":536},"chunkOwner":{"__isSmartRef__":true,"id":533},"_id":"_901","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"536":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"537":{"morph":{"__isSmartRef__":true,"id":533},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"538":{"_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)"},"539":{"morph":{"__isSmartRef__":true,"id":532},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"540":{"moveHorizontal":true},"541":{"sourceObj":{"__isSmartRef__":true,"id":532},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":524},"targetMethodName":"getCloseHelp","varMapping":{"__isSmartRef__":true,"id":542},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"542":{"source":{"__isSmartRef__":true,"id":532},"target":{"__isSmartRef__":true,"id":524}},"543":{"sourceObj":{"__isSmartRef__":true,"id":532},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":524},"targetMethodName":"initiateShutdown","varMapping":{"__isSmartRef__":true,"id":544},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"544":{"source":{"__isSmartRef__":true,"id":532},"target":{"__isSmartRef__":true,"id":524}},"545":{"submorphs":[{"__isSmartRef__":true,"id":546}],"scripts":[],"shape":{"__isSmartRef__":true,"id":551},"eventHandler":{"__isSmartRef__":true,"id":552},"_ClipMode":"visible","derivationIds":[],"id":"834BE122-24D9-4128-A1D1-B30E6D8097C1","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":546},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":525},"attributeConnections":[{"__isSmartRef__":true,"id":553},{"__isSmartRef__":true,"id":555}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(3.0,3.0)"},"546":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":547},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":548}],"eventHandler":{"__isSmartRef__":true,"id":550},"_ClipMode":"hidden","derivationIds":[],"id":"B6933EA1-7B8F-4F70-8566-FC233024E5DE","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":545},"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)"},"547":{"_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)"},"548":{"style":{"__isSmartRef__":true,"id":549},"chunkOwner":{"__isSmartRef__":true,"id":546},"_id":"_903","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"549":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"550":{"morph":{"__isSmartRef__":true,"id":546},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"551":{"_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)"},"552":{"morph":{"__isSmartRef__":true,"id":545},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"553":{"sourceObj":{"__isSmartRef__":true,"id":545},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":524},"targetMethodName":"getMenuHelp","varMapping":{"__isSmartRef__":true,"id":554},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"554":{"source":{"__isSmartRef__":true,"id":545},"target":{"__isSmartRef__":true,"id":524}},"555":{"sourceObj":{"__isSmartRef__":true,"id":545},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":524},"targetMethodName":"showTargetMorphMenu","varMapping":{"__isSmartRef__":true,"id":556},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"556":{"source":{"__isSmartRef__":true,"id":545},"target":{"__isSmartRef__":true,"id":524}},"557":{"submorphs":[{"__isSmartRef__":true,"id":558}],"scripts":[],"shape":{"__isSmartRef__":true,"id":563},"eventHandler":{"__isSmartRef__":true,"id":564},"_ClipMode":"visible","derivationIds":[],"id":"7611A69F-9747-43DC-B7AF-39BD2D52EC80","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":558},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":525},"layout":{"__isSmartRef__":true,"id":565},"attributeConnections":[{"__isSmartRef__":true,"id":566},{"__isSmartRef__":true,"id":568}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"isPressed":false,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(777.0,3.0)"},"558":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":559},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":560}],"eventHandler":{"__isSmartRef__":true,"id":562},"_ClipMode":"hidden","derivationIds":[],"id":"710BD6F9-339B-4BE9-AB31-CD88FDA31CA4","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":557},"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)"},"559":{"_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)"},"560":{"style":{"__isSmartRef__":true,"id":561},"chunkOwner":{"__isSmartRef__":true,"id":558},"_id":"_905","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"561":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"562":{"morph":{"__isSmartRef__":true,"id":558},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"563":{"_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)"},"564":{"morph":{"__isSmartRef__":true,"id":557},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"565":{"moveHorizontal":true},"566":{"sourceObj":{"__isSmartRef__":true,"id":557},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":524},"targetMethodName":"getCollapseHelp","varMapping":{"__isSmartRef__":true,"id":567},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"567":{"source":{"__isSmartRef__":true,"id":557},"target":{"__isSmartRef__":true,"id":524}},"568":{"sourceObj":{"__isSmartRef__":true,"id":557},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":524},"targetMethodName":"toggleCollapse","varMapping":{"__isSmartRef__":true,"id":569},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"569":{"source":{"__isSmartRef__":true,"id":557},"target":{"__isSmartRef__":true,"id":524}},"570":{"_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(816.0,22.0)","_Padding":"lively.rect(0,0,0,0)"},"571":{"morph":{"__isSmartRef__":true,"id":525},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"572":{"resizeWidth":true,"adjustForNewBounds":true},"573":{"submorphs":[{"__isSmartRef__":true,"id":574},{"__isSmartRef__":true,"id":1364},{"__isSmartRef__":true,"id":1375},{"__isSmartRef__":true,"id":688},{"__isSmartRef__":true,"id":851},{"__isSmartRef__":true,"id":915},{"__isSmartRef__":true,"id":948},{"__isSmartRef__":true,"id":1386},{"__isSmartRef__":true,"id":981},{"__isSmartRef__":true,"id":583},{"__isSmartRef__":true,"id":597},{"__isSmartRef__":true,"id":611},{"__isSmartRef__":true,"id":625},{"__isSmartRef__":true,"id":639},{"__isSmartRef__":true,"id":653},{"__isSmartRef__":true,"id":667}],"scripts":[],"shape":{"__isSmartRef__":true,"id":1394},"eventHandler":{"__isSmartRef__":true,"id":1395},"_ClipMode":"visible","derivationIds":[],"id":"DBA4F362-3D75-477D-9F33-F4B6B83A8582","droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":1396},"__serializedExpressions__":["_Position"],"locationPane":{"__isSmartRef__":true,"id":574},"codeBaseDirBtn":{"__isSmartRef__":true,"id":1364},"localDirBtn":{"__isSmartRef__":true,"id":1375},"Pane1":{"__isSmartRef__":true,"id":688},"Pane2":{"__isSmartRef__":true,"id":851},"Pane3":{"__isSmartRef__":true,"id":915},"Pane4":{"__isSmartRef__":true,"id":948},"midResizer":{"__isSmartRef__":true,"id":1386},"sourcePane":{"__isSmartRef__":true,"id":981},"ownerWidget":{"__isSmartRef__":true,"id":581},"owner":{"__isSmartRef__":true,"id":524},"targetURL":{"__isSmartRef__":true,"id":686},"prevScroll":[0,0],"__LivelyClassName__":"lively.ide.BrowserPanel","__SourceModuleName__":"Global.lively.ide.BrowserFramework","_Position":"lively.pt(4.0,22.0)"},"574":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":575},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":576}],"eventHandler":{"__isSmartRef__":true,"id":578},"_ClipMode":"hidden","derivationIds":[],"id":"F73BA3DB-761C-4175-B692-7BAD8728C02D","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":true,"_HandStyle":null,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":573},"isInputLine":true,"layout":{"__isSmartRef__":true,"id":579},"noEval":true,"styleClass":["Browser_locationInput"],"attributeConnections":[{"__isSmartRef__":true,"id":580}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(102,102,102)","_Position":"lively.pt(0.0,0.0)"},"575":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(646.4,21.1)","_Padding":"lively.rect(1,1,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"576":{"style":{"__isSmartRef__":true,"id":577},"chunkOwner":{"__isSmartRef__":true,"id":574},"_id":"_191","storedString":"http://lively-kernel.org/repository/webwerkstatt/users/timfelgentreff/babelsberg/","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"577":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"578":{"morph":{"__isSmartRef__":true,"id":574},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"579":{"scaleVertical":true,"scaleHorizontal":true},"580":{"sourceObj":{"__isSmartRef__":true,"id":574},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":581},"targetMethodName":"setTargetURL","varMapping":{"__isSmartRef__":true,"id":1363},"converterString":"function (value) { return new URL(value) }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"581":{"buttonCommands":[{"__isSmartRef__":true,"id":582},{"__isSmartRef__":true,"id":596},{"__isSmartRef__":true,"id":610},{"__isSmartRef__":true,"id":624},{"__isSmartRef__":true,"id":638},{"__isSmartRef__":true,"id":652},{"__isSmartRef__":true,"id":666}],"RootFilters":[{"__isSmartRef__":true,"id":680}],"Pane1Filters":[{"__isSmartRef__":true,"id":681},{"__isSmartRef__":true,"id":682}],"Pane2Filters":[{"__isSmartRef__":true,"id":683}],"Pane3Filters":[{"__isSmartRef__":true,"id":684}],"Pane4Filters":[{"__isSmartRef__":true,"id":685}],"evaluate":true,"targetURL":{"__isSmartRef__":true,"id":686},"panel":{"__isSmartRef__":true,"id":573},"attributeConnections":[{"__isSmartRef__":true,"id":687},{"__isSmartRef__":true,"id":850},{"__isSmartRef__":true,"id":914},{"__isSmartRef__":true,"id":947},{"__isSmartRef__":true,"id":980},{"__isSmartRef__":true,"id":1356}],"SourceString":"edit: function (obj, accessors) {\n var extVars = {},\n extConstraints = [],\n callback = function (newObj) {\n if (!newObj) { // end-of-edit\n ClSimplexSolver.getInstance().endEdit();\n extConstraints.invoke(\"disable\");\n var constrainedVars = extVars[ConstrainedVariable.AttrName];\n for (key in constrainedVars) {\n constrainedVars[key].externalVariable.removeStay();\n };\n // FIXME: this next part ensures we don't leak stays, but\n // also leads to bad effects in interaction\n // extConstraints.each(function (ec) {\n // ec.disable();\n // ec.constraintvariables.select(function (ea) {\n // return ea.isSolveable();\n // }.bind(this)).each(function (ea) {\n // return ea.externalVariable.removeStay();\n // });\n // });\n } else {\n var newEditConstants = accessors.map(function (accessor) {\n return newObj[accessor];\n });\n ClSimplexSolver.getInstance().resolveArray(newEditConstants);\n }\n };\n\n accessors.each(function (accessor) {\n extVars[accessor] = 0;\n if (typeof(obj[accessor]) == \"function\") {\n extConstraints.push((function () {\n return extVars[accessor] == obj[accessor]();\n }).shouldBeTrue({obj: obj, extVars: extVars, accessor: accessor}));\n } else {\n extConstraints.push((function () {\n return extVars[accessor] == obj[accessor];\n }).shouldBeTrue({obj: obj, extVars: extVars, accessor: accessor}));\n }\n\n ClSimplexSolver.getInstance().addEditVar(\n new Constraint((function() {\n return extVars[accessor]; // should be a solveable var\n }).varMap({extVars: extVars, accessor: accessor})).value\n );\n });\n\n ClSimplexSolver.getInstance().solve();\n ClSimplexSolver.getInstance().beginEdit();\n return callback;\n }\n","sourceString":"edit: function (obj, accessors) {\n var extVars = {},\n extConstraints = [],\n callback = function (newObj) {\n if (!newObj) { // end-of-edit\n ClSimplexSolver.getInstance().endEdit();\n extConstraints.invoke(\"disable\");\n var constrainedVars = extVars[ConstrainedVariable.AttrName];\n for (key in constrainedVars) {\n constrainedVars[key].externalVariable.removeStay();\n };\n // FIXME: this next part ensures we don't leak stays, but\n // also leads to bad effects in interaction\n // extConstraints.each(function (ec) {\n // ec.disable();\n // ec.constraintvariables.select(function (ea) {\n // return ea.isSolveable();\n // }.bind(this)).each(function (ea) {\n // return ea.externalVariable.removeStay();\n // });\n // });\n } else {\n var newEditConstants = accessors.map(function (accessor) {\n return newObj[accessor];\n });\n ClSimplexSolver.getInstance().resolveArray(newEditConstants);\n }\n };\n\n accessors.each(function (accessor) {\n extVars[accessor] = 0;\n if (typeof(obj[accessor]) == \"function\") {\n extConstraints.push((function () {\n return extVars[accessor] == obj[accessor]();\n }).shouldBeTrue({obj: obj, extVars: extVars, accessor: accessor}));\n } else {\n extConstraints.push((function () {\n return extVars[accessor] == obj[accessor];\n }).shouldBeTrue({obj: obj, extVars: extVars, accessor: accessor}));\n }\n\n ClSimplexSolver.getInstance().addEditVar(\n new Constraint((function() {\n return extVars[accessor]; // should be a solveable var\n }).varMap({extVars: extVars, accessor: accessor})).value\n );\n });\n\n ClSimplexSolver.getInstance().solve();\n ClSimplexSolver.getInstance().beginEdit();\n return callback;\n }\n","doNotSerialize":["$$targetURL"],"doNotCopyProperties":["$$targetURL"],"_rootNode":{"__isSmartRef__":true,"id":693},"Pane1Selection":{"__isSmartRef__":true,"id":695},"pane1Selection":{"__isSmartRef__":true,"id":695},"Pane2Selection":{"__isSmartRef__":true,"id":856},"pane2Selection":{"__isSmartRef__":true,"id":856},"Pane3Selection":{"__isSmartRef__":true,"id":918},"pane3Selection":{"__isSmartRef__":true,"id":918},"Pane4Selection":{"__isSmartRef__":true,"id":951},"pane4Selection":{"__isSmartRef__":true,"id":951},"Pane4Content":[{"__isSmartRef__":true,"id":950}],"Pane3Content":[{"__isSmartRef__":true,"id":917},{"__isSmartRef__":true,"id":919}],"Pane2Content":[{"__isSmartRef__":true,"id":853},{"__isSmartRef__":true,"id":855},{"__isSmartRef__":true,"id":857},{"__isSmartRef__":true,"id":859},{"__isSmartRef__":true,"id":861},{"__isSmartRef__":true,"id":863},{"__isSmartRef__":true,"id":865},{"__isSmartRef__":true,"id":867},{"__isSmartRef__":true,"id":869},{"__isSmartRef__":true,"id":871},{"__isSmartRef__":true,"id":873},{"__isSmartRef__":true,"id":875},{"__isSmartRef__":true,"id":877},{"__isSmartRef__":true,"id":879},{"__isSmartRef__":true,"id":881},{"__isSmartRef__":true,"id":883},{"__isSmartRef__":true,"id":885}],"Pane1Content":[{"__isSmartRef__":true,"id":690},{"__isSmartRef__":true,"id":821},{"__isSmartRef__":true,"id":822}],"Pane1Menu":[["Add to world requirements"],["remove"],["reparse"],["-------"],["open in text editor"],["show versions"],["diff versions"],["get module part"]],"Pane2Menu":[["references"],["add sibling below"],["remove"],["show browse ref"],["-------"],["view hierarchy"],["add class"],["add object extension"],["add layer"]],"Pane3Menu":[["add sibling below"],["remove"],["show browse ref"],["-------"],["view hierarchy"]],"currentModuleName":"users.timfelgentreff.babelsberg.constraintinterpreter","Pane4Menu":[["senders"],["implementors"],["add sibling below"],["remove"],["show browse ref"],["-------"],["add method"]],"_statusMorph":{"__isSmartRef__":true,"id":1358},"__LivelyClassName__":"lively.ide.SystemBrowser","__SourceModuleName__":"Global.lively.ide.SystemCodeBrowser"},"582":{"browser":{"__isSmartRef__":true,"id":581},"button":{"__isSmartRef__":true,"id":583},"__LivelyClassName__":"lively.ide.AddNewFileCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"583":{"submorphs":[{"__isSmartRef__":true,"id":584}],"scripts":[],"shape":{"__isSmartRef__":true,"id":589},"eventHandler":{"__isSmartRef__":true,"id":590},"_ClipMode":"visible","derivationIds":[],"id":"5E6BF2D7-4963-4B57-A034-EB57AF12B47B","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":584},"_PreviousBorderWidth":1,"command":{"__isSmartRef__":true,"id":582},"attributeConnections":[{"__isSmartRef__":true,"id":591},{"__isSmartRef__":true,"id":593}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":573},"layout":{"__isSmartRef__":true,"id":595},"isPressed":false,"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,281.8)"},"584":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":585},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":586}],"eventHandler":{"__isSmartRef__":true,"id":588},"_ClipMode":"hidden","derivationIds":[],"id":"59248198-961B-4026-97D9-58BB86B98395","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":9,"__serializedExpressions__":["_TextColor"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":583},"isLabel":true,"_Align":"center","eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"585":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(115.4,28.4)","_Padding":"lively.rect(0,4,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"586":{"style":{"__isSmartRef__":true,"id":587},"chunkOwner":{"__isSmartRef__":true,"id":584},"_id":"_19","storedString":"Add module","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"587":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"588":{"morph":{"__isSmartRef__":true,"id":584},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"589":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(115.4,28.4)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"590":{"morph":{"__isSmartRef__":true,"id":583},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"591":{"sourceObj":{"__isSmartRef__":true,"id":583},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":582},"targetMethodName":"trigger","varMapping":{"__isSmartRef__":true,"id":592},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"592":{"source":{"__isSmartRef__":true,"id":583},"target":{"__isSmartRef__":true,"id":582}},"593":{"sourceObj":{"__isSmartRef__":true,"id":583},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":583},"targetMethodName":"setLabel","varMapping":{"__isSmartRef__":true,"id":594},"converterString":"function () { return this.getSourceObj().command.asString() }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"594":{"source":{"__isSmartRef__":true,"id":583},"target":{"__isSmartRef__":true,"id":583}},"595":{"scaleVertical":true,"scaleHorizontal":true},"596":{"browser":{"__isSmartRef__":true,"id":581},"button":{"__isSmartRef__":true,"id":597},"__LivelyClassName__":"lively.ide.AllModulesLoadCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"597":{"submorphs":[{"__isSmartRef__":true,"id":598}],"scripts":[],"shape":{"__isSmartRef__":true,"id":603},"eventHandler":{"__isSmartRef__":true,"id":604},"_ClipMode":"visible","derivationIds":[],"id":"DDD10146-CA60-4E47-A4F0-A4883B2F448B","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":598},"_PreviousBorderWidth":1,"command":{"__isSmartRef__":true,"id":596},"attributeConnections":[{"__isSmartRef__":true,"id":605},{"__isSmartRef__":true,"id":607}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":573},"layout":{"__isSmartRef__":true,"id":609},"isPressed":false,"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(115.4,281.8)"},"598":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":599},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":600}],"eventHandler":{"__isSmartRef__":true,"id":602},"_ClipMode":"hidden","derivationIds":[],"id":"AA28F299-F137-46EE-A1AB-27C2EA8B46E2","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":9,"__serializedExpressions__":["_TextColor"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":597},"isLabel":true,"_Align":"center","eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"599":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(115.4,28.4)","_Padding":"lively.rect(0,4,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"600":{"style":{"__isSmartRef__":true,"id":601},"chunkOwner":{"__isSmartRef__":true,"id":598},"_id":"_22","storedString":"Load all","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"601":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"602":{"morph":{"__isSmartRef__":true,"id":598},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"603":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(115.4,28.4)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"604":{"morph":{"__isSmartRef__":true,"id":597},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"605":{"sourceObj":{"__isSmartRef__":true,"id":597},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":596},"targetMethodName":"trigger","varMapping":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"606":{"source":{"__isSmartRef__":true,"id":597},"target":{"__isSmartRef__":true,"id":596}},"607":{"sourceObj":{"__isSmartRef__":true,"id":597},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":597},"targetMethodName":"setLabel","varMapping":{"__isSmartRef__":true,"id":608},"converterString":"function () { return this.getSourceObj().command.asString() }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"608":{"source":{"__isSmartRef__":true,"id":597},"target":{"__isSmartRef__":true,"id":597}},"609":{"scaleVertical":true,"scaleHorizontal":true},"610":{"browser":{"__isSmartRef__":true,"id":581},"button":{"__isSmartRef__":true,"id":611},"__LivelyClassName__":"lively.ide.ShowLineNumbersCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"611":{"submorphs":[{"__isSmartRef__":true,"id":612}],"scripts":[],"shape":{"__isSmartRef__":true,"id":617},"eventHandler":{"__isSmartRef__":true,"id":618},"_ClipMode":"visible","derivationIds":[],"id":"4A25695E-9EDE-414A-BAF0-844B8AC5D11B","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":612},"_PreviousBorderWidth":1,"command":{"__isSmartRef__":true,"id":610},"attributeConnections":[{"__isSmartRef__":true,"id":619},{"__isSmartRef__":true,"id":621}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":573},"layout":{"__isSmartRef__":true,"id":623},"isPressed":false,"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(230.9,281.8)"},"612":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":613},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":614}],"eventHandler":{"__isSmartRef__":true,"id":616},"_ClipMode":"hidden","derivationIds":[],"id":"E57A08EA-984E-4E80-B1FE-6B32C67FD334","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":9,"__serializedExpressions__":["_TextColor"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":611},"isLabel":true,"_Align":"center","eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"613":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(115.4,28.4)","_Padding":"lively.rect(0,4,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"614":{"style":{"__isSmartRef__":true,"id":615},"chunkOwner":{"__isSmartRef__":true,"id":612},"_id":"_25","storedString":"LineNo","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"615":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"616":{"morph":{"__isSmartRef__":true,"id":612},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"617":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(115.4,28.4)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"618":{"morph":{"__isSmartRef__":true,"id":611},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"619":{"sourceObj":{"__isSmartRef__":true,"id":611},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":610},"targetMethodName":"trigger","varMapping":{"__isSmartRef__":true,"id":620},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"620":{"source":{"__isSmartRef__":true,"id":611},"target":{"__isSmartRef__":true,"id":610}},"621":{"sourceObj":{"__isSmartRef__":true,"id":611},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":611},"targetMethodName":"setLabel","varMapping":{"__isSmartRef__":true,"id":622},"converterString":"function () { return this.getSourceObj().command.asString() }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"622":{"source":{"__isSmartRef__":true,"id":611},"target":{"__isSmartRef__":true,"id":611}},"623":{"scaleVertical":true,"scaleHorizontal":true},"624":{"browser":{"__isSmartRef__":true,"id":581},"button":{"__isSmartRef__":true,"id":625},"__LivelyClassName__":"lively.ide.ParserDebugCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"625":{"submorphs":[{"__isSmartRef__":true,"id":626}],"scripts":[],"shape":{"__isSmartRef__":true,"id":631},"eventHandler":{"__isSmartRef__":true,"id":632},"_ClipMode":"visible","derivationIds":[],"id":"BCAC1E1F-A508-4B30-98A1-DC9100513BAA","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":626},"_PreviousBorderWidth":1,"command":{"__isSmartRef__":true,"id":624},"attributeConnections":[{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":635}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":573},"layout":{"__isSmartRef__":true,"id":637},"isPressed":false,"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(346.3,281.8)"},"626":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":627},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":628}],"eventHandler":{"__isSmartRef__":true,"id":630},"_ClipMode":"hidden","derivationIds":[],"id":"FBCA90CE-0D6D-4748-BBBB-7A74762B0F3E","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":9,"__serializedExpressions__":["_TextColor"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":625},"isLabel":true,"_Align":"center","eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"627":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(115.4,28.4)","_Padding":"lively.rect(0,4,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"628":{"style":{"__isSmartRef__":true,"id":629},"chunkOwner":{"__isSmartRef__":true,"id":626},"_id":"_28","storedString":"Dbg errors is off","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"629":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"630":{"morph":{"__isSmartRef__":true,"id":626},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"631":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(115.4,28.4)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"632":{"morph":{"__isSmartRef__":true,"id":625},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"633":{"sourceObj":{"__isSmartRef__":true,"id":625},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":624},"targetMethodName":"trigger","varMapping":{"__isSmartRef__":true,"id":634},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"634":{"source":{"__isSmartRef__":true,"id":625},"target":{"__isSmartRef__":true,"id":624}},"635":{"sourceObj":{"__isSmartRef__":true,"id":625},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":625},"targetMethodName":"setLabel","varMapping":{"__isSmartRef__":true,"id":636},"converterString":"function () { return this.getSourceObj().command.asString() }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"636":{"source":{"__isSmartRef__":true,"id":625},"target":{"__isSmartRef__":true,"id":625}},"637":{"scaleVertical":true,"scaleHorizontal":true},"638":{"browser":{"__isSmartRef__":true,"id":581},"button":{"__isSmartRef__":true,"id":639},"__LivelyClassName__":"lively.ide.EvaluateCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"639":{"submorphs":[{"__isSmartRef__":true,"id":640}],"scripts":[],"shape":{"__isSmartRef__":true,"id":645},"eventHandler":{"__isSmartRef__":true,"id":646},"_ClipMode":"visible","derivationIds":[],"id":"36E21BFF-9494-4C0F-8DF5-9E9126338695","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":640},"_PreviousBorderWidth":1,"command":{"__isSmartRef__":true,"id":638},"attributeConnections":[{"__isSmartRef__":true,"id":647},{"__isSmartRef__":true,"id":649}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":573},"layout":{"__isSmartRef__":true,"id":651},"isPressed":false,"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(461.7,281.8)"},"640":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":641},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":642}],"eventHandler":{"__isSmartRef__":true,"id":644},"_ClipMode":"hidden","derivationIds":[],"id":"3C0E14E6-950B-42CC-A8FB-67FC1915A2D6","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":9,"__serializedExpressions__":["_TextColor"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":639},"isLabel":true,"_Align":"center","eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"641":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(115.4,28.4)","_Padding":"lively.rect(0,4,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"642":{"style":{"__isSmartRef__":true,"id":643},"chunkOwner":{"__isSmartRef__":true,"id":640},"_id":"_31","storedString":"Eval on","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"643":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"644":{"morph":{"__isSmartRef__":true,"id":640},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"645":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(115.4,28.4)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"646":{"morph":{"__isSmartRef__":true,"id":639},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"647":{"sourceObj":{"__isSmartRef__":true,"id":639},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":638},"targetMethodName":"trigger","varMapping":{"__isSmartRef__":true,"id":648},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"648":{"source":{"__isSmartRef__":true,"id":639},"target":{"__isSmartRef__":true,"id":638}},"649":{"sourceObj":{"__isSmartRef__":true,"id":639},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":639},"targetMethodName":"setLabel","varMapping":{"__isSmartRef__":true,"id":650},"converterString":"function () { return this.getSourceObj().command.asString() }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"650":{"source":{"__isSmartRef__":true,"id":639},"target":{"__isSmartRef__":true,"id":639}},"651":{"scaleVertical":true,"scaleHorizontal":true},"652":{"browser":{"__isSmartRef__":true,"id":581},"button":{"__isSmartRef__":true,"id":653},"__LivelyClassName__":"lively.ide.SortCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"653":{"submorphs":[{"__isSmartRef__":true,"id":654}],"scripts":[],"shape":{"__isSmartRef__":true,"id":659},"eventHandler":{"__isSmartRef__":true,"id":660},"_ClipMode":"visible","derivationIds":[],"id":"E86A38BD-7CEB-426B-A1B2-1657AD8DB192","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":654},"_PreviousBorderWidth":1,"command":{"__isSmartRef__":true,"id":652},"attributeConnections":[{"__isSmartRef__":true,"id":661},{"__isSmartRef__":true,"id":663}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":573},"layout":{"__isSmartRef__":true,"id":665},"isPressed":false,"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(577.1,281.8)"},"654":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":655},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":656}],"eventHandler":{"__isSmartRef__":true,"id":658},"_ClipMode":"hidden","derivationIds":[],"id":"BBEC6C3A-E12A-4A6E-ACC0-AD0D2F82B151","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":9,"__serializedExpressions__":["_TextColor"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":653},"isLabel":true,"_Align":"center","eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"655":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(115.4,28.4)","_Padding":"lively.rect(0,4,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"656":{"style":{"__isSmartRef__":true,"id":657},"chunkOwner":{"__isSmartRef__":true,"id":654},"_id":"_34","storedString":"Sort","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"657":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"658":{"morph":{"__isSmartRef__":true,"id":654},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"659":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(115.4,28.4)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"660":{"morph":{"__isSmartRef__":true,"id":653},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"661":{"sourceObj":{"__isSmartRef__":true,"id":653},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":652},"targetMethodName":"trigger","varMapping":{"__isSmartRef__":true,"id":662},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"662":{"source":{"__isSmartRef__":true,"id":653},"target":{"__isSmartRef__":true,"id":652}},"663":{"sourceObj":{"__isSmartRef__":true,"id":653},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":653},"targetMethodName":"setLabel","varMapping":{"__isSmartRef__":true,"id":664},"converterString":"function () { return this.getSourceObj().command.asString() }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"664":{"source":{"__isSmartRef__":true,"id":653},"target":{"__isSmartRef__":true,"id":653}},"665":{"scaleVertical":true,"scaleHorizontal":true},"666":{"browser":{"__isSmartRef__":true,"id":581},"button":{"__isSmartRef__":true,"id":667},"__LivelyClassName__":"lively.ide.ViewSourceCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"667":{"submorphs":[{"__isSmartRef__":true,"id":668}],"scripts":[],"shape":{"__isSmartRef__":true,"id":673},"eventHandler":{"__isSmartRef__":true,"id":674},"_ClipMode":"visible","derivationIds":[],"id":"6774F535-24C7-4204-BECD-2442CB8674A8","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":668},"_PreviousBorderWidth":1,"command":{"__isSmartRef__":true,"id":666},"attributeConnections":[{"__isSmartRef__":true,"id":675},{"__isSmartRef__":true,"id":677}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":573},"layout":{"__isSmartRef__":true,"id":679},"isPressed":false,"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(692.6,281.8)"},"668":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":669},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":670}],"eventHandler":{"__isSmartRef__":true,"id":672},"_ClipMode":"hidden","derivationIds":[],"id":"FDA77F27-8CE2-41AE-999D-1085331BAA3A","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":9,"__serializedExpressions__":["_TextColor"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":667},"isLabel":true,"_Align":"center","eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"669":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(115.4,28.4)","_Padding":"lively.rect(0,4,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"670":{"style":{"__isSmartRef__":true,"id":671},"chunkOwner":{"__isSmartRef__":true,"id":668},"_id":"_37","storedString":"View as...","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"671":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"672":{"morph":{"__isSmartRef__":true,"id":668},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"673":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(115.4,28.4)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"674":{"morph":{"__isSmartRef__":true,"id":667},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"675":{"sourceObj":{"__isSmartRef__":true,"id":667},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":666},"targetMethodName":"trigger","varMapping":{"__isSmartRef__":true,"id":676},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"676":{"source":{"__isSmartRef__":true,"id":667},"target":{"__isSmartRef__":true,"id":666}},"677":{"sourceObj":{"__isSmartRef__":true,"id":667},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":667},"targetMethodName":"setLabel","varMapping":{"__isSmartRef__":true,"id":678},"converterString":"function () { return this.getSourceObj().command.asString() }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"678":{"source":{"__isSmartRef__":true,"id":667},"target":{"__isSmartRef__":true,"id":667}},"679":{"scaleVertical":true,"scaleHorizontal":true},"680":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"681":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"682":{"attributes":["isClassNode","isGrammarNode","isChangeNode","isFunctionNode","isObjectNode"],"__LivelyClassName__":"lively.ide.NodeTypeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"683":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"684":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"685":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"686":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/users/timfelgentreff/babelsberg/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"687":{"sourceObj":{"__isSmartRef__":true,"id":581},"sourceAttrName":"setPane1Content","targetObj":{"__isSmartRef__":true,"id":688},"targetMethodName":"updateList","varMapping":{"__isSmartRef__":true,"id":849},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"688":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":689},"itemList":[{"__isSmartRef__":true,"id":690},{"__isSmartRef__":true,"id":821},{"__isSmartRef__":true,"id":822}],"eventHandler":{"__isSmartRef__":true,"id":823},"derivationIds":[],"id":"91945C65-3966-4B92-A359-483A9811B866","_FontFamily":"Helvetica","_FontSize":10,"grabbingEnabled":false,"droppingEnabled":true,"halosEnabled":true,"_ClipMode":"auto","__serializedExpressions__":["_Position"],"selection":{"__isSmartRef__":true,"id":824},"selectedLineNo":1,"owner":{"__isSmartRef__":true,"id":573},"layout":{"__isSmartRef__":true,"id":825},"attributeConnections":[{"__isSmartRef__":true,"id":826},{"__isSmartRef__":true,"id":828},{"__isSmartRef__":true,"id":830},{"__isSmartRef__":true,"id":832}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":834},"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(0.0,21.1)"},"689":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(202.0,260.9)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)"},"690":{"isListItem":true,"string":"../","value":{"__isSmartRef__":true,"id":691}},"691":{"target":{"__isSmartRef__":true,"id":692},"browser":{"__isSmartRef__":true,"id":581},"parent":{"__isSmartRef__":true,"id":693},"localName":"../","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"692":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/users/timfelgentreff/babelsberg/../","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"693":{"target":{"__isSmartRef__":true,"id":694},"browser":{"__isSmartRef__":true,"id":581},"parent":null,"allFiles":["users/timfelgentreff/babelsberg/constraintinterpreter.js"],"subNamespacePaths":[],"parentNamespacePath":{"__isSmartRef__":true,"id":692},"_childNodes":[{"__isSmartRef__":true,"id":691},{"__isSmartRef__":true,"id":695},{"__isSmartRef__":true,"id":819}],"__LivelyClassName__":"lively.ide.SourceControlNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"694":{"__LivelyClassName__":"AnotherSourceDatabase","__SourceModuleName__":"Global.lively.ide.SourceDatabase"},"695":{"target":{"__isSmartRef__":true,"id":696},"browser":{"__isSmartRef__":true,"id":581},"parent":{"__isSmartRef__":true,"id":693},"moduleName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"696":{"name":"users.timfelgentreff.babelsberg.constraintinterpreter","type":"moduleDef","startIndex":0,"stopIndex":26036,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":697},{"__isSmartRef__":true,"id":698},{"__isSmartRef__":true,"id":699},{"__isSmartRef__":true,"id":705},{"__isSmartRef__":true,"id":706},{"__isSmartRef__":true,"id":710},{"__isSmartRef__":true,"id":711},{"__isSmartRef__":true,"id":728},{"__isSmartRef__":true,"id":741},{"__isSmartRef__":true,"id":745},{"__isSmartRef__":true,"id":754},{"__isSmartRef__":true,"id":764},{"__isSmartRef__":true,"id":765},{"__isSmartRef__":true,"id":769},{"__isSmartRef__":true,"id":776},{"__isSmartRef__":true,"id":779},{"__isSmartRef__":true,"id":783},{"__isSmartRef__":true,"id":784},{"__isSmartRef__":true,"id":797},{"__isSmartRef__":true,"id":806},{"__isSmartRef__":true,"id":811},{"__isSmartRef__":true,"id":814},{"__isSmartRef__":true,"id":817},{"__isSmartRef__":true,"id":818}],"sourceControl":{"__isSmartRef__":true,"id":694},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"697":{"name":null,"type":"comment","startIndex":197,"stopIndex":197,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"698":{"name":"bbb","type":"objectDef","startIndex":198,"stopIndex":207,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"699":{"name":"bbb","type":"klassExtensionDef","startIndex":208,"stopIndex":2596,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":700}],"sourceControl":{"__isSmartRef__":true,"id":694},"categories":[{"__isSmartRef__":true,"id":703}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"700":{"name":"edit","type":"propertyDef","startIndex":229,"stopIndex":2592,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":true,"category":{"__isSmartRef__":true,"id":701},"className":"bbb","_owner":{"__isSmartRef__":true,"id":702},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"701":{"name":"default category","type":"categoryDef","startIndex":227,"stopIndex":1885,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":700}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"702":{"name":"bbb","type":"klassExtensionDef","startIndex":208,"stopIndex":1888,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":700}],"sourceControl":{"__isSmartRef__":true,"id":694},"categories":[{"__isSmartRef__":true,"id":701}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"703":{"name":"default category","type":"categoryDef","startIndex":227,"stopIndex":386,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":704}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"704":{"name":"edit","type":"propertyDef","startIndex":229,"stopIndex":385,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":true,"category":{"__isSmartRef__":true,"id":703},"className":"bbb","_owner":{"__isSmartRef__":true,"id":699},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"705":{"name":null,"type":"comment","startIndex":2597,"stopIndex":2597,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"706":{"name":"ConstraintConstructionLayer","type":"copDef","startIndex":2598,"stopIndex":2752,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":707}],"sourceControl":{"__isSmartRef__":true,"id":694},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"707":{"name":"lively.ast","type":"copSubElement","startIndex":2639,"stopIndex":2750,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":708}],"sourceControl":{"__isSmartRef__":true,"id":694},"refineSelector":"refineObject","_owner":{"__isSmartRef__":true,"id":706},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"708":{"name":"InterpreterVisitor","type":"propertyDef","startIndex":2667,"stopIndex":2748,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":709},"_owner":{"__isSmartRef__":true,"id":707},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"709":{"name":"default category","type":"categoryDef","startIndex":67,"stopIndex":151,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":708}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"710":{"name":null,"type":"comment","startIndex":2753,"stopIndex":2753,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"711":{"name":"ConstraintTest","type":"klassDef","startIndex":2754,"stopIndex":9022,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":712},{"__isSmartRef__":true,"id":714},{"__isSmartRef__":true,"id":715},{"__isSmartRef__":true,"id":716},{"__isSmartRef__":true,"id":717},{"__isSmartRef__":true,"id":718},{"__isSmartRef__":true,"id":719},{"__isSmartRef__":true,"id":720},{"__isSmartRef__":true,"id":721},{"__isSmartRef__":true,"id":722},{"__isSmartRef__":true,"id":723},{"__isSmartRef__":true,"id":724},{"__isSmartRef__":true,"id":725},{"__isSmartRef__":true,"id":726},{"__isSmartRef__":true,"id":727}],"sourceControl":{"__isSmartRef__":true,"id":694},"superclassName":"TestCase","categories":[{"__isSmartRef__":true,"id":713}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"712":{"name":"testSimple","type":"propertyDef","startIndex":2792,"stopIndex":3056,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":713},"className":"ConstraintTest","_owner":{"__isSmartRef__":true,"id":711},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"713":{"name":"default category","type":"categoryDef","startIndex":583,"stopIndex":6812,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":712},{"__isSmartRef__":true,"id":714},{"__isSmartRef__":true,"id":715},{"__isSmartRef__":true,"id":716},{"__isSmartRef__":true,"id":717},{"__isSmartRef__":true,"id":718},{"__isSmartRef__":true,"id":719},{"__isSmartRef__":true,"id":720},{"__isSmartRef__":true,"id":721},{"__isSmartRef__":true,"id":722},{"__isSmartRef__":true,"id":723},{"__isSmartRef__":true,"id":724},{"__isSmartRef__":true,"id":725},{"__isSmartRef__":true,"id":726},{"__isSmartRef__":true,"id":727}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"714":{"name":"testInequality","type":"propertyDef","startIndex":3058,"stopIndex":3305,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":713},"className":"ConstraintTest","_owner":{"__isSmartRef__":true,"id":711},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"715":{"name":"testSimplePath","type":"propertyDef","startIndex":3308,"stopIndex":3650,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":713},"className":"ConstraintTest","_owner":{"__isSmartRef__":true,"id":711},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"716":{"name":"testSimplePathInvalidation","type":"propertyDef","startIndex":3652,"stopIndex":4136,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":713},"className":"ConstraintTest","_owner":{"__isSmartRef__":true,"id":711},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"717":{"name":"testTemperatureExample","type":"propertyDef","startIndex":4139,"stopIndex":4692,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":713},"className":"ConstraintTest","_owner":{"__isSmartRef__":true,"id":711},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"718":{"name":"testSimpleAssign","type":"propertyDef","startIndex":4698,"stopIndex":5070,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":713},"className":"ConstraintTest","_owner":{"__isSmartRef__":true,"id":711},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"719":{"name":"testAssignStay","type":"propertyDef","startIndex":5072,"stopIndex":5463,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":713},"className":"ConstraintTest","_owner":{"__isSmartRef__":true,"id":711},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"720":{"name":"testPointEquals","type":"propertyDef","startIndex":5466,"stopIndex":5709,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":713},"className":"ConstraintTest","_owner":{"__isSmartRef__":true,"id":711},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"721":{"name":"testPointAddition","type":"propertyDef","startIndex":5711,"stopIndex":6017,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":713},"className":"ConstraintTest","_owner":{"__isSmartRef__":true,"id":711},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"722":{"name":"testPointAssignment","type":"propertyDef","startIndex":6019,"stopIndex":6486,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":713},"className":"ConstraintTest","_owner":{"__isSmartRef__":true,"id":711},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"723":{"name":"testPointAssignmentComplex","type":"propertyDef","startIndex":6488,"stopIndex":7348,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":713},"className":"ConstraintTest","_owner":{"__isSmartRef__":true,"id":711},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"724":{"name":"testPointAssignmentComplexScaled","type":"propertyDef","startIndex":7350,"stopIndex":8462,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":713},"className":"ConstraintTest","_owner":{"__isSmartRef__":true,"id":711},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"725":{"name":"exampleThermometer","type":"propertyDef","startIndex":8469,"stopIndex":8541,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":713},"className":"ConstraintTest","_owner":{"__isSmartRef__":true,"id":711},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"726":{"name":"testConjunction","type":"propertyDef","startIndex":8544,"stopIndex":8942,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":713},"className":"ConstraintTest","_owner":{"__isSmartRef__":true,"id":711},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"727":{"name":"setUp","type":"propertyDef","startIndex":8946,"stopIndex":9018,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":713},"className":"ConstraintTest","_owner":{"__isSmartRef__":true,"id":711},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"728":{"name":"Constraint","type":"klassDef","startIndex":9023,"stopIndex":13170,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":729},{"__isSmartRef__":true,"id":731},{"__isSmartRef__":true,"id":732},{"__isSmartRef__":true,"id":733},{"__isSmartRef__":true,"id":734},{"__isSmartRef__":true,"id":735},{"__isSmartRef__":true,"id":736},{"__isSmartRef__":true,"id":737},{"__isSmartRef__":true,"id":738},{"__isSmartRef__":true,"id":739},{"__isSmartRef__":true,"id":740}],"sourceControl":{"__isSmartRef__":true,"id":694},"superclassName":"Object","categories":[{"__isSmartRef__":true,"id":730}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"729":{"name":"initialize","type":"propertyDef","startIndex":9055,"stopIndex":9650,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":730},"className":"Constraint","_owner":{"__isSmartRef__":true,"id":728},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"730":{"name":"default category","type":"categoryDef","startIndex":6846,"stopIndex":10960,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":729},{"__isSmartRef__":true,"id":731},{"__isSmartRef__":true,"id":732},{"__isSmartRef__":true,"id":733},{"__isSmartRef__":true,"id":734},{"__isSmartRef__":true,"id":735},{"__isSmartRef__":true,"id":736},{"__isSmartRef__":true,"id":737},{"__isSmartRef__":true,"id":738},{"__isSmartRef__":true,"id":739},{"__isSmartRef__":true,"id":740}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"731":{"name":"addPrimitiveConstraint","type":"propertyDef","startIndex":9652,"stopIndex":9809,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":730},"className":"Constraint","_owner":{"__isSmartRef__":true,"id":728},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"732":{"name":"addConstraintVariable","type":"propertyDef","startIndex":9811,"stopIndex":9965,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":730},"className":"Constraint","_owner":{"__isSmartRef__":true,"id":728},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"733":{"name":"predicate","type":"propertyDef","startIndex":9970,"stopIndex":10029,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":730},"className":"Constraint","_owner":{"__isSmartRef__":true,"id":728},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"734":{"name":"priority","type":"propertyDef","startIndex":10032,"stopIndex":10089,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":730},"className":"Constraint","_owner":{"__isSmartRef__":true,"id":728},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"735":{"name":"priority","type":"propertyDef","startIndex":10092,"stopIndex":10313,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":730},"className":"Constraint","_owner":{"__isSmartRef__":true,"id":728},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"736":{"name":"value","type":"propertyDef","startIndex":10316,"stopIndex":10385,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":730},"className":"Constraint","_owner":{"__isSmartRef__":true,"id":728},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"737":{"name":"enable","type":"propertyDef","startIndex":10388,"stopIndex":10675,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":730},"className":"Constraint","_owner":{"__isSmartRef__":true,"id":728},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"738":{"name":"enableConstraintObject","type":"propertyDef","startIndex":10678,"stopIndex":11198,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":730},"className":"Constraint","_owner":{"__isSmartRef__":true,"id":728},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"739":{"name":"disable","type":"propertyDef","startIndex":11201,"stopIndex":11425,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":730},"className":"Constraint","_owner":{"__isSmartRef__":true,"id":728},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"740":{"name":"recalculate","type":"propertyDef","startIndex":11428,"stopIndex":13165,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":730},"className":"Constraint","_owner":{"__isSmartRef__":true,"id":728},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"741":{"name":"Constraint","type":"klassExtensionDef","startIndex":13171,"stopIndex":13521,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":742},{"__isSmartRef__":true,"id":744}],"sourceControl":{"__isSmartRef__":true,"id":694},"categories":[{"__isSmartRef__":true,"id":743}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"742":{"name":"current","type":"propertyDef","startIndex":13199,"stopIndex":13457,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":true,"category":{"__isSmartRef__":true,"id":743},"className":"Constraint","_owner":{"__isSmartRef__":true,"id":741},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"743":{"name":"default category","type":"categoryDef","startIndex":10990,"stopIndex":11311,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":742},{"__isSmartRef__":true,"id":744}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"744":{"name":"current","type":"propertyDef","startIndex":13460,"stopIndex":13515,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":true,"category":{"__isSmartRef__":true,"id":743},"className":"Constraint","_owner":{"__isSmartRef__":true,"id":741},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"745":{"name":"ConstrainedVariable","type":"klassDef","startIndex":13522,"stopIndex":16525,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":746},{"__isSmartRef__":true,"id":748},{"__isSmartRef__":true,"id":749},{"__isSmartRef__":true,"id":750},{"__isSmartRef__":true,"id":751},{"__isSmartRef__":true,"id":752},{"__isSmartRef__":true,"id":753}],"sourceControl":{"__isSmartRef__":true,"id":694},"superclassName":"Object","categories":[{"__isSmartRef__":true,"id":747}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"746":{"name":"initialize","type":"propertyDef","startIndex":13563,"stopIndex":15406,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":747},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":745},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"747":{"name":"default category","type":"categoryDef","startIndex":11354,"stopIndex":14315,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":746},{"__isSmartRef__":true,"id":748},{"__isSmartRef__":true,"id":749},{"__isSmartRef__":true,"id":750},{"__isSmartRef__":true,"id":751},{"__isSmartRef__":true,"id":752},{"__isSmartRef__":true,"id":753}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"748":{"name":"suggestValue","type":"propertyDef","startIndex":15409,"stopIndex":15712,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":747},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":745},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"749":{"name":"recalculatePath","type":"propertyDef","startIndex":15714,"stopIndex":15897,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":747},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":745},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"750":{"name":"addToConstraint","type":"propertyDef","startIndex":15899,"stopIndex":16164,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":747},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":745},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"751":{"name":"isSolveable","type":"propertyDef","startIndex":16169,"stopIndex":16244,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":747},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":745},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"752":{"name":"getValue","type":"propertyDef","startIndex":16247,"stopIndex":16437,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":747},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":745},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"753":{"name":"setValue","type":"propertyDef","startIndex":16440,"stopIndex":16521,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":747},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":745},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"754":{"name":"ConstraintInterpreterVisitor","type":"klassDef","startIndex":16526,"stopIndex":20295,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":755},{"__isSmartRef__":true,"id":757},{"__isSmartRef__":true,"id":758},{"__isSmartRef__":true,"id":759},{"__isSmartRef__":true,"id":760},{"__isSmartRef__":true,"id":761},{"__isSmartRef__":true,"id":762},{"__isSmartRef__":true,"id":763}],"sourceControl":{"__isSmartRef__":true,"id":694},"superclassName":"lively.ast.InterpreterVisitor","categories":[{"__isSmartRef__":true,"id":756}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"755":{"name":"visitModifyingSet","type":"propertyDef","startIndex":16600,"stopIndex":16728,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":756},"className":"ConstraintInterpreterVisitor","_owner":{"__isSmartRef__":true,"id":754},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"756":{"name":"default category","type":"categoryDef","startIndex":14390,"stopIndex":18085,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":755},{"__isSmartRef__":true,"id":757},{"__isSmartRef__":true,"id":758},{"__isSmartRef__":true,"id":759},{"__isSmartRef__":true,"id":760},{"__isSmartRef__":true,"id":761},{"__isSmartRef__":true,"id":762},{"__isSmartRef__":true,"id":763}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"757":{"name":"visitSet","type":"propertyDef","startIndex":16730,"stopIndex":16849,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":756},"className":"ConstraintInterpreterVisitor","_owner":{"__isSmartRef__":true,"id":754},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"758":{"name":"visitThis","type":"propertyDef","startIndex":16852,"stopIndex":16926,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":756},"className":"ConstraintInterpreterVisitor","_owner":{"__isSmartRef__":true,"id":754},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"759":{"name":"visitVariable","type":"propertyDef","startIndex":16928,"stopIndex":17006,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":756},"className":"ConstraintInterpreterVisitor","_owner":{"__isSmartRef__":true,"id":754},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"760":{"name":"invoke","type":"propertyDef","startIndex":17008,"stopIndex":17501,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":756},"className":"ConstraintInterpreterVisitor","_owner":{"__isSmartRef__":true,"id":754},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"761":{"name":"visitBinaryOp","type":"propertyDef","startIndex":17503,"stopIndex":19733,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":756},"className":"ConstraintInterpreterVisitor","_owner":{"__isSmartRef__":true,"id":754},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"762":{"name":"visitGetSlot","type":"propertyDef","startIndex":19737,"stopIndex":20122,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":756},"className":"ConstraintInterpreterVisitor","_owner":{"__isSmartRef__":true,"id":754},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"763":{"name":"shouldInterpret","type":"propertyDef","startIndex":20125,"stopIndex":20290,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":756},"className":"ConstraintInterpreterVisitor","_owner":{"__isSmartRef__":true,"id":754},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"764":{"name":"AttrName","type":"propertyDef","startIndex":20296,"stopIndex":20354,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"className":"ConstrainedVariable","_isStatic":true,"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"765":{"name":"ConstrainedVariable","type":"klassExtensionDef","startIndex":20355,"stopIndex":21020,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":766},{"__isSmartRef__":true,"id":768}],"sourceControl":{"__isSmartRef__":true,"id":694},"categories":[{"__isSmartRef__":true,"id":767}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"766":{"name":"findConstraintVariableFor","type":"propertyDef","startIndex":20392,"stopIndex":20622,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":true,"category":{"__isSmartRef__":true,"id":767},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":765},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"767":{"name":"default category","type":"categoryDef","startIndex":18183,"stopIndex":18810,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":766},{"__isSmartRef__":true,"id":768}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"768":{"name":"newConstraintVariableFor","type":"propertyDef","startIndex":20625,"stopIndex":21016,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":true,"category":{"__isSmartRef__":true,"id":767},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":765},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"769":{"name":"Function","type":"klassExtensionDef","startIndex":21021,"stopIndex":21453,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":770},{"__isSmartRef__":true,"id":772}],"sourceControl":{"__isSmartRef__":true,"id":694},"categories":[{"__isSmartRef__":true,"id":774}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"770":{"name":"shouldBeTrue","type":"propertyDef","startIndex":21043,"stopIndex":21359,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":771},"className":"Function","_owner":{"__isSmartRef__":true,"id":773},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"771":{"name":"default category","type":"categoryDef","startIndex":18802,"stopIndex":19190,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":770},{"__isSmartRef__":true,"id":772}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"772":{"name":"varMap","type":"propertyDef","startIndex":21362,"stopIndex":21448,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":771},"className":"Function","_owner":{"__isSmartRef__":true,"id":773},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"773":{"name":"Function","type":"klassExtensionDef","startIndex":18782,"stopIndex":19193,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":770},{"__isSmartRef__":true,"id":772}],"sourceControl":{"__isSmartRef__":true,"id":694},"categories":[{"__isSmartRef__":true,"id":771}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"774":{"name":"default category","type":"categoryDef","startIndex":18834,"stopIndex":19153,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":775}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"775":{"name":"shouldBeTrue","type":"propertyDef","startIndex":18804,"stopIndex":19120,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":774},"className":"Function","_owner":{"__isSmartRef__":true,"id":769},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"776":{"name":"ClSimplexSolver","type":"klassExtensionDef","startIndex":21454,"stopIndex":21550,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":777}],"sourceControl":{"__isSmartRef__":true,"id":694},"categories":[{"__isSmartRef__":true,"id":778}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"777":{"name":"isConstraintObject","type":"propertyDef","startIndex":21483,"stopIndex":21546,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":778},"className":"ClSimplexSolver","_owner":{"__isSmartRef__":true,"id":776},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"778":{"name":"default category","type":"categoryDef","startIndex":19184,"stopIndex":19250,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":777}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"779":{"name":"ClSimplexSolver","type":"klassExtensionDef","startIndex":21551,"stopIndex":21891,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":780},{"__isSmartRef__":true,"id":782}],"sourceControl":{"__isSmartRef__":true,"id":694},"categories":[{"__isSmartRef__":true,"id":781}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"780":{"name":"getInstance","type":"propertyDef","startIndex":21584,"stopIndex":21807,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":true,"category":{"__isSmartRef__":true,"id":781},"className":"ClSimplexSolver","_owner":{"__isSmartRef__":true,"id":779},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"781":{"name":"default category","type":"categoryDef","startIndex":19285,"stopIndex":19591,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":780},{"__isSmartRef__":true,"id":782}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"782":{"name":"resetInstance","type":"propertyDef","startIndex":21810,"stopIndex":21887,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":true,"category":{"__isSmartRef__":true,"id":781},"className":"ClSimplexSolver","_owner":{"__isSmartRef__":true,"id":779},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"783":{"name":null,"type":"comment","startIndex":21892,"stopIndex":21892,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"784":{"name":"ClAbstractVariable","type":"klassExtensionDef","startIndex":21893,"stopIndex":23371,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":785},{"__isSmartRef__":true,"id":787},{"__isSmartRef__":true,"id":788},{"__isSmartRef__":true,"id":789},{"__isSmartRef__":true,"id":790},{"__isSmartRef__":true,"id":791},{"__isSmartRef__":true,"id":792},{"__isSmartRef__":true,"id":793},{"__isSmartRef__":true,"id":794},{"__isSmartRef__":true,"id":795},{"__isSmartRef__":true,"id":796}],"sourceControl":{"__isSmartRef__":true,"id":694},"categories":[{"__isSmartRef__":true,"id":786}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"785":{"name":"isConstraintObject","type":"propertyDef","startIndex":21925,"stopIndex":21988,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":786},"className":"ClAbstractVariable","_owner":{"__isSmartRef__":true,"id":784},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"786":{"name":"default category","type":"categoryDef","startIndex":19626,"stopIndex":21071,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":785},{"__isSmartRef__":true,"id":787},{"__isSmartRef__":true,"id":788},{"__isSmartRef__":true,"id":789},{"__isSmartRef__":true,"id":790},{"__isSmartRef__":true,"id":791},{"__isSmartRef__":true,"id":792},{"__isSmartRef__":true,"id":793},{"__isSmartRef__":true,"id":794},{"__isSmartRef__":true,"id":795},{"__isSmartRef__":true,"id":796}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"787":{"name":"stay","type":"propertyDef","startIndex":21991,"stopIndex":22216,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":786},"className":"ClAbstractVariable","_owner":{"__isSmartRef__":true,"id":784},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"788":{"name":"removeStay","type":"propertyDef","startIndex":22218,"stopIndex":22483,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":786},"className":"ClAbstractVariable","_owner":{"__isSmartRef__":true,"id":784},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"789":{"name":"suggestValue","type":"propertyDef","startIndex":22489,"stopIndex":22693,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":786},"className":"ClAbstractVariable","_owner":{"__isSmartRef__":true,"id":784},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"790":{"name":"plus","type":"propertyDef","startIndex":22696,"stopIndex":22786,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":786},"className":"ClAbstractVariable","_owner":{"__isSmartRef__":true,"id":784},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"791":{"name":"minus","type":"propertyDef","startIndex":22789,"stopIndex":22883,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":786},"className":"ClAbstractVariable","_owner":{"__isSmartRef__":true,"id":784},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"792":{"name":"times","type":"propertyDef","startIndex":22886,"stopIndex":22978,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":786},"className":"ClAbstractVariable","_owner":{"__isSmartRef__":true,"id":784},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"793":{"name":"divide","type":"propertyDef","startIndex":22981,"stopIndex":23075,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":786},"className":"ClAbstractVariable","_owner":{"__isSmartRef__":true,"id":784},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"794":{"name":"cnGeq","type":"propertyDef","startIndex":23078,"stopIndex":23170,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":786},"className":"ClAbstractVariable","_owner":{"__isSmartRef__":true,"id":784},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"795":{"name":"cnLeq","type":"propertyDef","startIndex":23173,"stopIndex":23265,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":786},"className":"ClAbstractVariable","_owner":{"__isSmartRef__":true,"id":784},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"796":{"name":"cnEquals","type":"propertyDef","startIndex":23268,"stopIndex":23366,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":786},"className":"ClAbstractVariable","_owner":{"__isSmartRef__":true,"id":784},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"797":{"name":"ClLinearExpression","type":"klassExtensionDef","startIndex":23372,"stopIndex":25173,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":798},{"__isSmartRef__":true,"id":800},{"__isSmartRef__":true,"id":801},{"__isSmartRef__":true,"id":802},{"__isSmartRef__":true,"id":803},{"__isSmartRef__":true,"id":804},{"__isSmartRef__":true,"id":805}],"sourceControl":{"__isSmartRef__":true,"id":694},"categories":[{"__isSmartRef__":true,"id":799}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"798":{"name":"isConstraintObject","type":"propertyDef","startIndex":23404,"stopIndex":23467,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":799},"className":"ClLinearExpression","_owner":{"__isSmartRef__":true,"id":797},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"799":{"name":"default category","type":"categoryDef","startIndex":21105,"stopIndex":22873,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":798},{"__isSmartRef__":true,"id":800},{"__isSmartRef__":true,"id":801},{"__isSmartRef__":true,"id":802},{"__isSmartRef__":true,"id":803},{"__isSmartRef__":true,"id":804},{"__isSmartRef__":true,"id":805}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"800":{"name":"cnGeq","type":"propertyDef","startIndex":23470,"stopIndex":23562,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":799},"className":"ClLinearExpression","_owner":{"__isSmartRef__":true,"id":797},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"801":{"name":"cnLeq","type":"propertyDef","startIndex":23565,"stopIndex":23770,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":799},"className":"ClLinearExpression","_owner":{"__isSmartRef__":true,"id":797},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"802":{"name":"cnEquals","type":"propertyDef","startIndex":23773,"stopIndex":23860,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":799},"className":"ClLinearExpression","_owner":{"__isSmartRef__":true,"id":797},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"803":{"name":"plus","type":"propertyDef","startIndex":23867,"stopIndex":24301,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":799},"className":"ClLinearExpression","_owner":{"__isSmartRef__":true,"id":797},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"804":{"name":"minus","type":"propertyDef","startIndex":24304,"stopIndex":24741,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":799},"className":"ClLinearExpression","_owner":{"__isSmartRef__":true,"id":797},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"805":{"name":"divide","type":"propertyDef","startIndex":24745,"stopIndex":25168,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":799},"className":"ClLinearExpression","_owner":{"__isSmartRef__":true,"id":797},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"806":{"name":"ClConstraint","type":"klassExtensionDef","startIndex":25174,"stopIndex":25537,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":807},{"__isSmartRef__":true,"id":809},{"__isSmartRef__":true,"id":810}],"sourceControl":{"__isSmartRef__":true,"id":694},"categories":[{"__isSmartRef__":true,"id":808}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"807":{"name":"isConstraintObject","type":"propertyDef","startIndex":25200,"stopIndex":25263,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":808},"className":"ClConstraint","_owner":{"__isSmartRef__":true,"id":806},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"808":{"name":"default category","type":"categoryDef","startIndex":22901,"stopIndex":23237,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":807},{"__isSmartRef__":true,"id":809},{"__isSmartRef__":true,"id":810}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"809":{"name":"enable","type":"propertyDef","startIndex":25266,"stopIndex":25437,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":808},"className":"ClConstraint","_owner":{"__isSmartRef__":true,"id":806},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"810":{"name":"disable","type":"propertyDef","startIndex":25439,"stopIndex":25533,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":808},"className":"ClConstraint","_owner":{"__isSmartRef__":true,"id":806},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"811":{"name":"Number","type":"klassExtensionDef","startIndex":25538,"stopIndex":25713,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":812}],"sourceControl":{"__isSmartRef__":true,"id":694},"categories":[{"__isSmartRef__":true,"id":813}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"812":{"name":"forConstraint","type":"propertyDef","startIndex":25558,"stopIndex":25710,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":813},"className":"Number","_owner":{"__isSmartRef__":true,"id":811},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"813":{"name":"default category","type":"categoryDef","startIndex":23259,"stopIndex":23414,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":812}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"814":{"name":"DoNotSerializeConstraintPlugin","type":"klassDef","startIndex":25714,"stopIndex":25942,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":815}],"sourceControl":{"__isSmartRef__":true,"id":694},"superclassName":"ObjectLinearizerPlugin","categories":[{"__isSmartRef__":true,"id":816}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"815":{"name":"ignoreProp","type":"propertyDef","startIndex":25802,"stopIndex":25937,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"_isStatic":false,"category":{"__isSmartRef__":true,"id":816},"className":"DoNotSerializeConstraintPlugin","_owner":{"__isSmartRef__":true,"id":814},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"816":{"name":"plugin interface","type":"categoryDef","startIndex":23483,"stopIndex":23642,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":815}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"817":{"name":null,"type":"unknown","startIndex":25943,"stopIndex":26016,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"818":{"name":null,"type":"comment","startIndex":26017,"stopIndex":26017,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":694},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"819":{"target":{"__isSmartRef__":true,"id":820},"browser":{"__isSmartRef__":true,"id":581},"__LivelyClassName__":"lively.ide.ChangeSetNode","__SourceModuleName__":"Global.lively.ide.LocalBrowser"},"820":{"name":"Local code","__LivelyClassName__":"ChangeSet","__SourceModuleName__":"Global.lively.ChangeSet"},"821":{"isListItem":true,"string":"constraintinterpreter.js","value":{"__isSmartRef__":true,"id":695}},"822":{"isListItem":true,"string":"Local code","value":{"__isSmartRef__":true,"id":819}},"823":{"morph":{"__isSmartRef__":true,"id":688},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"824":{"target":{"__isSmartRef__":true,"id":696},"browser":{"__isSmartRef__":true,"id":581},"parent":{"__isSmartRef__":true,"id":693},"moduleName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"825":{"scaleVertical":true,"scaleHorizontal":true},"826":{"sourceObj":{"__isSmartRef__":true,"id":688},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":581},"targetMethodName":"setPane1Selection","varMapping":{"__isSmartRef__":true,"id":827},"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"827":{"source":{"__isSmartRef__":true,"id":688},"target":{"__isSmartRef__":true,"id":581}},"828":{"sourceObj":{"__isSmartRef__":true,"id":688},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":581},"targetMethodName":"getPane1Selection","varMapping":{"__isSmartRef__":true,"id":829},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"829":{"source":{"__isSmartRef__":true,"id":688},"target":{"__isSmartRef__":true,"id":581}},"830":{"sourceObj":{"__isSmartRef__":true,"id":688},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":581},"targetMethodName":"getPane1Content","varMapping":{"__isSmartRef__":true,"id":831},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"831":{"source":{"__isSmartRef__":true,"id":688},"target":{"__isSmartRef__":true,"id":581}},"832":{"sourceObj":{"__isSmartRef__":true,"id":688},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":581},"targetMethodName":"getPane1Menu","varMapping":{"__isSmartRef__":true,"id":833},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"833":{"source":{"__isSmartRef__":true,"id":688},"target":{"__isSmartRef__":true,"id":581}},"834":{"onDownPressed":{"__isSmartRef__":true,"id":835},"onUpPressed":{"__isSmartRef__":true,"id":842}},"835":{"varMapping":{"__isSmartRef__":true,"id":836},"source":"function onDownPressed(evt) {\n $super(evt);\n this.focus.bind(this).delay(0);\n return true;\n }","funcProperties":{"__isSmartRef__":true,"id":841},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"836":{"this":{"__isSmartRef__":true,"id":688},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":837}},"837":{"$super":{"__isSmartRef__":true,"id":838}},"838":{"varMapping":{"__isSmartRef__":true,"id":839},"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":840},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"839":{"obj":{"__isSmartRef__":true,"id":688},"name":"onDownPressed"},"840":{},"841":{},"842":{"varMapping":{"__isSmartRef__":true,"id":843},"source":"function onUpPressed(evt) {\n $super(evt);\n this.focus.bind(this).delay(0);\n return true;\n }","funcProperties":{"__isSmartRef__":true,"id":848},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"843":{"this":{"__isSmartRef__":true,"id":688},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":844}},"844":{"$super":{"__isSmartRef__":true,"id":845}},"845":{"varMapping":{"__isSmartRef__":true,"id":846},"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":847},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"846":{"obj":{"__isSmartRef__":true,"id":688},"name":"onUpPressed"},"847":{},"848":{},"849":{"source":{"__isSmartRef__":true,"id":581},"target":{"__isSmartRef__":true,"id":688}},"850":{"sourceObj":{"__isSmartRef__":true,"id":581},"sourceAttrName":"setPane2Content","targetObj":{"__isSmartRef__":true,"id":851},"targetMethodName":"updateList","varMapping":{"__isSmartRef__":true,"id":913},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"851":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":852},"itemList":[{"__isSmartRef__":true,"id":853},{"__isSmartRef__":true,"id":855},{"__isSmartRef__":true,"id":857},{"__isSmartRef__":true,"id":859},{"__isSmartRef__":true,"id":861},{"__isSmartRef__":true,"id":863},{"__isSmartRef__":true,"id":865},{"__isSmartRef__":true,"id":867},{"__isSmartRef__":true,"id":869},{"__isSmartRef__":true,"id":871},{"__isSmartRef__":true,"id":873},{"__isSmartRef__":true,"id":875},{"__isSmartRef__":true,"id":877},{"__isSmartRef__":true,"id":879},{"__isSmartRef__":true,"id":881},{"__isSmartRef__":true,"id":883},{"__isSmartRef__":true,"id":885}],"eventHandler":{"__isSmartRef__":true,"id":887},"derivationIds":[],"id":"EEC98382-000C-49EF-B54C-14B517363CFB","_FontFamily":"Helvetica","_FontSize":10,"grabbingEnabled":false,"droppingEnabled":true,"halosEnabled":true,"_ClipMode":"auto","__serializedExpressions__":["_Position"],"selection":{"__isSmartRef__":true,"id":888},"selectedLineNo":1,"owner":{"__isSmartRef__":true,"id":573},"layout":{"__isSmartRef__":true,"id":889},"attributeConnections":[{"__isSmartRef__":true,"id":890},{"__isSmartRef__":true,"id":892},{"__isSmartRef__":true,"id":894},{"__isSmartRef__":true,"id":896}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"prevScroll":[0,68],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":898},"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(202.0,21.1)"},"852":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(202.0,260.9)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)"},"853":{"isListItem":true,"string":"bbb (object)","value":{"__isSmartRef__":true,"id":854}},"854":{"target":{"__isSmartRef__":true,"id":698},"browser":{"__isSmartRef__":true,"id":581},"__LivelyClassName__":"lively.ide.ObjectFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"855":{"isListItem":true,"string":"bbb (extension)","value":{"__isSmartRef__":true,"id":856}},"856":{"target":{"__isSmartRef__":true,"id":699},"browser":{"__isSmartRef__":true,"id":581},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"857":{"isListItem":true,"string":"ConstraintConstructionLayer","value":{"__isSmartRef__":true,"id":858}},"858":{"target":{"__isSmartRef__":true,"id":706},"browser":{"__isSmartRef__":true,"id":581},"__LivelyClassName__":"lively.ide.CopFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"859":{"isListItem":true,"string":"ConstraintTest","value":{"__isSmartRef__":true,"id":860}},"860":{"target":{"__isSmartRef__":true,"id":711},"browser":{"__isSmartRef__":true,"id":581},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"861":{"isListItem":true,"string":"Constraint","value":{"__isSmartRef__":true,"id":862}},"862":{"target":{"__isSmartRef__":true,"id":728},"browser":{"__isSmartRef__":true,"id":581},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"863":{"isListItem":true,"string":"Constraint (extension)","value":{"__isSmartRef__":true,"id":864}},"864":{"target":{"__isSmartRef__":true,"id":741},"browser":{"__isSmartRef__":true,"id":581},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"865":{"isListItem":true,"string":"ConstrainedVariable","value":{"__isSmartRef__":true,"id":866}},"866":{"target":{"__isSmartRef__":true,"id":745},"browser":{"__isSmartRef__":true,"id":581},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"867":{"isListItem":true,"string":"ConstraintInterpreterVisitor","value":{"__isSmartRef__":true,"id":868}},"868":{"target":{"__isSmartRef__":true,"id":754},"browser":{"__isSmartRef__":true,"id":581},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"869":{"isListItem":true,"string":"ConstrainedVariable (extension)","value":{"__isSmartRef__":true,"id":870}},"870":{"target":{"__isSmartRef__":true,"id":765},"browser":{"__isSmartRef__":true,"id":581},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"871":{"isListItem":true,"string":"Function (extension)","value":{"__isSmartRef__":true,"id":872}},"872":{"target":{"__isSmartRef__":true,"id":769},"browser":{"__isSmartRef__":true,"id":581},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"873":{"isListItem":true,"string":"ClSimplexSolver (extension)","value":{"__isSmartRef__":true,"id":874}},"874":{"target":{"__isSmartRef__":true,"id":776},"browser":{"__isSmartRef__":true,"id":581},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"875":{"isListItem":true,"string":"ClSimplexSolver (extension)","value":{"__isSmartRef__":true,"id":876}},"876":{"target":{"__isSmartRef__":true,"id":779},"browser":{"__isSmartRef__":true,"id":581},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"877":{"isListItem":true,"string":"ClAbstractVariable (extension)","value":{"__isSmartRef__":true,"id":878}},"878":{"target":{"__isSmartRef__":true,"id":784},"browser":{"__isSmartRef__":true,"id":581},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"879":{"isListItem":true,"string":"ClLinearExpression (extension)","value":{"__isSmartRef__":true,"id":880}},"880":{"target":{"__isSmartRef__":true,"id":797},"browser":{"__isSmartRef__":true,"id":581},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"881":{"isListItem":true,"string":"ClConstraint (extension)","value":{"__isSmartRef__":true,"id":882}},"882":{"target":{"__isSmartRef__":true,"id":806},"browser":{"__isSmartRef__":true,"id":581},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"883":{"isListItem":true,"string":"Number (extension)","value":{"__isSmartRef__":true,"id":884}},"884":{"target":{"__isSmartRef__":true,"id":811},"browser":{"__isSmartRef__":true,"id":581},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"885":{"isListItem":true,"string":"DoNotSerializeConstraintPlugin","value":{"__isSmartRef__":true,"id":886}},"886":{"target":{"__isSmartRef__":true,"id":814},"browser":{"__isSmartRef__":true,"id":581},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"887":{"morph":{"__isSmartRef__":true,"id":851},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"888":{"target":{"__isSmartRef__":true,"id":699},"browser":{"__isSmartRef__":true,"id":581},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"889":{"scaleVertical":true,"scaleHorizontal":true},"890":{"sourceObj":{"__isSmartRef__":true,"id":851},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":581},"targetMethodName":"setPane2Selection","varMapping":{"__isSmartRef__":true,"id":891},"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"891":{"source":{"__isSmartRef__":true,"id":851},"target":{"__isSmartRef__":true,"id":581}},"892":{"sourceObj":{"__isSmartRef__":true,"id":851},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":581},"targetMethodName":"getPane2Selection","varMapping":{"__isSmartRef__":true,"id":893},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"893":{"source":{"__isSmartRef__":true,"id":851},"target":{"__isSmartRef__":true,"id":581}},"894":{"sourceObj":{"__isSmartRef__":true,"id":851},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":581},"targetMethodName":"getPane2Content","varMapping":{"__isSmartRef__":true,"id":895},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"895":{"source":{"__isSmartRef__":true,"id":851},"target":{"__isSmartRef__":true,"id":581}},"896":{"sourceObj":{"__isSmartRef__":true,"id":851},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":581},"targetMethodName":"getPane2Menu","varMapping":{"__isSmartRef__":true,"id":897},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"897":{"source":{"__isSmartRef__":true,"id":851},"target":{"__isSmartRef__":true,"id":581}},"898":{"onDownPressed":{"__isSmartRef__":true,"id":899},"onUpPressed":{"__isSmartRef__":true,"id":906}},"899":{"varMapping":{"__isSmartRef__":true,"id":900},"source":"function onDownPressed(evt) {\n $super(evt);\n this.focus.bind(this).delay(0);\n return true;\n }","funcProperties":{"__isSmartRef__":true,"id":905},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"900":{"this":{"__isSmartRef__":true,"id":851},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":901}},"901":{"$super":{"__isSmartRef__":true,"id":902}},"902":{"varMapping":{"__isSmartRef__":true,"id":903},"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":904},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"903":{"obj":{"__isSmartRef__":true,"id":851},"name":"onDownPressed"},"904":{},"905":{},"906":{"varMapping":{"__isSmartRef__":true,"id":907},"source":"function onUpPressed(evt) {\n $super(evt);\n this.focus.bind(this).delay(0);\n return true;\n }","funcProperties":{"__isSmartRef__":true,"id":912},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"907":{"this":{"__isSmartRef__":true,"id":851},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":908}},"908":{"$super":{"__isSmartRef__":true,"id":909}},"909":{"varMapping":{"__isSmartRef__":true,"id":910},"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":911},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"910":{"obj":{"__isSmartRef__":true,"id":851},"name":"onUpPressed"},"911":{},"912":{},"913":{"source":{"__isSmartRef__":true,"id":581},"target":{"__isSmartRef__":true,"id":851}},"914":{"sourceObj":{"__isSmartRef__":true,"id":581},"sourceAttrName":"setPane3Content","targetObj":{"__isSmartRef__":true,"id":915},"targetMethodName":"updateList","varMapping":{"__isSmartRef__":true,"id":946},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"915":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":916},"itemList":[{"__isSmartRef__":true,"id":917},{"__isSmartRef__":true,"id":919}],"eventHandler":{"__isSmartRef__":true,"id":921},"derivationIds":[],"id":"86815205-EA4B-4561-9C80-66B8DDDA96B5","_FontFamily":"Helvetica","_FontSize":10,"grabbingEnabled":false,"droppingEnabled":true,"halosEnabled":true,"_ClipMode":"auto","__serializedExpressions__":["_Position"],"selection":{"__isSmartRef__":true,"id":918},"selectedLineNo":0,"owner":{"__isSmartRef__":true,"id":573},"layout":{"__isSmartRef__":true,"id":922},"attributeConnections":[{"__isSmartRef__":true,"id":923},{"__isSmartRef__":true,"id":925},{"__isSmartRef__":true,"id":927},{"__isSmartRef__":true,"id":929}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"changeTriggered":true,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":931},"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(404.0,21.1)"},"916":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(202.0,260.9)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)"},"917":{"isListItem":true,"string":"-- all --","value":{"__isSmartRef__":true,"id":918}},"918":{"target":{"__isSmartRef__":true,"id":699},"browser":{"__isSmartRef__":true,"id":581},"parent":{"__isSmartRef__":true,"id":856},"__LivelyClassName__":"lively.ide.AllMethodCategoryFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"919":{"isListItem":true,"string":"default category","value":{"__isSmartRef__":true,"id":920}},"920":{"target":{"__isSmartRef__":true,"id":703},"browser":{"__isSmartRef__":true,"id":581},"parent":{"__isSmartRef__":true,"id":856},"targets":[{"__isSmartRef__":true,"id":703}],"__LivelyClassName__":"lively.ide.MethodCategoryFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"921":{"morph":{"__isSmartRef__":true,"id":915},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"922":{"scaleVertical":true,"scaleHorizontal":true},"923":{"sourceObj":{"__isSmartRef__":true,"id":915},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":581},"targetMethodName":"setPane3Selection","varMapping":{"__isSmartRef__":true,"id":924},"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"924":{"source":{"__isSmartRef__":true,"id":915},"target":{"__isSmartRef__":true,"id":581}},"925":{"sourceObj":{"__isSmartRef__":true,"id":915},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":581},"targetMethodName":"getPane3Selection","varMapping":{"__isSmartRef__":true,"id":926},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"926":{"source":{"__isSmartRef__":true,"id":915},"target":{"__isSmartRef__":true,"id":581}},"927":{"sourceObj":{"__isSmartRef__":true,"id":915},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":581},"targetMethodName":"getPane3Content","varMapping":{"__isSmartRef__":true,"id":928},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"928":{"source":{"__isSmartRef__":true,"id":915},"target":{"__isSmartRef__":true,"id":581}},"929":{"sourceObj":{"__isSmartRef__":true,"id":915},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":581},"targetMethodName":"getPane3Menu","varMapping":{"__isSmartRef__":true,"id":930},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"930":{"source":{"__isSmartRef__":true,"id":915},"target":{"__isSmartRef__":true,"id":581}},"931":{"onDownPressed":{"__isSmartRef__":true,"id":932},"onUpPressed":{"__isSmartRef__":true,"id":939}},"932":{"varMapping":{"__isSmartRef__":true,"id":933},"source":"function onDownPressed(evt) {\n $super(evt);\n this.focus.bind(this).delay(0);\n return true;\n }","funcProperties":{"__isSmartRef__":true,"id":938},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"933":{"this":{"__isSmartRef__":true,"id":915},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":934}},"934":{"$super":{"__isSmartRef__":true,"id":935}},"935":{"varMapping":{"__isSmartRef__":true,"id":936},"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":937},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"936":{"obj":{"__isSmartRef__":true,"id":915},"name":"onDownPressed"},"937":{},"938":{},"939":{"varMapping":{"__isSmartRef__":true,"id":940},"source":"function onUpPressed(evt) {\n $super(evt);\n this.focus.bind(this).delay(0);\n return true;\n }","funcProperties":{"__isSmartRef__":true,"id":945},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"940":{"this":{"__isSmartRef__":true,"id":915},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":941}},"941":{"$super":{"__isSmartRef__":true,"id":942}},"942":{"varMapping":{"__isSmartRef__":true,"id":943},"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":944},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"943":{"obj":{"__isSmartRef__":true,"id":915},"name":"onUpPressed"},"944":{},"945":{},"946":{"source":{"__isSmartRef__":true,"id":581},"target":{"__isSmartRef__":true,"id":915}},"947":{"sourceObj":{"__isSmartRef__":true,"id":581},"sourceAttrName":"setPane4Content","targetObj":{"__isSmartRef__":true,"id":948},"targetMethodName":"updateList","varMapping":{"__isSmartRef__":true,"id":979},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"948":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":949},"itemList":[{"__isSmartRef__":true,"id":950}],"eventHandler":{"__isSmartRef__":true,"id":952},"derivationIds":[],"id":"EE8BC9E8-A941-475C-ADFE-C8DEF09BEB7F","_FontFamily":"Helvetica","_FontSize":10,"grabbingEnabled":false,"droppingEnabled":true,"halosEnabled":true,"_ClipMode":"auto","__serializedExpressions__":["_Position"],"selection":{"__isSmartRef__":true,"id":953},"selectedLineNo":0,"owner":{"__isSmartRef__":true,"id":573},"layout":{"__isSmartRef__":true,"id":955},"attributeConnections":[{"__isSmartRef__":true,"id":956},{"__isSmartRef__":true,"id":958},{"__isSmartRef__":true,"id":960},{"__isSmartRef__":true,"id":962}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":964},"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(606.0,21.1)"},"949":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(202.0,260.9)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)"},"950":{"isListItem":true,"string":"edit (static)","value":{"__isSmartRef__":true,"id":951}},"951":{"target":{"__isSmartRef__":true,"id":700},"browser":{"__isSmartRef__":true,"id":581},"parent":{"__isSmartRef__":true,"id":918},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"952":{"morph":{"__isSmartRef__":true,"id":948},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"953":{"target":{"__isSmartRef__":true,"id":700},"browser":{"__isSmartRef__":true,"id":581},"parent":{"__isSmartRef__":true,"id":954},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"954":{"target":{"__isSmartRef__":true,"id":699},"browser":{"__isSmartRef__":true,"id":581},"parent":{"__isSmartRef__":true,"id":888},"__LivelyClassName__":"lively.ide.AllMethodCategoryFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"955":{"scaleVertical":true,"scaleHorizontal":true},"956":{"sourceObj":{"__isSmartRef__":true,"id":948},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":581},"targetMethodName":"setPane4Selection","varMapping":{"__isSmartRef__":true,"id":957},"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"957":{"source":{"__isSmartRef__":true,"id":948},"target":{"__isSmartRef__":true,"id":581}},"958":{"sourceObj":{"__isSmartRef__":true,"id":948},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":581},"targetMethodName":"getPane4Selection","varMapping":{"__isSmartRef__":true,"id":959},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"959":{"source":{"__isSmartRef__":true,"id":948},"target":{"__isSmartRef__":true,"id":581}},"960":{"sourceObj":{"__isSmartRef__":true,"id":948},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":581},"targetMethodName":"getPane4Content","varMapping":{"__isSmartRef__":true,"id":961},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"961":{"source":{"__isSmartRef__":true,"id":948},"target":{"__isSmartRef__":true,"id":581}},"962":{"sourceObj":{"__isSmartRef__":true,"id":948},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":581},"targetMethodName":"getPane4Menu","varMapping":{"__isSmartRef__":true,"id":963},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"963":{"source":{"__isSmartRef__":true,"id":948},"target":{"__isSmartRef__":true,"id":581}},"964":{"onDownPressed":{"__isSmartRef__":true,"id":965},"onUpPressed":{"__isSmartRef__":true,"id":972}},"965":{"varMapping":{"__isSmartRef__":true,"id":966},"source":"function onDownPressed(evt) {\n $super(evt);\n this.focus.bind(this).delay(0);\n return true;\n }","funcProperties":{"__isSmartRef__":true,"id":971},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"966":{"this":{"__isSmartRef__":true,"id":948},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":967}},"967":{"$super":{"__isSmartRef__":true,"id":968}},"968":{"varMapping":{"__isSmartRef__":true,"id":969},"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":970},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"969":{"obj":{"__isSmartRef__":true,"id":948},"name":"onDownPressed"},"970":{},"971":{},"972":{"varMapping":{"__isSmartRef__":true,"id":973},"source":"function onUpPressed(evt) {\n $super(evt);\n this.focus.bind(this).delay(0);\n return true;\n }","funcProperties":{"__isSmartRef__":true,"id":978},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"973":{"this":{"__isSmartRef__":true,"id":948},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":974}},"974":{"$super":{"__isSmartRef__":true,"id":975}},"975":{"varMapping":{"__isSmartRef__":true,"id":976},"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":977},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"976":{"obj":{"__isSmartRef__":true,"id":948},"name":"onUpPressed"},"977":{},"978":{},"979":{"source":{"__isSmartRef__":true,"id":581},"target":{"__isSmartRef__":true,"id":948}},"980":{"sourceObj":{"__isSmartRef__":true,"id":581},"sourceAttrName":"setSourceString","targetObj":{"__isSmartRef__":true,"id":981},"targetMethodName":"setTextString","varMapping":{"__isSmartRef__":true,"id":1355},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"981":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":982},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":983},{"__isSmartRef__":true,"id":985},{"__isSmartRef__":true,"id":987},{"__isSmartRef__":true,"id":989},{"__isSmartRef__":true,"id":991},{"__isSmartRef__":true,"id":993},{"__isSmartRef__":true,"id":995},{"__isSmartRef__":true,"id":997},{"__isSmartRef__":true,"id":999},{"__isSmartRef__":true,"id":1001},{"__isSmartRef__":true,"id":1003},{"__isSmartRef__":true,"id":1005},{"__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},{"__isSmartRef__":true,"id":1047},{"__isSmartRef__":true,"id":1049},{"__isSmartRef__":true,"id":1051},{"__isSmartRef__":true,"id":1053},{"__isSmartRef__":true,"id":1055},{"__isSmartRef__":true,"id":1057},{"__isSmartRef__":true,"id":1059},{"__isSmartRef__":true,"id":1061},{"__isSmartRef__":true,"id":1063},{"__isSmartRef__":true,"id":1065},{"__isSmartRef__":true,"id":1067},{"__isSmartRef__":true,"id":1069},{"__isSmartRef__":true,"id":1071},{"__isSmartRef__":true,"id":1073},{"__isSmartRef__":true,"id":1075},{"__isSmartRef__":true,"id":1077},{"__isSmartRef__":true,"id":1079},{"__isSmartRef__":true,"id":1081},{"__isSmartRef__":true,"id":1083},{"__isSmartRef__":true,"id":1085},{"__isSmartRef__":true,"id":1087},{"__isSmartRef__":true,"id":1089},{"__isSmartRef__":true,"id":1091},{"__isSmartRef__":true,"id":1093},{"__isSmartRef__":true,"id":1095},{"__isSmartRef__":true,"id":1097},{"__isSmartRef__":true,"id":1099},{"__isSmartRef__":true,"id":1101},{"__isSmartRef__":true,"id":1103},{"__isSmartRef__":true,"id":1105},{"__isSmartRef__":true,"id":1107},{"__isSmartRef__":true,"id":1109},{"__isSmartRef__":true,"id":1111},{"__isSmartRef__":true,"id":1113},{"__isSmartRef__":true,"id":1115},{"__isSmartRef__":true,"id":1117},{"__isSmartRef__":true,"id":1119},{"__isSmartRef__":true,"id":1121},{"__isSmartRef__":true,"id":1123},{"__isSmartRef__":true,"id":1125},{"__isSmartRef__":true,"id":1127},{"__isSmartRef__":true,"id":1129},{"__isSmartRef__":true,"id":1131},{"__isSmartRef__":true,"id":1133},{"__isSmartRef__":true,"id":1135},{"__isSmartRef__":true,"id":1137},{"__isSmartRef__":true,"id":1139},{"__isSmartRef__":true,"id":1141},{"__isSmartRef__":true,"id":1143},{"__isSmartRef__":true,"id":1145},{"__isSmartRef__":true,"id":1147},{"__isSmartRef__":true,"id":1149},{"__isSmartRef__":true,"id":1151},{"__isSmartRef__":true,"id":1153},{"__isSmartRef__":true,"id":1155},{"__isSmartRef__":true,"id":1157},{"__isSmartRef__":true,"id":1159},{"__isSmartRef__":true,"id":1161},{"__isSmartRef__":true,"id":1163},{"__isSmartRef__":true,"id":1165},{"__isSmartRef__":true,"id":1167},{"__isSmartRef__":true,"id":1169},{"__isSmartRef__":true,"id":1171},{"__isSmartRef__":true,"id":1173},{"__isSmartRef__":true,"id":1175},{"__isSmartRef__":true,"id":1177},{"__isSmartRef__":true,"id":1179},{"__isSmartRef__":true,"id":1181},{"__isSmartRef__":true,"id":1183},{"__isSmartRef__":true,"id":1185},{"__isSmartRef__":true,"id":1187},{"__isSmartRef__":true,"id":1189},{"__isSmartRef__":true,"id":1191},{"__isSmartRef__":true,"id":1193},{"__isSmartRef__":true,"id":1195},{"__isSmartRef__":true,"id":1197},{"__isSmartRef__":true,"id":1199},{"__isSmartRef__":true,"id":1201},{"__isSmartRef__":true,"id":1203},{"__isSmartRef__":true,"id":1205},{"__isSmartRef__":true,"id":1207},{"__isSmartRef__":true,"id":1209},{"__isSmartRef__":true,"id":1211},{"__isSmartRef__":true,"id":1213},{"__isSmartRef__":true,"id":1215},{"__isSmartRef__":true,"id":1217},{"__isSmartRef__":true,"id":1219},{"__isSmartRef__":true,"id":1221},{"__isSmartRef__":true,"id":1223},{"__isSmartRef__":true,"id":1225},{"__isSmartRef__":true,"id":1227},{"__isSmartRef__":true,"id":1229},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1233},{"__isSmartRef__":true,"id":1235},{"__isSmartRef__":true,"id":1237},{"__isSmartRef__":true,"id":1239},{"__isSmartRef__":true,"id":1241},{"__isSmartRef__":true,"id":1243},{"__isSmartRef__":true,"id":1245},{"__isSmartRef__":true,"id":1247},{"__isSmartRef__":true,"id":1249},{"__isSmartRef__":true,"id":1251},{"__isSmartRef__":true,"id":1253},{"__isSmartRef__":true,"id":1255},{"__isSmartRef__":true,"id":1257},{"__isSmartRef__":true,"id":1259},{"__isSmartRef__":true,"id":1261},{"__isSmartRef__":true,"id":1263},{"__isSmartRef__":true,"id":1265},{"__isSmartRef__":true,"id":1267},{"__isSmartRef__":true,"id":1269},{"__isSmartRef__":true,"id":1271},{"__isSmartRef__":true,"id":1273},{"__isSmartRef__":true,"id":1275},{"__isSmartRef__":true,"id":1277},{"__isSmartRef__":true,"id":1279},{"__isSmartRef__":true,"id":1281},{"__isSmartRef__":true,"id":1283},{"__isSmartRef__":true,"id":1285},{"__isSmartRef__":true,"id":1287},{"__isSmartRef__":true,"id":1289},{"__isSmartRef__":true,"id":1291},{"__isSmartRef__":true,"id":1293},{"__isSmartRef__":true,"id":1295},{"__isSmartRef__":true,"id":1297},{"__isSmartRef__":true,"id":1299},{"__isSmartRef__":true,"id":1301},{"__isSmartRef__":true,"id":1303},{"__isSmartRef__":true,"id":1305},{"__isSmartRef__":true,"id":1307},{"__isSmartRef__":true,"id":1309},{"__isSmartRef__":true,"id":1311},{"__isSmartRef__":true,"id":1313},{"__isSmartRef__":true,"id":1315},{"__isSmartRef__":true,"id":1317},{"__isSmartRef__":true,"id":1319},{"__isSmartRef__":true,"id":1321},{"__isSmartRef__":true,"id":1323},{"__isSmartRef__":true,"id":1325},{"__isSmartRef__":true,"id":1327},{"__isSmartRef__":true,"id":1329},{"__isSmartRef__":true,"id":1331},{"__isSmartRef__":true,"id":1333},{"__isSmartRef__":true,"id":1335},{"__isSmartRef__":true,"id":1337},{"__isSmartRef__":true,"id":1339},{"__isSmartRef__":true,"id":1341},{"__isSmartRef__":true,"id":1343},{"__isSmartRef__":true,"id":1345},{"__isSmartRef__":true,"id":1347}],"eventHandler":{"__isSmartRef__":true,"id":1349},"_ClipMode":"auto","derivationIds":[],"id":"12711A5B-4CEC-4E1E-BA24-47C550456D57","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":true,"_HandStyle":null,"allowInput":true,"_FontFamily":"Courier","_FontSize":10,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":573},"accessibleInInactiveWindow":true,"layout":{"__isSmartRef__":true,"id":1350},"noEval":true,"syntaxHighlightingWhileTyping":true,"attributeConnections":[{"__isSmartRef__":true,"id":1351},{"__isSmartRef__":true,"id":1353}],"doNotSerialize":["$$textString","$$savedTextString","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","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","$$savedTextString"],"textString":"edit: function (obj, accessors) {\n var extVars = {},\n extConstraints = [],\n callback = function (newObj) {\n if (!newObj) { // end-of-edit\n ClSimplexSolver.getInstance().endEdit();\n extConstraints.invoke(\"disable\");\n var constrainedVars = extVars[ConstrainedVariable.AttrName];\n for (key in constrainedVars) {\n constrainedVars[key].externalVariable.removeStay();\n };\n // FIXME: this next part ensures we don't leak stays, but\n // also leads to bad effects in interaction\n // extConstraints.each(function (ec) {\n // ec.disable();\n // ec.constraintvariables.select(function (ea) {\n // return ea.isSolveable();\n // }.bind(this)).each(function (ea) {\n // return ea.externalVariable.removeStay();\n // });\n // });\n } else {\n var newEditConstants = accessors.map(function (accessor) {\n return newObj[accessor];\n });\n ClSimplexSolver.getInstance().resolveArray(newEditConstants);\n }\n };\n\n accessors.each(function (accessor) {\n extVars[accessor] = 0;\n if (typeof(obj[accessor]) == \"function\") {\n extConstraints.push((function () {\n return extVars[accessor] == obj[accessor]();\n }).shouldBeTrue({obj: obj, extVars: extVars, accessor: accessor}));\n } else {\n extConstraints.push((function () {\n return extVars[accessor] == obj[accessor];\n }).shouldBeTrue({obj: obj, extVars: extVars, accessor: accessor}));\n }\n\n ClSimplexSolver.getInstance().addEditVar(\n new Constraint((function() {\n return extVars[accessor]; // should be a solveable var\n }).varMap({extVars: extVars, accessor: accessor})).value\n );\n });\n\n ClSimplexSolver.getInstance().solve();\n ClSimplexSolver.getInstance().beginEdit();\n return callback;\n }\n","savedTextString":"edit: function (obj, accessors) {\n var extVars = {},\n extConstraints = [],\n callback = function (newObj) {\n if (!newObj) { // end-of-edit\n ClSimplexSolver.getInstance().endEdit();\n extConstraints.invoke(\"disable\");\n var constrainedVars = extVars[ConstrainedVariable.AttrName];\n for (key in constrainedVars) {\n constrainedVars[key].externalVariable.removeStay();\n };\n // FIXME: this next part ensures we don't leak stays, but\n // also leads to bad effects in interaction\n // extConstraints.each(function (ec) {\n // ec.disable();\n // ec.constraintvariables.select(function (ea) {\n // return ea.isSolveable();\n // }.bind(this)).each(function (ea) {\n // return ea.externalVariable.removeStay();\n // });\n // });\n } else {\n var newEditConstants = accessors.map(function (accessor) {\n return newObj[accessor];\n });\n ClSimplexSolver.getInstance().resolveArray(newEditConstants);\n }\n };\n\n accessors.each(function (accessor) {\n extVars[accessor] = 0;\n if (typeof(obj[accessor]) == \"function\") {\n extConstraints.push((function () {\n return extVars[accessor] == obj[accessor]();\n }).shouldBeTrue({obj: obj, extVars: extVars, accessor: accessor}));\n } else {\n extConstraints.push((function () {\n return extVars[accessor] == obj[accessor];\n }).shouldBeTrue({obj: obj, extVars: extVars, accessor: accessor}));\n }\n\n ClSimplexSolver.getInstance().addEditVar(\n new Constraint((function() {\n return extVars[accessor]; // should be a solveable var\n }).varMap({extVars: extVars, accessor: accessor})).value\n );\n });\n\n ClSimplexSolver.getInstance().solve();\n ClSimplexSolver.getInstance().beginEdit();\n return callback;\n }\n","specialHighlighting":"memberFragment","styleClass":["Browser_codePaneText"],"focusHaloBorderWidth":0.5,"_lastSyntaxHighlightTime":70,"previousSelection":[527,527],"isBeingDragged":false,"charsReplaced":"extVars","lastFindLoc":527,"priorSelectionRange":[676,676],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(0.0,317.2)"},"982":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":1,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(808.0,387.8)","_Padding":"lively.rect(5,5,0,0)","_BorderColor":"Color.rgb(102,102,102)","_Fill":"Color.rgb(255,255,255)"},"983":{"style":{"__isSmartRef__":true,"id":984},"chunkOwner":{"__isSmartRef__":true,"id":981},"_id":"_331616","storedString":"edit:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"984":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(139,0,0)"},"985":{"_id":"_331621","style":{"__isSmartRef__":true,"id":986},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"986":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"987":{"_id":"_331622","style":{"__isSmartRef__":true,"id":988},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"function","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"988":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"989":{"_id":"_331623","style":{"__isSmartRef__":true,"id":990},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" (obj, accessors) ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"990":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"991":{"_id":"_331624","style":{"__isSmartRef__":true,"id":992},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"992":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"993":{"_id":"_331625","style":{"__isSmartRef__":true,"id":994},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"994":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"995":{"_id":"_331626","style":{"__isSmartRef__":true,"id":996},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"var","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"996":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"997":{"_id":"_331627","style":{"__isSmartRef__":true,"id":998},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" extVars = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"998":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"999":{"_id":"_331628","style":{"__isSmartRef__":true,"id":1000},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"{}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1000":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1001":{"_id":"_331630","style":{"__isSmartRef__":true,"id":1002},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":",\n extConstraints = [],\n callback = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1002":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1003":{"_id":"_331631","style":{"__isSmartRef__":true,"id":1004},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"function","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1004":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"1005":{"_id":"_331632","style":{"__isSmartRef__":true,"id":1006},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" (newObj) ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1006":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1007":{"_id":"_331633","style":{"__isSmartRef__":true,"id":1008},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1008":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1009":{"_id":"_331634","style":{"__isSmartRef__":true,"id":1010},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1010":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1011":{"_id":"_331635","style":{"__isSmartRef__":true,"id":1012},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"if","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1012":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"1013":{"_id":"_331636","style":{"__isSmartRef__":true,"id":1014},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" (!newObj) ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1014":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1015":{"_id":"_331637","style":{"__isSmartRef__":true,"id":1016},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1016":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1017":{"_id":"_331638","style":{"__isSmartRef__":true,"id":1018},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1018":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1019":{"_id":"_331639","style":{"__isSmartRef__":true,"id":1020},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"//","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1020":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(128,0,0)"},"1021":{"_id":"_331640","style":{"__isSmartRef__":true,"id":1022},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" end-of-edit","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1022":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1023":{"_id":"_331641","style":{"__isSmartRef__":true,"id":1024},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1024":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1025":{"_id":"_331816","style":{"__isSmartRef__":true,"id":1026},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"ClSimplexSolver","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1026":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"1027":{"_id":"_331817","style":{"__isSmartRef__":true,"id":1028},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":".getInstance().endEdit();\n extConstraints.invoke(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1028":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1029":{"_id":"_331642","style":{"__isSmartRef__":true,"id":1030},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"\"disable\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1030":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"1031":{"_id":"_331643","style":{"__isSmartRef__":true,"id":1032},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":");\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1032":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1033":{"_id":"_331644","style":{"__isSmartRef__":true,"id":1034},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"var","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1034":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"1035":{"_id":"_331645","style":{"__isSmartRef__":true,"id":1036},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" constrainedVars = extVars[","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1036":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1037":{"_id":"_331818","style":{"__isSmartRef__":true,"id":1038},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"ConstrainedVariable","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1038":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"1039":{"_id":"_331819","style":{"__isSmartRef__":true,"id":1040},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":".AttrName];\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1040":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1041":{"_id":"_331646","style":{"__isSmartRef__":true,"id":1042},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"for","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1042":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"1043":{"_id":"_331647","style":{"__isSmartRef__":true,"id":1044},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" (","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1044":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1045":{"_id":"_331820","style":{"__isSmartRef__":true,"id":1046},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"key","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1046":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"1047":{"_id":"_331821","style":{"__isSmartRef__":true,"id":1048},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1048":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1049":{"_id":"_331648","style":{"__isSmartRef__":true,"id":1050},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"in","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1050":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"1051":{"_id":"_331649","style":{"__isSmartRef__":true,"id":1052},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" constrainedVars) ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1052":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1053":{"_id":"_331650","style":{"__isSmartRef__":true,"id":1054},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1054":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1055":{"_id":"_331651","style":{"__isSmartRef__":true,"id":1056},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"\n constrainedVars[","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1056":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1057":{"_id":"_331822","style":{"__isSmartRef__":true,"id":1058},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"key","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1058":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"1059":{"_id":"_331823","style":{"__isSmartRef__":true,"id":1060},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"].externalVariable.removeStay();\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1060":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1061":{"_id":"_331652","style":{"__isSmartRef__":true,"id":1062},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1062":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1063":{"_id":"_331653","style":{"__isSmartRef__":true,"id":1064},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":";\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1064":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1065":{"_id":"_331654","style":{"__isSmartRef__":true,"id":1066},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"//","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1066":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(128,0,0)"},"1067":{"_id":"_331655","style":{"__isSmartRef__":true,"id":1068},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" FIXME: this next part ensures we don't leak stays, but","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1068":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1069":{"_id":"_331656","style":{"__isSmartRef__":true,"id":1070},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1070":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1071":{"_id":"_331657","style":{"__isSmartRef__":true,"id":1072},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"//","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1072":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(128,0,0)"},"1073":{"_id":"_331658","style":{"__isSmartRef__":true,"id":1074},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" also leads to bad effects in interaction","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1074":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1075":{"_id":"_331659","style":{"__isSmartRef__":true,"id":1076},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1076":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1077":{"_id":"_331660","style":{"__isSmartRef__":true,"id":1078},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"//","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1078":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(128,0,0)"},"1079":{"_id":"_331661","style":{"__isSmartRef__":true,"id":1080},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" extConstraints.each(function (ec) {","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1080":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1081":{"_id":"_331662","style":{"__isSmartRef__":true,"id":1082},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1082":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1083":{"_id":"_331663","style":{"__isSmartRef__":true,"id":1084},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"//","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1084":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(128,0,0)"},"1085":{"_id":"_331664","style":{"__isSmartRef__":true,"id":1086},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" ec.disable();","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1086":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1087":{"_id":"_331665","style":{"__isSmartRef__":true,"id":1088},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1088":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1089":{"_id":"_331666","style":{"__isSmartRef__":true,"id":1090},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"//","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1090":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(128,0,0)"},"1091":{"_id":"_331667","style":{"__isSmartRef__":true,"id":1092},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" ec.constraintvariables.select(function (ea) {","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1092":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1093":{"_id":"_331668","style":{"__isSmartRef__":true,"id":1094},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1094":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1095":{"_id":"_331669","style":{"__isSmartRef__":true,"id":1096},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"//","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1096":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(128,0,0)"},"1097":{"_id":"_331670","style":{"__isSmartRef__":true,"id":1098},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" return ea.isSolveable();","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1098":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1099":{"_id":"_331671","style":{"__isSmartRef__":true,"id":1100},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1100":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1101":{"_id":"_331672","style":{"__isSmartRef__":true,"id":1102},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"//","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1102":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(128,0,0)"},"1103":{"_id":"_331673","style":{"__isSmartRef__":true,"id":1104},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" }.bind(this)).each(function (ea) {","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1104":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1105":{"_id":"_331674","style":{"__isSmartRef__":true,"id":1106},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1106":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1107":{"_id":"_331675","style":{"__isSmartRef__":true,"id":1108},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"//","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1108":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(128,0,0)"},"1109":{"_id":"_331676","style":{"__isSmartRef__":true,"id":1110},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" return ea.externalVariable.removeStay();","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1110":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1111":{"_id":"_331677","style":{"__isSmartRef__":true,"id":1112},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1112":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1113":{"_id":"_331678","style":{"__isSmartRef__":true,"id":1114},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"//","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1114":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(128,0,0)"},"1115":{"_id":"_331679","style":{"__isSmartRef__":true,"id":1116},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" });","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1116":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1117":{"_id":"_331680","style":{"__isSmartRef__":true,"id":1118},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1118":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1119":{"_id":"_331681","style":{"__isSmartRef__":true,"id":1120},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"//","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1120":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(128,0,0)"},"1121":{"_id":"_331682","style":{"__isSmartRef__":true,"id":1122},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" });","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1122":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1123":{"_id":"_331683","style":{"__isSmartRef__":true,"id":1124},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1124":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1125":{"_id":"_331684","style":{"__isSmartRef__":true,"id":1126},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1126":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1127":{"_id":"_331685","style":{"__isSmartRef__":true,"id":1128},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1128":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1129":{"_id":"_331686","style":{"__isSmartRef__":true,"id":1130},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"else","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1130":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"1131":{"_id":"_331687","style":{"__isSmartRef__":true,"id":1132},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1132":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1133":{"_id":"_331688","style":{"__isSmartRef__":true,"id":1134},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1134":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1135":{"_id":"_331689","style":{"__isSmartRef__":true,"id":1136},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1136":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1137":{"_id":"_331690","style":{"__isSmartRef__":true,"id":1138},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"var","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1138":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"1139":{"_id":"_331691","style":{"__isSmartRef__":true,"id":1140},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" newEditConstants = accessors.map(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1140":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1141":{"_id":"_331692","style":{"__isSmartRef__":true,"id":1142},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"function","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1142":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"1143":{"_id":"_331693","style":{"__isSmartRef__":true,"id":1144},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" (accessor) ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1144":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1145":{"_id":"_331694","style":{"__isSmartRef__":true,"id":1146},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1146":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1147":{"_id":"_331695","style":{"__isSmartRef__":true,"id":1148},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1148":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1149":{"_id":"_331696","style":{"__isSmartRef__":true,"id":1150},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"return","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1150":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"1151":{"_id":"_331697","style":{"__isSmartRef__":true,"id":1152},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" newObj[accessor];\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1152":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1153":{"_id":"_331698","style":{"__isSmartRef__":true,"id":1154},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1154":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1155":{"_id":"_331699","style":{"__isSmartRef__":true,"id":1156},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":");\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1156":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1157":{"_id":"_331824","style":{"__isSmartRef__":true,"id":1158},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"ClSimplexSolver","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1158":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"1159":{"_id":"_331825","style":{"__isSmartRef__":true,"id":1160},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":".getInstance().resolveArray(newEditConstants);\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1160":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1161":{"_id":"_331700","style":{"__isSmartRef__":true,"id":1162},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1162":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1163":{"_id":"_331701","style":{"__isSmartRef__":true,"id":1164},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1164":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1165":{"_id":"_331702","style":{"__isSmartRef__":true,"id":1166},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1166":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1167":{"_id":"_331703","style":{"__isSmartRef__":true,"id":1168},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":";\n\n accessors.each(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1168":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1169":{"_id":"_331704","style":{"__isSmartRef__":true,"id":1170},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"function","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1170":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"1171":{"_id":"_331705","style":{"__isSmartRef__":true,"id":1172},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" (accessor) ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1172":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1173":{"_id":"_331706","style":{"__isSmartRef__":true,"id":1174},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1174":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1175":{"_id":"_331707","style":{"__isSmartRef__":true,"id":1176},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"\n extVars[accessor] = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1176":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1177":{"_id":"_331708","style":{"__isSmartRef__":true,"id":1178},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"0","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1178":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"1179":{"_id":"_331709","style":{"__isSmartRef__":true,"id":1180},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":";\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1180":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1181":{"_id":"_331710","style":{"__isSmartRef__":true,"id":1182},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"if","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1182":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"1183":{"_id":"_331711","style":{"__isSmartRef__":true,"id":1184},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" (","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1184":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1185":{"_id":"_331712","style":{"__isSmartRef__":true,"id":1186},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"typeof","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1186":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"1187":{"_id":"_331713","style":{"__isSmartRef__":true,"id":1188},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"(obj[accessor]) == ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1188":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1189":{"_id":"_331714","style":{"__isSmartRef__":true,"id":1190},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"\"function\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1190":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"1191":{"_id":"_331715","style":{"__isSmartRef__":true,"id":1192},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":") ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1192":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1193":{"_id":"_331716","style":{"__isSmartRef__":true,"id":1194},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1194":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1195":{"_id":"_331717","style":{"__isSmartRef__":true,"id":1196},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"\n extConstraints.push((","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1196":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1197":{"_id":"_331718","style":{"__isSmartRef__":true,"id":1198},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"function","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1198":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"1199":{"_id":"_331719","style":{"__isSmartRef__":true,"id":1200},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" () ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1200":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1201":{"_id":"_331720","style":{"__isSmartRef__":true,"id":1202},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1202":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1203":{"_id":"_331721","style":{"__isSmartRef__":true,"id":1204},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1204":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1205":{"_id":"_331722","style":{"__isSmartRef__":true,"id":1206},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"return","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1206":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"1207":{"_id":"_331723","style":{"__isSmartRef__":true,"id":1208},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" extVars[accessor] == obj[accessor]();\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1208":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1209":{"_id":"_331724","style":{"__isSmartRef__":true,"id":1210},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1210":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1211":{"_id":"_331725","style":{"__isSmartRef__":true,"id":1212},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":").shouldBeTrue(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1212":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1213":{"_id":"_331726","style":{"__isSmartRef__":true,"id":1214},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1214":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1215":{"_id":"_331727","style":{"__isSmartRef__":true,"id":1216},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"obj:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1216":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(139,0,0)"},"1217":{"_id":"_331728","style":{"__isSmartRef__":true,"id":1218},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" obj, ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1218":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1219":{"_id":"_331729","style":{"__isSmartRef__":true,"id":1220},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"extVars:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1220":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(139,0,0)"},"1221":{"_id":"_331730","style":{"__isSmartRef__":true,"id":1222},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" extVars, ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1222":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1223":{"_id":"_331731","style":{"__isSmartRef__":true,"id":1224},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"accessor:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1224":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(139,0,0)"},"1225":{"_id":"_331732","style":{"__isSmartRef__":true,"id":1226},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" accessor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1226":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1227":{"_id":"_331733","style":{"__isSmartRef__":true,"id":1228},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1228":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1229":{"_id":"_331734","style":{"__isSmartRef__":true,"id":1230},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"));\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1230":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1231":{"_id":"_331735","style":{"__isSmartRef__":true,"id":1232},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1232":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1233":{"_id":"_331736","style":{"__isSmartRef__":true,"id":1234},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1234":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1235":{"_id":"_331737","style":{"__isSmartRef__":true,"id":1236},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"else","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1236":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"1237":{"_id":"_331738","style":{"__isSmartRef__":true,"id":1238},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1238":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1239":{"_id":"_331739","style":{"__isSmartRef__":true,"id":1240},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1240":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1241":{"_id":"_331740","style":{"__isSmartRef__":true,"id":1242},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"\n extConstraints.push((","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1242":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1243":{"_id":"_331741","style":{"__isSmartRef__":true,"id":1244},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"function","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1244":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"1245":{"_id":"_331742","style":{"__isSmartRef__":true,"id":1246},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" () ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1246":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1247":{"_id":"_331743","style":{"__isSmartRef__":true,"id":1248},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1248":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1249":{"_id":"_331744","style":{"__isSmartRef__":true,"id":1250},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1250":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1251":{"_id":"_331745","style":{"__isSmartRef__":true,"id":1252},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"return","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1252":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"1253":{"_id":"_331746","style":{"__isSmartRef__":true,"id":1254},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" extVars[accessor] == obj[accessor];\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1254":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1255":{"_id":"_331747","style":{"__isSmartRef__":true,"id":1256},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1256":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1257":{"_id":"_331748","style":{"__isSmartRef__":true,"id":1258},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":").shouldBeTrue(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1258":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1259":{"_id":"_331749","style":{"__isSmartRef__":true,"id":1260},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1260":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1261":{"_id":"_331750","style":{"__isSmartRef__":true,"id":1262},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"obj:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1262":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(139,0,0)"},"1263":{"_id":"_331751","style":{"__isSmartRef__":true,"id":1264},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" obj, ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1264":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1265":{"_id":"_331752","style":{"__isSmartRef__":true,"id":1266},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"extVars:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1266":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(139,0,0)"},"1267":{"_id":"_331753","style":{"__isSmartRef__":true,"id":1268},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" extVars, ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1268":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1269":{"_id":"_331754","style":{"__isSmartRef__":true,"id":1270},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"accessor:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1270":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(139,0,0)"},"1271":{"_id":"_331755","style":{"__isSmartRef__":true,"id":1272},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" accessor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1272":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1273":{"_id":"_331756","style":{"__isSmartRef__":true,"id":1274},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1274":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1275":{"_id":"_331757","style":{"__isSmartRef__":true,"id":1276},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"));\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1276":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1277":{"_id":"_331758","style":{"__isSmartRef__":true,"id":1278},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1278":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1279":{"_id":"_331759","style":{"__isSmartRef__":true,"id":1280},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"\n\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1280":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1281":{"_id":"_331826","style":{"__isSmartRef__":true,"id":1282},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"ClSimplexSolver","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1282":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"1283":{"_id":"_331827","style":{"__isSmartRef__":true,"id":1284},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":".getInstance().addEditVar(\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1284":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1285":{"_id":"_331760","style":{"__isSmartRef__":true,"id":1286},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"new","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1286":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"1287":{"_id":"_331761","style":{"__isSmartRef__":true,"id":1288},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1288":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1289":{"_id":"_331828","style":{"__isSmartRef__":true,"id":1290},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"Constraint","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1290":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"1291":{"_id":"_331829","style":{"__isSmartRef__":true,"id":1292},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"((","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1292":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1293":{"_id":"_331762","style":{"__isSmartRef__":true,"id":1294},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"function","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1294":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"1295":{"_id":"_331763","style":{"__isSmartRef__":true,"id":1296},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"() ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1296":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1297":{"_id":"_331764","style":{"__isSmartRef__":true,"id":1298},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1298":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1299":{"_id":"_331765","style":{"__isSmartRef__":true,"id":1300},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1300":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1301":{"_id":"_331766","style":{"__isSmartRef__":true,"id":1302},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"return","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1302":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"1303":{"_id":"_331767","style":{"__isSmartRef__":true,"id":1304},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" extVars[accessor]; ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1304":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1305":{"_id":"_331768","style":{"__isSmartRef__":true,"id":1306},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"//","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1306":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(128,0,0)"},"1307":{"_id":"_331769","style":{"__isSmartRef__":true,"id":1308},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" should be a solveable var","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1308":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1309":{"_id":"_331770","style":{"__isSmartRef__":true,"id":1310},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1310":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1311":{"_id":"_331771","style":{"__isSmartRef__":true,"id":1312},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1312":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1313":{"_id":"_331772","style":{"__isSmartRef__":true,"id":1314},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":").varMap(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1314":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1315":{"_id":"_331773","style":{"__isSmartRef__":true,"id":1316},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1316":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1317":{"_id":"_331774","style":{"__isSmartRef__":true,"id":1318},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"extVars:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1318":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(139,0,0)"},"1319":{"_id":"_331775","style":{"__isSmartRef__":true,"id":1320},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" extVars, ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1320":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1321":{"_id":"_331776","style":{"__isSmartRef__":true,"id":1322},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"accessor:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1322":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(139,0,0)"},"1323":{"_id":"_331777","style":{"__isSmartRef__":true,"id":1324},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" accessor","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1324":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1325":{"_id":"_331778","style":{"__isSmartRef__":true,"id":1326},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1326":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1327":{"_id":"_331779","style":{"__isSmartRef__":true,"id":1328},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":")).value\n );\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1328":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1329":{"_id":"_331780","style":{"__isSmartRef__":true,"id":1330},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1330":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1331":{"_id":"_331781","style":{"__isSmartRef__":true,"id":1332},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":");\n\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1332":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1333":{"_id":"_331812","style":{"__isSmartRef__":true,"id":1334},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"ClSimplexSolver","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1334":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"1335":{"_id":"_331813","style":{"__isSmartRef__":true,"id":1336},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":".getInstance().solve();\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1336":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1337":{"_id":"_331814","style":{"__isSmartRef__":true,"id":1338},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"ClSimplexSolver","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1338":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"1339":{"_id":"_331815","style":{"__isSmartRef__":true,"id":1340},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":".getInstance().beginEdit();\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1340":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1341":{"_id":"_331782","style":{"__isSmartRef__":true,"id":1342},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"return","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1342":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"1343":{"_id":"_331783","style":{"__isSmartRef__":true,"id":1344},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":" callback;\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1344":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1345":{"_id":"_331784","style":{"__isSmartRef__":true,"id":1346},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1346":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"1347":{"_id":"_331785","style":{"__isSmartRef__":true,"id":1348},"chunkOwner":{"__isSmartRef__":true,"id":981},"storedString":"\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1348":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"1349":{"morph":{"__isSmartRef__":true,"id":981},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1350":{"scaleVertical":true,"scaleHorizontal":true},"1351":{"sourceObj":{"__isSmartRef__":true,"id":981},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":981},"targetMethodName":"highlightSyntaxDebounced","varMapping":{"__isSmartRef__":true,"id":1352},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1352":{"source":{"__isSmartRef__":true,"id":981},"target":{"__isSmartRef__":true,"id":981}},"1353":{"sourceObj":{"__isSmartRef__":true,"id":981},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":581},"targetMethodName":"setSourceString","varMapping":{"__isSmartRef__":true,"id":1354},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1354":{"source":{"__isSmartRef__":true,"id":981},"target":{"__isSmartRef__":true,"id":581}},"1355":{"source":{"__isSmartRef__":true,"id":581},"target":{"__isSmartRef__":true,"id":981}},"1356":{"sourceObj":{"__isSmartRef__":true,"id":581},"sourceAttrName":"targetURL","targetObj":{"__isSmartRef__":true,"id":574},"targetMethodName":"setTextString","varMapping":{"__isSmartRef__":true,"id":1357},"updaterString":"function ($upd, value) { value && $upd(String(value)) }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1357":{"source":{"__isSmartRef__":true,"id":581},"target":{"__isSmartRef__":true,"id":574}},"1358":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1359},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":1360}],"eventHandler":{"__isSmartRef__":true,"id":1362},"_ClipMode":"visible","derivationIds":[],"id":"2798387E-058F-42D7-9B58-B992426D978C","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":true,"_HandStyle":null,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"owner":null,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,204,0)","_Position":"lively.pt(254.0,178.9)"},"1359":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"_StrokeOpacity":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(300.0,30.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)"},"1360":{"style":{"__isSmartRef__":true,"id":1361},"chunkOwner":{"__isSmartRef__":true,"id":1358},"_id":"_331605","storedString":"Saving edit...\nSuccessfully saved\nSuccessfully evaluated edit","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1361":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1362":{"morph":{"__isSmartRef__":true,"id":1358},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1363":{"source":{"__isSmartRef__":true,"id":574},"target":{"__isSmartRef__":true,"id":581}},"1364":{"submorphs":[{"__isSmartRef__":true,"id":1365}],"scripts":[],"shape":{"__isSmartRef__":true,"id":1370},"eventHandler":{"__isSmartRef__":true,"id":1371},"_ClipMode":"visible","derivationIds":[],"id":"389BA970-5838-43BB-BBDF-13D048626137","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":1365},"_PreviousBorderWidth":1,"owner":{"__isSmartRef__":true,"id":573},"attributeConnections":[{"__isSmartRef__":true,"id":1372}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"layout":{"__isSmartRef__":true,"id":1374},"isPressed":false,"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(646.4,0.0)"},"1365":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1366},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":1367}],"eventHandler":{"__isSmartRef__":true,"id":1369},"_ClipMode":"hidden","derivationIds":[],"id":"76F05940-F466-448A-A244-5B9937A4D1F1","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":1364},"isLabel":true,"_Align":"center","eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"1366":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(97.0,21.1)","_Padding":"lively.rect(2,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"1367":{"style":{"__isSmartRef__":true,"id":1368},"chunkOwner":{"__isSmartRef__":true,"id":1365},"_id":"_15","storedString":"Codebase","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1368":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1369":{"morph":{"__isSmartRef__":true,"id":1365},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1370":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(97.0,21.1)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"1371":{"morph":{"__isSmartRef__":true,"id":1364},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1372":{"sourceObj":{"__isSmartRef__":true,"id":1364},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":581},"targetMethodName":"setTargetURL","varMapping":{"__isSmartRef__":true,"id":1373},"converterString":"function () { return URL.codeBase.withFilename('lively/')}","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1373":{"source":{"__isSmartRef__":true,"id":1364},"target":{"__isSmartRef__":true,"id":581}},"1374":{"scaleVertical":true,"scaleHorizontal":true},"1375":{"submorphs":[{"__isSmartRef__":true,"id":1376}],"scripts":[],"shape":{"__isSmartRef__":true,"id":1381},"eventHandler":{"__isSmartRef__":true,"id":1382},"_ClipMode":"visible","derivationIds":[],"id":"C44AA713-B945-48C7-95EC-12F715889AFF","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":1376},"_PreviousBorderWidth":1,"owner":{"__isSmartRef__":true,"id":573},"attributeConnections":[{"__isSmartRef__":true,"id":1383}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"layout":{"__isSmartRef__":true,"id":1385},"isPressed":false,"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(743.4,0.0)"},"1376":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1377},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":1378}],"eventHandler":{"__isSmartRef__":true,"id":1380},"_ClipMode":"hidden","derivationIds":[],"id":"58336AD8-14F1-4238-A732-D22CC5707827","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":1375},"isLabel":true,"_Align":"center","eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"1377":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(64.6,21.1)","_Padding":"lively.rect(0,3,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"1378":{"style":{"__isSmartRef__":true,"id":1379},"chunkOwner":{"__isSmartRef__":true,"id":1376},"_id":"_16","storedString":"Local","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1379":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1380":{"morph":{"__isSmartRef__":true,"id":1376},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1381":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(64.6,21.1)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"1382":{"morph":{"__isSmartRef__":true,"id":1375},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1383":{"sourceObj":{"__isSmartRef__":true,"id":1375},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":581},"targetMethodName":"setTargetURL","varMapping":{"__isSmartRef__":true,"id":1384},"converterString":"function () {\n return $world.getUserName() ? $world.getUserDir() : URL.source.getDirectory() }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1384":{"source":{"__isSmartRef__":true,"id":1375},"target":{"__isSmartRef__":true,"id":581}},"1385":{"scaleVertical":true,"scaleHorizontal":true},"1386":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1387},"eventHandler":{"__isSmartRef__":true,"id":1392},"_ClipMode":"visible","derivationIds":[],"id":"9E972C69-7758-44B4-BE9E-AE5C9316A3CE","droppingEnabled":true,"halosEnabled":true,"draggingEnabled":true,"__serializedExpressions__":["_Position"],"fixed":[{"__isSmartRef__":true,"id":583},{"__isSmartRef__":true,"id":597},{"__isSmartRef__":true,"id":611},{"__isSmartRef__":true,"id":625},{"__isSmartRef__":true,"id":639},{"__isSmartRef__":true,"id":653},{"__isSmartRef__":true,"id":667}],"scalingBelow":[{"__isSmartRef__":true,"id":981}],"scalingAbove":[{"__isSmartRef__":true,"id":688},{"__isSmartRef__":true,"id":851},{"__isSmartRef__":true,"id":915},{"__isSmartRef__":true,"id":948}],"minHeight":20,"pointerConnection":null,"owner":{"__isSmartRef__":true,"id":573},"styleClass":["Browser_resizer"],"layout":{"__isSmartRef__":true,"id":1393},"__LivelyClassName__":"lively.morphic.HorizontalDivider","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,310.2)"},"1387":{"__serializedExpressions__":["_Position","_Extent","_Padding"],"_Fill":{"__isSmartRef__":true,"id":1388},"_BorderRadius":3,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(808.0,7.0)","_Padding":"lively.rect(0,0,0,0)"},"1388":{"stops":[{"__isSmartRef__":true,"id":1389},{"__isSmartRef__":true,"id":1390},{"__isSmartRef__":true,"id":1391}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"1389":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(235,235,235)"},"1390":{"offset":0.5,"__serializedExpressions__":["color"],"color":"Color.rgb(215,215,215)"},"1391":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(184,184,184)"},"1392":{"morph":{"__isSmartRef__":true,"id":1386},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1393":{"scaleVertical":true,"scaleHorizontal":true},"1394":{"__serializedExpressions__":["_Position","_Extent","_Padding","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(808.0,705.0)","_Padding":"lively.rect(0,0,0,0)","_Fill":"Color.rgb(230,230,230)"},"1395":{"morph":{"__isSmartRef__":true,"id":573},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1396":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"1397":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1398},"eventHandler":{"__isSmartRef__":true,"id":1399},"_ClipMode":"visible","derivationIds":[],"id":"A8AD389D-06FC-44A2-A8C1-6B9A36B823A8","droppingEnabled":true,"halosEnabled":true,"type":"corner","_StyleClassNames":["reframe-handle corner"],"owner":{"__isSmartRef__":true,"id":524},"dragStartPoint":null,"originalTargetExtent":null,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.ReframeHandle","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(802.0,717.0)"},"1398":{"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(14.0,14.0)","_Padding":"lively.rect(0,0,0,0)"},"1399":{"morph":{"__isSmartRef__":true,"id":1397},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1400":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1401},"eventHandler":{"__isSmartRef__":true,"id":1402},"_ClipMode":"visible","derivationIds":[],"id":"E9D7516C-CAA9-426F-A9AD-351C3B59B28A","droppingEnabled":true,"halosEnabled":true,"type":"bottom","_StyleClassNames":["reframe-handle bottom"],"owner":{"__isSmartRef__":true,"id":524},"prevScroll":[0,0],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.ReframeHandle","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,727.0)"},"1401":{"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(802.0,4.0)","_Padding":"lively.rect(0,0,0,0)"},"1402":{"morph":{"__isSmartRef__":true,"id":1400},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1403":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1404},"eventHandler":{"__isSmartRef__":true,"id":1405},"_ClipMode":"visible","derivationIds":[],"id":"D8FF8F21-9EFA-47E0-8A50-45A6912BE3F7","droppingEnabled":true,"halosEnabled":true,"type":"right","_StyleClassNames":["reframe-handle right"],"owner":{"__isSmartRef__":true,"id":524},"showsHalos":false,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.ReframeHandle","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(812.0,0.0)"},"1404":{"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(4.0,717.0)","_Padding":"lively.rect(0,0,0,0)"},"1405":{"morph":{"__isSmartRef__":true,"id":1403},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1406":{"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":false,"_BorderRadius":false,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__serializedExpressions__":["_Padding","_Extent"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Padding":"lively.rect(0,0,0,0)","_Extent":"lively.pt(816.0,731.0)"},"1407":{"morph":{"__isSmartRef__":true,"id":524},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1408":{"adjustForNewBounds":true},"1409":{"submorphs":[{"__isSmartRef__":true,"id":1410},{"__isSmartRef__":true,"id":1431},{"__isSmartRef__":true,"id":1474},{"__isSmartRef__":true,"id":1517},{"__isSmartRef__":true,"id":1560},{"__isSmartRef__":true,"id":1571},{"__isSmartRef__":true,"id":1614},{"__isSmartRef__":true,"id":1644},{"__isSmartRef__":true,"id":1674},{"__isSmartRef__":true,"id":1742},{"__isSmartRef__":true,"id":1754}],"scripts":[],"id":"7F625014-0D47-42A9-B12C-C369823EE15D","shape":{"__isSmartRef__":true,"id":1794},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"Rectangle1","partsBinMetaInfo":{"__isSmartRef__":true,"id":1795},"eventHandler":{"__isSmartRef__":true,"id":1827},"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","BD8BECDB-A9A1-4009-B433-C925F0AFCCFC","F2677A9D-5855-4DF2-B248-94545B34B762","AED663BD-CA92-43E4-8F94-A26CF21FB86B"],"partTests":{"__isSmartRef__":true,"id":1828},"_ClipMode":"visible","moved":true,"isBeingDragged":false,"isLockOwner":false,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":0},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","withLayers":["Global.lively.morphic.GrabbingLayer"],"_Position":"lively.pt(769.0,37.0)","distanceToDragEvent":"lively.pt(555.0,-5.0)"},"1410":{"submorphs":[],"scripts":[],"id":"DFD0C1AE-7243-426D-A6D5-DD7244177394","shape":{"__isSmartRef__":true,"id":1411},"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":1412},"textChunks":[{"__isSmartRef__":true,"id":1428}],"charsReplaced":"Some Text","lastFindLoc":9,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":1430},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","F1D26890-7392-487D-B5DE-97C772B4E79E","232E2071-A024-4BE0-86FD-A4925EF937C0"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"previousSelection":[0,4],"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":1409},"priorSelectionRange":[0,9],"isLockOwner":false,"__serializedExpressions__":["_Position","textColor","_Padding"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(523.0,458.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)"},"1411":{"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)"},"1412":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":1413},{"__isSmartRef__":true,"id":1415},{"__isSmartRef__":true,"id":1417},{"__isSmartRef__":true,"id":1419},{"__isSmartRef__":true,"id":1421},{"__isSmartRef__":true,"id":1423},{"__isSmartRef__":true,"id":1425}],"lastModifiedDate":{"__isSmartRef__":true,"id":1427},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1413":{"date":{"__isSmartRef__":true,"id":1414},"author":"jenslincke","message":"no comment","id":"A3BA0C1E-7E83-43BF-9EC6-4F4BB3835D62"},"1414":{"isSerializedDate":true,"string":"Tue Mar 12 2013 17:31:56 GMT+0100 (CET)"},"1415":{"date":{"__isSmartRef__":true,"id":1416},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"1416":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"1417":{"date":{"__isSmartRef__":true,"id":1418},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"1418":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"1419":{"date":{"__isSmartRef__":true,"id":1420},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"1420":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"1421":{"date":{"__isSmartRef__":true,"id":1422},"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"},"1422":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"1423":{"date":{"__isSmartRef__":true,"id":1424},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"1424":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"1425":{"date":{"__isSmartRef__":true,"id":1426},"author":"jenslincke","message":"no comment","id":"9E495E1B-6E6D-4A89-9F9E-85AF618DC598"},"1426":{"isSerializedDate":true,"string":"Tue Mar 12 2013 18:36:22 GMT+0100 (CET)"},"1427":{"isSerializedDate":true,"string":"Tue Mar 12 2013 18:35:33 GMT+0100 (CET)"},"1428":{"style":{"__isSmartRef__":true,"id":1429},"morph":{"__isSmartRef__":true,"id":1410},"chunkOwner":{"__isSmartRef__":true,"id":1410},"storedString":"Playground","_id":"_100","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1429":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1430":{"morph":{"__isSmartRef__":true,"id":1410},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1431":{"submorphs":[{"__isSmartRef__":true,"id":1432}],"scripts":[],"id":"697BB941-D79D-44E8-8A04-58BA8CE78798","shape":{"__isSmartRef__":true,"id":1437},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":1438},"lighterFill":{"__isSmartRef__":true,"id":1443},"label":{"__isSmartRef__":true,"id":1432},"name":"ToggleButton1","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":1448},"eventHandler":{"__isSmartRef__":true,"id":1454},"derivationIds":[2588,"C96F474C-1F3A-4E42-844C-DD2EB76BDD7E","E36FA68D-6317-416A-99FA-0ED81E4193DA","06258075-AC5A-4CAB-A248-A66D3213816C","EFC0313E-CCD4-4B7D-B68F-8D6370442908","8A5A9600-5573-4521-9F43-6383FFB7ED2A"],"_ClipMode":"visible","isPressed":false,"isToggled":false,"connections":{"__isSmartRef__":true,"id":1455},"moved":true,"owner":{"__isSmartRef__":true,"id":1409},"attributeConnections":[{"__isSmartRef__":true,"id":1459}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"constraints":[],"isLockOwner":false,"__serializedExpressions__":["_Position","distanceToDragEvent"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1461},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(20.0,429.0)","distanceToDragEvent":"lively.pt(82.0,-12.0)"},"1432":{"submorphs":[],"scripts":[],"id":"2642FA29-2E93-4D0D-9246-BD955D1AD715","shape":{"__isSmartRef__":true,"id":1433},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":105,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":1431},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":1434}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":1436},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"44787449-DE07-40ED-B4D3-89A4A185AE29","F4BC3D0F-FF03-4EFC-B727-951442606730","277CDAEF-77E0-49F1-BD6F-1630D7ECC2E1","C818A7C8-5AD5-456E-9E5C-85AC32CF2C0C","9C299C65-B3E4-4EAF-BEB3-74AF5E6C02FE"],"_MinTextWidth":105,"_MinTextHeight":null,"_WordBreak":"break-all","_FontSize":10,"isLockOwner":false,"__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)"},"1433":{"_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(116.3,22.7)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"1434":{"style":{"__isSmartRef__":true,"id":1435},"chunkOwner":{"__isSmartRef__":true,"id":1432},"_id":"_321036","storedString":"constrain extent","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1435":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1436":{"morph":{"__isSmartRef__":true,"id":1432},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1437":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":1438},"_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(116.3,22.7)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"1438":{"stops":[{"__isSmartRef__":true,"id":1439},{"__isSmartRef__":true,"id":1440},{"__isSmartRef__":true,"id":1441},{"__isSmartRef__":true,"id":1442}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"1439":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"1440":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"1441":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"1442":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"1443":{"stops":[{"__isSmartRef__":true,"id":1444},{"__isSmartRef__":true,"id":1445},{"__isSmartRef__":true,"id":1446},{"__isSmartRef__":true,"id":1447}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"1444":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"1445":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"1446":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"1447":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"1448":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":4,"partName":"ToggleButton","comment":"A toggle button:\n- emits, toggle, enable, disable on pressed.\n- changes label","changes":[{"__isSmartRef__":true,"id":1449},{"__isSmartRef__":true,"id":1451}],"lastModifiedDate":{"__isSmartRef__":true,"id":1453},"revisionOnLoad":192292,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1449":{"date":{"__isSmartRef__":true,"id":1450},"author":"jenslincke","message":"no comment","id":"7471CE07-F2C0-4149-9684-90E843DB8DCE"},"1450":{"isSerializedDate":true,"string":"Fri Feb 08 2013 10:43:34 GMT+0100 (CET)"},"1451":{"date":{"__isSmartRef__":true,"id":1452},"author":"jenslincke","message":"no comment","id":"02AB5A6F-7748-4A48-8C36-D334F97FC321"},"1452":{"isSerializedDate":true,"string":"Thu Feb 07 2013 17:57:46 GMT+0100 (CET)"},"1453":{"isSerializedDate":true,"string":"Thu Mar 07 2013 01:25:14 GMT+0100 (CET)"},"1454":{"morph":{"__isSmartRef__":true,"id":1431},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1455":{"enable":{"__isSmartRef__":true,"id":1456},"disable":{"__isSmartRef__":true,"id":1457},"toggle":{"__isSmartRef__":true,"id":1458}},"1456":{},"1457":{},"1458":{},"1459":{"sourceObj":{"__isSmartRef__":true,"id":1431},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1431},"targetMethodName":"onFire","varMapping":{"__isSmartRef__":true,"id":1460},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1460":{"source":{"__isSmartRef__":true,"id":1431},"target":{"__isSmartRef__":true,"id":1431}},"1461":{"onFire":{"__isSmartRef__":true,"id":1462},"enable":{"__isSmartRef__":true,"id":1466},"disable":{"__isSmartRef__":true,"id":1470}},"1462":{"varMapping":{"__isSmartRef__":true,"id":1463},"source":"function onFire() {\n if (this.isToggled) {\n this.setLabel(\"constrain extent\")\n this.disable();\n } else {\n this.setLabel(\"unconstrain extent\")\n this.enable();\n }\n this.isToggled = !this.isToggled;\n}","funcProperties":{"__isSmartRef__":true,"id":1464},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1463":{"this":{"__isSmartRef__":true,"id":1431}},"1464":{"timestamp":{"__isSmartRef__":true,"id":1465},"user":"timfelgentreff","tags":[]},"1465":{"isSerializedDate":true,"string":"Wed Jul 31 2013 10:38:06 GMT+0200 (CEST)"},"1466":{"varMapping":{"__isSmartRef__":true,"id":1467},"source":"function enable() {\n var owner = this.get(\"ConstraintPlayground\");\n if (owner.submorphs.size() < 2) {\n alertOK(\"Need at least 2 morphs in the playground\");\n return;\n }\n\n var that = owner.submorphs[0],\n other = owner.submorphs[1];\n\n this.constraints.push((function () {\n return (boxA.getExtent().equals(boxB.getExtent()) &&\n boxA.getExtent().x >= 100 &&\n boxA.getExtent().y >= 200)\n }).shouldBeTrue({boxA: that, boxB: other}));\n}","funcProperties":{"__isSmartRef__":true,"id":1468},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1467":{"this":{"__isSmartRef__":true,"id":1431}},"1468":{"timestamp":{"__isSmartRef__":true,"id":1469},"user":"timfelgentreff","tags":[]},"1469":{"isSerializedDate":true,"string":"Wed Jul 31 2013 10:36:58 GMT+0200 (CEST)"},"1470":{"varMapping":{"__isSmartRef__":true,"id":1471},"source":"function disable() {\n this.constraints = this.constraints || [];\n this.constraints.each(function (ea) {\n try {ea.disable()} catch(_) {}\n });\n this.constraints = []\n}","funcProperties":{"__isSmartRef__":true,"id":1472},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1471":{"this":{"__isSmartRef__":true,"id":1431}},"1472":{"timestamp":{"__isSmartRef__":true,"id":1473},"user":"timfelgentreff","tags":[]},"1473":{"isSerializedDate":true,"string":"Wed Jul 31 2013 10:42:01 GMT+0200 (CEST)"},"1474":{"submorphs":[{"__isSmartRef__":true,"id":1475}],"scripts":[],"id":"F21497D7-BE6E-47B6-A2E4-7A4A1BDBA2AA","shape":{"__isSmartRef__":true,"id":1480},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":1481},"lighterFill":{"__isSmartRef__":true,"id":1486},"label":{"__isSmartRef__":true,"id":1475},"name":"ToggleButton2","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":1491},"eventHandler":{"__isSmartRef__":true,"id":1497},"derivationIds":[2588,"C96F474C-1F3A-4E42-844C-DD2EB76BDD7E","E36FA68D-6317-416A-99FA-0ED81E4193DA","06258075-AC5A-4CAB-A248-A66D3213816C","EFC0313E-CCD4-4B7D-B68F-8D6370442908","8A5A9600-5573-4521-9F43-6383FFB7ED2A","81F231B1-FE37-456D-A6D2-EB9039DC49FD"],"_ClipMode":"visible","isPressed":false,"isToggled":false,"connections":{"__isSmartRef__":true,"id":1498},"moved":true,"attributeConnections":[{"__isSmartRef__":true,"id":1502}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"constraints":[],"owner":{"__isSmartRef__":true,"id":1409},"isLockOwner":false,"__serializedExpressions__":["_Position","distanceToDragEvent"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1504},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(158.0,429.0)","distanceToDragEvent":"lively.pt(79.0,-11.0)"},"1475":{"submorphs":[],"scripts":[],"id":"C30E7A2C-91C1-4110-9700-2BB23E4D626C","shape":{"__isSmartRef__":true,"id":1476},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":105,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":1474},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":1477}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":1479},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"44787449-DE07-40ED-B4D3-89A4A185AE29","F4BC3D0F-FF03-4EFC-B727-951442606730","277CDAEF-77E0-49F1-BD6F-1630D7ECC2E1","C818A7C8-5AD5-456E-9E5C-85AC32CF2C0C","9C299C65-B3E4-4EAF-BEB3-74AF5E6C02FE","CCBF08E7-BECB-4B21-A581-D3FB98B6B743"],"_MinTextWidth":105,"_MinTextHeight":null,"_WordBreak":"break-all","_FontSize":10,"isLockOwner":false,"__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)"},"1476":{"_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(116.3,22.7)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"1477":{"style":{"__isSmartRef__":true,"id":1478},"chunkOwner":{"__isSmartRef__":true,"id":1475},"_id":"_337271","storedString":"shrinking extents","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1478":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1479":{"morph":{"__isSmartRef__":true,"id":1475},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1480":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":1481},"_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(116.3,22.7)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"1481":{"stops":[{"__isSmartRef__":true,"id":1482},{"__isSmartRef__":true,"id":1483},{"__isSmartRef__":true,"id":1484},{"__isSmartRef__":true,"id":1485}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"1482":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"1483":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"1484":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"1485":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"1486":{"stops":[{"__isSmartRef__":true,"id":1487},{"__isSmartRef__":true,"id":1488},{"__isSmartRef__":true,"id":1489},{"__isSmartRef__":true,"id":1490}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"1487":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"1488":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"1489":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"1490":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"1491":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":4,"partName":"ToggleButton","comment":"A toggle button:\n- emits, toggle, enable, disable on pressed.\n- changes label","changes":[{"__isSmartRef__":true,"id":1492},{"__isSmartRef__":true,"id":1494}],"lastModifiedDate":{"__isSmartRef__":true,"id":1496},"revisionOnLoad":192292,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1492":{"date":{"__isSmartRef__":true,"id":1493},"author":"jenslincke","message":"no comment","id":"7471CE07-F2C0-4149-9684-90E843DB8DCE"},"1493":{"isSerializedDate":true,"string":"Fri Feb 08 2013 10:43:34 GMT+0100 (CET)"},"1494":{"date":{"__isSmartRef__":true,"id":1495},"author":"jenslincke","message":"no comment","id":"02AB5A6F-7748-4A48-8C36-D334F97FC321"},"1495":{"isSerializedDate":true,"string":"Thu Feb 07 2013 17:57:46 GMT+0100 (CET)"},"1496":{"isSerializedDate":true,"string":"Thu Mar 07 2013 01:25:14 GMT+0100 (CET)"},"1497":{"morph":{"__isSmartRef__":true,"id":1474},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1498":{"enable":{"__isSmartRef__":true,"id":1499},"disable":{"__isSmartRef__":true,"id":1500},"toggle":{"__isSmartRef__":true,"id":1501}},"1499":{},"1500":{},"1501":{},"1502":{"sourceObj":{"__isSmartRef__":true,"id":1474},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1474},"targetMethodName":"onFire","varMapping":{"__isSmartRef__":true,"id":1503},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1503":{"source":{"__isSmartRef__":true,"id":1474},"target":{"__isSmartRef__":true,"id":1474}},"1504":{"onFire":{"__isSmartRef__":true,"id":1505},"enable":{"__isSmartRef__":true,"id":1509},"disable":{"__isSmartRef__":true,"id":1513}},"1505":{"varMapping":{"__isSmartRef__":true,"id":1506},"source":"function onFire() {\n if (this.isToggled) {\n this.setLabel(\"shrinking extents\")\n this.disable();\n } else {\n this.setLabel(\"unshrink extents\")\n this.enable();\n }\n this.isToggled = !this.isToggled;\n}","funcProperties":{"__isSmartRef__":true,"id":1507},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1506":{"this":{"__isSmartRef__":true,"id":1474}},"1507":{"timestamp":{"__isSmartRef__":true,"id":1508},"user":"timfelgentreff","tags":[]},"1508":{"isSerializedDate":true,"string":"Wed Jul 31 2013 10:40:23 GMT+0200 (CEST)"},"1509":{"varMapping":{"__isSmartRef__":true,"id":1510},"source":"function enable() {\n var owner = this.get(\"ConstraintPlayground\");\n if (owner.submorphs.size() < 2) {\n alertOK(\"Need at least 2 morphs in the playground\");\n return;\n }\n\n var that = owner.submorphs[0];\n this.constraints = owner.submorphs.collect(function (ea, idx) {\n if (ea !== that) {\n return (function () {\n return boxA.getExtent().equals(boxB.getExtent().scaleBy(idx + 1));\n }).shouldBeTrue({boxA: that, boxB: ea, idx: idx});\n }\n });\n this.constraints.push((function () {\n return that.getExtent().x >= 100 &&\n that.getExtent().y >= 100;\n }).shouldBeTrue({that: that}));\n}","funcProperties":{"__isSmartRef__":true,"id":1511},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1510":{"this":{"__isSmartRef__":true,"id":1474}},"1511":{"timestamp":{"__isSmartRef__":true,"id":1512},"user":"timfelgentreff","tags":[]},"1512":{"isSerializedDate":true,"string":"Wed Jul 31 2013 10:40:04 GMT+0200 (CEST)"},"1513":{"varMapping":{"__isSmartRef__":true,"id":1514},"source":"function disable() {\n this.constraints = this.constraints || [];\n this.constraints.each(function (ea) {\n try {ea.disable()} catch(_) {}\n });\n this.constraints = []\n}","funcProperties":{"__isSmartRef__":true,"id":1515},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1514":{"this":{"__isSmartRef__":true,"id":1474}},"1515":{"timestamp":{"__isSmartRef__":true,"id":1516},"user":"timfelgentreff","tags":[]},"1516":{"isSerializedDate":true,"string":"Wed Jul 31 2013 10:41:51 GMT+0200 (CEST)"},"1517":{"submorphs":[{"__isSmartRef__":true,"id":1518}],"scripts":[],"id":"728CADEC-F640-4435-8ACE-A4F6BA662EF4","shape":{"__isSmartRef__":true,"id":1523},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":1524},"lighterFill":{"__isSmartRef__":true,"id":1529},"label":{"__isSmartRef__":true,"id":1518},"name":"ToggleButton3","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":1534},"eventHandler":{"__isSmartRef__":true,"id":1540},"derivationIds":[2588,"C96F474C-1F3A-4E42-844C-DD2EB76BDD7E","E36FA68D-6317-416A-99FA-0ED81E4193DA","06258075-AC5A-4CAB-A248-A66D3213816C","EFC0313E-CCD4-4B7D-B68F-8D6370442908","8A5A9600-5573-4521-9F43-6383FFB7ED2A","81F231B1-FE37-456D-A6D2-EB9039DC49FD","7A79B3B8-7684-4373-ADBA-B823D0F34873"],"_ClipMode":"visible","isPressed":false,"isToggled":false,"connections":{"__isSmartRef__":true,"id":1541},"moved":true,"attributeConnections":[{"__isSmartRef__":true,"id":1545}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"constraints":[],"owner":{"__isSmartRef__":true,"id":1409},"isLockOwner":false,"__serializedExpressions__":["_Position","distanceToDragEvent"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1547},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(20.0,473.0)","distanceToDragEvent":"lively.pt(79.0,-11.0)"},"1518":{"submorphs":[],"scripts":[],"id":"50DE3ABB-7849-4C3A-B4F9-0836AB9F54C7","shape":{"__isSmartRef__":true,"id":1519},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":105,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":1517},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":1520}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":1522},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"44787449-DE07-40ED-B4D3-89A4A185AE29","F4BC3D0F-FF03-4EFC-B727-951442606730","277CDAEF-77E0-49F1-BD6F-1630D7ECC2E1","C818A7C8-5AD5-456E-9E5C-85AC32CF2C0C","9C299C65-B3E4-4EAF-BEB3-74AF5E6C02FE","CCBF08E7-BECB-4B21-A581-D3FB98B6B743","411582D0-D84E-47D9-89D7-72800CE0F1F8"],"_MinTextWidth":105,"_MinTextHeight":null,"_WordBreak":"break-all","_FontSize":10,"isLockOwner":false,"__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)"},"1519":{"_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(116.3,22.7)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"1520":{"style":{"__isSmartRef__":true,"id":1521},"chunkOwner":{"__isSmartRef__":true,"id":1518},"_id":"_337261","storedString":"constrain positions","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1521":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1522":{"morph":{"__isSmartRef__":true,"id":1518},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1523":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":1524},"_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(116.3,22.7)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"1524":{"stops":[{"__isSmartRef__":true,"id":1525},{"__isSmartRef__":true,"id":1526},{"__isSmartRef__":true,"id":1527},{"__isSmartRef__":true,"id":1528}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"1525":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"1526":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"1527":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"1528":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"1529":{"stops":[{"__isSmartRef__":true,"id":1530},{"__isSmartRef__":true,"id":1531},{"__isSmartRef__":true,"id":1532},{"__isSmartRef__":true,"id":1533}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"1530":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"1531":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"1532":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"1533":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"1534":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":4,"partName":"ToggleButton","comment":"A toggle button:\n- emits, toggle, enable, disable on pressed.\n- changes label","changes":[{"__isSmartRef__":true,"id":1535},{"__isSmartRef__":true,"id":1537}],"lastModifiedDate":{"__isSmartRef__":true,"id":1539},"revisionOnLoad":192292,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1535":{"date":{"__isSmartRef__":true,"id":1536},"author":"jenslincke","message":"no comment","id":"7471CE07-F2C0-4149-9684-90E843DB8DCE"},"1536":{"isSerializedDate":true,"string":"Fri Feb 08 2013 10:43:34 GMT+0100 (CET)"},"1537":{"date":{"__isSmartRef__":true,"id":1538},"author":"jenslincke","message":"no comment","id":"02AB5A6F-7748-4A48-8C36-D334F97FC321"},"1538":{"isSerializedDate":true,"string":"Thu Feb 07 2013 17:57:46 GMT+0100 (CET)"},"1539":{"isSerializedDate":true,"string":"Thu Mar 07 2013 01:25:14 GMT+0100 (CET)"},"1540":{"morph":{"__isSmartRef__":true,"id":1517},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1541":{"enable":{"__isSmartRef__":true,"id":1542},"disable":{"__isSmartRef__":true,"id":1543},"toggle":{"__isSmartRef__":true,"id":1544}},"1542":{},"1543":{},"1544":{},"1545":{"sourceObj":{"__isSmartRef__":true,"id":1517},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1517},"targetMethodName":"onFire","varMapping":{"__isSmartRef__":true,"id":1546},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1546":{"source":{"__isSmartRef__":true,"id":1517},"target":{"__isSmartRef__":true,"id":1517}},"1547":{"onFire":{"__isSmartRef__":true,"id":1548},"enable":{"__isSmartRef__":true,"id":1552},"disable":{"__isSmartRef__":true,"id":1556}},"1548":{"varMapping":{"__isSmartRef__":true,"id":1549},"source":"function onFire() {\n if (this.isToggled) {\n this.setLabel(\"constrain positions\")\n this.disable();\n } else {\n this.setLabel(\"unconstrain positions\")\n this.enable();\n }\n this.isToggled = !this.isToggled;\n}","funcProperties":{"__isSmartRef__":true,"id":1550},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1549":{"this":{"__isSmartRef__":true,"id":1517}},"1550":{"timestamp":{"__isSmartRef__":true,"id":1551},"user":"timfelgentreff","tags":[]},"1551":{"isSerializedDate":true,"string":"Wed Jul 31 2013 10:42:22 GMT+0200 (CEST)"},"1552":{"varMapping":{"__isSmartRef__":true,"id":1553},"source":"function enable() {\n var owner = this.get(\"ConstraintPlayground\");\n if (owner.submorphs.size() < 2) {\n alertOK(\"Need at least 2 morphs in the playground\");\n return;\n }\n\n var that = owner.submorphs[0];\n this.constraints = owner.submorphs.collect(function (ea, idx) {\n if (ea !== that) {\n return (function () {\n return boxA.getPosition().\n equals(boxB.getPosition().\n subPt(pt(idx * 100, 0)));\n }).shouldBeTrue({boxA: that, boxB: ea, idx: idx});\n }\n }.bind(this));\n}","funcProperties":{"__isSmartRef__":true,"id":1554},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1553":{"this":{"__isSmartRef__":true,"id":1517}},"1554":{"timestamp":{"__isSmartRef__":true,"id":1555},"user":"timfelgentreff","tags":[]},"1555":{"isSerializedDate":true,"string":"Wed Jul 31 2013 13:04:54 GMT+0200 (CEST)"},"1556":{"varMapping":{"__isSmartRef__":true,"id":1557},"source":"function disable() {\n this.constraints = this.constraints || [];\n this.constraints.each(function (ea) {\n try {ea.disable()} catch(_) {}\n });\n this.constraints = []\n}","funcProperties":{"__isSmartRef__":true,"id":1558},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1557":{"this":{"__isSmartRef__":true,"id":1517}},"1558":{"timestamp":{"__isSmartRef__":true,"id":1559},"user":"timfelgentreff","tags":[]},"1559":{"isSerializedDate":true,"string":"Wed Jul 31 2013 10:41:51 GMT+0200 (CEST)"},"1560":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1561},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":1562}],"eventHandler":{"__isSmartRef__":true,"id":1564},"_ClipMode":"auto","derivationIds":["95B43F1B-5612-40EC-9509-BB1B7DEDEE2C","E22860DD-155F-4D57-B700-82730F367123"],"id":"D9D8BCC4-D40C-46B8-9336-3678E85D92D7","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":1565},"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"],"accessibleInInactiveWindow":true,"_lastSyntaxHighlightTime":15,"charsReplaced":"","lastFindLoc":135,"savedTextString":"module('users.timfelgentreff.babelsberg.constraintinterpreter').load();\nClSimplexSolver.getInstance()\n\n\n","isBeingDragged":false,"showsHalos":false,"name":"Log","owner":{"__isSmartRef__":true,"id":1409},"isLockOwner":false,"__serializedExpressions__":["_TextColor","_Position","distanceToDragEvent"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1566},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(759.0,12.0)","distanceToDragEvent":"lively.pt(167.0,-13.0)"},"1561":{"_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(332.0,399.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(95,94,95)","_Fill":"Color.rgb(243,243,243)"},"1562":{"style":{"__isSmartRef__":true,"id":1563},"chunkOwner":{"__isSmartRef__":true,"id":1560},"_id":"_337333","storedString":"Time: 110\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 100\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 100\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 100\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 102\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 102\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 101\tTableau Rows: 1\nTime: 101\tTableau Rows: 11\nTime: 10...","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1563":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1564":{"morph":{"__isSmartRef__":true,"id":1560},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1565":{"resizeWidth":true,"resizeHeight":true},"1566":{"log":{"__isSmartRef__":true,"id":1567}},"1567":{"varMapping":{"__isSmartRef__":true,"id":1568},"source":"function log() {\n this.textString = $A(arguments).join(\"\\t\") + \"\\n\" +\n this.textString.truncate(1000)\n}","funcProperties":{"__isSmartRef__":true,"id":1569},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1568":{"this":{"__isSmartRef__":true,"id":1560}},"1569":{"timestamp":{"__isSmartRef__":true,"id":1570},"user":"timfelgentreff","tags":[]},"1570":{"isSerializedDate":true,"string":"Wed Jul 31 2013 13:04:00 GMT+0200 (CEST)"},"1571":{"submorphs":[{"__isSmartRef__":true,"id":1572}],"scripts":[],"id":"E1F16CB4-0E40-468F-BF33-61D542CEC036","shape":{"__isSmartRef__":true,"id":1577},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":1578},"lighterFill":{"__isSmartRef__":true,"id":1583},"label":{"__isSmartRef__":true,"id":1572},"name":"ToggleButton4","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":1588},"eventHandler":{"__isSmartRef__":true,"id":1594},"derivationIds":[2588,"C96F474C-1F3A-4E42-844C-DD2EB76BDD7E","E36FA68D-6317-416A-99FA-0ED81E4193DA","06258075-AC5A-4CAB-A248-A66D3213816C","EFC0313E-CCD4-4B7D-B68F-8D6370442908","8A5A9600-5573-4521-9F43-6383FFB7ED2A","A977B26A-1CFA-45A6-82E9-489677B05EEB"],"_ClipMode":"visible","isPressed":false,"isToggled":false,"connections":{"__isSmartRef__":true,"id":1595},"moved":true,"attributeConnections":[{"__isSmartRef__":true,"id":1599}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"constraints":[],"owner":{"__isSmartRef__":true,"id":1409},"isLockOwner":false,"__serializedExpressions__":["_Position","distanceToDragEvent"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1601},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(859.0,423.0)","distanceToDragEvent":"lively.pt(82.0,-13.0)"},"1572":{"submorphs":[],"scripts":[],"id":"516F6729-8FD1-4A54-A1DB-8C6DCBC4FBE6","shape":{"__isSmartRef__":true,"id":1573},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":105,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":1571},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":1574}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":1576},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"44787449-DE07-40ED-B4D3-89A4A185AE29","F4BC3D0F-FF03-4EFC-B727-951442606730","277CDAEF-77E0-49F1-BD6F-1630D7ECC2E1","C818A7C8-5AD5-456E-9E5C-85AC32CF2C0C","9C299C65-B3E4-4EAF-BEB3-74AF5E6C02FE","B6C7808B-D701-41E1-A1F3-DFE20A263DBF"],"_MinTextWidth":105,"_MinTextHeight":null,"_WordBreak":"break-all","_FontSize":10,"isLockOwner":false,"__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)"},"1573":{"_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(128.3,21.7)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"1574":{"style":{"__isSmartRef__":true,"id":1575},"chunkOwner":{"__isSmartRef__":true,"id":1572},"_id":"_337334","storedString":"unpause","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1575":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1576":{"morph":{"__isSmartRef__":true,"id":1572},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1577":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":1578},"_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(128.3,21.7)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"1578":{"stops":[{"__isSmartRef__":true,"id":1579},{"__isSmartRef__":true,"id":1580},{"__isSmartRef__":true,"id":1581},{"__isSmartRef__":true,"id":1582}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"1579":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"1580":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"1581":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"1582":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"1583":{"stops":[{"__isSmartRef__":true,"id":1584},{"__isSmartRef__":true,"id":1585},{"__isSmartRef__":true,"id":1586},{"__isSmartRef__":true,"id":1587}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"1584":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"1585":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"1586":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"1587":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"1588":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":4,"partName":"ToggleButton","comment":"A toggle button:\n- emits, toggle, enable, disable on pressed.\n- changes label","changes":[{"__isSmartRef__":true,"id":1589},{"__isSmartRef__":true,"id":1591}],"lastModifiedDate":{"__isSmartRef__":true,"id":1593},"revisionOnLoad":192292,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1589":{"date":{"__isSmartRef__":true,"id":1590},"author":"jenslincke","message":"no comment","id":"7471CE07-F2C0-4149-9684-90E843DB8DCE"},"1590":{"isSerializedDate":true,"string":"Fri Feb 08 2013 10:43:34 GMT+0100 (CET)"},"1591":{"date":{"__isSmartRef__":true,"id":1592},"author":"jenslincke","message":"no comment","id":"02AB5A6F-7748-4A48-8C36-D334F97FC321"},"1592":{"isSerializedDate":true,"string":"Thu Feb 07 2013 17:57:46 GMT+0100 (CET)"},"1593":{"isSerializedDate":true,"string":"Thu Mar 07 2013 01:25:14 GMT+0100 (CET)"},"1594":{"morph":{"__isSmartRef__":true,"id":1571},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1595":{"enable":{"__isSmartRef__":true,"id":1596},"disable":{"__isSmartRef__":true,"id":1597},"toggle":{"__isSmartRef__":true,"id":1598}},"1596":{},"1597":{},"1598":{},"1599":{"sourceObj":{"__isSmartRef__":true,"id":1571},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1571},"targetMethodName":"onFire","varMapping":{"__isSmartRef__":true,"id":1600},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1600":{"source":{"__isSmartRef__":true,"id":1571},"target":{"__isSmartRef__":true,"id":1571}},"1601":{"onFire":{"__isSmartRef__":true,"id":1602},"enable":{"__isSmartRef__":true,"id":1606},"disable":{"__isSmartRef__":true,"id":1610}},"1602":{"varMapping":{"__isSmartRef__":true,"id":1603},"source":"function onFire() {\n if (this.isToggled) {\n this.setLabel(\"unpause\")\n this.disable();\n } else {\n this.setLabel(\"pause\")\n this.enable();\n }\n this.isToggled = !this.isToggled;\n}","funcProperties":{"__isSmartRef__":true,"id":1604},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1603":{"this":{"__isSmartRef__":true,"id":1571}},"1604":{"timestamp":{"__isSmartRef__":true,"id":1605},"user":"timfelgentreff","tags":[]},"1605":{"isSerializedDate":true,"string":"Wed Jul 31 2013 10:52:45 GMT+0200 (CEST)"},"1606":{"varMapping":{"__isSmartRef__":true,"id":1607},"source":"function enable() {\n this.get(\"ConstraintPlayground\").reset();\n}","funcProperties":{"__isSmartRef__":true,"id":1608},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1607":{"this":{"__isSmartRef__":true,"id":1571}},"1608":{"timestamp":{"__isSmartRef__":true,"id":1609},"user":"timfelgentreff","tags":[]},"1609":{"isSerializedDate":true,"string":"Wed Jul 31 2013 10:52:33 GMT+0200 (CEST)"},"1610":{"varMapping":{"__isSmartRef__":true,"id":1611},"source":"function disable() {\n this.get(\"ConstraintPlayground\").stopStepping();\n}","funcProperties":{"__isSmartRef__":true,"id":1612},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1611":{"this":{"__isSmartRef__":true,"id":1571}},"1612":{"timestamp":{"__isSmartRef__":true,"id":1613},"user":"timfelgentreff","tags":[]},"1613":{"isSerializedDate":true,"string":"Wed Jul 31 2013 10:52:14 GMT+0200 (CEST)"},"1614":{"submorphs":[{"__isSmartRef__":true,"id":1615}],"scripts":[],"id":"0B9ED860-7DED-4748-BDFF-FFC7A52F47D8","shape":{"__isSmartRef__":true,"id":1620},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":1621},"lighterFill":{"__isSmartRef__":true,"id":1626},"label":{"__isSmartRef__":true,"id":1615},"name":"ScriptableButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":1631},"attributeConnections":[{"__isSmartRef__":true,"id":1637}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":1638},"derivationIds":[2588,"22797D34-67DE-4A06-81F0-4DF0A87ADBBC","11C83D57-E873-4516-9585-B62D3DF729A3","4EF4CC0B-2D19-4FF2-8668-99DDE21BF36D"],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":1409},"isPressed":false,"isLockOwner":false,"__serializedExpressions__":["_Position","distanceToDragEvent"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1639},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(862.0,450.0)","distanceToDragEvent":"lively.pt(85.0,-9.0)"},"1615":{"submorphs":[],"scripts":[],"id":"DC57A27E-9F55-4B6A-B37B-7C88ED49E3FE","shape":{"__isSmartRef__":true,"id":1616},"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":1614},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":1617}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":1619},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702","14B58111-F7FC-48C0-B90D-92C2C566AD98","FDE5EAD7-EA97-487C-83CC-F19E4093E03E"],"_MinTextWidth":97,"_MinTextHeight":null,"_WordBreak":"break-all","_FontSize":10,"isLockOwner":false,"__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)"},"1616":{"_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(125.0,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"1617":{"style":{"__isSmartRef__":true,"id":1618},"chunkOwner":{"__isSmartRef__":true,"id":1615},"_id":"_1333","storedString":"Reset Solver","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1618":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1619":{"morph":{"__isSmartRef__":true,"id":1615},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1620":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":1621},"_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(125.0,22.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"1621":{"stops":[{"__isSmartRef__":true,"id":1622},{"__isSmartRef__":true,"id":1623},{"__isSmartRef__":true,"id":1624},{"__isSmartRef__":true,"id":1625}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"1622":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"1623":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"1624":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"1625":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"1626":{"stops":[{"__isSmartRef__":true,"id":1627},{"__isSmartRef__":true,"id":1628},{"__isSmartRef__":true,"id":1629},{"__isSmartRef__":true,"id":1630}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"1627":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"1628":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"1629":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"1630":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"1631":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"ScriptableButton","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":1632},{"__isSmartRef__":true,"id":1634}],"revisionOnLoad":170561,"lastModifiedDate":{"__isSmartRef__":true,"id":1636},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1632":{"date":{"__isSmartRef__":true,"id":1633},"author":"robertkrahn","message":"no comment","id":"0366C0A2-0C8E-4AEB-AAC3-120434134545"},"1633":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:10:10 GMT+0200 (CEST)"},"1634":{"date":{"__isSmartRef__":true,"id":1635},"author":"huberthesse","message":"Restore scriptable button","id":"7DCED89C-C162-4A42-94E3-6B4D2CBA4932"},"1635":{"isSerializedDate":true,"string":"Tue Jun 12 2012 11:12:07 GMT+0200 (CEST)"},"1636":{"isSerializedDate":true,"string":"Thu Mar 07 2013 01:25:14 GMT+0100 (CET)"},"1637":{"sourceObj":{"__isSmartRef__":true,"id":1614},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1614},"targetMethodName":"onFire","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1638":{"morph":{"__isSmartRef__":true,"id":1614},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1639":{"onFire":{"__isSmartRef__":true,"id":1640}},"1640":{"varMapping":{"__isSmartRef__":true,"id":1641},"source":"function onFire() {\n ClSimplexSolver.resetInstance();\n}","funcProperties":{"__isSmartRef__":true,"id":1642},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1641":{"this":{"__isSmartRef__":true,"id":1614}},"1642":{"timestamp":{"__isSmartRef__":true,"id":1643},"user":"timfelgentreff","tags":[]},"1643":{"isSerializedDate":true,"string":"Wed Jul 31 2013 10:59:39 GMT+0200 (CEST)"},"1644":{"submorphs":[{"__isSmartRef__":true,"id":1645}],"scripts":[],"id":"2BFC8A38-E50F-4A1C-8E10-A3DBE0B7827D","shape":{"__isSmartRef__":true,"id":1650},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":1651},"lighterFill":{"__isSmartRef__":true,"id":1656},"label":{"__isSmartRef__":true,"id":1645},"name":"ScriptableButton1","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":1661},"attributeConnections":[{"__isSmartRef__":true,"id":1667}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":1668},"derivationIds":[2588,"22797D34-67DE-4A06-81F0-4DF0A87ADBBC","11C83D57-E873-4516-9585-B62D3DF729A3","4EF4CC0B-2D19-4FF2-8668-99DDE21BF36D","1C8262F7-02DB-47F2-857D-0739B4B768B0"],"_ClipMode":"visible","isPressed":false,"owner":{"__isSmartRef__":true,"id":1409},"isLockOwner":false,"__serializedExpressions__":["_Position","distanceToDragEvent"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1669},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(854.0,486.0)","distanceToDragEvent":"lively.pt(79.0,-10.0)"},"1645":{"submorphs":[],"scripts":[],"id":"12841752-1A85-4D7D-8782-39DB6A24115F","shape":{"__isSmartRef__":true,"id":1646},"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":1644},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":1647}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":1649},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702","14B58111-F7FC-48C0-B90D-92C2C566AD98","FDE5EAD7-EA97-487C-83CC-F19E4093E03E","D9CECE2B-A17B-4A27-8F17-0D8D2865DB00"],"_MinTextWidth":97,"_MinTextHeight":null,"_WordBreak":"break-all","_FontSize":10,"isLockOwner":false,"__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)"},"1646":{"_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(125.0,21.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"1647":{"style":{"__isSmartRef__":true,"id":1648},"chunkOwner":{"__isSmartRef__":true,"id":1645},"_id":"_22612","storedString":"Remove all morphs","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1648":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1649":{"morph":{"__isSmartRef__":true,"id":1645},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1650":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":1651},"_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(125.0,21.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"1651":{"stops":[{"__isSmartRef__":true,"id":1652},{"__isSmartRef__":true,"id":1653},{"__isSmartRef__":true,"id":1654},{"__isSmartRef__":true,"id":1655}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"1652":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"1653":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"1654":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"1655":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"1656":{"stops":[{"__isSmartRef__":true,"id":1657},{"__isSmartRef__":true,"id":1658},{"__isSmartRef__":true,"id":1659},{"__isSmartRef__":true,"id":1660}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"1657":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"1658":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"1659":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"1660":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"1661":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"ScriptableButton","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":1662},{"__isSmartRef__":true,"id":1664}],"revisionOnLoad":170561,"lastModifiedDate":{"__isSmartRef__":true,"id":1666},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1662":{"date":{"__isSmartRef__":true,"id":1663},"author":"robertkrahn","message":"no comment","id":"0366C0A2-0C8E-4AEB-AAC3-120434134545"},"1663":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:10:10 GMT+0200 (CEST)"},"1664":{"date":{"__isSmartRef__":true,"id":1665},"author":"huberthesse","message":"Restore scriptable button","id":"7DCED89C-C162-4A42-94E3-6B4D2CBA4932"},"1665":{"isSerializedDate":true,"string":"Tue Jun 12 2012 11:12:07 GMT+0200 (CEST)"},"1666":{"isSerializedDate":true,"string":"Thu Mar 07 2013 01:25:14 GMT+0100 (CET)"},"1667":{"sourceObj":{"__isSmartRef__":true,"id":1644},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1644},"targetMethodName":"onFire","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1668":{"morph":{"__isSmartRef__":true,"id":1644},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1669":{"onFire":{"__isSmartRef__":true,"id":1670}},"1670":{"varMapping":{"__isSmartRef__":true,"id":1671},"source":"function onFire() {\n this.get(\"ConstraintPlayground\").removeAllMorphs()\n}","funcProperties":{"__isSmartRef__":true,"id":1672},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1671":{"this":{"__isSmartRef__":true,"id":1644}},"1672":{"timestamp":{"__isSmartRef__":true,"id":1673},"user":"timfelgentreff","tags":[]},"1673":{"isSerializedDate":true,"string":"Wed Jul 31 2013 11:24:26 GMT+0200 (CEST)"},"1674":{"submorphs":[],"scripts":[],"id":"99B61FCC-1B1A-496E-B47B-41B98F5E552A","shape":{"__isSmartRef__":true,"id":1675},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"ConstraintPlayground","partsBinMetaInfo":{"__isSmartRef__":true,"id":1676},"eventHandler":{"__isSmartRef__":true,"id":1708},"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","BD8BECDB-A9A1-4009-B433-C925F0AFCCFC","F2677A9D-5855-4DF2-B248-94545B34B762","3D43F79A-FB66-44EB-B47F-CCBACAB64ABD","EFEDA2A3-9E95-4956-A6A4-25699A96D1F3"],"partTests":{"__isSmartRef__":true,"id":1709},"_ClipMode":"visible","moved":true,"isBeingDragged":false,"isCopyMorphRef":true,"morphRefId":4,"owner":{"__isSmartRef__":true,"id":1409},"lastStep":1375452226651,"#startLetters":"remove","isLockOwner":false,"__serializedExpressions__":["_Position","distanceToDragEvent"],"grabbingEnabled":false,"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1714},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","withLayers":["Global.DragPlayfieldLayer","Global.ResizePlayfieldLayer"],"_Position":"lively.pt(10.0,12.0)","distanceToDragEvent":"lively.pt(487.0,-12.0)"},"1675":{"_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(732.0,408.0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(226,226,226)","_Padding":"lively.rect(0,0,0,0)"},"1676":{"partsSpaceName":"PartsBin/Basic","comment":"A plain simple rectangle","migrationLevel":4,"partName":"Rectangle","changes":[{"__isSmartRef__":true,"id":1677},{"__isSmartRef__":true,"id":1679},{"__isSmartRef__":true,"id":1681},{"__isSmartRef__":true,"id":1683},{"__isSmartRef__":true,"id":1685},{"__isSmartRef__":true,"id":1687},{"__isSmartRef__":true,"id":1689},{"__isSmartRef__":true,"id":1691},{"__isSmartRef__":true,"id":1693},{"__isSmartRef__":true,"id":1695},{"__isSmartRef__":true,"id":1697},{"__isSmartRef__":true,"id":1699},{"__isSmartRef__":true,"id":1701},{"__isSmartRef__":true,"id":1703},{"__isSmartRef__":true,"id":1705}],"lastModifiedDate":{"__isSmartRef__":true,"id":1707},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1677":{"date":{"__isSmartRef__":true,"id":1678},"author":"SAPLivelyScreen","message":"no comment","id":"7A44D8CA-6D5F-42A3-A4B4-4D7F51EECA52"},"1678":{"isSerializedDate":true,"string":"Tue Jun 18 2013 20:49:27 GMT+0200 (CEST)"},"1679":{"date":{"__isSmartRef__":true,"id":1680},"author":"SAPLivelyScreen","message":"no comment","id":"EF145198-0649-41BD-A92E-521D98FEC49D"},"1680":{"isSerializedDate":true,"string":"Thu May 30 2013 00:36:50 GMT+0200 (CEST)"},"1681":{"date":{"__isSmartRef__":true,"id":1682},"author":"jenslincke","message":"added legend","id":"7ADA3049-56C1-4D32-874B-F664A79DDB20"},"1682":{"isSerializedDate":true,"string":"Fri Jan 18 2013 16:47:05 GMT+0100 (CET)"},"1683":{"date":{"__isSmartRef__":true,"id":1684},"author":"jenslincke","message":"no comment","id":"A4B86A7E-A398-4C29-BEE0-4AA045ABABD2"},"1684":{"isSerializedDate":true,"string":"Fri Jan 18 2013 16:42:31 GMT+0100 (CET)"},"1685":{"date":{"__isSmartRef__":true,"id":1686},"author":"jenslincke","message":"I want my blue rectangle back!","id":"5AA9291A-869F-4D36-8095-4721B5A5B205"},"1686":{"isSerializedDate":true,"string":"Thu Nov 22 2012 10:35:51 GMT+0100 (CET)"},"1687":{"date":{"__isSmartRef__":true,"id":1688},"author":"bgnauk","message":"no comment","id":"0124E570-50B7-4CE3-83A1-6E7BA89B5CD8"},"1688":{"isSerializedDate":true,"string":"Mon Jun 18 2012 19:35:08 GMT+0200 (CEST)"},"1689":{"date":{"__isSmartRef__":true,"id":1690},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"1690":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (CEST)"},"1691":{"date":{"__isSmartRef__":true,"id":1692},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"1692":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (CET)"},"1693":{"date":{"__isSmartRef__":true,"id":1694},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"1694":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (CET)"},"1695":{"date":{"__isSmartRef__":true,"id":1696},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"1696":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (CET)"},"1697":{"date":{"__isSmartRef__":true,"id":1698},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"1698":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (CEST)"},"1699":{"date":{"__isSmartRef__":true,"id":1700},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"1700":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (CEST)"},"1701":{"date":{"__isSmartRef__":true,"id":1702},"author":"jenslincke","message":"no comment","id":"AEB2F41B-2C88-4BBA-8875-93CD17CBA1C8"},"1702":{"isSerializedDate":true,"string":"Wed Jan 23 2013 12:57:18 GMT+0100 (CET)"},"1703":{"date":{"__isSmartRef__":true,"id":1704},"author":"robertkrahn","message":"no comment","id":"67FD74CD-7AE4-4050-ADC7-4DF73804258D"},"1704":{"isSerializedDate":true,"string":"Thu May 30 2013 09:18:06 GMT+0200 (CEST)"},"1705":{"date":{"__isSmartRef__":true,"id":1706},"author":"robertkrahn","message":"no comment","id":"FBBB9C99-B61C-4D5F-8750-6E2987DF0C9C"},"1706":{"isSerializedDate":true,"string":"Fri Jun 21 2013 00:16:24 GMT+0200 (CEST)"},"1707":{"isSerializedDate":true,"string":"Fri Jun 21 2013 00:15:30 GMT+0200 (CEST)"},"1708":{"morph":{"__isSmartRef__":true,"id":1674},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1709":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1710}},"1710":{"test01IsMorph":{"__isSmartRef__":true,"id":1711}},"1711":{"varMapping":{"__isSmartRef__":true,"id":1712},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":1713},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1712":{"this":{"__isSmartRef__":true,"id":1709}},"1713":{},"1714":{"reset":{"__isSmartRef__":true,"id":1715},"step":{"__isSmartRef__":true,"id":1719},"installLayers":{"__isSmartRef__":true,"id":1723},"onrestore":{"__isSmartRef__":true,"id":1727},"activeLayers":{"__isSmartRef__":true,"id":1734}},"1715":{"varMapping":{"__isSmartRef__":true,"id":1716},"source":"function reset() {\n this.setWithLayers([DragPlayfieldLayer, ResizePlayfieldLayer]);\n this.startStepping(100, \"step\");\n}","funcProperties":{"__isSmartRef__":true,"id":1717},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1716":{"this":{"__isSmartRef__":true,"id":1674}},"1717":{"timestamp":{"__isSmartRef__":true,"id":1718},"user":"timfelgentreff","tags":[]},"1718":{"isSerializedDate":true,"string":"Fri Aug 02 2013 10:46:42 GMT+0200 (CEST)"},"1719":{"varMapping":{"__isSmartRef__":true,"id":1720},"source":"function step() {\n this.get(\"Log\").log(\n \"Time: \" + (Date.now() - this.lastStep),\n \"Tableau Rows: \" + ClSimplexSolver.getInstance().rows().size());\n this.lastStep = Date.now()\n this.submorphs.each(function (ea) {\n ea.shape.renderContextDispatch(\"setExtent\", ea.getExtent());\n ea.renderContextDispatch(\"setPosition\", ea.getPosition());\n ea.cachedBounds = null;\n })\n}","funcProperties":{"__isSmartRef__":true,"id":1721},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1720":{"this":{"__isSmartRef__":true,"id":1674}},"1721":{"timestamp":{"__isSmartRef__":true,"id":1722},"user":"timfelgentreff","tags":[]},"1722":{"isSerializedDate":true,"string":"Wed Jul 31 2013 13:03:46 GMT+0200 (CEST)"},"1723":{"varMapping":{"__isSmartRef__":true,"id":1724},"source":"function installLayers() {\n cop.create(\"DragPlayfieldLayer\").refineClass(lively.morphic.Morph, {\n onDragStart: function (evt) {\n this.dragStartOffset = this.owner.localize(evt.getPosition()).\n subPt(this.getPosition());\n this.editCallback = bbb.edit(this.getPosition(), [\"x\", \"y\"]);\n return true;\n },\n\n onDrag: function (evt) {\n this.editCallback(this.owner.localize(evt.getPosition()).subPt(this.dragStartOffset));\n return true;\n },\n\n onDragEnd: function (evt) {\n this.dragStartOffset = null;\n this.editCallback();\n this.editCallback = null;\n return true;\n },\n\n get draggingEnabled() {\n return true;\n }\n });\n\n cop.create(\"ResizePlayfieldLayer\").refineClass(lively.morphic.ResizeHalo, {\n dragStartAction: function (evt) {\n cop.proceed(evt);\n this.targetMorph.editExtentCallback = bbb.edit(this.targetMorph.getExtent(), [\"x\", \"y\"]);\n return true;\n },\n\n dragEndAction: function (evt) {\n this.targetMorph.editExtentCallback();\n this.targetMorph.editExtentCallback = null;\n cop.proceed(evt);\n return true;\n },\n\n setTarget: function (morph) {\n if (morph) {\n var result = {withLayers: [], withoutLayers: []};\n morph.structuralLayers(result);\n this.setWithLayers(result.withLayers);\n }\n cop.proceed(morph);\n },\n }).refineClass(lively.morphic.Morph, {\n setExtent: function (newPt) {\n if (this.editExtentCallback) {\n this.editExtentCallback(newPt);\n } else {\n cop.proceed(newPt);\n }\n },\n\n getHalos: function() {\n var r = cop.proceed();\n r.each(function (ea) {\n if (ea instanceof lively.morphic.ResizeHalo) {\n ea.setWithLayers([ResizePlayfieldLayer]);\n }\n });\n return r;\n }\n });\n}","funcProperties":{"__isSmartRef__":true,"id":1725},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1724":{"this":{"__isSmartRef__":true,"id":1674}},"1725":{"timestamp":{"__isSmartRef__":true,"id":1726},"user":"timfelgentreff","tags":[]},"1726":{"isSerializedDate":true,"string":"Fri Aug 02 2013 11:32:18 GMT+0200 (CEST)"},"1727":{"varMapping":{"__isSmartRef__":true,"id":1728},"source":"function onrestore() {\n this.installLayers();\n}","funcProperties":{"__isSmartRef__":true,"id":1733},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1728":{"this":{"__isSmartRef__":true,"id":1674},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1729}},"1729":{"$super":{"__isSmartRef__":true,"id":1730}},"1730":{"varMapping":{"__isSmartRef__":true,"id":1731},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1732},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1731":{"obj":{"__isSmartRef__":true,"id":1674},"name":"onrestore"},"1732":{},"1733":{"tags":[]},"1734":{"varMapping":{"__isSmartRef__":true,"id":1735},"source":"function activeLayers($super) {\n return $super().withoutAll([DragPlayfieldLayer, ResizePlayfieldLayer]);\n}","funcProperties":{"__isSmartRef__":true,"id":1740},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1735":{"this":{"__isSmartRef__":true,"id":1674},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1736}},"1736":{"$super":{"__isSmartRef__":true,"id":1737}},"1737":{"varMapping":{"__isSmartRef__":true,"id":1738},"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":1739},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1738":{"obj":{"__isSmartRef__":true,"id":1674},"name":"activeLayers"},"1739":{},"1740":{"timestamp":{"__isSmartRef__":true,"id":1741},"user":"timfelgentreff","tags":[]},"1741":{"isSerializedDate":true,"string":"Fri Aug 02 2013 10:46:35 GMT+0200 (CEST)"},"1742":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1743},"id":"F07E5CA7-B700-4B67-8349-D6523F017244","eventHandler":{"__isSmartRef__":true,"id":1744},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":1745},"name":"Ellipse","partsBinMetaInfo":{"__isSmartRef__":true,"id":1746},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","13233823-1113-464C-ADCF-071B43D6AEF6","2F1DBF66-E53D-4B13-9793-53EBDA946EEB","A1075DCD-A772-4B12-8D3A-4AAAF9CC3BBB"],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":1409},"isBeingDragged":false,"isLockOwner":false,"__serializedExpressions__":["_Position","distanceToDragEvent"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(780.0,471.0)","distanceToDragEvent":"lively.pt(57.0,-9.0)"},"1743":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-43.0,-38.0)","_Extent":"lively.pt(81.0,78.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(105,116,105)"},"1744":{"morph":{"__isSmartRef__":true,"id":1742},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1745":{},"1746":{"partName":"Ellipse","requiredModules":[],"migrationLevel":8,"partsSpaceName":"PartsBin/Basic","comment":"This is a \"Ellipse\"","changes":[{"__isSmartRef__":true,"id":1747},{"__isSmartRef__":true,"id":1749},{"__isSmartRef__":true,"id":1751}],"lastModifiedDate":{"__isSmartRef__":true,"id":1753},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1747":{"author":"robertkrahn","message":"no comment","id":"EE799F0E-9E4A-4AF8-98F7-DAEF09F6A8DC","date":{"__isSmartRef__":true,"id":1748}},"1748":{"isSerializedDate":true,"string":"Fri Feb 15 2013 20:22:02 GMT+0100 (CET)"},"1749":{"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287","date":{"__isSmartRef__":true,"id":1750}},"1750":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"1751":{"author":null,"message":"no comment","id":"8081E212-F627-4DBF-A925-E884B7F401F7","date":{"__isSmartRef__":true,"id":1752}},"1752":{"isSerializedDate":true,"string":"Fri Jul 12 2013 21:14:02 GMT+0200 (CEST)"},"1753":{"isSerializedDate":true,"string":"Fri Jul 12 2013 21:11:49 GMT+0200 (CEST)"},"1754":{"submorphs":[],"scripts":[],"id":"98C8AA32-2F7C-4682-A0B4-78026572F0BD","shape":{"__isSmartRef__":true,"id":1755},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"Rectangle6","partsBinMetaInfo":{"__isSmartRef__":true,"id":1756},"eventHandler":{"__isSmartRef__":true,"id":1788},"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","BD8BECDB-A9A1-4009-B433-C925F0AFCCFC","F2677A9D-5855-4DF2-B248-94545B34B762","62358DF1-8ADF-46AD-848E-905FBA2A9F6F","E501BFF4-7FD0-49F4-839E-28A0BBC57559","FDEF1D28-69B7-41A5-82B1-B747C152BFDF"],"partTests":{"__isSmartRef__":true,"id":1789},"_ClipMode":"visible","moved":true,"isBeingDragged":false,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":1409},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(641.0,447.0)","distanceToDragEvent":"lively.pt(57.0,-11.0)"},"1755":{"_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(81.0,54.0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(126,165,201)","_Padding":"lively.rect(0,0,0,0)"},"1756":{"partsSpaceName":"PartsBin/Basic","comment":"A plain simple rectangle","migrationLevel":4,"partName":"Rectangle","changes":[{"__isSmartRef__":true,"id":1757},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1761},{"__isSmartRef__":true,"id":1763},{"__isSmartRef__":true,"id":1765},{"__isSmartRef__":true,"id":1767},{"__isSmartRef__":true,"id":1769},{"__isSmartRef__":true,"id":1771},{"__isSmartRef__":true,"id":1773},{"__isSmartRef__":true,"id":1775},{"__isSmartRef__":true,"id":1777},{"__isSmartRef__":true,"id":1779},{"__isSmartRef__":true,"id":1781},{"__isSmartRef__":true,"id":1783},{"__isSmartRef__":true,"id":1785}],"lastModifiedDate":{"__isSmartRef__":true,"id":1787},"revisionOnLoad":196389,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1757":{"date":{"__isSmartRef__":true,"id":1758},"author":"SAPLivelyScreen","message":"no comment","id":"7A44D8CA-6D5F-42A3-A4B4-4D7F51EECA52"},"1758":{"isSerializedDate":true,"string":"Tue Jun 18 2013 20:49:27 GMT+0200 (CEST)"},"1759":{"date":{"__isSmartRef__":true,"id":1760},"author":"SAPLivelyScreen","message":"no comment","id":"EF145198-0649-41BD-A92E-521D98FEC49D"},"1760":{"isSerializedDate":true,"string":"Thu May 30 2013 00:36:50 GMT+0200 (CEST)"},"1761":{"date":{"__isSmartRef__":true,"id":1762},"author":"jenslincke","message":"added legend","id":"7ADA3049-56C1-4D32-874B-F664A79DDB20"},"1762":{"isSerializedDate":true,"string":"Fri Jan 18 2013 16:47:05 GMT+0100 (CET)"},"1763":{"date":{"__isSmartRef__":true,"id":1764},"author":"jenslincke","message":"no comment","id":"A4B86A7E-A398-4C29-BEE0-4AA045ABABD2"},"1764":{"isSerializedDate":true,"string":"Fri Jan 18 2013 16:42:31 GMT+0100 (CET)"},"1765":{"date":{"__isSmartRef__":true,"id":1766},"author":"jenslincke","message":"I want my blue rectangle back!","id":"5AA9291A-869F-4D36-8095-4721B5A5B205"},"1766":{"isSerializedDate":true,"string":"Thu Nov 22 2012 10:35:51 GMT+0100 (CET)"},"1767":{"date":{"__isSmartRef__":true,"id":1768},"author":"bgnauk","message":"no comment","id":"0124E570-50B7-4CE3-83A1-6E7BA89B5CD8"},"1768":{"isSerializedDate":true,"string":"Mon Jun 18 2012 19:35:08 GMT+0200 (CEST)"},"1769":{"date":{"__isSmartRef__":true,"id":1770},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"1770":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (CEST)"},"1771":{"date":{"__isSmartRef__":true,"id":1772},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"1772":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (CET)"},"1773":{"date":{"__isSmartRef__":true,"id":1774},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"1774":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (CET)"},"1775":{"date":{"__isSmartRef__":true,"id":1776},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"1776":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (CET)"},"1777":{"date":{"__isSmartRef__":true,"id":1778},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"1778":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (CEST)"},"1779":{"date":{"__isSmartRef__":true,"id":1780},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"1780":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (CEST)"},"1781":{"date":{"__isSmartRef__":true,"id":1782},"author":"jenslincke","message":"no comment","id":"AEB2F41B-2C88-4BBA-8875-93CD17CBA1C8"},"1782":{"isSerializedDate":true,"string":"Wed Jan 23 2013 12:57:18 GMT+0100 (CET)"},"1783":{"date":{"__isSmartRef__":true,"id":1784},"author":"robertkrahn","message":"no comment","id":"67FD74CD-7AE4-4050-ADC7-4DF73804258D"},"1784":{"isSerializedDate":true,"string":"Thu May 30 2013 09:18:06 GMT+0200 (CEST)"},"1785":{"date":{"__isSmartRef__":true,"id":1786},"author":"robertkrahn","message":"no comment","id":"FBBB9C99-B61C-4D5F-8750-6E2987DF0C9C"},"1786":{"isSerializedDate":true,"string":"Fri Jun 21 2013 00:16:24 GMT+0200 (CEST)"},"1787":{"isSerializedDate":true,"string":"Fri Jun 21 2013 00:15:30 GMT+0200 (CEST)"},"1788":{"morph":{"__isSmartRef__":true,"id":1754},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1789":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1790}},"1790":{"test01IsMorph":{"__isSmartRef__":true,"id":1791}},"1791":{"varMapping":{"__isSmartRef__":true,"id":1792},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":1793},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1792":{"this":{"__isSmartRef__":true,"id":1789}},"1793":{},"1794":{"_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(1102.0,522.0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)"},"1795":{"partsSpaceName":"PartsBin/Basic","comment":"A plain simple rectangle","migrationLevel":4,"partName":"Rectangle","changes":[{"__isSmartRef__":true,"id":1796},{"__isSmartRef__":true,"id":1798},{"__isSmartRef__":true,"id":1800},{"__isSmartRef__":true,"id":1802},{"__isSmartRef__":true,"id":1804},{"__isSmartRef__":true,"id":1806},{"__isSmartRef__":true,"id":1808},{"__isSmartRef__":true,"id":1810},{"__isSmartRef__":true,"id":1812},{"__isSmartRef__":true,"id":1814},{"__isSmartRef__":true,"id":1816},{"__isSmartRef__":true,"id":1818},{"__isSmartRef__":true,"id":1820},{"__isSmartRef__":true,"id":1822},{"__isSmartRef__":true,"id":1824}],"lastModifiedDate":{"__isSmartRef__":true,"id":1826},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1796":{"date":{"__isSmartRef__":true,"id":1797},"author":"SAPLivelyScreen","message":"no comment","id":"7A44D8CA-6D5F-42A3-A4B4-4D7F51EECA52"},"1797":{"isSerializedDate":true,"string":"Tue Jun 18 2013 20:49:27 GMT+0200 (CEST)"},"1798":{"date":{"__isSmartRef__":true,"id":1799},"author":"SAPLivelyScreen","message":"no comment","id":"EF145198-0649-41BD-A92E-521D98FEC49D"},"1799":{"isSerializedDate":true,"string":"Thu May 30 2013 00:36:50 GMT+0200 (CEST)"},"1800":{"date":{"__isSmartRef__":true,"id":1801},"author":"jenslincke","message":"added legend","id":"7ADA3049-56C1-4D32-874B-F664A79DDB20"},"1801":{"isSerializedDate":true,"string":"Fri Jan 18 2013 16:47:05 GMT+0100 (CET)"},"1802":{"date":{"__isSmartRef__":true,"id":1803},"author":"jenslincke","message":"no comment","id":"A4B86A7E-A398-4C29-BEE0-4AA045ABABD2"},"1803":{"isSerializedDate":true,"string":"Fri Jan 18 2013 16:42:31 GMT+0100 (CET)"},"1804":{"date":{"__isSmartRef__":true,"id":1805},"author":"jenslincke","message":"I want my blue rectangle back!","id":"5AA9291A-869F-4D36-8095-4721B5A5B205"},"1805":{"isSerializedDate":true,"string":"Thu Nov 22 2012 10:35:51 GMT+0100 (CET)"},"1806":{"date":{"__isSmartRef__":true,"id":1807},"author":"bgnauk","message":"no comment","id":"0124E570-50B7-4CE3-83A1-6E7BA89B5CD8"},"1807":{"isSerializedDate":true,"string":"Mon Jun 18 2012 19:35:08 GMT+0200 (CEST)"},"1808":{"date":{"__isSmartRef__":true,"id":1809},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"1809":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (CEST)"},"1810":{"date":{"__isSmartRef__":true,"id":1811},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"1811":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (CET)"},"1812":{"date":{"__isSmartRef__":true,"id":1813},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"1813":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (CET)"},"1814":{"date":{"__isSmartRef__":true,"id":1815},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"1815":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (CET)"},"1816":{"date":{"__isSmartRef__":true,"id":1817},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"1817":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (CEST)"},"1818":{"date":{"__isSmartRef__":true,"id":1819},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"1819":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (CEST)"},"1820":{"date":{"__isSmartRef__":true,"id":1821},"author":"jenslincke","message":"no comment","id":"AEB2F41B-2C88-4BBA-8875-93CD17CBA1C8"},"1821":{"isSerializedDate":true,"string":"Wed Jan 23 2013 12:57:18 GMT+0100 (CET)"},"1822":{"date":{"__isSmartRef__":true,"id":1823},"author":"robertkrahn","message":"no comment","id":"67FD74CD-7AE4-4050-ADC7-4DF73804258D"},"1823":{"isSerializedDate":true,"string":"Thu May 30 2013 09:18:06 GMT+0200 (CEST)"},"1824":{"date":{"__isSmartRef__":true,"id":1825},"author":"robertkrahn","message":"no comment","id":"FBBB9C99-B61C-4D5F-8750-6E2987DF0C9C"},"1825":{"isSerializedDate":true,"string":"Fri Jun 21 2013 00:16:24 GMT+0200 (CEST)"},"1826":{"isSerializedDate":true,"string":"Fri Jun 21 2013 00:15:30 GMT+0200 (CEST)"},"1827":{"morph":{"__isSmartRef__":true,"id":1409},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1828":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1829}},"1829":{"test01IsMorph":{"__isSmartRef__":true,"id":1830}},"1830":{"varMapping":{"__isSmartRef__":true,"id":1831},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":1832},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1831":{"this":{"__isSmartRef__":true,"id":1828}},"1832":{},"1833":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1834},"id":2,"eventHandler":{"__isSmartRef__":true,"id":1835},"droppingEnabled":false,"halosEnabled":false,"_world":{"__isSmartRef__":true,"id":0},"eventsAreIgnored":true,"_HandStyle":"default","_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":0},"_Rotation":0,"_Scale":1,"lastScrollTime":1375451556084,"_ClipMode":"visible","carriesGrabbedMorphs":false,"__serializedExpressions__":["_Position"],"attributeConnections":[],"doNotSerialize":["$$scrollFocusMorph"],"doNotCopyProperties":["$$scrollFocusMorph"],"highlightConnection":null,"__LivelyClassName__":"lively.morphic.HandMorph","__SourceModuleName__":"Global.lively.morphic.Events","withLayers":["Global.NoMagnetsLayer"],"_Position":"lively.pt(1115.0,695.0)"},"1834":{"_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(136,253,189)","_Padding":"lively.rect(0,0,0,0)"},"1835":{"morph":{"__isSmartRef__":true,"id":1833},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1836":{"_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,2800.0)","_Fill":"Color.rgb(181,181,181)","_Padding":"lively.rect(0,0,0,0)"},"1837":{"morph":{"__isSmartRef__":true,"id":0},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1838":{"sourceObj":{"__isSmartRef__":true,"id":0},"sourceAttrName":"savedWorldAsURL","targetObj":{"__isSmartRef__":true,"id":0},"targetMethodName":"visitNewPageAfterSaveAs","varMapping":{"__isSmartRef__":true,"id":1839},"updaterString":"function ($upd, v) {\n if (v && v.toString() !== URL.source.toString()) { $upd(v); }\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1839":{"source":{"__isSmartRef__":true,"id":0},"target":{"__isSmartRef__":true,"id":0}},"1840":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/users/timfelgentreff/babelsberg/examples.xhtml","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"1841":{"submorphs":[{"__isSmartRef__":true,"id":1842}],"scripts":[],"id":"449209AD-869C-4387-AC79-4971A4EA48D8","shape":{"__isSmartRef__":true,"id":1853},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"LoadingMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":1854},"eventHandler":{"__isSmartRef__":true,"id":1954},"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","0C359AB4-E7FF-46F2-B050-E84944AAC865"],"isBeingDragged":false,"layout":{"__isSmartRef__":true,"id":1955},"prevScroll":[0,0],"moved":true,"headRevision":146469,"_ClipMode":"visible","_Rotation":0,"_Scale":1,"isMetaTool":true,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1956},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(0.0,0.0)","distanceToDragEvent":"lively.pt(171.0,-13.0)"},"1842":{"submorphs":[{"__isSmartRef__":true,"id":1843}],"scripts":[],"shape":{"__isSmartRef__":true,"id":1849},"id":"3C1654A8-4AC8-4B09-B8EE-4A263DDFA9E1","eventHandler":{"__isSmartRef__":true,"id":1850},"droppingEnabled":true,"halosEnabled":true,"name":"ProgressIndicator","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":1851},"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","B1D109CF-D403-4B0A-988D-50F79586DAC1"],"owner":{"__isSmartRef__":true,"id":1841},"isBeingDragged":false,"layout":{"__isSmartRef__":true,"id":1852},"prevScroll":[0,0],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Image","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(113.5,81.0)","distanceToDragEvent":"lively.pt(39.0,-11.0)"},"1843":{"submorphs":[],"scripts":[],"id":"21D487BE-67C4-483C-928B-6D4A823E3956","shape":{"__isSmartRef__":true,"id":1844},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":257,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"loadedMorphName","partsBinMetaInfo":{"__isSmartRef__":true,"id":1845},"textChunks":[{"__isSmartRef__":true,"id":1846}],"charsReplaced":"MorphName","lastFindLoc":18,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":1848},"_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","08EA4866-65F7-416E-810F-77F2E719663A"],"_WhiteSpaceHandling":"pre-wrap","owner":{"__isSmartRef__":true,"id":1842},"_MinTextWidth":257,"_MinTextHeight":null,"previousSelection":[6,6],"_Align":"center","isBeingDragged":false,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__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)"},"1844":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","_BorderRadius":0,"_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(257.0,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"1845":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1846":{"style":{"__isSmartRef__":true,"id":1847},"chunkOwner":{"__isSmartRef__":true,"id":1843},"storedString":"loading part","_id":"_4371","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1847":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1848":{"morph":{"__isSmartRef__":true,"id":1843},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1849":{"_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","__serializedExpressions__":["_Position","_Extent","_Padding"],"__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)"},"1850":{"morph":{"__isSmartRef__":true,"id":1842},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1851":{"partName":"ProgressIndicator","requiredModules":[],"migrationLevel":2,"partsSpaceName":"PartsBin/Widgets/","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1852":{"centeredHorizontal":true,"centeredVertical":true},"1853":{"_BorderWidth":1,"_ClipMode":"visible","_BorderRadius":8.515,"_Opacity":0.8146,"_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(266.0,223.0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"1854":{"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":1855},{"__isSmartRef__":true,"id":1857},{"__isSmartRef__":true,"id":1859},{"__isSmartRef__":true,"id":1861},{"__isSmartRef__":true,"id":1863},{"__isSmartRef__":true,"id":1865},{"__isSmartRef__":true,"id":1867},{"__isSmartRef__":true,"id":1869},{"__isSmartRef__":true,"id":1871},{"__isSmartRef__":true,"id":1873},{"__isSmartRef__":true,"id":1875},{"__isSmartRef__":true,"id":1877},{"__isSmartRef__":true,"id":1879},{"__isSmartRef__":true,"id":1881},{"__isSmartRef__":true,"id":1883},{"__isSmartRef__":true,"id":1885},{"__isSmartRef__":true,"id":1887},{"__isSmartRef__":true,"id":1889},{"__isSmartRef__":true,"id":1891},{"__isSmartRef__":true,"id":1893},{"__isSmartRef__":true,"id":1895},{"__isSmartRef__":true,"id":1897},{"__isSmartRef__":true,"id":1899},{"__isSmartRef__":true,"id":1901},{"__isSmartRef__":true,"id":1903},{"__isSmartRef__":true,"id":1905},{"__isSmartRef__":true,"id":1907},{"__isSmartRef__":true,"id":1909},{"__isSmartRef__":true,"id":1911},{"__isSmartRef__":true,"id":1913},{"__isSmartRef__":true,"id":1915},{"__isSmartRef__":true,"id":1917},{"__isSmartRef__":true,"id":1919},{"__isSmartRef__":true,"id":1921},{"__isSmartRef__":true,"id":1923},{"__isSmartRef__":true,"id":1925},{"__isSmartRef__":true,"id":1927},{"__isSmartRef__":true,"id":1929},{"__isSmartRef__":true,"id":1931},{"__isSmartRef__":true,"id":1933},{"__isSmartRef__":true,"id":1935},{"__isSmartRef__":true,"id":1937},{"__isSmartRef__":true,"id":1939},{"__isSmartRef__":true,"id":1941},{"__isSmartRef__":true,"id":1943},{"__isSmartRef__":true,"id":1945},{"__isSmartRef__":true,"id":1947},{"__isSmartRef__":true,"id":1949},{"__isSmartRef__":true,"id":1951}],"lastModifiedDate":{"__isSmartRef__":true,"id":1953},"revisionOnLoad":194364,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1855":{"date":{"__isSmartRef__":true,"id":1856},"author":"sstamm","message":"","id":"1C1391AE-5722-4707-BE52-F0094FC56829"},"1856":{"isSerializedDate":true,"string":"Wed Feb 22 2012 14:02:04 GMT+0100 (CET)"},"1857":{"date":{"__isSmartRef__":true,"id":1858},"author":"sstamm","message":"","id":"663F147A-9084-4AC3-81A7-1E7BA6547F08"},"1858":{"isSerializedDate":true,"string":"Wed Feb 22 2012 12:43:10 GMT+0100 (CET)"},"1859":{"date":{"__isSmartRef__":true,"id":1860},"author":"sstamm","message":"","id":"F72B746E-B170-4EFB-9074-5E8770640B8A"},"1860":{"isSerializedDate":true,"string":"Wed Feb 22 2012 12:36:14 GMT+0100 (CET)"},"1861":{"date":{"__isSmartRef__":true,"id":1862},"author":"sstamm","message":"","id":"568D2EFD-C535-43AE-8944-6D8B967129F5"},"1862":{"isSerializedDate":true,"string":"Wed Feb 22 2012 12:23:04 GMT+0100 (CET)"},"1863":{"date":{"__isSmartRef__":true,"id":1864},"author":"sstamm","message":"","id":"AB2484A6-0707-4E13-845E-F0A5F48BBA3D"},"1864":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:59:45 GMT+0100 (CET)"},"1865":{"date":{"__isSmartRef__":true,"id":1866},"author":"sstamm","message":"","id":"97D20633-F76C-46A5-A32A-FFE9BC83CAB3"},"1866":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:59:10 GMT+0100 (CET)"},"1867":{"date":{"__isSmartRef__":true,"id":1868},"author":"sstamm","message":"","id":"8A697DF5-9A45-4A84-B709-9719BF55083E"},"1868":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:56:54 GMT+0100 (CET)"},"1869":{"date":{"__isSmartRef__":true,"id":1870},"author":"sstamm","message":"","id":"F2157D66-1571-4B9A-B325-6FA96488260F"},"1870":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:51:05 GMT+0100 (CET)"},"1871":{"date":{"__isSmartRef__":true,"id":1872},"author":"sstamm","message":"","id":"E5E808CA-06AB-47DC-A9C9-CA7967591545"},"1872":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:47:19 GMT+0100 (CET)"},"1873":{"date":{"__isSmartRef__":true,"id":1874},"author":"sstamm","message":"","id":"009DC4E0-23CA-485A-A796-801AA0F75049"},"1874":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:46:25 GMT+0100 (CET)"},"1875":{"date":{"__isSmartRef__":true,"id":1876},"author":"sstamm","message":"","id":"C0CE1397-6E2E-4E8C-AEFF-9017E24BB7E4"},"1876":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:45:05 GMT+0100 (CET)"},"1877":{"date":{"__isSmartRef__":true,"id":1878},"author":"sstamm","message":"","id":"FFE16986-548D-4AC2-A627-CF6416282BC4"},"1878":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:37:15 GMT+0100 (CET)"},"1879":{"date":{"__isSmartRef__":true,"id":1880},"author":"sstamm","message":"","id":"57213D63-7147-4057-ADC9-30994443B066"},"1880":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:35:29 GMT+0100 (CET)"},"1881":{"date":{"__isSmartRef__":true,"id":1882},"author":"sstamm","message":"","id":"75A31364-B380-4312-BB5B-F8F2DA1CE824"},"1882":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:31:52 GMT+0100 (CET)"},"1883":{"date":{"__isSmartRef__":true,"id":1884},"author":"sstamm","message":"","id":"5AA50B7E-7D33-44C4-807B-BF1ABA31D530"},"1884":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:14:10 GMT+0100 (CET)"},"1885":{"date":{"__isSmartRef__":true,"id":1886},"author":"sstamm","message":"","id":"BCDCC505-534C-45E5-9BB2-5238959A5AD0"},"1886":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:02:56 GMT+0100 (CET)"},"1887":{"date":{"__isSmartRef__":true,"id":1888},"author":"sstamm","message":"","id":"890D14F4-E89D-4E05-BFB9-875D6AB6C765"},"1888":{"isSerializedDate":true,"string":"Wed Feb 22 2012 11:01:50 GMT+0100 (CET)"},"1889":{"date":{"__isSmartRef__":true,"id":1890},"author":"sstamm","message":"","id":"B6FE0805-0D24-4267-8238-8B332352617E"},"1890":{"isSerializedDate":true,"string":"Wed Feb 22 2012 10:55:44 GMT+0100 (CET)"},"1891":{"date":{"__isSmartRef__":true,"id":1892},"author":"sstamm","message":"callbacks are working","id":"9348260A-3B55-4659-BC85-440BFBD98EA4"},"1892":{"isSerializedDate":true,"string":"Fri Feb 10 2012 09:45:55 GMT+0100 (CET)"},"1893":{"date":{"__isSmartRef__":true,"id":1894},"author":"sstamm","message":"made it more opaque","id":"1B84264C-2822-407F-A58F-19217BCD2762"},"1894":{"isSerializedDate":true,"string":"Wed Feb 08 2012 11:41:50 GMT+0100 (CET)"},"1895":{"date":{"__isSmartRef__":true,"id":1896},"author":"sstamm","message":"","id":"0FB41D7D-2A52-4782-814B-A66C24FCE569"},"1896":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:13:49 GMT+0100 (CET)"},"1897":{"date":{"__isSmartRef__":true,"id":1898},"author":"sstamm","message":"","id":"A0C2D7C1-04AF-493A-A7D7-70750F7D3E2F"},"1898":{"isSerializedDate":true,"string":"Thu Feb 02 2012 17:22:07 GMT+0100 (CET)"},"1899":{"date":{"__isSmartRef__":true,"id":1900},"author":"sstamm","message":"trollolol","id":"F6CFAD78-AC72-4DE2-9F38-79776C2E9462"},"1900":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:55:14 GMT+0100 (CET)"},"1901":{"date":{"__isSmartRef__":true,"id":1902},"author":"sstamm","message":"should be centered now","id":"EE366B4D-C272-477F-8C28-4EAE5A7EC7CB"},"1902":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:54:35 GMT+0100 (CET)"},"1903":{"date":{"__isSmartRef__":true,"id":1904},"author":"sstamm","message":"initial commit","id":"8920D925-DD16-4667-B8C7-FB74D78C2424"},"1904":{"isSerializedDate":true,"string":"Thu Feb 02 2012 13:26:01 GMT+0100 (CET)"},"1905":{"date":{"__isSmartRef__":true,"id":1906},"author":"sstamm","message":"changed text morph name","id":"80E88A3C-5AF3-48F2-A600-710877630997"},"1906":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:04:01 GMT+0100 (CET)"},"1907":{"date":{"__isSmartRef__":true,"id":1908},"author":"sstamm","message":"added loading script","id":"EE9B8F4D-1F03-4232-82E6-794046974F8F"},"1908":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:28:30 GMT+0100 (CET)"},"1909":{"date":{"__isSmartRef__":true,"id":1910},"author":"sstamm","message":"added disconnection","id":"11F19267-924E-4087-99ED-998245576BD2"},"1910":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:32:58 GMT+0100 (CET)"},"1911":{"date":{"__isSmartRef__":true,"id":1912},"author":"sstamm","message":"removed connections before deletion","id":"35A88218-6864-4D52-83A2-BFF7B9A6907C"},"1912":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:41:00 GMT+0100 (CET)"},"1913":{"date":{"__isSmartRef__":true,"id":1914},"author":"sstamm","message":"now able to load parts by name and category as well as per partItem","id":"F36A5782-461D-4813-95F8-0207990A261C"},"1914":{"isSerializedDate":true,"string":"Thu Feb 02 2012 15:24:30 GMT+0100 (CET)"},"1915":{"date":{"__isSmartRef__":true,"id":1916},"author":"sstamm","message":"now with round corners","id":"F42C39CB-CC37-467D-BF10-D362241F047E"},"1916":{"isSerializedDate":true,"string":"Thu Feb 02 2012 15:26:23 GMT+0100 (CET)"},"1917":{"date":{"__isSmartRef__":true,"id":1918},"author":"sstamm","message":"loadingMorph is sync now","id":"12ACFFC9-BA53-4A2A-ABD4-894A5ECE1145"},"1918":{"isSerializedDate":true,"string":"Thu Feb 02 2012 15:48:04 GMT+0100 (CET)"},"1919":{"date":{"__isSmartRef__":true,"id":1920},"author":"sstamm","message":"display the loadingMorph in new thread","id":"2BA51E30-F02B-4AF0-B3BE-52DD4ED522CC"},"1920":{"isSerializedDate":true,"string":"Thu Feb 02 2012 15:53:49 GMT+0100 (CET)"},"1921":{"date":{"__isSmartRef__":true,"id":1922},"author":"sstamm","message":"","id":"DF0AE4EA-1B08-4556-8BBE-E6488F23B8A3"},"1922":{"isSerializedDate":true,"string":"Thu Feb 02 2012 16:49:48 GMT+0100 (CET)"},"1923":{"date":{"__isSmartRef__":true,"id":1924},"author":"sstamm","message":"","id":"220821B3-C589-41C9-A324-8E7E6D9D6CEB"},"1924":{"isSerializedDate":true,"string":"Thu Feb 02 2012 16:58:43 GMT+0100 (CET)"},"1925":{"date":{"__isSmartRef__":true,"id":1926},"author":"sstamm","message":"","id":"DEBFACE2-7EC5-4A86-AD46-5A0A88A73707"},"1926":{"isSerializedDate":true,"string":"Thu Feb 02 2012 17:04:28 GMT+0100 (CET)"},"1927":{"date":{"__isSmartRef__":true,"id":1928},"author":"sstamm","message":"load request in new thread if loading should be async","id":"18282D28-D6D4-48C9-A508-6E3244449BD8"},"1928":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:10:27 GMT+0100 (CET)"},"1929":{"date":{"__isSmartRef__":true,"id":1930},"author":"sstamm","message":"added benchmarking output","id":"249CFF90-DDF5-4A83-9759-0289E96D7D58"},"1930":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:31:50 GMT+0100 (CET)"},"1931":{"date":{"__isSmartRef__":true,"id":1932},"author":"sstamm","message":"","id":"882082E1-29B6-418D-9B8B-672729D60619"},"1932":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:38:26 GMT+0100 (CET)"},"1933":{"date":{"__isSmartRef__":true,"id":1934},"author":"sstamm","message":"","id":"5179AEF9-E19F-4B0C-BBD8-556C5687988A"},"1934":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:44:11 GMT+0100 (CET)"},"1935":{"date":{"__isSmartRef__":true,"id":1936},"author":"sstamm","message":"","id":"1159C5B4-724E-4124-9D7B-5CD5DC4A8EE3"},"1936":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:48:14 GMT+0100 (CET)"},"1937":{"date":{"__isSmartRef__":true,"id":1938},"author":"sstamm","message":"","id":"2A718D1F-1036-41D6-999A-336F2B14E65D"},"1938":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:49:47 GMT+0100 (CET)"},"1939":{"date":{"__isSmartRef__":true,"id":1940},"author":"sstamm","message":"","id":"EB6BDD0C-7EEC-4124-B77F-2F106A601538"},"1940":{"isSerializedDate":true,"string":"Tue Feb 07 2012 11:59:48 GMT+0100 (CET)"},"1941":{"date":{"__isSmartRef__":true,"id":1942},"author":"sstamm","message":"","id":"63EC8D07-AB6A-450A-BB84-9B4D37E03647"},"1942":{"isSerializedDate":true,"string":"Tue Feb 07 2012 12:02:33 GMT+0100 (CET)"},"1943":{"date":{"__isSmartRef__":true,"id":1944},"author":"sstamm","message":"","id":"19CE12E4-5AA5-48DC-B1D1-B0EB0EDF1CB9"},"1944":{"isSerializedDate":true,"string":"Tue Feb 07 2012 12:03:42 GMT+0100 (CET)"},"1945":{"date":{"__isSmartRef__":true,"id":1946},"author":"sstamm","message":"first attempt to introduce callback functions to part loading","id":"22BD0B95-8948-411A-A56E-AD7CBE445F1D"},"1946":{"isSerializedDate":true,"string":"Thu Feb 09 2012 20:20:11 GMT+0100 (CET)"},"1947":{"date":{"__isSmartRef__":true,"id":1948},"author":"sstamm","message":"","id":"A216DFD2-9D1F-4E62-A22F-6B5472823E1B"},"1948":{"isSerializedDate":true,"string":"Fri Mar 16 2012 15:37:34 GMT+0100 (CET)"},"1949":{"date":{"__isSmartRef__":true,"id":1950},"author":"sstamm","message":"","id":"464E723A-08DC-433C-AA5C-CEC850DBAF0B"},"1950":{"isSerializedDate":true,"string":"Fri Mar 16 2012 15:42:29 GMT+0100 (CET)"},"1951":{"date":{"__isSmartRef__":true,"id":1952},"author":"jenslincke","message":"make it a meta tool","id":"8406E1E5-C48F-4F03-AC17-81AABDE9235E"},"1952":{"isSerializedDate":true,"string":"Fri Mar 22 2013 14:56:05 GMT+0100 (CET)"},"1953":{"isSerializedDate":true,"string":"Fri Mar 22 2013 14:54:35 GMT+0100 (CET)"},"1954":{"morph":{"__isSmartRef__":true,"id":1841},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1955":{"adjustForNewBounds":true},"1956":{"loadPart":{"__isSmartRef__":true,"id":1957},"loadFinished":{"__isSmartRef__":true,"id":1961},"loadPartByName":{"__isSmartRef__":true,"id":1965}},"1957":{"varMapping":{"__isSmartRef__":true,"id":1958},"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":1959},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1958":{"this":{"__isSmartRef__":true,"id":1841}},"1959":{"timestamp":{"__isSmartRef__":true,"id":1960},"user":"sstamm","tags":[]},"1960":{"isSerializedDate":true,"string":"Fri Mar 16 2012 15:42:18 GMT+0100 (CET)"},"1961":{"varMapping":{"__isSmartRef__":true,"id":1962},"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":1963},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1962":{"this":{"__isSmartRef__":true,"id":1841}},"1963":{"timestamp":{"__isSmartRef__":true,"id":1964},"user":"sstamm","tags":[]},"1964":{"isSerializedDate":true,"string":"Wed Feb 22 2012 14:01:53 GMT+0100 (CET)"},"1965":{"varMapping":{"__isSmartRef__":true,"id":1966},"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":1967},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1966":{"this":{"__isSmartRef__":true,"id":1841}},"1967":{"timestamp":{"__isSmartRef__":true,"id":1968},"user":"sstamm","tags":[]},"1968":{"isSerializedDate":true,"string":"Thu Feb 02 2012 17:03:18 GMT+0100 (CET)"},"1969":{"traitName":"users.robertkrahn.WorldMenuTrait","options":{"__isSmartRef__":true,"id":1970}},"1970":{"override":["morphMenuItems"]},"1971":{"isSerializedDate":true,"string":"Fri Aug 02 2013 14:44:35 GMT+0200 (CEST)"},"1972":{"clipboardData":{"__isSmartRef__":true,"id":1973},"cancelBubble":false,"returnValue":false,"defaultPrevented":true,"timeStamp":1375447262186,"cancelable":true,"bubbles":true,"eventPhase":0,"currentTarget":null,"type":"copy","hasLivelyPatch":true,"isMouseEvent":false,"isKeyboardEvent":false,"world":{"__isSmartRef__":true,"id":0},"hand":{"__isSmartRef__":true,"id":1833},"__serializedExpressions__":["mousePoint"],"isStopped":true,"mousePoint":"lively.pt(0.0,0.0)"},"1973":{"items":{"__isSmartRef__":true,"id":1974},"files":{"__isSmartRef__":true,"id":1975},"types":null,"effectAllowed":"uninitialized","dropEffect":"none"},"1974":{"length":0},"1975":{"length":0},"isSimplifiedRegistry":true}}]]>