0, 'something is wrong, no names');\n\t},\n\ttestGetPartItemNamed: function() {\n\t\tvar partsSpace = lively.PartsBin.partsSpaceNamed('PartsBin'),\n\t\t\titem = partsSpace.getPartItemNamed('TestObject');\n\t\tthis.assertEquals('TestObject.svg', item.getLogoURL().filename());\n\t\tthis.assertEquals('TestObject.json', item.getFileURL().filename());\n\t\tthis.assertEquals('PartsBin/', item.getFileURL().getDirectory().filename());\n\t},\n\ttestLoadPartItem: function() {\n\t\tvar partsSpace = lively.PartsBin.partsSpaceNamed('PartsBin'),\n\t\t\titem = partsSpace.getPartItemNamed('TestObject');\n\t\titem.load();\n\t\tthis.assert(item.json.include('TestObject'), 'loaded JSON is strange');\n\t},\n\ttestLoadPart: function() {\n\t\tvar partsSpace = lively.PartsBin.partsSpaceNamed('PartsBin'),\n\t\t\titem = partsSpace.getPartItemNamed('TestObject');\n\t\titem.load().loadPart();\n\t\tthis.assert(item.part, 'part not loaded!')\n\t\tthis.assertEquals(item.part.name, 'TestObject');\n\t},\n\n\ttestGetPartVersions: function() {\n\t\tvar partsSpace = lively.PartsBin.partsSpaceNamed('PartsBin'),\n\t\t\titem = partsSpace.getPartItemNamed('TestObject');\n\t\titem.loadPartVersions();\n\t\tthis.assert(item.partVersions, 'partVetsions not loaded!')\n\t\tthis.assert(item.partVersions.length > 0, 'no partVersiosn');\n\t},\n\ttestLoadRevision: function() {\n\t\tvar partsSpace = lively.PartsBin.partsSpaceNamed('PartsBin'),\n\t\t\titem = partsSpace.getPartItemNamed('TestObject');\n\t\tvar rev = item.loadPartVersions().partVersions.last().rev;\n\t\tvar obj = item.loadRevision(rev);\n\t\tthis.assertEqual(obj.name , 'TestObject')\n\t},\n\n\ttestCreatePartsSpace: function() {\n\t\tvar name = 'PartsBin/testCreatePartsSpace/',\n\t\t\turl = URL.codeBase.withFilename(name),\n\t\t\tpartsSpace = lively.PartsBin.addPartsSpaceNamed(name);\n\t\tthis.deleteURLAfterTest(url)\n\t\tpartsSpace.ensureExistance();\n\t\tvar webR = new WebResource(url);\n\t\tthis.assert(webR.exists(), 'PartsBin not created!!!');\n\t},\n\n\ttestCopyPartItem: function() {\n\t\t// create a parts space\n\t\tvar name = 'PartsBin/testCopyPartItemTarget/',\n\t\t\turl = URL.codeBase.withFilename(name),\n\t\t\tpartsSpaceTo = lively.PartsBin.addPartsSpaceNamed(name);\n\t\tthis.deleteURLAfterTest(url)\n\t\tpartsSpaceTo.ensureExistance();\n\n\t\tvar item = lively.PartsBin.getPartItem('TestObject');\n\t\titem.copyToPartsSpace(partsSpaceTo);\n\t\tpartsSpaceTo.load();\n\t\tvar copiedItem = partsSpaceTo.getPartItemNamed('TestObject')\n\t\tthis.assert(copiedItem, 'part item not copied!');\n\t\tthis.assert(new WebResource(copiedItem.getFileURL()).exists(), 'not created on server: ' + copiedItem.getFileURL());\n\n\t\tcopiedItem.load().loadPart();\n\t\tvar copiedPart = copiedItem.part;\n\n\t\tthis.assert(copiedPart.partsBinMetaInfo, \"no partsBinMetaInfo\")\n\t\tthis.assertEquals(url.withFilename(copiedPart.name + '.json'), copiedPart.getPartItem().getFileURL());\n\t\t\n\t\tthis.assertEquals(url, copiedPart.partsBinMetaInfo.getPartsSpaceURL());\n\t},\n\ttestMovePartItem: function() {\n\t\t// create a parts space to copy the part to\n\t\tvar name = 'PartsBin/TestSpace1/',\n\t\t\turl = URL.codeBase.withFilename(name),\n\t\t\tpartsSpace1 = lively.PartsBin.addPartsSpaceNamed(name);\n\t\tthis.deleteURLAfterTest(url)\n\t\tpartsSpace1.ensureExistance();\n\n\t\t// create a parts space to move the part to\n\t\tvar name = 'PartsBin/TestSpace2/',\n\t\t\turl = URL.codeBase.withFilename(name),\n\t\t\tpartsSpace2 = lively.PartsBin.addPartsSpaceNamed(name);\n\t\tthis.deleteURLAfterTest(url)\n\t\tpartsSpace2.ensureExistance();\n\n\t\tvar item = lively.PartsBin.getPartItem('TestObject');\n\t\titem.copyToPartsSpace(partsSpace1);\n\n\t\tvar item2 = partsSpace1.getPartItemNamed(item.name).load().loadPart()\n\n\t\titem2.moveToPartsSpace(partsSpace2)\n\n\t\tpartsSpace1.load();\n\t\tpartsSpace2.load();\n\n\t\tthis.assert(!partsSpace1.partItems['TestObject'], 'part item not deleted!');\n\t\tthis.assert(partsSpace2.partItems['TestObject'], 'part item not moved to target space!');\n\t\tthis.assertEquals(partsSpace2.getName(), item2.part.getPartsBinMetaInfo().getPartsSpaceName());\n\t},\n\n\n\n})\n\n","currentModuleName":"Tests.ScriptingTests","pane3Selection":{"__isSmartRef__":true,"id":521},"__LivelyClassName__":"lively.ide.SystemBrowser","__SourceModuleName__":"Global.lively.ide.SystemCodeBrowser","__rawNodeInfo__":{"tagName":"widget","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"79:lively.ide.SystemBrowser","namespaceURI":null}]}},"409":{"delegate":{"__isSmartRef__":true,"id":410},"__SourceModuleName__":"Global","definition":"{\"SourceString\":\"SourceString\",\"StatusMessage\":\"StatusMessage\",\"RootFilters\":\"RootFilters\",\"Pane1Content\":\"Pane1Content\",\"Pane1Selection\":\"Pane1Selection\",\"Pane1Menu\":\"Pane1Menu\",\"Pane1Filters\":\"Pane1Filters\",\"Pane2Content\":\"Pane2Content\",\"Pane2Selection\":\"Pane2Selection\",\"Pane2Menu\":\"Pane2Menu\",\"Pane2Filters\":\"Pane2Filters\",\"Pane3Content\":\"Pane3Content\",\"Pane3Selection\":\"Pane3Selection\",\"Pane3Menu\":\"Pane3Menu\",\"Pane3Filters\":\"Pane3Filters\",\"Pane4Content\":\"Pane4Content\",\"Pane4Selection\":\"Pane4Selection\",\"Pane4Menu\":\"Pane4Menu\",\"Pane4Filters\":\"Pane4Filters\"}","isInstanceOfAnonymousClass":true,"isRelay":true},"410":{"rawNode":{"__isSmartRef__":true,"id":411},"SourceString$observers":[{"__isSmartRef__":true,"id":551},{"__isSmartRef__":true,"id":552}],"StatusMessage$observers":[{"__isSmartRef__":true,"id":551}],"RootFilters$observers":[{"__isSmartRef__":true,"id":551}],"Pane1Content$observers":[{"__isSmartRef__":true,"id":551},{"__isSmartRef__":true,"id":757}],"Pane1Selection$observers":[{"__isSmartRef__":true,"id":551},{"__isSmartRef__":true,"id":757}],"Pane1Menu$observers":[{"__isSmartRef__":true,"id":551},{"__isSmartRef__":true,"id":757}],"Pane1Filters$observers":[{"__isSmartRef__":true,"id":551}],"Pane2Content$observers":[{"__isSmartRef__":true,"id":551},{"__isSmartRef__":true,"id":1369}],"Pane2Selection$observers":[{"__isSmartRef__":true,"id":551},{"__isSmartRef__":true,"id":1369}],"Pane2Menu$observers":[{"__isSmartRef__":true,"id":551},{"__isSmartRef__":true,"id":1369}],"Pane2Filters$observers":[{"__isSmartRef__":true,"id":551}],"Pane3Content$observers":[{"__isSmartRef__":true,"id":551},{"__isSmartRef__":true,"id":1446}],"Pane3Selection$observers":[{"__isSmartRef__":true,"id":551},{"__isSmartRef__":true,"id":1446}],"Pane3Menu$observers":[{"__isSmartRef__":true,"id":551},{"__isSmartRef__":true,"id":1446}],"Pane3Filters$observers":[{"__isSmartRef__":true,"id":551}],"Pane4Content$observers":[{"__isSmartRef__":true,"id":551},{"__isSmartRef__":true,"id":1551}],"Pane4Selection$observers":[{"__isSmartRef__":true,"id":551},{"__isSmartRef__":true,"id":1551}],"Pane4Menu$observers":[{"__isSmartRef__":true,"id":551},{"__isSmartRef__":true,"id":1551}],"Pane4Filters$observers":[{"__isSmartRef__":true,"id":551}],"__SourceModuleName__":"Global","definition":"{\"Pane1Content\":{},\"Pane1Selection\":{},\"Pane1Menu\":{},\"Pane1Filters\":{},\"Pane2Content\":{},\"Pane2Selection\":{},\"Pane2Menu\":{},\"Pane2Filters\":{},\"Pane3Content\":{},\"Pane3Selection\":{},\"Pane3Menu\":{},\"Pane3Filters\":{},\"Pane4Content\":{},\"Pane4Selection\":{},\"Pane4Menu\":{},\"Pane4Filters\":{},\"SourceString\":{},\"StatusMessage\":{},\"RootFilters\":{}}","isInstanceOfAnonymousClass":true,"isPlainRecord":true},"411":{"Pane1Content":[{"__isSmartRef__":true,"id":412},{"__isSmartRef__":true,"id":477},{"__isSmartRef__":true,"id":478},{"__isSmartRef__":true,"id":479},{"__isSmartRef__":true,"id":480},{"__isSmartRef__":true,"id":481},{"__isSmartRef__":true,"id":482},{"__isSmartRef__":true,"id":483},{"__isSmartRef__":true,"id":484},{"__isSmartRef__":true,"id":485},{"__isSmartRef__":true,"id":486},{"__isSmartRef__":true,"id":487},{"__isSmartRef__":true,"id":488},{"__isSmartRef__":true,"id":489},{"__isSmartRef__":true,"id":490},{"__isSmartRef__":true,"id":491},{"__isSmartRef__":true,"id":492},{"__isSmartRef__":true,"id":493},{"__isSmartRef__":true,"id":494},{"__isSmartRef__":true,"id":495},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":497},{"__isSmartRef__":true,"id":498},{"__isSmartRef__":true,"id":499},{"__isSmartRef__":true,"id":500},{"__isSmartRef__":true,"id":501},{"__isSmartRef__":true,"id":502},{"__isSmartRef__":true,"id":503},{"__isSmartRef__":true,"id":504},{"__isSmartRef__":true,"id":505},{"__isSmartRef__":true,"id":506},{"__isSmartRef__":true,"id":507},{"__isSmartRef__":true,"id":508},{"__isSmartRef__":true,"id":509},{"__isSmartRef__":true,"id":510},{"__isSmartRef__":true,"id":511},{"__isSmartRef__":true,"id":512},{"__isSmartRef__":true,"id":513},{"__isSmartRef__":true,"id":514}],"Pane1Selection":{"__isSmartRef__":true,"id":463},"Pane1Menu":[["Add to world requirements",null],["check for redundant klass definitions",null],["remove",null],["show all",null],["reparse",null],["open ChangeList viewer",null],["show versions",null],["load",null]],"Pane1Filters":[{"__isSmartRef__":true,"id":515},{"__isSmartRef__":true,"id":516}],"Pane2Content":[{"__isSmartRef__":true,"id":517}],"Pane2Selection":{"__isSmartRef__":true,"id":518},"Pane2Menu":[["references",null],["add sibling below",null],["remove",null],["-------"],["view hierarchy",null],["add class",null],["add object extension",null],["add layer",null]],"Pane2Filters":[{"__isSmartRef__":true,"id":519}],"Pane3Content":[{"__isSmartRef__":true,"id":520},{"__isSmartRef__":true,"id":522},{"__isSmartRef__":true,"id":524}],"Pane3Selection":{"__isSmartRef__":true,"id":521},"Pane3Menu":[["add sibling below",null],["remove",null]],"Pane3Filters":[{"__isSmartRef__":true,"id":526}],"Pane4Content":[{"__isSmartRef__":true,"id":527},{"__isSmartRef__":true,"id":529},{"__isSmartRef__":true,"id":531},{"__isSmartRef__":true,"id":533},{"__isSmartRef__":true,"id":535},{"__isSmartRef__":true,"id":537},{"__isSmartRef__":true,"id":539},{"__isSmartRef__":true,"id":541},{"__isSmartRef__":true,"id":543},{"__isSmartRef__":true,"id":545},{"__isSmartRef__":true,"id":547}],"Pane4Selection":null,"Pane4Menu":[["-------"],["add method",null]],"Pane4Filters":[{"__isSmartRef__":true,"id":549}],"SourceString":"TestCase.subclass('Tests.ScriptingTests.OnlinePartsBinTest',\n'running', {\n\tdeleteURLAfterTest: function(url) {\n\t\tif (!this.urlsForDeletion) this.urlsForDeletion = [];\n\t\tthis.urlsForDeletion.push(url);\n\t},\n\ttearDown: function($super) {\n\t\t$super();\n\t\tif (this.urlsForDeletion)\n\t\t\tthis.urlsForDeletion.forEach(function(url) { new WebResource(url).del() })\n\t},\n},\n'testing', {\n\ttestLoadNamesFromDefaultPartsBin: function() {\n\t\tvar partsSpace = lively.PartsBin.partsSpaceNamed('PartsBin');\n\t\tpartsSpace.load();\n\t\tthis.assert(partsSpace.getPartNames().length > 0, 'something is wrong, no names');\n\t},\n\ttestGetPartItemNamed: function() {\n\t\tvar partsSpace = lively.PartsBin.partsSpaceNamed('PartsBin'),\n\t\t\titem = partsSpace.getPartItemNamed('TestObject');\n\t\tthis.assertEquals('TestObject.svg', item.getLogoURL().filename());\n\t\tthis.assertEquals('TestObject.json', item.getFileURL().filename());\n\t\tthis.assertEquals('PartsBin/', item.getFileURL().getDirectory().filename());\n\t},\n\ttestLoadPartItem: function() {\n\t\tvar partsSpace = lively.PartsBin.partsSpaceNamed('PartsBin'),\n\t\t\titem = partsSpace.getPartItemNamed('TestObject');\n\t\titem.load();\n\t\tthis.assert(item.json.include('TestObject'), 'loaded JSON is strange');\n\t},\n\ttestLoadPart: function() {\n\t\tvar partsSpace = lively.PartsBin.partsSpaceNamed('PartsBin'),\n\t\t\titem = partsSpace.getPartItemNamed('TestObject');\n\t\titem.load().loadPart();\n\t\tthis.assert(item.part, 'part not loaded!')\n\t\tthis.assertEquals(item.part.name, 'TestObject');\n\t},\n\n\ttestGetPartVersions: function() {\n\t\tvar partsSpace = lively.PartsBin.partsSpaceNamed('PartsBin'),\n\t\t\titem = partsSpace.getPartItemNamed('TestObject');\n\t\titem.loadPartVersions();\n\t\tthis.assert(item.partVersions, 'partVetsions not loaded!')\n\t\tthis.assert(item.partVersions.length > 0, 'no partVersiosn');\n\t},\n\ttestLoadRevision: function() {\n\t\tvar partsSpace = lively.PartsBin.partsSpaceNamed('PartsBin'),\n\t\t\titem = partsSpace.getPartItemNamed('TestObject');\n\t\tvar rev = item.loadPartVersions().partVersions.last().rev;\n\t\tvar obj = item.loadRevision(rev);\n\t\tthis.assertEqual(obj.name , 'TestObject')\n\t},\n\n\ttestCreatePartsSpace: function() {\n\t\tvar name = 'PartsBin/testCreatePartsSpace/',\n\t\t\turl = URL.codeBase.withFilename(name),\n\t\t\tpartsSpace = lively.PartsBin.addPartsSpaceNamed(name);\n\t\tthis.deleteURLAfterTest(url)\n\t\tpartsSpace.ensureExistance();\n\t\tvar webR = new WebResource(url);\n\t\tthis.assert(webR.exists(), 'PartsBin not created!!!');\n\t},\n\n\ttestCopyPartItem: function() {\n\t\t// create a parts space\n\t\tvar name = 'PartsBin/testCopyPartItemTarget/',\n\t\t\turl = URL.codeBase.withFilename(name),\n\t\t\tpartsSpaceTo = lively.PartsBin.addPartsSpaceNamed(name);\n\t\tthis.deleteURLAfterTest(url)\n\t\tpartsSpaceTo.ensureExistance();\n\n\t\tvar item = lively.PartsBin.getPartItem('TestObject');\n\t\titem.copyToPartsSpace(partsSpaceTo);\n\t\tpartsSpaceTo.load();\n\t\tvar copiedItem = partsSpaceTo.getPartItemNamed('TestObject')\n\t\tthis.assert(copiedItem, 'part item not copied!');\n\t\tthis.assert(new WebResource(copiedItem.getFileURL()).exists(), 'not created on server: ' + copiedItem.getFileURL());\n\n\t\tcopiedItem.load().loadPart();\n\t\tvar copiedPart = copiedItem.part;\n\n\t\tthis.assert(copiedPart.partsBinMetaInfo, \"no partsBinMetaInfo\")\n\t\tthis.assertEquals(url.withFilename(copiedPart.name + '.json'), copiedPart.getPartItem().getFileURL());\n\t\t\n\t\tthis.assertEquals(url, copiedPart.partsBinMetaInfo.getPartsSpaceURL());\n\t},\n\ttestMovePartItem: function() {\n\t\t// create a parts space to copy the part to\n\t\tvar name = 'PartsBin/TestSpace1/',\n\t\t\turl = URL.codeBase.withFilename(name),\n\t\t\tpartsSpace1 = lively.PartsBin.addPartsSpaceNamed(name);\n\t\tthis.deleteURLAfterTest(url)\n\t\tpartsSpace1.ensureExistance();\n\n\t\t// create a parts space to move the part to\n\t\tvar name = 'PartsBin/TestSpace2/',\n\t\t\turl = URL.codeBase.withFilename(name),\n\t\t\tpartsSpace2 = lively.PartsBin.addPartsSpaceNamed(name);\n\t\tthis.deleteURLAfterTest(url)\n\t\tpartsSpace2.ensureExistance();\n\n\t\tvar item = lively.PartsBin.getPartItem('TestObject');\n\t\titem.copyToPartsSpace(partsSpace1);\n\n\t\tvar item2 = partsSpace1.getPartItemNamed(item.name).load().loadPart()\n\n\t\titem2.moveToPartsSpace(partsSpace2)\n\n\t\tpartsSpace1.load();\n\t\tpartsSpace2.load();\n\n\t\tthis.assert(!partsSpace1.partItems['TestObject'], 'part item not deleted!');\n\t\tthis.assert(partsSpace2.partItems['TestObject'], 'part item not moved to target space!');\n\t\tthis.assertEquals(partsSpace2.getName(), item2.part.getPartsBinMetaInfo().getPartsSpaceName());\n\t},\n\n\n\n})\n\n","StatusMessage":null,"RootFilters":[{"__isSmartRef__":true,"id":550}]},"412":{"isListItem":true,"string":"results/","value":{"__isSmartRef__":true,"id":413}},"413":{"target":{"__isSmartRef__":true,"id":414},"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"localName":"results/","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"414":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/Tests/results/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"415":{"target":{"__isSmartRef__":true,"id":416},"browser":{"__isSmartRef__":true,"id":408},"parent":null,"allFiles":["Tests/UndoTest.js","Tests/TraitTests.js","Tests/PaperTest.js","Tests/CouchdbTest.js","Tests/WikiWidgetTest.js","Tests/javascriptyStuff.js","Tests/WebCollabAgentTest.js","Tests/JournalTest.js","Tests/ModuleSystemTests.js","Tests/HelperTest.js","Tests/TestFrameworkTests.js","Tests/MiniPrototypeTest.js","Tests/ToolsTests.js","Tests/ScriptingTests.js","Tests/CoreTest.js","Tests/LKWikiTest.js","Tests/PageNavigationTest.js","Tests/SceneTest.js","Tests/FabrikTest.js","Tests/ContextJSFlattenTest.js","Tests/LayoutTests.js","Tests/BootstrapTests.js","Tests/SerializationTests.js","Tests/SmalltalkParserTest.js","Tests/TileScriptingTests.js","Tests/ClassTest.js","Tests/OmetaTest.js","Tests/RecordTest.js","Tests/UserStoryTest.js","Tests/WidgetTest.js","Tests/MorphTest.js","Tests/CDBTest.js","Tests/NetworkTest.js","Tests/ConnectorTest.js","Tests/BindingsTest.js"],"subNamespacePaths":[{"__isSmartRef__":true,"id":414},{"__isSmartRef__":true,"id":436}],"parentNamespacePath":{"__isSmartRef__":true,"id":437},"_childNodes":[{"__isSmartRef__":true,"id":413},{"__isSmartRef__":true,"id":438},{"__isSmartRef__":true,"id":439},{"__isSmartRef__":true,"id":440},{"__isSmartRef__":true,"id":441},{"__isSmartRef__":true,"id":442},{"__isSmartRef__":true,"id":443},{"__isSmartRef__":true,"id":444},{"__isSmartRef__":true,"id":445},{"__isSmartRef__":true,"id":446},{"__isSmartRef__":true,"id":447},{"__isSmartRef__":true,"id":448},{"__isSmartRef__":true,"id":449},{"__isSmartRef__":true,"id":450},{"__isSmartRef__":true,"id":451},{"__isSmartRef__":true,"id":452},{"__isSmartRef__":true,"id":453},{"__isSmartRef__":true,"id":454},{"__isSmartRef__":true,"id":455},{"__isSmartRef__":true,"id":456},{"__isSmartRef__":true,"id":457},{"__isSmartRef__":true,"id":458},{"__isSmartRef__":true,"id":459},{"__isSmartRef__":true,"id":460},{"__isSmartRef__":true,"id":461},{"__isSmartRef__":true,"id":462},{"__isSmartRef__":true,"id":463},{"__isSmartRef__":true,"id":464},{"__isSmartRef__":true,"id":465},{"__isSmartRef__":true,"id":466},{"__isSmartRef__":true,"id":467},{"__isSmartRef__":true,"id":468},{"__isSmartRef__":true,"id":469},{"__isSmartRef__":true,"id":470},{"__isSmartRef__":true,"id":471},{"__isSmartRef__":true,"id":472},{"__isSmartRef__":true,"id":473},{"__isSmartRef__":true,"id":474},{"__isSmartRef__":true,"id":475}],"__LivelyClassName__":"lively.ide.SourceControlNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"416":{"editHistory":{"__isSmartRef__":true,"id":417},"modules":{"__isSmartRef__":true,"id":418},"registeredBrowsers":[{"__isSmartRef__":true,"id":408}],"__LivelyClassName__":"AnotherSourceDatabase","__SourceModuleName__":"Global.lively.ide.SourceDatabase"},"417":{},"418":{"Tests/ScriptingTests.js":{"__isSmartRef__":true,"id":419}},"419":{"_moduleName":"Tests.ScriptingTests","_type":"js","_ast":{"__isSmartRef__":true,"id":420},"__LivelyClassName__":"lively.ide.ModuleWrapper","__SourceModuleName__":"Global.lively.ide.SourceDatabase"},"420":{"name":"Tests.ScriptingTests","type":"moduleDef","startIndex":0,"stopIndex":4563,"fileName":"Tests/ScriptingTests.js","_subElements":[{"__isSmartRef__":true,"id":421},{"__isSmartRef__":true,"id":422}],"sourceControl":{"__isSmartRef__":true,"id":416},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"421":{"name":null,"type":"comment","startIndex":102,"stopIndex":102,"fileName":"Tests/ScriptingTests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":416},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"422":{"name":"Tests.ScriptingTests.OnlinePartsBinTest","type":"klassDef","startIndex":103,"stopIndex":4544,"fileName":"Tests/ScriptingTests.js","_subElements":[{"__isSmartRef__":true,"id":423},{"__isSmartRef__":true,"id":425},{"__isSmartRef__":true,"id":426},{"__isSmartRef__":true,"id":428},{"__isSmartRef__":true,"id":429},{"__isSmartRef__":true,"id":430},{"__isSmartRef__":true,"id":431},{"__isSmartRef__":true,"id":432},{"__isSmartRef__":true,"id":433},{"__isSmartRef__":true,"id":434},{"__isSmartRef__":true,"id":435}],"sourceControl":{"__isSmartRef__":true,"id":416},"superclassName":"TestCase","categories":[{"__isSmartRef__":true,"id":424},{"__isSmartRef__":true,"id":427}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"423":{"name":"deleteURLAfterTest","type":"propertyDef","startIndex":177,"stopIndex":306,"fileName":"Tests/ScriptingTests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":416},"_isStatic":false,"category":{"__isSmartRef__":true,"id":424},"className":"Tests.ScriptingTests.OnlinePartsBinTest","_owner":{"__isSmartRef__":true,"id":422},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"424":{"name":"running","type":"categoryDef","startIndex":164,"stopIndex":461,"fileName":"Tests/ScriptingTests.js","_subElements":[{"__isSmartRef__":true,"id":423},{"__isSmartRef__":true,"id":425}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"425":{"name":"tearDown","type":"propertyDef","startIndex":308,"stopIndex":458,"fileName":"Tests/ScriptingTests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":416},"_isStatic":false,"category":{"__isSmartRef__":true,"id":424},"className":"Tests.ScriptingTests.OnlinePartsBinTest","_owner":{"__isSmartRef__":true,"id":422},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"426":{"name":"testLoadNamesFromDefaultPartsBin","type":"propertyDef","startIndex":476,"stopIndex":696,"fileName":"Tests/ScriptingTests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":416},"_isStatic":false,"category":{"__isSmartRef__":true,"id":427},"className":"Tests.ScriptingTests.OnlinePartsBinTest","_owner":{"__isSmartRef__":true,"id":422},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"427":{"name":"testing","type":"categoryDef","startIndex":463,"stopIndex":4541,"fileName":"Tests/ScriptingTests.js","_subElements":[{"__isSmartRef__":true,"id":426},{"__isSmartRef__":true,"id":428},{"__isSmartRef__":true,"id":429},{"__isSmartRef__":true,"id":430},{"__isSmartRef__":true,"id":431},{"__isSmartRef__":true,"id":432},{"__isSmartRef__":true,"id":433},{"__isSmartRef__":true,"id":434},{"__isSmartRef__":true,"id":435}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"428":{"name":"testGetPartItemNamed","type":"propertyDef","startIndex":698,"stopIndex":1071,"fileName":"Tests/ScriptingTests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":416},"_isStatic":false,"category":{"__isSmartRef__":true,"id":427},"className":"Tests.ScriptingTests.OnlinePartsBinTest","_owner":{"__isSmartRef__":true,"id":422},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"429":{"name":"testLoadPartItem","type":"propertyDef","startIndex":1073,"stopIndex":1313,"fileName":"Tests/ScriptingTests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":416},"_isStatic":false,"category":{"__isSmartRef__":true,"id":427},"className":"Tests.ScriptingTests.OnlinePartsBinTest","_owner":{"__isSmartRef__":true,"id":422},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"430":{"name":"testLoadPart","type":"propertyDef","startIndex":1315,"stopIndex":1584,"fileName":"Tests/ScriptingTests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":416},"_isStatic":false,"category":{"__isSmartRef__":true,"id":427},"className":"Tests.ScriptingTests.OnlinePartsBinTest","_owner":{"__isSmartRef__":true,"id":422},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"431":{"name":"testGetPartVersions","type":"propertyDef","startIndex":1587,"stopIndex":1893,"fileName":"Tests/ScriptingTests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":416},"_isStatic":false,"category":{"__isSmartRef__":true,"id":427},"className":"Tests.ScriptingTests.OnlinePartsBinTest","_owner":{"__isSmartRef__":true,"id":422},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"432":{"name":"testLoadRevision","type":"propertyDef","startIndex":1895,"stopIndex":2187,"fileName":"Tests/ScriptingTests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":416},"_isStatic":false,"category":{"__isSmartRef__":true,"id":427},"className":"Tests.ScriptingTests.OnlinePartsBinTest","_owner":{"__isSmartRef__":true,"id":422},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"433":{"name":"testCreatePartsSpace","type":"propertyDef","startIndex":2190,"stopIndex":2530,"fileName":"Tests/ScriptingTests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":416},"_isStatic":false,"category":{"__isSmartRef__":true,"id":427},"className":"Tests.ScriptingTests.OnlinePartsBinTest","_owner":{"__isSmartRef__":true,"id":422},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"434":{"name":"testCopyPartItem","type":"propertyDef","startIndex":2533,"stopIndex":3481,"fileName":"Tests/ScriptingTests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":416},"_isStatic":false,"category":{"__isSmartRef__":true,"id":427},"className":"Tests.ScriptingTests.OnlinePartsBinTest","_owner":{"__isSmartRef__":true,"id":422},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"435":{"name":"testMovePartItem","type":"propertyDef","startIndex":3483,"stopIndex":4536,"fileName":"Tests/ScriptingTests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":416},"_isStatic":false,"category":{"__isSmartRef__":true,"id":427},"className":"Tests.ScriptingTests.OnlinePartsBinTest","_owner":{"__isSmartRef__":true,"id":422},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"436":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/Tests/testRessources/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"437":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/Tests/../","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"438":{"target":{"__isSmartRef__":true,"id":436},"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"localName":"testRessources/","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"439":{"target":{"__isSmartRef__":true,"id":437},"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"localName":"../","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"440":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/BindingsTest.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"441":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/BootstrapTests.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"442":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/CDBTest.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"443":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/ClassTest.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"444":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/ConnectorTest.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"445":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/ContextJSFlattenTest.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"446":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/CoreTest.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"447":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/CouchdbTest.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"448":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/FabrikTest.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"449":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/HelperTest.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"450":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/javascriptyStuff.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"451":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/JournalTest.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"452":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/LayoutTests.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"453":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/LKWikiTest.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"454":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/MiniPrototypeTest.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"455":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/ModuleSystemTests.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"456":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/MorphTest.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"457":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/NetworkTest.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"458":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/OmetaTest.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"459":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/PageNavigationTest.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"460":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/PaperTest.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"461":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/RecordTest.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"462":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/SceneTest.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"463":{"target":{"__isSmartRef__":true,"id":420},"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/ScriptingTests.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"464":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/SerializationTests.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"465":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/SmalltalkParserTest.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"466":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/TestFrameworkTests.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"467":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/TileScriptingTests.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"468":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/ToolsTests.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"469":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/TraitTests.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"470":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/UndoTest.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"471":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/UserStoryTest.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"472":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/WebCollabAgentTest.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"473":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/WidgetTest.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"474":{"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":415},"moduleName":"Tests/WikiWidgetTest.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"475":{"target":{"__isSmartRef__":true,"id":476},"browser":{"__isSmartRef__":true,"id":408},"__LivelyClassName__":"lively.ide.ChangeSetNode","__SourceModuleName__":"Global.lively.ide.LocalBrowser"},"476":{"name":"Local code","__LivelyClassName__":"ChangeSet","__SourceModuleName__":"Global.lively.ChangeSet"},"477":{"isListItem":true,"string":"testRessources/","value":{"__isSmartRef__":true,"id":438}},"478":{"isListItem":true,"string":"../","value":{"__isSmartRef__":true,"id":439}},"479":{"isListItem":true,"string":"BindingsTest.js (not parsed)","value":{"__isSmartRef__":true,"id":440}},"480":{"isListItem":true,"string":"BootstrapTests.js (not parsed)","value":{"__isSmartRef__":true,"id":441}},"481":{"isListItem":true,"string":"CDBTest.js (not parsed)","value":{"__isSmartRef__":true,"id":442}},"482":{"isListItem":true,"string":"ClassTest.js (not parsed)","value":{"__isSmartRef__":true,"id":443}},"483":{"isListItem":true,"string":"ConnectorTest.js (not parsed)","value":{"__isSmartRef__":true,"id":444}},"484":{"isListItem":true,"string":"ContextJSFlattenTest.js (not parsed)","value":{"__isSmartRef__":true,"id":445}},"485":{"isListItem":true,"string":"CoreTest.js (not parsed)","value":{"__isSmartRef__":true,"id":446}},"486":{"isListItem":true,"string":"CouchdbTest.js (not parsed)","value":{"__isSmartRef__":true,"id":447}},"487":{"isListItem":true,"string":"FabrikTest.js (not parsed)","value":{"__isSmartRef__":true,"id":448}},"488":{"isListItem":true,"string":"HelperTest.js (not parsed)","value":{"__isSmartRef__":true,"id":449}},"489":{"isListItem":true,"string":"javascriptyStuff.js (not parsed)","value":{"__isSmartRef__":true,"id":450}},"490":{"isListItem":true,"string":"JournalTest.js (not parsed)","value":{"__isSmartRef__":true,"id":451}},"491":{"isListItem":true,"string":"LayoutTests.js (not parsed)","value":{"__isSmartRef__":true,"id":452}},"492":{"isListItem":true,"string":"LKWikiTest.js (not parsed)","value":{"__isSmartRef__":true,"id":453}},"493":{"isListItem":true,"string":"MiniPrototypeTest.js (not parsed)","value":{"__isSmartRef__":true,"id":454}},"494":{"isListItem":true,"string":"ModuleSystemTests.js (not parsed)","value":{"__isSmartRef__":true,"id":455}},"495":{"isListItem":true,"string":"MorphTest.js (not parsed)","value":{"__isSmartRef__":true,"id":456}},"496":{"isListItem":true,"string":"NetworkTest.js (not parsed)","value":{"__isSmartRef__":true,"id":457}},"497":{"isListItem":true,"string":"OmetaTest.js (not parsed)","value":{"__isSmartRef__":true,"id":458}},"498":{"isListItem":true,"string":"PageNavigationTest.js (not parsed)","value":{"__isSmartRef__":true,"id":459}},"499":{"isListItem":true,"string":"PaperTest.js (not parsed)","value":{"__isSmartRef__":true,"id":460}},"500":{"isListItem":true,"string":"RecordTest.js (not parsed)","value":{"__isSmartRef__":true,"id":461}},"501":{"isListItem":true,"string":"SceneTest.js (not parsed)","value":{"__isSmartRef__":true,"id":462}},"502":{"isListItem":true,"string":"ScriptingTests.js","value":{"__isSmartRef__":true,"id":463}},"503":{"isListItem":true,"string":"SerializationTests.js (not parsed)","value":{"__isSmartRef__":true,"id":464}},"504":{"isListItem":true,"string":"SmalltalkParserTest.js (not parsed)","value":{"__isSmartRef__":true,"id":465}},"505":{"isListItem":true,"string":"TestFrameworkTests.js (not parsed)","value":{"__isSmartRef__":true,"id":466}},"506":{"isListItem":true,"string":"TileScriptingTests.js (not parsed)","value":{"__isSmartRef__":true,"id":467}},"507":{"isListItem":true,"string":"ToolsTests.js (not parsed)","value":{"__isSmartRef__":true,"id":468}},"508":{"isListItem":true,"string":"TraitTests.js (not parsed)","value":{"__isSmartRef__":true,"id":469}},"509":{"isListItem":true,"string":"UndoTest.js (not parsed)","value":{"__isSmartRef__":true,"id":470}},"510":{"isListItem":true,"string":"UserStoryTest.js (not parsed)","value":{"__isSmartRef__":true,"id":471}},"511":{"isListItem":true,"string":"WebCollabAgentTest.js (not parsed)","value":{"__isSmartRef__":true,"id":472}},"512":{"isListItem":true,"string":"WidgetTest.js (not parsed)","value":{"__isSmartRef__":true,"id":473}},"513":{"isListItem":true,"string":"WikiWidgetTest.js (not parsed)","value":{"__isSmartRef__":true,"id":474}},"514":{"isListItem":true,"string":"Local code","value":{"__isSmartRef__":true,"id":475}},"515":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"516":{"attributes":["isClassNode","isGrammarNode","isChangeNode","isFunctionNode","isObjectNode"],"__LivelyClassName__":"lively.ide.NodeTypeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"517":{"isListItem":true,"string":"Tests.ScriptingTests.OnlinePartsBinTest","value":{"__isSmartRef__":true,"id":518}},"518":{"target":{"__isSmartRef__":true,"id":422},"browser":{"__isSmartRef__":true,"id":408},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"519":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"520":{"isListItem":true,"string":"-- all --","value":{"__isSmartRef__":true,"id":521}},"521":{"target":{"__isSmartRef__":true,"id":422},"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":518},"__LivelyClassName__":"lively.ide.AllMethodCategoryFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"522":{"isListItem":true,"string":"running","value":{"__isSmartRef__":true,"id":523}},"523":{"target":{"__isSmartRef__":true,"id":424},"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":518},"targets":[{"__isSmartRef__":true,"id":424}],"__LivelyClassName__":"lively.ide.MethodCategoryFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"524":{"isListItem":true,"string":"testing","value":{"__isSmartRef__":true,"id":525}},"525":{"target":{"__isSmartRef__":true,"id":427},"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":518},"targets":[{"__isSmartRef__":true,"id":427}],"__LivelyClassName__":"lively.ide.MethodCategoryFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"526":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"527":{"isListItem":true,"string":"deleteURLAfterTest (proto)","value":{"__isSmartRef__":true,"id":528}},"528":{"target":{"__isSmartRef__":true,"id":423},"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":521},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"529":{"isListItem":true,"string":"tearDown (proto)","value":{"__isSmartRef__":true,"id":530}},"530":{"target":{"__isSmartRef__":true,"id":425},"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":521},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"531":{"isListItem":true,"string":"testLoadNamesFromDefaultPartsBin (proto)","value":{"__isSmartRef__":true,"id":532}},"532":{"target":{"__isSmartRef__":true,"id":426},"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":521},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"533":{"isListItem":true,"string":"testGetPartItemNamed (proto)","value":{"__isSmartRef__":true,"id":534}},"534":{"target":{"__isSmartRef__":true,"id":428},"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":521},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"535":{"isListItem":true,"string":"testLoadPartItem (proto)","value":{"__isSmartRef__":true,"id":536}},"536":{"target":{"__isSmartRef__":true,"id":429},"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":521},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"537":{"isListItem":true,"string":"testLoadPart (proto)","value":{"__isSmartRef__":true,"id":538}},"538":{"target":{"__isSmartRef__":true,"id":430},"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":521},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"539":{"isListItem":true,"string":"testGetPartVersions (proto)","value":{"__isSmartRef__":true,"id":540}},"540":{"target":{"__isSmartRef__":true,"id":431},"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":521},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"541":{"isListItem":true,"string":"testLoadRevision (proto)","value":{"__isSmartRef__":true,"id":542}},"542":{"target":{"__isSmartRef__":true,"id":432},"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":521},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"543":{"isListItem":true,"string":"testCreatePartsSpace (proto)","value":{"__isSmartRef__":true,"id":544}},"544":{"target":{"__isSmartRef__":true,"id":433},"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":521},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"545":{"isListItem":true,"string":"testCopyPartItem (proto)","value":{"__isSmartRef__":true,"id":546}},"546":{"target":{"__isSmartRef__":true,"id":434},"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":521},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"547":{"isListItem":true,"string":"testMovePartItem (proto)","value":{"__isSmartRef__":true,"id":548}},"548":{"target":{"__isSmartRef__":true,"id":435},"browser":{"__isSmartRef__":true,"id":408},"parent":{"__isSmartRef__":true,"id":521},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"549":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"550":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"551":{"delegate":{"__isSmartRef__":true,"id":408},"__SourceModuleName__":"Global","definition":"{\"SourceString\":\"!SourceString\",\"StatusMessage\":\"!StatusMessage\",\"RootFilters\":\"!RootFilters\",\"Pane1Content\":\"!Pane1Content\",\"Pane1Selection\":\"!Pane1Selection\",\"Pane1Menu\":\"!Pane1Menu\",\"Pane1Filters\":\"!Pane1Filters\",\"Pane2Content\":\"!Pane2Content\",\"Pane2Selection\":\"!Pane2Selection\",\"Pane2Menu\":\"!Pane2Menu\",\"Pane2Filters\":\"!Pane2Filters\",\"Pane3Content\":\"!Pane3Content\",\"Pane3Selection\":\"!Pane3Selection\",\"Pane3Menu\":\"!Pane3Menu\",\"Pane3Filters\":\"!Pane3Filters\",\"Pane4Content\":\"!Pane4Content\",\"Pane4Selection\":\"!Pane4Selection\",\"Pane4Menu\":\"!Pane4Menu\",\"Pane4Filters\":\"!Pane4Filters\"}","isInstanceOfAnonymousClass":true,"isRelay":true},"552":{"delegate":{"__isSmartRef__":true,"id":553},"__SourceModuleName__":"Global","definition":"{\"SourceString\":\"!Text\"}","isInstanceOfAnonymousClass":true,"isRelay":true},"553":{"textString":"TestCase.subclass('Tests.ScriptingTests.OnlinePartsBinTest',\n'running', {\n\tdeleteURLAfterTest: function(url) {\n\t\tif (!this.urlsForDeletion) this.urlsForDeletion = [];\n\t\tthis.urlsForDeletion.push(url);\n\t},\n\ttearDown: function($super) {\n\t\t$super();\n\t\tif (this.urlsForDeletion)\n\t\t\tthis.urlsForDeletion.forEach(function(url) { new WebResource(url).del() })\n\t},\n},\n'testing', {\n\ttestLoadNamesFromDefaultPartsBin: function() {\n\t\tvar partsSpace = lively.PartsBin.partsSpaceNamed('PartsBin');\n\t\tpartsSpace.load();\n\t\tthis.assert(partsSpace.getPartNames().length > 0, 'something is wrong, no names');\n\t},\n\ttestGetPartItemNamed: function() {\n\t\tvar partsSpace = lively.PartsBin.partsSpaceNamed('PartsBin'),\n\t\t\titem = partsSpace.getPartItemNamed('TestObject');\n\t\tthis.assertEquals('TestObject.svg', item.getLogoURL().filename());\n\t\tthis.assertEquals('TestObject.json', item.getFileURL().filename());\n\t\tthis.assertEquals('PartsBin/', item.getFileURL().getDirectory().filename());\n\t},\n\ttestLoadPartItem: function() {\n\t\tvar partsSpace = lively.PartsBin.partsSpaceNamed('PartsBin'),\n\t\t\titem = partsSpace.getPartItemNamed('TestObject');\n\t\titem.load();\n\t\tthis.assert(item.json.include('TestObject'), 'loaded JSON is strange');\n\t},\n\ttestLoadPart: function() {\n\t\tvar partsSpace = lively.PartsBin.partsSpaceNamed('PartsBin'),\n\t\t\titem = partsSpace.getPartItemNamed('TestObject');\n\t\titem.load().loadPart();\n\t\tthis.assert(item.part, 'part not loaded!')\n\t\tthis.assertEquals(item.part.name, 'TestObject');\n\t},\n\n\ttestGetPartVersions: function() {\n\t\tvar partsSpace = lively.PartsBin.partsSpaceNamed('PartsBin'),\n\t\t\titem = partsSpace.getPartItemNamed('TestObject');\n\t\titem.loadPartVersions();\n\t\tthis.assert(item.partVersions, 'partVetsions not loaded!')\n\t\tthis.assert(item.partVersions.length > 0, 'no partVersiosn');\n\t},\n\ttestLoadRevision: function() {\n\t\tvar partsSpace = lively.PartsBin.partsSpaceNamed('PartsBin'),\n\t\t\titem = partsSpace.getPartItemNamed('TestObject');\n\t\tvar rev = item.loadPartVersions().partVersions.last().rev;\n\t\tvar obj = item.loadRevision(rev);\n\t\tthis.assertEqual(obj.name , 'TestObject')\n\t},\n\n\ttestCreatePartsSpace: function() {\n\t\tvar name = 'PartsBin/testCreatePartsSpace/',\n\t\t\turl = URL.codeBase.withFilename(name),\n\t\t\tpartsSpace = lively.PartsBin.addPartsSpaceNamed(name);\n\t\tthis.deleteURLAfterTest(url)\n\t\tpartsSpace.ensureExistance();\n\t\tvar webR = new WebResource(url);\n\t\tthis.assert(webR.exists(), 'PartsBin not created!!!');\n\t},\n\n\ttestCopyPartItem: function() {\n\t\t// create a parts space\n\t\tvar name = 'PartsBin/testCopyPartItemTarget/',\n\t\t\turl = URL.codeBase.withFilename(name),\n\t\t\tpartsSpaceTo = lively.PartsBin.addPartsSpaceNamed(name);\n\t\tthis.deleteURLAfterTest(url)\n\t\tpartsSpaceTo.ensureExistance();\n\n\t\tvar item = lively.PartsBin.getPartItem('TestObject');\n\t\titem.copyToPartsSpace(partsSpaceTo);\n\t\tpartsSpaceTo.load();\n\t\tvar copiedItem = partsSpaceTo.getPartItemNamed('TestObject')\n\t\tthis.assert(copiedItem, 'part item not copied!');\n\t\tthis.assert(new WebResource(copiedItem.getFileURL()).exists(), 'not created on server: ' + copiedItem.getFileURL());\n\n\t\tcopiedItem.load().loadPart();\n\t\tvar copiedPart = copiedItem.part;\n\n\t\tthis.assert(copiedPart.partsBinMetaInfo, \"no partsBinMetaInfo\")\n\t\tthis.assertEquals(url.withFilename(copiedPart.name + '.json'), copiedPart.getPartItem().getFileURL());\n\t\t\n\t\tthis.assertEquals(url, copiedPart.partsBinMetaInfo.getPartsSpaceURL());\n\t},\n\ttestMovePartItem: function() {\n\t\t// create a parts space to copy the part to\n\t\tvar name = 'PartsBin/TestSpace1/',\n\t\t\turl = URL.codeBase.withFilename(name),\n\t\t\tpartsSpace1 = lively.PartsBin.addPartsSpaceNamed(name);\n\t\tthis.deleteURLAfterTest(url)\n\t\tpartsSpace1.ensureExistance();\n\n\t\t// create a parts space to move the part to\n\t\tvar name = 'PartsBin/TestSpace2/',\n\t\t\turl = URL.codeBase.withFilename(name),\n\t\t\tpartsSpace2 = lively.PartsBin.addPartsSpaceNamed(name);\n\t\tthis.deleteURLAfterTest(url)\n\t\tpartsSpace2.ensureExistance();\n\n\t\tvar item = lively.PartsBin.getPartItem('TestObject');\n\t\titem.copyToPartsSpace(partsSpace1);\n\n\t\tvar item2 = partsSpace1.getPartItemNamed(item.name).load().loadPart()\n\n\t\titem2.moveToPartsSpace(partsSpace2)\n\n\t\tpartsSpace1.load();\n\t\tpartsSpace2.load();\n\n\t\tthis.assert(!partsSpace1.partItems['TestObject'], 'part item not deleted!');\n\t\tthis.assert(partsSpace2.partItems['TestObject'], 'part item not moved to target space!');\n\t\tthis.assertEquals(partsSpace2.getName(), item2.part.getPartsBinMetaInfo().getPartsSpaceName());\n\t},\n\n\n\n})\n\n","savedTextString":"","submorphs":[{"__isSmartRef__":true,"id":554}],"owner":{"__isSmartRef__":true,"id":559},"_livelyDataWrapperId_":"133:TextMorph","origin":{"__isSmartRef__":true,"id":586},"shape":{"__isSmartRef__":true,"id":587},"textContent":{"__isSmartRef__":true,"id":588},"lineNumberHint":121,"pvtCachedTransform":{"__isSmartRef__":true,"id":589},"textSelection":{"__isSmartRef__":true,"id":554},"priorExtent":{"__isSmartRef__":true,"id":590},"useChangeClue":true,"changeClue":{"__isSmartRef__":true,"id":591},"suppressHandles":true,"maxSafeSize":2000000,"formalModel":{"__isSmartRef__":true,"id":595},"styleClass":["Browser_codePaneText"],"textStyle":{"__isSmartRef__":true,"id":596},"fontFamily":"Courier","undoTextStyle":{"__isSmartRef__":true,"id":755},"textBeforeChanges":"TestCase.subclass('Tests.ScriptingTests.OnlinePartsBinTest',\n'running', {\n\tdeleteURLAfterTest: function(url) {\n\t\tif (!this.urlsForDeletion) this.urlsForDeletion = [];\n\t\tthis.urlsForDeletion.push(url);\n\t},\n\ttearDown: function($super) {\n\t\t$super();\n\t\tif (this.urlsForDeletion)\n\t\t\tthis.urlsForDeletion.forEach(function(url) { new WebResource(url).del() })\n\t},\n},\n'testing', {\n\ttestLoadNamesFromDefaultPartsBin: function() {\n\t\tvar partsSpace = lively.PartsBin.partsSpaceNamed('PartsBin');\n\t\tpartsSpace.load();\n\t\tthis.assert(partsSpace.getPartNames().length > 0, 'something is wrong, no names');\n\t},\n\ttestGetPartItemNamed: function() {\n\t\tvar partsSpace = lively.PartsBin.partsSpaceNamed('PartsBin'),\n\t\t\titem = partsSpace.getPartItemNamed('TestObject');\n\t\tthis.assertEquals('TestObject.svg', item.getLogoURL().filename());\n\t\tthis.assertEquals('TestObject.json', item.getFileURL().filename());\n\t\tthis.assertEquals('PartsBin/', item.getFileURL().getDirectory().filename());\n\t},\n\ttestLoadPartItem: function() {\n\t\tvar partsSpace = lively.PartsBin.partsSpaceNamed('PartsBin'),\n\t\t\titem = partsSpace.getPartItemNamed('TestObject');\n\t\titem.load();\n\t\tthis.assert(item.json.include('TestObject'), 'loaded JSON is strange');\n\t},\n\ttestLoadPart: function() {\n\t\tvar partsSpace = lively.PartsBin.partsSpaceNamed('PartsBin'),\n\t\t\titem = partsSpace.getPartItemNamed('TestObject');\n\t\titem.load().loadPart();\n\t\tthis.assert(item.part, 'part not loaded!')\n\t\tthis.assertEquals(item.part.name, 'TestObject');\n\t},\n\n\ttestGetPartVersions: function() {\n\t\tvar partsSpace = lively.PartsBin.partsSpaceNamed('PartsBin'),\n\t\t\titem = partsSpace.getPartItemNamed('TestObject');\n\t\titem.loadPartVersions();\n\t\tthis.assert(item.partVersions, 'partVetsions not loaded!')\n\t\tthis.assert(item.partVersions.length > 0, 'no partVersiosn');\n\t},\n\ttestLoadRevision: function() {\n\t\tvar partsSpace = lively.PartsBin.partsSpaceNamed('PartsBin'),\n\t\t\titem = partsSpace.getPartItemNamed('TestObject');\n\t\tvar rev = item.loadPartVersions().partVersions.last().rev;\n\t\tvar obj = item.loadRevision(rev);\n\t\tthis.assertEqual(obj.name , 'TestObject')\n\t},\n\n\ttestCreatePartsSpace: function() {\n\t\tvar name = 'PartsBin/testCreatePartsSpace/',\n\t\t\turl = URL.codeBase.withFilename(name),\n\t\t\tpartsSpace = lively.PartsBin.addPartsSpaceNamed(name);\n\t\tthis.deleteURLAfterTest(url)\n\t\tpartsSpace.ensureExistance();\n\t\tvar webR = new WebResource(url);\n\t\tthis.assert(webR.exists(), 'PartsBin not created!!!');\n\t},\n\n\ttestCopyPartItem: function() {\n\t\t// create a parts space\n\t\tvar name = 'PartsBin/testCopyPartItemTarget/',\n\t\t\turl = URL.codeBase.withFilename(name),\n\t\t\tpartsSpaceTo = lively.PartsBin.addPartsSpaceNamed(name);\n\t\tthis.deleteURLAfterTest(url)\n\t\tpartsSpaceTo.ensureExistance();\n\n\t\tvar item = lively.PartsBin.getPartItem('TestObject');\n\t\titem.copyToPartsSpace(partsSpaceTo);\n\t\tpartsSpaceTo.load();\n\t\tvar copiedItem = partsSpaceTo.getPartItemNamed('TestObject')\n\t\tthis.assert(copiedItem, 'part item not copied!');\n\t\tthis.assert(new WebResource(copiedItem.getFileURL()).exists(), 'not created on server: ' + copiedItem.getFileURL());\n\n\t\tcopiedItem.load().loadPart();\n\t\tvar copiedPart = copiedItem.part;\n\n\t\tthis.assert(copiedPart.partsBinMetaInfo, \"no partsBinMetaInfo\")\n\t\tthis.assertEquals(url.withFilename(copiedPart.name + '.json'), copiedPart.getPartItem().getFileURL());\n\t\t\n\t\tthis.assertEquals(url, copiedPart.partsBinMetaInfo.getPartsSpaceURL());\n\t},\n\ttestMovePartItem: function() {\n\t\t// create a parts space to copy the part to\n\t\tvar name = 'PartsBin/TestSpace1/',\n\t\t\turl = URL.codeBase.withFilename(name),\n\t\t\tpartsSpace1 = lively.PartsBin.addPartsSpaceNamed(name);\n\t\tthis.deleteURLAfterTest(url)\n\t\tpartsSpace1.ensureExistance();\n\n\t\t// create a parts space to move the part to\n\t\tvar name = 'PartsBin/TestSpace2/',\n\t\t\turl = URL.codeBase.withFilename(name),\n\t\t\tpartsSpace2 = lively.PartsBin.addPartsSpaceNamed(name);\n\t\tthis.deleteURLAfterTest(url)\n\t\tpartsSpace2.ensureExistance();\n\n\t\tvar item = lively.PartsBin.getPartItem('TestObject');\n\t\titem.copyToPartsSpace(partsSpace1);\n\n\t\tvar item2 = partsSpace1.getPartItemNamed(item.name).load().loadPart()\n\n\t\titem2.moveToPartsSpace(partsSpace2)\n\n\t\tpartsSpace1.load();\n\t\tpartsSpace2.load();\n\n\t\tthis.assert(!partsSpace1.partItems['TestObject'], 'part item not deleted!');\n\t\tthis.assert(partsSpace2.partItems['TestObject'], 'part item not moved to target space!');\n\t\tthis.assertEquals(partsSpace2.getName(), item2.part.getPartsBinMetaInfo().getPartsSpaceName());\n\t},\n\n\n\n})\n\n","__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"133:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"Browser_codePaneText","namespaceURI":null}]},"withLayers":["BrowserSyntaxHighlightLayer"]},"554":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":553},"_livelyDataWrapperId_":"135:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":555},"shape":{"__isSmartRef__":true,"id":556},"priorExtent":{"__isSmartRef__":true,"id":557},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":558},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"135:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"555":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"556":{"_livelyDataWrapperId_":"134:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"134:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"557":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"558":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"559":{"submorphs":[{"__isSmartRef__":true,"id":553}],"owner":{"__isSmartRef__":true,"id":560},"_livelyDataWrapperId_":"138:ClipMorph","origin":{"__isSmartRef__":true,"id":580},"shape":{"__isSmartRef__":true,"id":581},"priorExtent":{"__isSmartRef__":true,"id":582},"clip":{"__isSmartRef__":true,"id":583},"_clip-path":"url(#139:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":585},"suppressHandles":true,"__LivelyClassName__":"ClipMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ClipMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"138:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#139:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"560":{"submorphs":[{"__isSmartRef__":true,"id":559},{"__isSmartRef__":true,"id":561}],"owner":{"__isSmartRef__":true,"id":387},"_livelyDataWrapperId_":"137:ScrollPane","origin":{"__isSmartRef__":true,"id":575},"shape":{"__isSmartRef__":true,"id":576},"priorExtent":{"__isSmartRef__":true,"id":577},"pvtCachedTransform":{"__isSmartRef__":true,"id":578},"clipMorph":{"__isSmartRef__":true,"id":559},"verticalScrollBar":{"__isSmartRef__":true,"id":561},"attributeConnections":[{"__isSmartRef__":true,"id":579}],"suppressHandles":true,"styleClass":["Browser_codePane"],"__LivelyClassName__":"ScrollPane","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScrollPane","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"137:ScrollPane","namespaceURI":null},{"key":"transform","value":"translate(0,248.85)","namespaceURI":null},{"key":"class","value":"Browser_codePane","namespaceURI":null}]}},"561":{"submorphs":[{"__isSmartRef__":true,"id":562}],"owner":{"__isSmartRef__":true,"id":560},"_livelyDataWrapperId_":"140:SliderMorph","origin":{"__isSmartRef__":true,"id":569},"shape":{"__isSmartRef__":true,"id":570},"priorExtent":{"__isSmartRef__":true,"id":571},"value":0,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":572},"slider":{"__isSmartRef__":true,"id":562},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":573},{"__isSmartRef__":true,"id":574}],"__LivelyClassName__":"SliderMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"SliderMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"140:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(809,0)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]}},"562":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":561},"_livelyDataWrapperId_":"141:Morph","origin":{"__isSmartRef__":true,"id":563},"shape":{"__isSmartRef__":true,"id":564},"priorExtent":{"__isSmartRef__":true,"id":565},"pvtCachedTransform":{"__isSmartRef__":true,"id":566},"mouseHandler":{"__isSmartRef__":true,"id":567},"styleClass":["slider"],"__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"141:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null}]}},"563":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"564":{"_x":0,"_y":0,"_width":13,"_height":41.71612753311436,"_stroke":{"__isSmartRef__":true,"id":147},"_fill":{"__isSmartRef__":true,"id":148},"_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"13","namespaceURI":null},{"key":"height","value":"41.71612753311436","namespaceURI":null},{"key":"stroke","value":"rgb(102,102,102)","namespaceURI":null},{"key":"fill","value":"url(#18:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"565":{"x":12,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"566":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"567":{"target":{"__isSmartRef__":true,"id":561},"eventSpec":{"__isSmartRef__":true,"id":568},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"568":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"569":{"x":809,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"570":{"_x":0,"_y":0,"_width":13,"_height":270.96999999999997,"_stroke":{"__isSmartRef__":true,"id":159},"_fill":{"__isSmartRef__":true,"id":160},"_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"13","namespaceURI":null},{"key":"height","value":"270.96999999999997","namespaceURI":null},{"key":"stroke","value":"rgb(204,204,204)","namespaceURI":null},{"key":"fill","value":"url(#19:lively.paint.LinearGradient)","namespaceURI":null},{"key":"stroke-opacity","value":"1","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"571":{"x":5,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"572":{"a":1,"b":0,"c":0,"d":1,"e":809,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"573":{"sourceObj":{"__isSmartRef__":true,"id":561},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":560},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"isActive":false,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"574":{"sourceObj":{"__isSmartRef__":true,"id":561},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":560},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"575":{"x":0,"y":248.85,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"576":{"_x":0,"_y":0,"_width":822,"_height":270.96999999999997,"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"822","namespaceURI":null},{"key":"height","value":"270.96999999999997","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"577":{"x":822,"y":270.96999999999997,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"578":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":248.85,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"579":{"sourceObj":{"__isSmartRef__":true,"id":560},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":561},"targetMethodName":"setValue","converterString":null,"updaterString":null,"isActive":false,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"580":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"581":{"_x":0,"_y":0,"_width":810,"_height":270.96999999999997,"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"810","namespaceURI":null},{"key":"height","value":"270.96999999999997","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"582":{"x":822,"y":270.96999999999997,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"583":{"_livelyDataWrapperId_":"139:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":584},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"139:lively.scene.Clip","namespaceURI":null}]}},"584":{"_fill":{"__isSmartRef__":true,"id":398},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"810","namespaceURI":null},{"key":"height","value":"270.96999999999997","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"585":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"586":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"587":{"_x":0,"_y":0,"_width":810,"_height":1763.6000000000035,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":398},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"810","namespaceURI":null},{"key":"height","value":"1763.6000000000035","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"588":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Courier","namespaceURI":null}]}},"589":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"590":{"x":810,"y":262.96999999999997,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"591":{"submorphs":[],"owner":null,"_livelyDataWrapperId_":"136:Morph","origin":{"__isSmartRef__":true,"id":592},"shape":{"__isSmartRef__":true,"id":593},"priorExtent":{"__isSmartRef__":true,"id":594},"mouseHandler":null,"_pointer-events":"none","ignoreWhenCopying":true,"__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"136:Morph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"592":{"x":1,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"593":{"_x":0,"_y":0,"_width":5,"_height":5,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":405},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"5","namespaceURI":null},{"key":"height","value":"5","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(204,0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null}]}},"594":{"x":5,"y":5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"595":{"delegate":{"__isSmartRef__":true,"id":410},"__SourceModuleName__":"Global","definition":"{\"Text\":\"SourceString\"}","isInstanceOfAnonymousClass":true,"isRelay":true},"596":{"runs":[8,1,8,1,41,2,9,2,1,2,19,1,8,6,1,3,2,3,4,18,4,25,4,29,1,3,9,1,8,9,1,15,2,2,4,21,4,25,8,6,1,1,3,24,1,3,1,2,1,2,9,2,1,2,33,1,8,3,1,3,3,46,10,26,4,43,1,2,30,4,1,3,21,1,8,3,1,3,3,46,10,41,12,5,4,14,16,35,4,14,17,35,4,14,11,49,1,3,17,1,8,3,1,3,3,46,10,41,12,20,4,26,12,3,24,4,1,3,13,1,8,3,1,3,3,46,10,41,12,31,4,19,18,4,4,30,12,4,1,4,20,1,8,3,1,3,3,46,10,41,12,32,4,27,26,4,4,35,1,2,17,4,1,3,17,1,8,3,1,3,3,46,10,41,12,5,3,58,3,33,4,24,12,3,1,4,21,1,8,3,1,3,3,8,32,104,4,59,3,8,3,21,4,23,25,4,1,4,17,1,8,3,1,3,23,3,3,8,34,106,4,62,3,36,12,67,3,44,12,4,4,20,23,5,4,8,3,48,25,64,3,35,4,37,21,4,4,49,7,48,4,69,1,3,17,1,8,3,1,3,43,3,3,8,22,105,4,61,43,3,3,8,22,105,4,61,3,36,12,44,3,154,4,31,12,3,24,5,4,30,12,3,38,5,4,93,1,5,1,4],"values":[{"__isSmartRef__":true,"id":597},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":600},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":602},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":604},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":605},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":607},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":609},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":611},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":612},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":613},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":614},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":615},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":616},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":617},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":618},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":619},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":620},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":621},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":622},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":623},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":624},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":625},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":626},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":627},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":628},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":629},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":630},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":631},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":632},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":634},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":635},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":636},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":637},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":639},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":640},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":641},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":642},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":643},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":644},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":645},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":646},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":647},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":648},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":649},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":650},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":651},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":652},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":653},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":654},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":655},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":656},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":657},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":658},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":659},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":660},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":661},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":662},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":663},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":664},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":665},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":666},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":667},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":668},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":669},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":670},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":671},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":672},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":673},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":674},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":675},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":676},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":677},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":678},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":679},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":680},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":681},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":682},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":683},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":684},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":685},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":686},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":687},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":688},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":689},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":690},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":691},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":692},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":693},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":694},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":695},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":696},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":697},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":698},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":699},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":700},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":701},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":702},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":703},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":704},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":705},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":706},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":707},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":708},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":709},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":710},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":711},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":712},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":713},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":714},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":715},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":716},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":717},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":718},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":719},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":720},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":721},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":722},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":723},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":724},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":725},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":726},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":727},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":728},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":729},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":730},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":731},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":732},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":733},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":734},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":735},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":736},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":737},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":738},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":739},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":740},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":741},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":742},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":743},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":744},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":745},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":746},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":748},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":749},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":750},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":751},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":752},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":599},{"__isSmartRef__":true,"id":754},{"__isSmartRef__":true,"id":599}],"lastIndex":4439,"lastRunIndex":299,"__LivelyClassName__":"RunArray","__SourceModuleName__":"Global.lively.Text"},"597":{"color":{"__isSmartRef__":true,"id":598},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"598":{"r":0,"g":0,"b":0.5019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"599":{"color":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"600":{"color":{"__isSmartRef__":true,"id":601},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"601":{"r":0.5019607843137255,"g":0.5019607843137255,"b":0.5019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"602":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"603":{"r":0,"g":0.5019607843137255,"b":0.5019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"604":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"605":{"color":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"606":{"r":0,"g":0.5019607843137255,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"607":{"color":{"__isSmartRef__":true,"id":608},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"608":{"r":0.5450980392156862,"g":0,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"609":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"610":{"r":0,"g":0,"b":0.5450980392156862,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"611":{"color":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"612":{"color":{"__isSmartRef__":true,"id":598},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"613":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"614":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"615":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"616":{"color":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"617":{"color":{"__isSmartRef__":true,"id":608},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"618":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"619":{"color":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"620":{"color":{"__isSmartRef__":true,"id":598},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"621":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"622":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"623":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"624":{"color":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"625":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"626":{"color":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"627":{"color":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"628":{"color":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"629":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"630":{"color":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"631":{"color":{"__isSmartRef__":true,"id":608},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"632":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"633":{"color":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"634":{"color":{"__isSmartRef__":true,"id":598},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"635":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"636":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"637":{"color":{"__isSmartRef__":true,"id":638},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"638":{"r":0,"g":0,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"639":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"640":{"color":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"641":{"color":{"__isSmartRef__":true,"id":608},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"642":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"643":{"color":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"644":{"color":{"__isSmartRef__":true,"id":598},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"645":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"646":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"647":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"648":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"649":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"650":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"651":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"652":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"653":{"color":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"654":{"color":{"__isSmartRef__":true,"id":608},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"655":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"656":{"color":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"657":{"color":{"__isSmartRef__":true,"id":598},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"658":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"659":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"660":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"661":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"662":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"663":{"color":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"664":{"color":{"__isSmartRef__":true,"id":608},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"665":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"666":{"color":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"667":{"color":{"__isSmartRef__":true,"id":598},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"668":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"669":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"670":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"671":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"672":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"673":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"674":{"color":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"675":{"color":{"__isSmartRef__":true,"id":608},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"676":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"677":{"color":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"678":{"color":{"__isSmartRef__":true,"id":598},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"679":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"680":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"681":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"682":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"683":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"684":{"color":{"__isSmartRef__":true,"id":638},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"685":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"686":{"color":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"687":{"color":{"__isSmartRef__":true,"id":608},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"688":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"689":{"color":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"690":{"color":{"__isSmartRef__":true,"id":598},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"691":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"692":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"693":{"color":{"__isSmartRef__":true,"id":598},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"694":{"color":{"__isSmartRef__":true,"id":598},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"695":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"696":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"697":{"color":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"698":{"color":{"__isSmartRef__":true,"id":608},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"699":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"700":{"color":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"701":{"color":{"__isSmartRef__":true,"id":598},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"702":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"703":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"704":{"color":{"__isSmartRef__":true,"id":598},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"705":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"706":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"707":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"708":{"color":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"709":{"color":{"__isSmartRef__":true,"id":608},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"710":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"711":{"color":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"712":{"color":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"713":{"color":{"__isSmartRef__":true,"id":598},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"714":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"715":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"716":{"color":{"__isSmartRef__":true,"id":598},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"717":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"718":{"color":{"__isSmartRef__":true,"id":598},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"719":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"720":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"721":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"722":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"723":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"724":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"725":{"color":{"__isSmartRef__":true,"id":598},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"726":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"727":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"728":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"729":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"730":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"731":{"color":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"732":{"color":{"__isSmartRef__":true,"id":608},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"733":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"734":{"color":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"735":{"color":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"736":{"color":{"__isSmartRef__":true,"id":598},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"737":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"738":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"739":{"color":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"740":{"color":{"__isSmartRef__":true,"id":598},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"741":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"742":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"743":{"color":{"__isSmartRef__":true,"id":598},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"744":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"745":{"color":{"__isSmartRef__":true,"id":598},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"746":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"747":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"748":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"749":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"750":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"751":{"color":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"752":{"color":{"__isSmartRef__":true,"id":610},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"753":{"color":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"754":{"color":{"__isSmartRef__":true,"id":606},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"755":{"runs":[1],"values":[{"__isSmartRef__":true,"id":756}],"lastIndex":0,"lastRunIndex":0,"__LivelyClassName__":"RunArray","__SourceModuleName__":"Global.lively.Text"},"756":{"color":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"TextEmphasis","__SourceModuleName__":"Global.lively.Text"},"757":{"delegate":{"__isSmartRef__":true,"id":758},"__SourceModuleName__":"Global","definition":"{\"Pane1Content\":\"!List\",\"Pane1Selection\":\"!Selection\",\"Pane1Menu\":\"!Menu\"}","isInstanceOfAnonymousClass":true,"isRelay":true},"758":{"baseWidth":208.5,"textStyle":null,"submorphs":[{"__isSmartRef__":true,"id":759},{"__isSmartRef__":true,"id":774},{"__isSmartRef__":true,"id":788},{"__isSmartRef__":true,"id":802},{"__isSmartRef__":true,"id":816},{"__isSmartRef__":true,"id":830},{"__isSmartRef__":true,"id":844},{"__isSmartRef__":true,"id":858},{"__isSmartRef__":true,"id":872},{"__isSmartRef__":true,"id":886},{"__isSmartRef__":true,"id":900},{"__isSmartRef__":true,"id":914},{"__isSmartRef__":true,"id":928},{"__isSmartRef__":true,"id":942},{"__isSmartRef__":true,"id":956},{"__isSmartRef__":true,"id":970},{"__isSmartRef__":true,"id":984},{"__isSmartRef__":true,"id":998},{"__isSmartRef__":true,"id":1012},{"__isSmartRef__":true,"id":1026},{"__isSmartRef__":true,"id":1040},{"__isSmartRef__":true,"id":1054},{"__isSmartRef__":true,"id":1068},{"__isSmartRef__":true,"id":1082},{"__isSmartRef__":true,"id":1096},{"__isSmartRef__":true,"id":1110},{"__isSmartRef__":true,"id":1124},{"__isSmartRef__":true,"id":1140},{"__isSmartRef__":true,"id":1154},{"__isSmartRef__":true,"id":1168},{"__isSmartRef__":true,"id":1182},{"__isSmartRef__":true,"id":1196},{"__isSmartRef__":true,"id":1210},{"__isSmartRef__":true,"id":1224},{"__isSmartRef__":true,"id":1238},{"__isSmartRef__":true,"id":1252},{"__isSmartRef__":true,"id":1266},{"__isSmartRef__":true,"id":1280},{"__isSmartRef__":true,"id":1294}],"owner":{"__isSmartRef__":true,"id":1308},"_livelyDataWrapperId_":"96:FilterableListMorph","origin":{"__isSmartRef__":true,"id":1363},"shape":{"__isSmartRef__":true,"id":1364},"priorExtent":{"__isSmartRef__":true,"id":1365},"itemList":[{"__isSmartRef__":true,"id":412},{"__isSmartRef__":true,"id":477},{"__isSmartRef__":true,"id":478},{"__isSmartRef__":true,"id":479},{"__isSmartRef__":true,"id":480},{"__isSmartRef__":true,"id":481},{"__isSmartRef__":true,"id":482},{"__isSmartRef__":true,"id":483},{"__isSmartRef__":true,"id":484},{"__isSmartRef__":true,"id":485},{"__isSmartRef__":true,"id":486},{"__isSmartRef__":true,"id":487},{"__isSmartRef__":true,"id":488},{"__isSmartRef__":true,"id":489},{"__isSmartRef__":true,"id":490},{"__isSmartRef__":true,"id":491},{"__isSmartRef__":true,"id":492},{"__isSmartRef__":true,"id":493},{"__isSmartRef__":true,"id":494},{"__isSmartRef__":true,"id":495},{"__isSmartRef__":true,"id":496},{"__isSmartRef__":true,"id":497},{"__isSmartRef__":true,"id":498},{"__isSmartRef__":true,"id":499},{"__isSmartRef__":true,"id":500},{"__isSmartRef__":true,"id":501},{"__isSmartRef__":true,"id":502},{"__isSmartRef__":true,"id":503},{"__isSmartRef__":true,"id":504},{"__isSmartRef__":true,"id":505},{"__isSmartRef__":true,"id":506},{"__isSmartRef__":true,"id":507},{"__isSmartRef__":true,"id":508},{"__isSmartRef__":true,"id":509},{"__isSmartRef__":true,"id":510},{"__isSmartRef__":true,"id":511},{"__isSmartRef__":true,"id":512},{"__isSmartRef__":true,"id":513},{"__isSmartRef__":true,"id":514}],"selectedLineNo":26,"selection":{"__isSmartRef__":true,"id":463},"pvtCachedTransform":{"__isSmartRef__":true,"id":1366},"savedFill":null,"filter":{"__isSmartRef__":true,"id":1367},"suppressHandles":true,"formalModel":{"__isSmartRef__":true,"id":1368},"savedTextColor":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"FilterableListMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"FilterableListMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"96:FilterableListMorph","namespaceURI":null},{"key":"transform","value":"translate(0,-289.3499999999998)","namespaceURI":null}]}},"759":{"textString":"results/","savedTextString":"-----","submorphs":[{"__isSmartRef__":true,"id":760}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"97:TextMorph","origin":{"__isSmartRef__":true,"id":765},"shape":{"__isSmartRef__":true,"id":766},"textContent":{"__isSmartRef__":true,"id":767},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":768},"textSelection":{"__isSmartRef__":true,"id":760},"priorExtent":{"__isSmartRef__":true,"id":769},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":770},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":771},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":773},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"97:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,4.5)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"760":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":759},"_livelyDataWrapperId_":"99:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":761},"shape":{"__isSmartRef__":true,"id":762},"priorExtent":{"__isSmartRef__":true,"id":763},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":764},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"99:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"761":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"762":{"_livelyDataWrapperId_":"98:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"98:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"763":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"764":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"765":{"x":3,"y":4.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"766":{"_x":0,"_y":0,"_width":205.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"205.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"767":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"768":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":4.5,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"769":{"x":193.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"770":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"771":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"772":{"onMouseDown":"onMouseDown","onMouseMove":"onMouseMove","onMouseUp":"onMouseUp"},"773":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"774":{"textString":"testRessources/","savedTextString":"testRessources/","submorphs":[{"__isSmartRef__":true,"id":775}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"152:TextMorph","origin":{"__isSmartRef__":true,"id":780},"shape":{"__isSmartRef__":true,"id":781},"textContent":{"__isSmartRef__":true,"id":782},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":783},"textSelection":{"__isSmartRef__":true,"id":775},"priorExtent":{"__isSmartRef__":true,"id":784},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":785},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":786},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":787},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"152:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,22.2)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"775":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":774},"_livelyDataWrapperId_":"154:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":776},"shape":{"__isSmartRef__":true,"id":777},"priorExtent":{"__isSmartRef__":true,"id":778},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":779},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"154:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"776":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"777":{"_livelyDataWrapperId_":"153:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"153:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"778":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"779":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"780":{"x":3,"y":22.2,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"781":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"782":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"783":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":22.2,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"784":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"785":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"786":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"787":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"788":{"textString":"../","savedTextString":"../","submorphs":[{"__isSmartRef__":true,"id":789}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"155:TextMorph","origin":{"__isSmartRef__":true,"id":794},"shape":{"__isSmartRef__":true,"id":795},"textContent":{"__isSmartRef__":true,"id":796},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":797},"textSelection":{"__isSmartRef__":true,"id":789},"priorExtent":{"__isSmartRef__":true,"id":798},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":799},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":800},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":801},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"155:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,39.9)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"789":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":788},"_livelyDataWrapperId_":"157:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":790},"shape":{"__isSmartRef__":true,"id":791},"priorExtent":{"__isSmartRef__":true,"id":792},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":793},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"157:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"790":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"791":{"_livelyDataWrapperId_":"156:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"156:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"792":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"793":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"794":{"x":3,"y":39.9,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"795":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"796":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"797":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":39.9,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"798":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"799":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"800":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"801":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"802":{"textString":"BindingsTest.js (not parsed)","savedTextString":"BindingsTest.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":803}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"158:TextMorph","origin":{"__isSmartRef__":true,"id":808},"shape":{"__isSmartRef__":true,"id":809},"textContent":{"__isSmartRef__":true,"id":810},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":811},"textSelection":{"__isSmartRef__":true,"id":803},"priorExtent":{"__isSmartRef__":true,"id":812},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":813},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":814},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":815},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"158:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,57.599999999999994)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"803":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":802},"_livelyDataWrapperId_":"160:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":804},"shape":{"__isSmartRef__":true,"id":805},"priorExtent":{"__isSmartRef__":true,"id":806},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":807},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"160:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"804":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"805":{"_livelyDataWrapperId_":"159:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"159:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"806":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"807":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"808":{"x":3,"y":57.599999999999994,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"809":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"810":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"811":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":57.599999999999994,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"812":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"813":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"814":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"815":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"816":{"textString":"BootstrapTests.js (not parsed)","savedTextString":"BootstrapTests.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":817}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"161:TextMorph","origin":{"__isSmartRef__":true,"id":822},"shape":{"__isSmartRef__":true,"id":823},"textContent":{"__isSmartRef__":true,"id":824},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":825},"textSelection":{"__isSmartRef__":true,"id":817},"priorExtent":{"__isSmartRef__":true,"id":826},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":827},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":828},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":829},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"161:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,75.3)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"817":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":816},"_livelyDataWrapperId_":"163:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":818},"shape":{"__isSmartRef__":true,"id":819},"priorExtent":{"__isSmartRef__":true,"id":820},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":821},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"163:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"818":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"819":{"_livelyDataWrapperId_":"162:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"162:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"820":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"821":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"822":{"x":3,"y":75.3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"823":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"824":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"825":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":75.3,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"826":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"827":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"828":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"829":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"830":{"textString":"CDBTest.js (not parsed)","savedTextString":"CDBTest.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":831}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"164:TextMorph","origin":{"__isSmartRef__":true,"id":836},"shape":{"__isSmartRef__":true,"id":837},"textContent":{"__isSmartRef__":true,"id":838},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":839},"textSelection":{"__isSmartRef__":true,"id":831},"priorExtent":{"__isSmartRef__":true,"id":840},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":841},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":842},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":843},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"164:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,93)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"831":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":830},"_livelyDataWrapperId_":"166:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":832},"shape":{"__isSmartRef__":true,"id":833},"priorExtent":{"__isSmartRef__":true,"id":834},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":835},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"166:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"832":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"833":{"_livelyDataWrapperId_":"165:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"165:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"834":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"835":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"836":{"x":3,"y":93,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"837":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"838":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"839":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":93,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"840":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"841":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"842":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"843":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"844":{"textString":"ClassTest.js (not parsed)","savedTextString":"ClassTest.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":845}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"167:TextMorph","origin":{"__isSmartRef__":true,"id":850},"shape":{"__isSmartRef__":true,"id":851},"textContent":{"__isSmartRef__":true,"id":852},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":853},"textSelection":{"__isSmartRef__":true,"id":845},"priorExtent":{"__isSmartRef__":true,"id":854},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":855},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":856},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":857},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"167:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,110.7)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"845":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":844},"_livelyDataWrapperId_":"169:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":846},"shape":{"__isSmartRef__":true,"id":847},"priorExtent":{"__isSmartRef__":true,"id":848},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":849},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"169:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"846":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"847":{"_livelyDataWrapperId_":"168:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"168:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"848":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"849":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"850":{"x":3,"y":110.7,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"851":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"852":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"853":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":110.7,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"854":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"855":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"856":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"857":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"858":{"textString":"ConnectorTest.js (not parsed)","savedTextString":"ConnectorTest.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":859}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"170:TextMorph","origin":{"__isSmartRef__":true,"id":864},"shape":{"__isSmartRef__":true,"id":865},"textContent":{"__isSmartRef__":true,"id":866},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":867},"textSelection":{"__isSmartRef__":true,"id":859},"priorExtent":{"__isSmartRef__":true,"id":868},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":869},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":870},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":871},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"170:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,128.4)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"859":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":858},"_livelyDataWrapperId_":"172:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":860},"shape":{"__isSmartRef__":true,"id":861},"priorExtent":{"__isSmartRef__":true,"id":862},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":863},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"172:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"860":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"861":{"_livelyDataWrapperId_":"171:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"171:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"862":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"863":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"864":{"x":3,"y":128.4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"865":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"866":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"867":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":128.4,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"868":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"869":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"870":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"871":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"872":{"textString":"ContextJSFlattenTest.js (not parsed)","savedTextString":"ContextJSFlattenTest.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":873}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"173:TextMorph","origin":{"__isSmartRef__":true,"id":878},"shape":{"__isSmartRef__":true,"id":879},"textContent":{"__isSmartRef__":true,"id":880},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":881},"textSelection":{"__isSmartRef__":true,"id":873},"priorExtent":{"__isSmartRef__":true,"id":882},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":883},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":884},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":885},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"173:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,146.1)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"873":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":872},"_livelyDataWrapperId_":"175:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":874},"shape":{"__isSmartRef__":true,"id":875},"priorExtent":{"__isSmartRef__":true,"id":876},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":877},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"175:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"874":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"875":{"_livelyDataWrapperId_":"174:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"174:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"876":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"877":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"878":{"x":3,"y":146.1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"879":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"880":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"881":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":146.1,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"882":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"883":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"884":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"885":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"886":{"textString":"CoreTest.js (not parsed)","savedTextString":"CoreTest.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":887}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"176:TextMorph","origin":{"__isSmartRef__":true,"id":892},"shape":{"__isSmartRef__":true,"id":893},"textContent":{"__isSmartRef__":true,"id":894},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":895},"textSelection":{"__isSmartRef__":true,"id":887},"priorExtent":{"__isSmartRef__":true,"id":896},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":897},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":898},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":899},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"176:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,163.79999999999998)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"887":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":886},"_livelyDataWrapperId_":"178:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":888},"shape":{"__isSmartRef__":true,"id":889},"priorExtent":{"__isSmartRef__":true,"id":890},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":891},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"178:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"888":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"889":{"_livelyDataWrapperId_":"177:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"177:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"890":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"891":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"892":{"x":3,"y":163.79999999999998,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"893":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"894":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"895":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":163.79999999999998,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"896":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"897":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"898":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"899":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"900":{"textString":"CouchdbTest.js (not parsed)","savedTextString":"CouchdbTest.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":901}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"179:TextMorph","origin":{"__isSmartRef__":true,"id":906},"shape":{"__isSmartRef__":true,"id":907},"textContent":{"__isSmartRef__":true,"id":908},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":909},"textSelection":{"__isSmartRef__":true,"id":901},"priorExtent":{"__isSmartRef__":true,"id":910},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":911},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":912},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":913},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"179:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,181.49999999999997)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"901":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":900},"_livelyDataWrapperId_":"181:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":902},"shape":{"__isSmartRef__":true,"id":903},"priorExtent":{"__isSmartRef__":true,"id":904},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":905},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"181:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"902":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"903":{"_livelyDataWrapperId_":"180:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"180:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"904":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"905":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"906":{"x":3,"y":181.49999999999997,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"907":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"908":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"909":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":181.49999999999997,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"910":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"911":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"912":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"913":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"914":{"textString":"FabrikTest.js (not parsed)","savedTextString":"FabrikTest.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":915}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"182:TextMorph","origin":{"__isSmartRef__":true,"id":920},"shape":{"__isSmartRef__":true,"id":921},"textContent":{"__isSmartRef__":true,"id":922},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":923},"textSelection":{"__isSmartRef__":true,"id":915},"priorExtent":{"__isSmartRef__":true,"id":924},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":925},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":926},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":927},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"182:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,199.19999999999996)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"915":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":914},"_livelyDataWrapperId_":"184:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":916},"shape":{"__isSmartRef__":true,"id":917},"priorExtent":{"__isSmartRef__":true,"id":918},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":919},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"184:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"916":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"917":{"_livelyDataWrapperId_":"183:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"183:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"918":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"919":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"920":{"x":3,"y":199.19999999999996,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"921":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"922":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"923":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":199.19999999999996,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"924":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"925":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"926":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"927":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"928":{"textString":"HelperTest.js (not parsed)","savedTextString":"HelperTest.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":929}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"185:TextMorph","origin":{"__isSmartRef__":true,"id":934},"shape":{"__isSmartRef__":true,"id":935},"textContent":{"__isSmartRef__":true,"id":936},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":937},"textSelection":{"__isSmartRef__":true,"id":929},"priorExtent":{"__isSmartRef__":true,"id":938},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":939},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":940},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":941},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"185:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,216.89999999999995)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"929":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":928},"_livelyDataWrapperId_":"187:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":930},"shape":{"__isSmartRef__":true,"id":931},"priorExtent":{"__isSmartRef__":true,"id":932},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":933},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"187:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"930":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"931":{"_livelyDataWrapperId_":"186:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"186:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"932":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"933":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"934":{"x":3,"y":216.89999999999995,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"935":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"936":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"937":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":216.89999999999995,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"938":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"939":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"940":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"941":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"942":{"textString":"javascriptyStuff.js (not parsed)","savedTextString":"javascriptyStuff.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":943}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"188:TextMorph","origin":{"__isSmartRef__":true,"id":948},"shape":{"__isSmartRef__":true,"id":949},"textContent":{"__isSmartRef__":true,"id":950},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":951},"textSelection":{"__isSmartRef__":true,"id":943},"priorExtent":{"__isSmartRef__":true,"id":952},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":953},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":954},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":955},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"188:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,234.59999999999994)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"943":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":942},"_livelyDataWrapperId_":"190:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":944},"shape":{"__isSmartRef__":true,"id":945},"priorExtent":{"__isSmartRef__":true,"id":946},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":947},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"190:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"944":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"945":{"_livelyDataWrapperId_":"189:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"189:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"946":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"947":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"948":{"x":3,"y":234.59999999999994,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"949":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"950":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"951":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":234.59999999999994,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"952":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"953":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"954":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"955":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"956":{"textString":"JournalTest.js (not parsed)","savedTextString":"JournalTest.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":957}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"191:TextMorph","origin":{"__isSmartRef__":true,"id":962},"shape":{"__isSmartRef__":true,"id":963},"textContent":{"__isSmartRef__":true,"id":964},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":965},"textSelection":{"__isSmartRef__":true,"id":957},"priorExtent":{"__isSmartRef__":true,"id":966},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":967},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":968},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":969},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"191:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,252.29999999999993)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"957":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":956},"_livelyDataWrapperId_":"193:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":958},"shape":{"__isSmartRef__":true,"id":959},"priorExtent":{"__isSmartRef__":true,"id":960},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":961},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"193:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"958":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"959":{"_livelyDataWrapperId_":"192:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"192:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"960":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"961":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"962":{"x":3,"y":252.29999999999993,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"963":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"964":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"965":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":252.29999999999993,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"966":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"967":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"968":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"969":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"970":{"textString":"LayoutTests.js (not parsed)","savedTextString":"LayoutTests.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":971}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"194:TextMorph","origin":{"__isSmartRef__":true,"id":976},"shape":{"__isSmartRef__":true,"id":977},"textContent":{"__isSmartRef__":true,"id":978},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":979},"textSelection":{"__isSmartRef__":true,"id":971},"priorExtent":{"__isSmartRef__":true,"id":980},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":981},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":982},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":983},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"194:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,269.99999999999994)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"971":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":970},"_livelyDataWrapperId_":"196:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":972},"shape":{"__isSmartRef__":true,"id":973},"priorExtent":{"__isSmartRef__":true,"id":974},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":975},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"196:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"972":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"973":{"_livelyDataWrapperId_":"195:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"195:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"974":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"975":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"976":{"x":3,"y":269.99999999999994,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"977":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"978":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"979":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":269.99999999999994,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"980":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"981":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"982":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"983":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"984":{"textString":"LKWikiTest.js (not parsed)","savedTextString":"LKWikiTest.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":985}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"197:TextMorph","origin":{"__isSmartRef__":true,"id":990},"shape":{"__isSmartRef__":true,"id":991},"textContent":{"__isSmartRef__":true,"id":992},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":993},"textSelection":{"__isSmartRef__":true,"id":985},"priorExtent":{"__isSmartRef__":true,"id":994},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":995},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":996},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":997},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"197:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,287.69999999999993)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"985":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":984},"_livelyDataWrapperId_":"199:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":986},"shape":{"__isSmartRef__":true,"id":987},"priorExtent":{"__isSmartRef__":true,"id":988},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":989},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"199:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"986":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"987":{"_livelyDataWrapperId_":"198:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"198:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"988":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"989":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"990":{"x":3,"y":287.69999999999993,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"991":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"992":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"993":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":287.69999999999993,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"994":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"995":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"996":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"997":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"998":{"textString":"MiniPrototypeTest.js (not parsed)","savedTextString":"MiniPrototypeTest.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":999}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"200:TextMorph","origin":{"__isSmartRef__":true,"id":1004},"shape":{"__isSmartRef__":true,"id":1005},"textContent":{"__isSmartRef__":true,"id":1006},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1007},"textSelection":{"__isSmartRef__":true,"id":999},"priorExtent":{"__isSmartRef__":true,"id":1008},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1009},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1010},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1011},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"200:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,305.3999999999999)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"999":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":998},"_livelyDataWrapperId_":"202:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1000},"shape":{"__isSmartRef__":true,"id":1001},"priorExtent":{"__isSmartRef__":true,"id":1002},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1003},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"202:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1000":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1001":{"_livelyDataWrapperId_":"201:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"201:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1002":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1003":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1004":{"x":3,"y":305.3999999999999,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1005":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1006":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1007":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":305.3999999999999,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1008":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1009":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1010":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1011":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1012":{"textString":"ModuleSystemTests.js (not parsed)","savedTextString":"ModuleSystemTests.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":1013}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"203:TextMorph","origin":{"__isSmartRef__":true,"id":1018},"shape":{"__isSmartRef__":true,"id":1019},"textContent":{"__isSmartRef__":true,"id":1020},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1021},"textSelection":{"__isSmartRef__":true,"id":1013},"priorExtent":{"__isSmartRef__":true,"id":1022},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1023},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1024},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1025},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"203:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,323.0999999999999)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1013":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1012},"_livelyDataWrapperId_":"205:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1014},"shape":{"__isSmartRef__":true,"id":1015},"priorExtent":{"__isSmartRef__":true,"id":1016},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1017},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"205:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1014":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1015":{"_livelyDataWrapperId_":"204:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"204:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1016":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1017":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1018":{"x":3,"y":323.0999999999999,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1019":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1020":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1021":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":323.0999999999999,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1022":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1023":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1024":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1025":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1026":{"textString":"MorphTest.js (not parsed)","savedTextString":"MorphTest.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":1027}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"206:TextMorph","origin":{"__isSmartRef__":true,"id":1032},"shape":{"__isSmartRef__":true,"id":1033},"textContent":{"__isSmartRef__":true,"id":1034},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1035},"textSelection":{"__isSmartRef__":true,"id":1027},"priorExtent":{"__isSmartRef__":true,"id":1036},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1037},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1038},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1039},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"206:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,340.7999999999999)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1027":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1026},"_livelyDataWrapperId_":"208:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1028},"shape":{"__isSmartRef__":true,"id":1029},"priorExtent":{"__isSmartRef__":true,"id":1030},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1031},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"208:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1028":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1029":{"_livelyDataWrapperId_":"207:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"207:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1030":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1031":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1032":{"x":3,"y":340.7999999999999,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1033":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1034":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1035":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":340.7999999999999,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1036":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1037":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1038":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1039":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1040":{"textString":"NetworkTest.js (not parsed)","savedTextString":"NetworkTest.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":1041}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"209:TextMorph","origin":{"__isSmartRef__":true,"id":1046},"shape":{"__isSmartRef__":true,"id":1047},"textContent":{"__isSmartRef__":true,"id":1048},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1049},"textSelection":{"__isSmartRef__":true,"id":1041},"priorExtent":{"__isSmartRef__":true,"id":1050},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1051},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1052},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1053},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"209:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,358.4999999999999)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1041":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1040},"_livelyDataWrapperId_":"211:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1042},"shape":{"__isSmartRef__":true,"id":1043},"priorExtent":{"__isSmartRef__":true,"id":1044},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1045},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"211:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1042":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1043":{"_livelyDataWrapperId_":"210:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"210:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1044":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1045":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1046":{"x":3,"y":358.4999999999999,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1047":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1048":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1049":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":358.4999999999999,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1050":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1051":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1052":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1053":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1054":{"textString":"OmetaTest.js (not parsed)","savedTextString":"OmetaTest.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":1055}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"212:TextMorph","origin":{"__isSmartRef__":true,"id":1060},"shape":{"__isSmartRef__":true,"id":1061},"textContent":{"__isSmartRef__":true,"id":1062},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1063},"textSelection":{"__isSmartRef__":true,"id":1055},"priorExtent":{"__isSmartRef__":true,"id":1064},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1065},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1066},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1067},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"212:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,376.1999999999999)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1055":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1054},"_livelyDataWrapperId_":"214:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1056},"shape":{"__isSmartRef__":true,"id":1057},"priorExtent":{"__isSmartRef__":true,"id":1058},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1059},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"214:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1056":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1057":{"_livelyDataWrapperId_":"213:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"213:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1058":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1059":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1060":{"x":3,"y":376.1999999999999,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1061":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1062":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1063":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":376.1999999999999,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1064":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1065":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1066":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1067":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1068":{"textString":"PageNavigationTest.js (not parsed)","savedTextString":"PageNavigationTest.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":1069}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"215:TextMorph","origin":{"__isSmartRef__":true,"id":1074},"shape":{"__isSmartRef__":true,"id":1075},"textContent":{"__isSmartRef__":true,"id":1076},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1077},"textSelection":{"__isSmartRef__":true,"id":1069},"priorExtent":{"__isSmartRef__":true,"id":1078},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1079},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1080},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1081},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"215:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,393.89999999999986)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1069":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1068},"_livelyDataWrapperId_":"217:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1070},"shape":{"__isSmartRef__":true,"id":1071},"priorExtent":{"__isSmartRef__":true,"id":1072},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1073},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"217:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1070":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1071":{"_livelyDataWrapperId_":"216:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"216:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1072":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1073":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1074":{"x":3,"y":393.89999999999986,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1075":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1076":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1077":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":393.89999999999986,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1078":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1079":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1080":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1081":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1082":{"textString":"PaperTest.js (not parsed)","savedTextString":"PaperTest.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":1083}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"218:TextMorph","origin":{"__isSmartRef__":true,"id":1088},"shape":{"__isSmartRef__":true,"id":1089},"textContent":{"__isSmartRef__":true,"id":1090},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1091},"textSelection":{"__isSmartRef__":true,"id":1083},"priorExtent":{"__isSmartRef__":true,"id":1092},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1093},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1094},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1095},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"218:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,411.59999999999985)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1083":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1082},"_livelyDataWrapperId_":"220:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1084},"shape":{"__isSmartRef__":true,"id":1085},"priorExtent":{"__isSmartRef__":true,"id":1086},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1087},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"220:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1084":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1085":{"_livelyDataWrapperId_":"219:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"219:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1086":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1087":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1088":{"x":3,"y":411.59999999999985,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1089":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1090":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1091":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":411.59999999999985,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1092":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1093":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1094":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1095":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1096":{"textString":"RecordTest.js (not parsed)","savedTextString":"RecordTest.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":1097}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"221:TextMorph","origin":{"__isSmartRef__":true,"id":1102},"shape":{"__isSmartRef__":true,"id":1103},"textContent":{"__isSmartRef__":true,"id":1104},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1105},"textSelection":{"__isSmartRef__":true,"id":1097},"priorExtent":{"__isSmartRef__":true,"id":1106},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1107},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1108},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1109},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"221:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,429.29999999999984)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1097":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1096},"_livelyDataWrapperId_":"223:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1098},"shape":{"__isSmartRef__":true,"id":1099},"priorExtent":{"__isSmartRef__":true,"id":1100},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1101},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"223:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1098":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1099":{"_livelyDataWrapperId_":"222:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"222:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1100":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1101":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1102":{"x":3,"y":429.29999999999984,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1103":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1104":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1105":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":429.29999999999984,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1106":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1107":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1108":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1109":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1110":{"textString":"SceneTest.js (not parsed)","savedTextString":"SceneTest.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":1111}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"224:TextMorph","origin":{"__isSmartRef__":true,"id":1116},"shape":{"__isSmartRef__":true,"id":1117},"textContent":{"__isSmartRef__":true,"id":1118},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1119},"textSelection":{"__isSmartRef__":true,"id":1111},"priorExtent":{"__isSmartRef__":true,"id":1120},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1121},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1122},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1123},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"224:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,446.99999999999983)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1111":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1110},"_livelyDataWrapperId_":"226:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1112},"shape":{"__isSmartRef__":true,"id":1113},"priorExtent":{"__isSmartRef__":true,"id":1114},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1115},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"226:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1112":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1113":{"_livelyDataWrapperId_":"225:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"225:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1114":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1115":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1116":{"x":3,"y":446.99999999999983,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1117":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1118":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1119":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":446.99999999999983,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1120":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1121":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1122":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1123":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1124":{"textString":"ScriptingTests.js","savedTextString":"ScriptingTests.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":1125}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"227:TextMorph","origin":{"__isSmartRef__":true,"id":1130},"shape":{"__isSmartRef__":true,"id":1131},"textContent":{"__isSmartRef__":true,"id":1133},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1135},"textSelection":{"__isSmartRef__":true,"id":1125},"priorExtent":{"__isSmartRef__":true,"id":1136},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1137},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1138},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1139},"openForDragAndDrop":false,"textColor":{"__isSmartRef__":true,"id":1134},"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"227:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,464.6999999999998)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1125":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1124},"_livelyDataWrapperId_":"229:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1126},"shape":{"__isSmartRef__":true,"id":1127},"priorExtent":{"__isSmartRef__":true,"id":1128},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1129},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"229:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1126":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1127":{"_livelyDataWrapperId_":"228:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"228:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1128":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1129":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1130":{"x":3,"y":464.6999999999998,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1131":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":1132},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(83,130,161)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1132":{"r":0.3254901960784314,"g":0.5098039215686274,"b":0.6313725490196078,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1133":{"_fill":{"__isSmartRef__":true,"id":1134},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1134":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1135":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":464.6999999999998,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1136":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1137":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1138":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1139":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1140":{"textString":"SerializationTests.js (not parsed)","savedTextString":"SerializationTests.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":1141}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"230:TextMorph","origin":{"__isSmartRef__":true,"id":1146},"shape":{"__isSmartRef__":true,"id":1147},"textContent":{"__isSmartRef__":true,"id":1148},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1149},"textSelection":{"__isSmartRef__":true,"id":1141},"priorExtent":{"__isSmartRef__":true,"id":1150},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1151},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1152},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1153},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"230:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,482.3999999999998)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1141":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1140},"_livelyDataWrapperId_":"232:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1142},"shape":{"__isSmartRef__":true,"id":1143},"priorExtent":{"__isSmartRef__":true,"id":1144},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1145},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"232:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1142":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1143":{"_livelyDataWrapperId_":"231:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"231:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1144":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1145":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1146":{"x":3,"y":482.3999999999998,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1147":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1148":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1149":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":482.3999999999998,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1150":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1151":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1152":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1153":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1154":{"textString":"SmalltalkParserTest.js (not parsed)","savedTextString":"SmalltalkParserTest.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":1155}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"233:TextMorph","origin":{"__isSmartRef__":true,"id":1160},"shape":{"__isSmartRef__":true,"id":1161},"textContent":{"__isSmartRef__":true,"id":1162},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1163},"textSelection":{"__isSmartRef__":true,"id":1155},"priorExtent":{"__isSmartRef__":true,"id":1164},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1165},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1166},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1167},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"233:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,500.0999999999998)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1155":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1154},"_livelyDataWrapperId_":"235:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1156},"shape":{"__isSmartRef__":true,"id":1157},"priorExtent":{"__isSmartRef__":true,"id":1158},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1159},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"235:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1156":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1157":{"_livelyDataWrapperId_":"234:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"234:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1158":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1159":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1160":{"x":3,"y":500.0999999999998,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1161":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1162":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1163":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":500.0999999999998,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1164":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1165":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1166":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1167":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1168":{"textString":"TestFrameworkTests.js (not parsed)","savedTextString":"TestFrameworkTests.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":1169}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"236:TextMorph","origin":{"__isSmartRef__":true,"id":1174},"shape":{"__isSmartRef__":true,"id":1175},"textContent":{"__isSmartRef__":true,"id":1176},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1177},"textSelection":{"__isSmartRef__":true,"id":1169},"priorExtent":{"__isSmartRef__":true,"id":1178},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1179},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1180},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1181},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"236:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,517.7999999999998)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1169":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1168},"_livelyDataWrapperId_":"238:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1170},"shape":{"__isSmartRef__":true,"id":1171},"priorExtent":{"__isSmartRef__":true,"id":1172},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1173},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"238:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1170":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1171":{"_livelyDataWrapperId_":"237:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"237:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1172":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1173":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1174":{"x":3,"y":517.7999999999998,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1175":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1176":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1177":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":517.7999999999998,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1178":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1179":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1180":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1181":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1182":{"textString":"TileScriptingTests.js (not parsed)","savedTextString":"TileScriptingTests.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":1183}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"239:TextMorph","origin":{"__isSmartRef__":true,"id":1188},"shape":{"__isSmartRef__":true,"id":1189},"textContent":{"__isSmartRef__":true,"id":1190},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1191},"textSelection":{"__isSmartRef__":true,"id":1183},"priorExtent":{"__isSmartRef__":true,"id":1192},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1193},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1194},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1195},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"239:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,535.4999999999999)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1183":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1182},"_livelyDataWrapperId_":"241:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1184},"shape":{"__isSmartRef__":true,"id":1185},"priorExtent":{"__isSmartRef__":true,"id":1186},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1187},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"241:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1184":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1185":{"_livelyDataWrapperId_":"240:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"240:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1186":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1187":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1188":{"x":3,"y":535.4999999999999,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1189":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1190":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1191":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":535.4999999999999,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1192":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1193":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1194":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1195":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1196":{"textString":"ToolsTests.js (not parsed)","savedTextString":"ToolsTests.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":1197}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"242:TextMorph","origin":{"__isSmartRef__":true,"id":1202},"shape":{"__isSmartRef__":true,"id":1203},"textContent":{"__isSmartRef__":true,"id":1204},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1205},"textSelection":{"__isSmartRef__":true,"id":1197},"priorExtent":{"__isSmartRef__":true,"id":1206},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1207},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1208},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1209},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"242:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,553.1999999999999)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1197":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1196},"_livelyDataWrapperId_":"244:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1198},"shape":{"__isSmartRef__":true,"id":1199},"priorExtent":{"__isSmartRef__":true,"id":1200},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1201},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"244:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1198":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1199":{"_livelyDataWrapperId_":"243:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"243:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1200":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1201":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1202":{"x":3,"y":553.1999999999999,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1203":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1204":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1205":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":553.1999999999999,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1206":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1207":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1208":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1209":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1210":{"textString":"TraitTests.js (not parsed)","savedTextString":"TraitTests.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":1211}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"245:TextMorph","origin":{"__isSmartRef__":true,"id":1216},"shape":{"__isSmartRef__":true,"id":1217},"textContent":{"__isSmartRef__":true,"id":1218},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1219},"textSelection":{"__isSmartRef__":true,"id":1211},"priorExtent":{"__isSmartRef__":true,"id":1220},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1221},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1222},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1223},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"245:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,570.9)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1211":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1210},"_livelyDataWrapperId_":"247:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1212},"shape":{"__isSmartRef__":true,"id":1213},"priorExtent":{"__isSmartRef__":true,"id":1214},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1215},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"247:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1212":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1213":{"_livelyDataWrapperId_":"246:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"246:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1214":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1215":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1216":{"x":3,"y":570.9,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1217":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1218":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1219":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":570.9,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1220":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1221":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1222":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1223":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1224":{"textString":"UndoTest.js (not parsed)","savedTextString":"UndoTest.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":1225}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"248:TextMorph","origin":{"__isSmartRef__":true,"id":1230},"shape":{"__isSmartRef__":true,"id":1231},"textContent":{"__isSmartRef__":true,"id":1232},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1233},"textSelection":{"__isSmartRef__":true,"id":1225},"priorExtent":{"__isSmartRef__":true,"id":1234},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1235},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1236},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1237},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"248:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,588.6)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1225":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1224},"_livelyDataWrapperId_":"250:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1226},"shape":{"__isSmartRef__":true,"id":1227},"priorExtent":{"__isSmartRef__":true,"id":1228},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1229},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"250:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1226":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1227":{"_livelyDataWrapperId_":"249:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"249:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1228":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1229":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1230":{"x":3,"y":588.6,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1231":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1232":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1233":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":588.6,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1234":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1235":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1236":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1237":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1238":{"textString":"UserStoryTest.js (not parsed)","savedTextString":"UserStoryTest.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":1239}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"251:TextMorph","origin":{"__isSmartRef__":true,"id":1244},"shape":{"__isSmartRef__":true,"id":1245},"textContent":{"__isSmartRef__":true,"id":1246},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1247},"textSelection":{"__isSmartRef__":true,"id":1239},"priorExtent":{"__isSmartRef__":true,"id":1248},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1249},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1250},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1251},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"251:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,606.3000000000001)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1239":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1238},"_livelyDataWrapperId_":"253:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1240},"shape":{"__isSmartRef__":true,"id":1241},"priorExtent":{"__isSmartRef__":true,"id":1242},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1243},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"253:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1240":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1241":{"_livelyDataWrapperId_":"252:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"252:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1242":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1243":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1244":{"x":3,"y":606.3000000000001,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1245":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1246":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1247":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":606.3000000000001,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1248":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1249":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1250":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1251":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1252":{"textString":"WebCollabAgentTest.js (not parsed)","savedTextString":"WebCollabAgentTest.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":1253}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"254:TextMorph","origin":{"__isSmartRef__":true,"id":1258},"shape":{"__isSmartRef__":true,"id":1259},"textContent":{"__isSmartRef__":true,"id":1260},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1261},"textSelection":{"__isSmartRef__":true,"id":1253},"priorExtent":{"__isSmartRef__":true,"id":1262},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1263},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1264},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1265},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"254:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,624.0000000000001)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1253":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1252},"_livelyDataWrapperId_":"256:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1254},"shape":{"__isSmartRef__":true,"id":1255},"priorExtent":{"__isSmartRef__":true,"id":1256},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1257},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"256:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1254":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1255":{"_livelyDataWrapperId_":"255:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"255:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1256":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1257":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1258":{"x":3,"y":624.0000000000001,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1259":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1260":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1261":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":624.0000000000001,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1262":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1263":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1264":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1265":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1266":{"textString":"WidgetTest.js (not parsed)","savedTextString":"WidgetTest.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":1267}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"257:TextMorph","origin":{"__isSmartRef__":true,"id":1272},"shape":{"__isSmartRef__":true,"id":1273},"textContent":{"__isSmartRef__":true,"id":1274},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1275},"textSelection":{"__isSmartRef__":true,"id":1267},"priorExtent":{"__isSmartRef__":true,"id":1276},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1277},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1278},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1279},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"257:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,641.7000000000002)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1267":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1266},"_livelyDataWrapperId_":"259:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1268},"shape":{"__isSmartRef__":true,"id":1269},"priorExtent":{"__isSmartRef__":true,"id":1270},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1271},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"259:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1268":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1269":{"_livelyDataWrapperId_":"258:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"258:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1270":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1271":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1272":{"x":3,"y":641.7000000000002,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1273":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1274":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1275":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":641.7000000000002,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1276":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1277":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1278":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1279":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1280":{"textString":"WikiWidgetTest.js (not parsed)","savedTextString":"WikiWidgetTest.js (not parsed)","submorphs":[{"__isSmartRef__":true,"id":1281}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"260:TextMorph","origin":{"__isSmartRef__":true,"id":1286},"shape":{"__isSmartRef__":true,"id":1287},"textContent":{"__isSmartRef__":true,"id":1288},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1289},"textSelection":{"__isSmartRef__":true,"id":1281},"priorExtent":{"__isSmartRef__":true,"id":1290},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1291},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1292},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1293},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"260:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,659.4000000000002)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1281":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1280},"_livelyDataWrapperId_":"262:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1282},"shape":{"__isSmartRef__":true,"id":1283},"priorExtent":{"__isSmartRef__":true,"id":1284},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1285},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"262:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1282":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1283":{"_livelyDataWrapperId_":"261:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"261:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1284":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1285":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1286":{"x":3,"y":659.4000000000002,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1287":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1288":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1289":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":659.4000000000002,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1290":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1291":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1292":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1293":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1294":{"textString":"Local code","savedTextString":"Local code","submorphs":[{"__isSmartRef__":true,"id":1295}],"owner":{"__isSmartRef__":true,"id":758},"_livelyDataWrapperId_":"263:TextMorph","origin":{"__isSmartRef__":true,"id":1300},"shape":{"__isSmartRef__":true,"id":1301},"textContent":{"__isSmartRef__":true,"id":1302},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1303},"textSelection":{"__isSmartRef__":true,"id":1295},"priorExtent":{"__isSmartRef__":true,"id":1304},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1305},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1306},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1307},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"263:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,677.1000000000003)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1295":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1294},"_livelyDataWrapperId_":"265:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1296},"shape":{"__isSmartRef__":true,"id":1297},"priorExtent":{"__isSmartRef__":true,"id":1298},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1299},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"265:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1296":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1297":{"_livelyDataWrapperId_":"264:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"264:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1298":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1299":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1300":{"x":3,"y":677.1000000000003,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1301":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1302":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1303":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":677.1000000000003,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1304":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1305":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1306":{"target":{"__isSmartRef__":true,"id":758},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1307":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1308":{"submorphs":[{"__isSmartRef__":true,"id":758}],"owner":{"__isSmartRef__":true,"id":1309},"_livelyDataWrapperId_":"101:ClipMorph","origin":{"__isSmartRef__":true,"id":1356},"shape":{"__isSmartRef__":true,"id":1357},"priorExtent":{"__isSmartRef__":true,"id":1359},"clip":{"__isSmartRef__":true,"id":1360},"_clip-path":"url(#102:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":1362},"suppressHandles":true,"__LivelyClassName__":"ClipMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ClipMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"101:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#102:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1309":{"submorphs":[{"__isSmartRef__":true,"id":1308},{"__isSmartRef__":true,"id":1310},{"__isSmartRef__":true,"id":1324}],"owner":{"__isSmartRef__":true,"id":387},"_livelyDataWrapperId_":"100:ScrollPane","origin":{"__isSmartRef__":true,"id":1351},"shape":{"__isSmartRef__":true,"id":1352},"priorExtent":{"__isSmartRef__":true,"id":1353},"pvtCachedTransform":{"__isSmartRef__":true,"id":1354},"clipMorph":{"__isSmartRef__":true,"id":1308},"verticalScrollBar":{"__isSmartRef__":true,"id":1310},"attributeConnections":[{"__isSmartRef__":true,"id":1355}],"suppressHandles":true,"menuButton":{"__isSmartRef__":true,"id":1324},"__LivelyClassName__":"ScrollPane","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScrollPane","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"100:ScrollPane","namespaceURI":null},{"key":"transform","value":"translate(0,27.650000000000002)","namespaceURI":null}]}},"1310":{"submorphs":[{"__isSmartRef__":true,"id":1311}],"owner":{"__isSmartRef__":true,"id":1309},"_livelyDataWrapperId_":"103:SliderMorph","origin":{"__isSmartRef__":true,"id":1318},"shape":{"__isSmartRef__":true,"id":1319},"priorExtent":{"__isSmartRef__":true,"id":1320},"value":0.5766816143497749,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":1321},"slider":{"__isSmartRef__":true,"id":1311},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1323}],"__LivelyClassName__":"SliderMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"SliderMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"103:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(192,13.5)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]}},"1311":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1310},"_livelyDataWrapperId_":"104:Morph","origin":{"__isSmartRef__":true,"id":1312},"shape":{"__isSmartRef__":true,"id":1313},"priorExtent":{"__isSmartRef__":true,"id":1314},"pvtCachedTransform":{"__isSmartRef__":true,"id":1315},"mouseHandler":{"__isSmartRef__":true,"id":1316},"styleClass":["slider"],"__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"104:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,74.77534884423413)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null}]}},"1312":{"x":0,"y":74.77534884423413,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1313":{"_x":0,"_y":0,"_width":14,"_height":50.8851260321599,"_stroke":{"__isSmartRef__":true,"id":147},"_fill":{"__isSmartRef__":true,"id":148},"_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"14","namespaceURI":null},{"key":"height","value":"50.8851260321599","namespaceURI":null},{"key":"stroke","value":"rgb(102,102,102)","namespaceURI":null},{"key":"fill","value":"url(#18:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1314":{"x":12,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1315":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":74.77534884423413,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1316":{"target":{"__isSmartRef__":true,"id":1310},"eventSpec":{"__isSmartRef__":true,"id":1317},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1317":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"1318":{"x":192,"y":13.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1319":{"_x":0,"_y":0,"_width":14,"_height":180.54999999999998,"_stroke":{"__isSmartRef__":true,"id":159},"_fill":{"__isSmartRef__":true,"id":160},"_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"14","namespaceURI":null},{"key":"height","value":"180.54999999999998","namespaceURI":null},{"key":"stroke","value":"rgb(204,204,204)","namespaceURI":null},{"key":"fill","value":"url(#19:lively.paint.LinearGradient)","namespaceURI":null},{"key":"stroke-opacity","value":"1","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1320":{"x":5,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1321":{"a":1,"b":0,"c":0,"d":1,"e":192,"f":13.5,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1322":{"sourceObj":{"__isSmartRef__":true,"id":1310},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":1309},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"isActive":false,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1323":{"sourceObj":{"__isSmartRef__":true,"id":1310},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":1309},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1324":{"submorphs":[{"__isSmartRef__":true,"id":1325},{"__isSmartRef__":true,"id":1330},{"__isSmartRef__":true,"id":1335},{"__isSmartRef__":true,"id":1340}],"owner":{"__isSmartRef__":true,"id":1309},"_livelyDataWrapperId_":"266:Morph","origin":{"__isSmartRef__":true,"id":1345},"shape":{"__isSmartRef__":true,"id":1346},"priorExtent":{"__isSmartRef__":true,"id":1347},"pvtCachedTransform":{"__isSmartRef__":true,"id":1348},"suppressHandles":true,"mouseHandler":{"__isSmartRef__":true,"id":1349},"__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"266:Morph","namespaceURI":null},{"key":"transform","value":"translate(192.5,0)","namespaceURI":null}]}},"1325":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1324},"_livelyDataWrapperId_":"267:Morph","origin":{"__isSmartRef__":true,"id":1326},"shape":{"__isSmartRef__":true,"id":1327},"priorExtent":{"__isSmartRef__":true,"id":1328},"pvtCachedTransform":{"__isSmartRef__":true,"id":1329},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"267:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1326":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1327":{"_stroke":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Polyline","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"polyline","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"points","value":"2,4 8,4","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1328":{"x":6,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1329":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1330":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1324},"_livelyDataWrapperId_":"268:Morph","origin":{"__isSmartRef__":true,"id":1331},"shape":{"__isSmartRef__":true,"id":1332},"priorExtent":{"__isSmartRef__":true,"id":1333},"pvtCachedTransform":{"__isSmartRef__":true,"id":1334},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"268:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1331":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1332":{"_stroke":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Polyline","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"polyline","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"points","value":"2,6 4,6","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1333":{"x":2,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1334":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1335":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1324},"_livelyDataWrapperId_":"269:Morph","origin":{"__isSmartRef__":true,"id":1336},"shape":{"__isSmartRef__":true,"id":1337},"priorExtent":{"__isSmartRef__":true,"id":1338},"pvtCachedTransform":{"__isSmartRef__":true,"id":1339},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"269:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1336":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1337":{"_stroke":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Polyline","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"polyline","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"points","value":"2,8 6,8","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1338":{"x":4,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1339":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1340":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1324},"_livelyDataWrapperId_":"270:Morph","origin":{"__isSmartRef__":true,"id":1341},"shape":{"__isSmartRef__":true,"id":1342},"priorExtent":{"__isSmartRef__":true,"id":1343},"pvtCachedTransform":{"__isSmartRef__":true,"id":1344},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"270:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1341":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1342":{"_stroke":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Polyline","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"polyline","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"points","value":"2,10 8,10","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1343":{"x":6,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1344":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1345":{"x":192.5,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1346":{"_x":0,"_y":0,"_width":14,"_height":14,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":160},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"14","namespaceURI":null},{"key":"height","value":"14","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"url(#19:lively.paint.LinearGradient)","namespaceURI":null}]}},"1347":{"x":14,"y":14,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1348":{"a":1,"b":0,"c":0,"d":1,"e":192.5,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1349":{"target":{"__isSmartRef__":true,"id":1309},"eventSpec":{"__isSmartRef__":true,"id":1350},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1350":{"onMouseDown":"menuButtonPressed"},"1351":{"x":0,"y":27.650000000000002,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1352":{"_x":0,"_y":0,"_width":205.5,"_height":193.54999999999998,"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"205.5","namespaceURI":null},{"key":"height","value":"193.54999999999998","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1353":{"x":205.5,"y":193.54999999999998,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1354":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":27.650000000000002,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1355":{"sourceObj":{"__isSmartRef__":true,"id":1309},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":1310},"targetMethodName":"setValue","converterString":null,"updaterString":null,"isActive":false,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1356":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1357":{"_x":0,"_y":0,"_width":193.5,"_height":193.54999999999998,"_fill":{"__isSmartRef__":true,"id":1358},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"193.5","namespaceURI":null},{"key":"height","value":"193.54999999999998","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1358":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1359":{"x":205.5,"y":193.54999999999998,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1360":{"_livelyDataWrapperId_":"102:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1361},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"102:lively.scene.Clip","namespaceURI":null}]}},"1361":{"_fill":{"__isSmartRef__":true,"id":1358},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"193.5","namespaceURI":null},{"key":"height","value":"193.54999999999998","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1362":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1363":{"x":0,"y":-289.3499999999998,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1364":{"_x":0,"_y":0,"_width":193.5,"_height":193.54999999999998,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":1358},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"193.5","namespaceURI":null},{"key":"height","value":"193.54999999999998","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null}]}},"1365":{"x":205.5,"y":193.54999999999998,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1366":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":-289.3499999999998,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1367":{"__regExp__":"/.*/i"},"1368":{"delegate":{"__isSmartRef__":true,"id":410},"__SourceModuleName__":"Global","definition":"{\"List\":\"-Pane1Content\",\"Selection\":\"Pane1Selection\",\"Menu\":\"-Pane1Menu\"}","isInstanceOfAnonymousClass":true,"isRelay":true},"1369":{"delegate":{"__isSmartRef__":true,"id":1370},"__SourceModuleName__":"Global","definition":"{\"Pane2Content\":\"!List\",\"Pane2Selection\":\"!Selection\",\"Pane2Menu\":\"!Menu\"}","isInstanceOfAnonymousClass":true,"isRelay":true},"1370":{"baseWidth":208.5,"textStyle":null,"submorphs":[{"__isSmartRef__":true,"id":1371}],"owner":{"__isSmartRef__":true,"id":1386},"_livelyDataWrapperId_":"105:FilterableListMorph","origin":{"__isSmartRef__":true,"id":1440},"shape":{"__isSmartRef__":true,"id":1441},"priorExtent":{"__isSmartRef__":true,"id":1442},"itemList":[{"__isSmartRef__":true,"id":517}],"selectedLineNo":0,"selection":{"__isSmartRef__":true,"id":518},"pvtCachedTransform":{"__isSmartRef__":true,"id":1443},"savedFill":null,"filter":{"__isSmartRef__":true,"id":1444},"suppressHandles":true,"formalModel":{"__isSmartRef__":true,"id":1445},"savedTextColor":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"FilterableListMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"FilterableListMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"105:FilterableListMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1371":{"textString":"Tests.ScriptingTests.OnlinePartsBinTest","savedTextString":"-----","submorphs":[{"__isSmartRef__":true,"id":1372}],"owner":{"__isSmartRef__":true,"id":1370},"_livelyDataWrapperId_":"106:TextMorph","origin":{"__isSmartRef__":true,"id":1377},"shape":{"__isSmartRef__":true,"id":1378},"textContent":{"__isSmartRef__":true,"id":1379},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1381},"textSelection":{"__isSmartRef__":true,"id":1372},"priorExtent":{"__isSmartRef__":true,"id":1382},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1383},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1384},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1385},"openForDragAndDrop":false,"textColor":{"__isSmartRef__":true,"id":1380},"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"106:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,4.5)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1372":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1371},"_livelyDataWrapperId_":"108:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1373},"shape":{"__isSmartRef__":true,"id":1374},"priorExtent":{"__isSmartRef__":true,"id":1375},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1376},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"108:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1373":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1374":{"_livelyDataWrapperId_":"107:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"107:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1375":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1376":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1377":{"x":3,"y":4.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1378":{"_x":0,"_y":0,"_width":205.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":1132},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"205.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(83,130,161)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1379":{"_fill":{"__isSmartRef__":true,"id":1380},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1380":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1381":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":4.5,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1382":{"x":193.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1383":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1384":{"target":{"__isSmartRef__":true,"id":1370},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1385":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1386":{"submorphs":[{"__isSmartRef__":true,"id":1370}],"owner":{"__isSmartRef__":true,"id":1387},"_livelyDataWrapperId_":"110:ClipMorph","origin":{"__isSmartRef__":true,"id":1434},"shape":{"__isSmartRef__":true,"id":1435},"priorExtent":{"__isSmartRef__":true,"id":1436},"clip":{"__isSmartRef__":true,"id":1437},"_clip-path":"url(#111:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":1439},"suppressHandles":true,"__LivelyClassName__":"ClipMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ClipMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"110:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#111:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1387":{"submorphs":[{"__isSmartRef__":true,"id":1386},{"__isSmartRef__":true,"id":1388},{"__isSmartRef__":true,"id":1402}],"owner":{"__isSmartRef__":true,"id":387},"_livelyDataWrapperId_":"109:ScrollPane","origin":{"__isSmartRef__":true,"id":1429},"shape":{"__isSmartRef__":true,"id":1430},"priorExtent":{"__isSmartRef__":true,"id":1431},"pvtCachedTransform":{"__isSmartRef__":true,"id":1432},"clipMorph":{"__isSmartRef__":true,"id":1386},"verticalScrollBar":{"__isSmartRef__":true,"id":1388},"attributeConnections":[{"__isSmartRef__":true,"id":1433}],"suppressHandles":true,"menuButton":{"__isSmartRef__":true,"id":1402},"__LivelyClassName__":"ScrollPane","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScrollPane","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"109:ScrollPane","namespaceURI":null},{"key":"transform","value":"translate(205.5,27.650000000000002)","namespaceURI":null}]}},"1388":{"submorphs":[{"__isSmartRef__":true,"id":1389}],"owner":{"__isSmartRef__":true,"id":1387},"_livelyDataWrapperId_":"112:SliderMorph","origin":{"__isSmartRef__":true,"id":1396},"shape":{"__isSmartRef__":true,"id":1397},"priorExtent":{"__isSmartRef__":true,"id":1398},"value":0,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":1399},"slider":{"__isSmartRef__":true,"id":1389},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1401}],"__LivelyClassName__":"SliderMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"SliderMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"112:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(192,13.5)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]}},"1389":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1388},"_livelyDataWrapperId_":"113:Morph","origin":{"__isSmartRef__":true,"id":1390},"shape":{"__isSmartRef__":true,"id":1391},"priorExtent":{"__isSmartRef__":true,"id":1392},"pvtCachedTransform":{"__isSmartRef__":true,"id":1393},"mouseHandler":{"__isSmartRef__":true,"id":1394},"styleClass":["slider"],"__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"113:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null},{"key":"display","value":"none","namespaceURI":null}]}},"1390":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1391":{"_x":0,"_y":0,"_width":14,"_height":180.54999999999998,"_stroke":{"__isSmartRef__":true,"id":147},"_fill":{"__isSmartRef__":true,"id":148},"_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"14","namespaceURI":null},{"key":"height","value":"180.54999999999998","namespaceURI":null},{"key":"stroke","value":"rgb(102,102,102)","namespaceURI":null},{"key":"fill","value":"url(#18:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1392":{"x":12,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1393":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1394":{"target":{"__isSmartRef__":true,"id":1388},"eventSpec":{"__isSmartRef__":true,"id":1395},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1395":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"1396":{"x":192,"y":13.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1397":{"_x":0,"_y":0,"_width":14,"_height":180.54999999999998,"_stroke":{"__isSmartRef__":true,"id":159},"_fill":{"__isSmartRef__":true,"id":160},"_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"14","namespaceURI":null},{"key":"height","value":"180.54999999999998","namespaceURI":null},{"key":"stroke","value":"rgb(204,204,204)","namespaceURI":null},{"key":"fill","value":"url(#19:lively.paint.LinearGradient)","namespaceURI":null},{"key":"stroke-opacity","value":"1","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1398":{"x":5,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1399":{"a":1,"b":0,"c":0,"d":1,"e":192,"f":13.5,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1400":{"sourceObj":{"__isSmartRef__":true,"id":1388},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":1387},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"isActive":false,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1401":{"sourceObj":{"__isSmartRef__":true,"id":1388},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":1387},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1402":{"submorphs":[{"__isSmartRef__":true,"id":1403},{"__isSmartRef__":true,"id":1408},{"__isSmartRef__":true,"id":1413},{"__isSmartRef__":true,"id":1418}],"owner":{"__isSmartRef__":true,"id":1387},"_livelyDataWrapperId_":"271:Morph","origin":{"__isSmartRef__":true,"id":1423},"shape":{"__isSmartRef__":true,"id":1424},"priorExtent":{"__isSmartRef__":true,"id":1425},"pvtCachedTransform":{"__isSmartRef__":true,"id":1426},"suppressHandles":true,"mouseHandler":{"__isSmartRef__":true,"id":1427},"__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"271:Morph","namespaceURI":null},{"key":"transform","value":"translate(192.5,0)","namespaceURI":null}]}},"1403":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1402},"_livelyDataWrapperId_":"272:Morph","origin":{"__isSmartRef__":true,"id":1404},"shape":{"__isSmartRef__":true,"id":1405},"priorExtent":{"__isSmartRef__":true,"id":1406},"pvtCachedTransform":{"__isSmartRef__":true,"id":1407},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"272:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1404":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1405":{"_stroke":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Polyline","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"polyline","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"points","value":"2,4 8,4","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1406":{"x":6,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1407":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1408":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1402},"_livelyDataWrapperId_":"273:Morph","origin":{"__isSmartRef__":true,"id":1409},"shape":{"__isSmartRef__":true,"id":1410},"priorExtent":{"__isSmartRef__":true,"id":1411},"pvtCachedTransform":{"__isSmartRef__":true,"id":1412},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"273:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1409":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1410":{"_stroke":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Polyline","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"polyline","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"points","value":"2,6 4,6","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1411":{"x":2,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1412":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1413":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1402},"_livelyDataWrapperId_":"274:Morph","origin":{"__isSmartRef__":true,"id":1414},"shape":{"__isSmartRef__":true,"id":1415},"priorExtent":{"__isSmartRef__":true,"id":1416},"pvtCachedTransform":{"__isSmartRef__":true,"id":1417},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"274:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1414":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1415":{"_stroke":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Polyline","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"polyline","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"points","value":"2,8 6,8","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1416":{"x":4,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1417":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1418":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1402},"_livelyDataWrapperId_":"275:Morph","origin":{"__isSmartRef__":true,"id":1419},"shape":{"__isSmartRef__":true,"id":1420},"priorExtent":{"__isSmartRef__":true,"id":1421},"pvtCachedTransform":{"__isSmartRef__":true,"id":1422},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"275:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1419":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1420":{"_stroke":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Polyline","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"polyline","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"points","value":"2,10 8,10","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1421":{"x":6,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1422":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1423":{"x":192.5,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1424":{"_x":0,"_y":0,"_width":14,"_height":14,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":160},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"14","namespaceURI":null},{"key":"height","value":"14","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"url(#19:lively.paint.LinearGradient)","namespaceURI":null}]}},"1425":{"x":14,"y":14,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1426":{"a":1,"b":0,"c":0,"d":1,"e":192.5,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1427":{"target":{"__isSmartRef__":true,"id":1387},"eventSpec":{"__isSmartRef__":true,"id":1428},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1428":{"onMouseDown":"menuButtonPressed"},"1429":{"x":205.5,"y":27.650000000000002,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1430":{"_x":0,"_y":0,"_width":205.5,"_height":193.54999999999998,"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"205.5","namespaceURI":null},{"key":"height","value":"193.54999999999998","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1431":{"x":205.5,"y":193.54999999999998,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1432":{"a":1,"b":0,"c":0,"d":1,"e":205.5,"f":27.650000000000002,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1433":{"sourceObj":{"__isSmartRef__":true,"id":1387},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":1388},"targetMethodName":"setValue","converterString":null,"updaterString":null,"isActive":false,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1434":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1435":{"_x":0,"_y":0,"_width":193.5,"_height":193.54999999999998,"_fill":{"__isSmartRef__":true,"id":1358},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"193.5","namespaceURI":null},{"key":"height","value":"193.54999999999998","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1436":{"x":205.5,"y":193.54999999999998,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1437":{"_livelyDataWrapperId_":"111:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1438},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"111:lively.scene.Clip","namespaceURI":null}]}},"1438":{"_fill":{"__isSmartRef__":true,"id":1358},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"193.5","namespaceURI":null},{"key":"height","value":"193.54999999999998","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1439":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1440":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1441":{"_x":0,"_y":0,"_width":193.5,"_height":193.54999999999998,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":1358},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"193.5","namespaceURI":null},{"key":"height","value":"193.54999999999998","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null}]}},"1442":{"x":205.5,"y":193.54999999999998,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1443":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1444":{"__regExp__":"/.*/i"},"1445":{"delegate":{"__isSmartRef__":true,"id":410},"__SourceModuleName__":"Global","definition":"{\"List\":\"-Pane2Content\",\"Selection\":\"Pane2Selection\",\"Menu\":\"-Pane2Menu\"}","isInstanceOfAnonymousClass":true,"isRelay":true},"1446":{"delegate":{"__isSmartRef__":true,"id":1447},"__SourceModuleName__":"Global","definition":"{\"Pane3Content\":\"!List\",\"Pane3Selection\":\"!Selection\",\"Pane3Menu\":\"!Menu\"}","isInstanceOfAnonymousClass":true,"isRelay":true},"1447":{"baseWidth":208.5,"textStyle":null,"submorphs":[{"__isSmartRef__":true,"id":1448},{"__isSmartRef__":true,"id":1463},{"__isSmartRef__":true,"id":1477}],"owner":{"__isSmartRef__":true,"id":1491},"_livelyDataWrapperId_":"114:FilterableListMorph","origin":{"__isSmartRef__":true,"id":1545},"shape":{"__isSmartRef__":true,"id":1546},"priorExtent":{"__isSmartRef__":true,"id":1547},"itemList":[{"__isSmartRef__":true,"id":520},{"__isSmartRef__":true,"id":522},{"__isSmartRef__":true,"id":524}],"selectedLineNo":0,"selection":{"__isSmartRef__":true,"id":521},"pvtCachedTransform":{"__isSmartRef__":true,"id":1548},"savedFill":null,"filter":{"__isSmartRef__":true,"id":1549},"suppressHandles":true,"formalModel":{"__isSmartRef__":true,"id":1550},"savedTextColor":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"FilterableListMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"FilterableListMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"114:FilterableListMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1448":{"textString":"-- all --","savedTextString":"-----","submorphs":[{"__isSmartRef__":true,"id":1449}],"owner":{"__isSmartRef__":true,"id":1447},"_livelyDataWrapperId_":"115:TextMorph","origin":{"__isSmartRef__":true,"id":1454},"shape":{"__isSmartRef__":true,"id":1455},"textContent":{"__isSmartRef__":true,"id":1456},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1458},"textSelection":{"__isSmartRef__":true,"id":1449},"priorExtent":{"__isSmartRef__":true,"id":1459},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1460},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1461},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1462},"openForDragAndDrop":false,"textColor":{"__isSmartRef__":true,"id":1457},"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"115:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,4.5)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1449":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1448},"_livelyDataWrapperId_":"117:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1450},"shape":{"__isSmartRef__":true,"id":1451},"priorExtent":{"__isSmartRef__":true,"id":1452},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1453},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"117:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1450":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1451":{"_livelyDataWrapperId_":"116:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"116:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1452":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1453":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1454":{"x":3,"y":4.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1455":{"_x":0,"_y":0,"_width":205.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":1132},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"205.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(83,130,161)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1456":{"_fill":{"__isSmartRef__":true,"id":1457},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1457":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1458":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":4.5,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1459":{"x":193.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1460":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1461":{"target":{"__isSmartRef__":true,"id":1447},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1462":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1463":{"textString":"running","savedTextString":"running","submorphs":[{"__isSmartRef__":true,"id":1464}],"owner":{"__isSmartRef__":true,"id":1447},"_livelyDataWrapperId_":"334:TextMorph","origin":{"__isSmartRef__":true,"id":1469},"shape":{"__isSmartRef__":true,"id":1470},"textContent":{"__isSmartRef__":true,"id":1471},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1472},"textSelection":{"__isSmartRef__":true,"id":1464},"priorExtent":{"__isSmartRef__":true,"id":1473},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1474},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1475},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1476},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"334:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,22.2)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1464":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1463},"_livelyDataWrapperId_":"336:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1465},"shape":{"__isSmartRef__":true,"id":1466},"priorExtent":{"__isSmartRef__":true,"id":1467},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1468},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"336:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1465":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1466":{"_livelyDataWrapperId_":"335:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"335:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1467":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1468":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1469":{"x":3,"y":22.2,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1470":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1471":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1472":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":22.2,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1473":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1474":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1475":{"target":{"__isSmartRef__":true,"id":1447},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1476":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1477":{"textString":"testing","savedTextString":"testing","submorphs":[{"__isSmartRef__":true,"id":1478}],"owner":{"__isSmartRef__":true,"id":1447},"_livelyDataWrapperId_":"337:TextMorph","origin":{"__isSmartRef__":true,"id":1483},"shape":{"__isSmartRef__":true,"id":1484},"textContent":{"__isSmartRef__":true,"id":1485},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1486},"textSelection":{"__isSmartRef__":true,"id":1478},"priorExtent":{"__isSmartRef__":true,"id":1487},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1488},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1489},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1490},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"337:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,39.9)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1478":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1477},"_livelyDataWrapperId_":"339:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1479},"shape":{"__isSmartRef__":true,"id":1480},"priorExtent":{"__isSmartRef__":true,"id":1481},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1482},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"339:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1479":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1480":{"_livelyDataWrapperId_":"338:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"338:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1481":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1482":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1483":{"x":3,"y":39.9,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1484":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1485":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1486":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":39.9,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1487":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1488":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1489":{"target":{"__isSmartRef__":true,"id":1447},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1490":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1491":{"submorphs":[{"__isSmartRef__":true,"id":1447}],"owner":{"__isSmartRef__":true,"id":1492},"_livelyDataWrapperId_":"119:ClipMorph","origin":{"__isSmartRef__":true,"id":1539},"shape":{"__isSmartRef__":true,"id":1540},"priorExtent":{"__isSmartRef__":true,"id":1541},"clip":{"__isSmartRef__":true,"id":1542},"_clip-path":"url(#120:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":1544},"suppressHandles":true,"__LivelyClassName__":"ClipMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ClipMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"119:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#120:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1492":{"submorphs":[{"__isSmartRef__":true,"id":1491},{"__isSmartRef__":true,"id":1493},{"__isSmartRef__":true,"id":1507}],"owner":{"__isSmartRef__":true,"id":387},"_livelyDataWrapperId_":"118:ScrollPane","origin":{"__isSmartRef__":true,"id":1534},"shape":{"__isSmartRef__":true,"id":1535},"priorExtent":{"__isSmartRef__":true,"id":1536},"pvtCachedTransform":{"__isSmartRef__":true,"id":1537},"clipMorph":{"__isSmartRef__":true,"id":1491},"verticalScrollBar":{"__isSmartRef__":true,"id":1493},"attributeConnections":[{"__isSmartRef__":true,"id":1538}],"suppressHandles":true,"menuButton":{"__isSmartRef__":true,"id":1507},"__LivelyClassName__":"ScrollPane","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScrollPane","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"118:ScrollPane","namespaceURI":null},{"key":"transform","value":"translate(411,27.650000000000002)","namespaceURI":null}]}},"1493":{"submorphs":[{"__isSmartRef__":true,"id":1494}],"owner":{"__isSmartRef__":true,"id":1492},"_livelyDataWrapperId_":"121:SliderMorph","origin":{"__isSmartRef__":true,"id":1501},"shape":{"__isSmartRef__":true,"id":1502},"priorExtent":{"__isSmartRef__":true,"id":1503},"value":0,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":1504},"slider":{"__isSmartRef__":true,"id":1494},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":1505},{"__isSmartRef__":true,"id":1506}],"__LivelyClassName__":"SliderMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"SliderMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"121:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(192,13.5)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]}},"1494":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1493},"_livelyDataWrapperId_":"122:Morph","origin":{"__isSmartRef__":true,"id":1495},"shape":{"__isSmartRef__":true,"id":1496},"priorExtent":{"__isSmartRef__":true,"id":1497},"pvtCachedTransform":{"__isSmartRef__":true,"id":1498},"mouseHandler":{"__isSmartRef__":true,"id":1499},"styleClass":["slider"],"__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"122:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null},{"key":"display","value":"none","namespaceURI":null}]}},"1495":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1496":{"_x":0,"_y":0,"_width":14,"_height":180.54999999999998,"_stroke":{"__isSmartRef__":true,"id":147},"_fill":{"__isSmartRef__":true,"id":148},"_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"14","namespaceURI":null},{"key":"height","value":"180.54999999999998","namespaceURI":null},{"key":"stroke","value":"rgb(102,102,102)","namespaceURI":null},{"key":"fill","value":"url(#18:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1497":{"x":12,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1498":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1499":{"target":{"__isSmartRef__":true,"id":1493},"eventSpec":{"__isSmartRef__":true,"id":1500},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1500":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"1501":{"x":192,"y":13.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1502":{"_x":0,"_y":0,"_width":14,"_height":180.54999999999998,"_stroke":{"__isSmartRef__":true,"id":159},"_fill":{"__isSmartRef__":true,"id":160},"_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"14","namespaceURI":null},{"key":"height","value":"180.54999999999998","namespaceURI":null},{"key":"stroke","value":"rgb(204,204,204)","namespaceURI":null},{"key":"fill","value":"url(#19:lively.paint.LinearGradient)","namespaceURI":null},{"key":"stroke-opacity","value":"1","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1503":{"x":5,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1504":{"a":1,"b":0,"c":0,"d":1,"e":192,"f":13.5,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1505":{"sourceObj":{"__isSmartRef__":true,"id":1493},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":1492},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"isActive":false,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1506":{"sourceObj":{"__isSmartRef__":true,"id":1493},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":1492},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1507":{"submorphs":[{"__isSmartRef__":true,"id":1508},{"__isSmartRef__":true,"id":1513},{"__isSmartRef__":true,"id":1518},{"__isSmartRef__":true,"id":1523}],"owner":{"__isSmartRef__":true,"id":1492},"_livelyDataWrapperId_":"276:Morph","origin":{"__isSmartRef__":true,"id":1528},"shape":{"__isSmartRef__":true,"id":1529},"priorExtent":{"__isSmartRef__":true,"id":1530},"pvtCachedTransform":{"__isSmartRef__":true,"id":1531},"suppressHandles":true,"mouseHandler":{"__isSmartRef__":true,"id":1532},"__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"276:Morph","namespaceURI":null},{"key":"transform","value":"translate(192.5,0)","namespaceURI":null}]}},"1508":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1507},"_livelyDataWrapperId_":"277:Morph","origin":{"__isSmartRef__":true,"id":1509},"shape":{"__isSmartRef__":true,"id":1510},"priorExtent":{"__isSmartRef__":true,"id":1511},"pvtCachedTransform":{"__isSmartRef__":true,"id":1512},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"277:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1509":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1510":{"_stroke":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Polyline","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"polyline","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"points","value":"2,4 8,4","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1511":{"x":6,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1512":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1513":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1507},"_livelyDataWrapperId_":"278:Morph","origin":{"__isSmartRef__":true,"id":1514},"shape":{"__isSmartRef__":true,"id":1515},"priorExtent":{"__isSmartRef__":true,"id":1516},"pvtCachedTransform":{"__isSmartRef__":true,"id":1517},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"278:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1514":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1515":{"_stroke":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Polyline","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"polyline","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"points","value":"2,6 4,6","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1516":{"x":2,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1517":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1518":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1507},"_livelyDataWrapperId_":"279:Morph","origin":{"__isSmartRef__":true,"id":1519},"shape":{"__isSmartRef__":true,"id":1520},"priorExtent":{"__isSmartRef__":true,"id":1521},"pvtCachedTransform":{"__isSmartRef__":true,"id":1522},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"279:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1519":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1520":{"_stroke":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Polyline","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"polyline","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"points","value":"2,8 6,8","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1521":{"x":4,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1522":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1523":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1507},"_livelyDataWrapperId_":"280:Morph","origin":{"__isSmartRef__":true,"id":1524},"shape":{"__isSmartRef__":true,"id":1525},"priorExtent":{"__isSmartRef__":true,"id":1526},"pvtCachedTransform":{"__isSmartRef__":true,"id":1527},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"280:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1524":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1525":{"_stroke":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Polyline","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"polyline","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"points","value":"2,10 8,10","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1526":{"x":6,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1527":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1528":{"x":192.5,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1529":{"_x":0,"_y":0,"_width":14,"_height":14,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":160},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"14","namespaceURI":null},{"key":"height","value":"14","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"url(#19:lively.paint.LinearGradient)","namespaceURI":null}]}},"1530":{"x":14,"y":14,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1531":{"a":1,"b":0,"c":0,"d":1,"e":192.5,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1532":{"target":{"__isSmartRef__":true,"id":1492},"eventSpec":{"__isSmartRef__":true,"id":1533},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1533":{"onMouseDown":"menuButtonPressed"},"1534":{"x":411,"y":27.650000000000002,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1535":{"_x":0,"_y":0,"_width":205.5,"_height":193.54999999999998,"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"205.5","namespaceURI":null},{"key":"height","value":"193.54999999999998","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1536":{"x":205.5,"y":193.54999999999998,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1537":{"a":1,"b":0,"c":0,"d":1,"e":411,"f":27.650000000000002,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1538":{"sourceObj":{"__isSmartRef__":true,"id":1492},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":1493},"targetMethodName":"setValue","converterString":null,"updaterString":null,"isActive":false,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1539":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1540":{"_x":0,"_y":0,"_width":193.5,"_height":193.54999999999998,"_fill":{"__isSmartRef__":true,"id":1358},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"193.5","namespaceURI":null},{"key":"height","value":"193.54999999999998","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1541":{"x":205.5,"y":193.54999999999998,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1542":{"_livelyDataWrapperId_":"120:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1543},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"120:lively.scene.Clip","namespaceURI":null}]}},"1543":{"_fill":{"__isSmartRef__":true,"id":1358},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"193.5","namespaceURI":null},{"key":"height","value":"193.54999999999998","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1544":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1545":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1546":{"_x":0,"_y":0,"_width":193.5,"_height":193.54999999999998,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":1358},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"193.5","namespaceURI":null},{"key":"height","value":"193.54999999999998","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null}]}},"1547":{"x":205.5,"y":193.54999999999998,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1548":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1549":{"__regExp__":"/.*/i"},"1550":{"delegate":{"__isSmartRef__":true,"id":410},"__SourceModuleName__":"Global","definition":"{\"List\":\"-Pane3Content\",\"Selection\":\"Pane3Selection\",\"Menu\":\"-Pane3Menu\"}","isInstanceOfAnonymousClass":true,"isRelay":true},"1551":{"delegate":{"__isSmartRef__":true,"id":1552},"__SourceModuleName__":"Global","definition":"{\"Pane4Content\":\"!List\",\"Pane4Selection\":\"!Selection\",\"Pane4Menu\":\"!Menu\"}","isInstanceOfAnonymousClass":true,"isRelay":true},"1552":{"baseWidth":208.5,"textStyle":null,"submorphs":[{"__isSmartRef__":true,"id":1553},{"__isSmartRef__":true,"id":1567},{"__isSmartRef__":true,"id":1581},{"__isSmartRef__":true,"id":1595},{"__isSmartRef__":true,"id":1609},{"__isSmartRef__":true,"id":1623},{"__isSmartRef__":true,"id":1637},{"__isSmartRef__":true,"id":1651},{"__isSmartRef__":true,"id":1665},{"__isSmartRef__":true,"id":1679},{"__isSmartRef__":true,"id":1693}],"owner":{"__isSmartRef__":true,"id":1707},"_livelyDataWrapperId_":"123:FilterableListMorph","origin":{"__isSmartRef__":true,"id":1761},"shape":{"__isSmartRef__":true,"id":1762},"priorExtent":{"__isSmartRef__":true,"id":1763},"itemList":[{"__isSmartRef__":true,"id":527},{"__isSmartRef__":true,"id":529},{"__isSmartRef__":true,"id":531},{"__isSmartRef__":true,"id":533},{"__isSmartRef__":true,"id":535},{"__isSmartRef__":true,"id":537},{"__isSmartRef__":true,"id":539},{"__isSmartRef__":true,"id":541},{"__isSmartRef__":true,"id":543},{"__isSmartRef__":true,"id":545},{"__isSmartRef__":true,"id":547}],"selectedLineNo":-1,"selection":null,"pvtCachedTransform":{"__isSmartRef__":true,"id":1764},"savedFill":null,"filter":{"__isSmartRef__":true,"id":1765},"suppressHandles":true,"formalModel":{"__isSmartRef__":true,"id":1766},"__LivelyClassName__":"FilterableListMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"FilterableListMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"123:FilterableListMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1553":{"textString":"deleteURLAfterTest (proto)","savedTextString":"-----","submorphs":[{"__isSmartRef__":true,"id":1554}],"owner":{"__isSmartRef__":true,"id":1552},"_livelyDataWrapperId_":"124:TextMorph","origin":{"__isSmartRef__":true,"id":1559},"shape":{"__isSmartRef__":true,"id":1560},"textContent":{"__isSmartRef__":true,"id":1561},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1562},"textSelection":{"__isSmartRef__":true,"id":1554},"priorExtent":{"__isSmartRef__":true,"id":1563},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1564},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1565},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1566},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"124:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,4.5)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1554":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1553},"_livelyDataWrapperId_":"126:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1555},"shape":{"__isSmartRef__":true,"id":1556},"priorExtent":{"__isSmartRef__":true,"id":1557},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1558},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"126:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1555":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1556":{"_livelyDataWrapperId_":"125:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"125:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1557":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1558":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1559":{"x":3,"y":4.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1560":{"_x":0,"_y":0,"_width":205.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"205.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1561":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1562":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":4.5,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1563":{"x":193.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1564":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1565":{"target":{"__isSmartRef__":true,"id":1552},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1566":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1567":{"textString":"tearDown (proto)","savedTextString":"tearDown (proto)","submorphs":[{"__isSmartRef__":true,"id":1568}],"owner":{"__isSmartRef__":true,"id":1552},"_livelyDataWrapperId_":"370:TextMorph","origin":{"__isSmartRef__":true,"id":1573},"shape":{"__isSmartRef__":true,"id":1574},"textContent":{"__isSmartRef__":true,"id":1575},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1576},"textSelection":{"__isSmartRef__":true,"id":1568},"priorExtent":{"__isSmartRef__":true,"id":1577},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1578},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1579},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1580},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"370:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,22.2)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1568":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1567},"_livelyDataWrapperId_":"372:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1569},"shape":{"__isSmartRef__":true,"id":1570},"priorExtent":{"__isSmartRef__":true,"id":1571},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1572},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"372:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1569":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1570":{"_livelyDataWrapperId_":"371:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"371:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1571":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1572":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1573":{"x":3,"y":22.2,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1574":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1575":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1576":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":22.2,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1577":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1578":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1579":{"target":{"__isSmartRef__":true,"id":1552},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1580":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1581":{"textString":"testLoadNamesFromDefaultPartsBin (proto)","savedTextString":"testLoadNamesFromDefaultPartsBin (proto)","submorphs":[{"__isSmartRef__":true,"id":1582}],"owner":{"__isSmartRef__":true,"id":1552},"_livelyDataWrapperId_":"373:TextMorph","origin":{"__isSmartRef__":true,"id":1587},"shape":{"__isSmartRef__":true,"id":1588},"textContent":{"__isSmartRef__":true,"id":1589},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1590},"textSelection":{"__isSmartRef__":true,"id":1582},"priorExtent":{"__isSmartRef__":true,"id":1591},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1592},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1593},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1594},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"373:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,39.9)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1582":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1581},"_livelyDataWrapperId_":"375:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1583},"shape":{"__isSmartRef__":true,"id":1584},"priorExtent":{"__isSmartRef__":true,"id":1585},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1586},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"375:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1583":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1584":{"_livelyDataWrapperId_":"374:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"374:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1585":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1586":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1587":{"x":3,"y":39.9,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1588":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1589":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1590":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":39.9,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1591":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1592":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1593":{"target":{"__isSmartRef__":true,"id":1552},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1594":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1595":{"textString":"testGetPartItemNamed (proto)","savedTextString":"testGetPartItemNamed (proto)","submorphs":[{"__isSmartRef__":true,"id":1596}],"owner":{"__isSmartRef__":true,"id":1552},"_livelyDataWrapperId_":"376:TextMorph","origin":{"__isSmartRef__":true,"id":1601},"shape":{"__isSmartRef__":true,"id":1602},"textContent":{"__isSmartRef__":true,"id":1603},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1604},"textSelection":{"__isSmartRef__":true,"id":1596},"priorExtent":{"__isSmartRef__":true,"id":1605},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1606},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1607},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1608},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"376:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,57.599999999999994)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1596":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1595},"_livelyDataWrapperId_":"378:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1597},"shape":{"__isSmartRef__":true,"id":1598},"priorExtent":{"__isSmartRef__":true,"id":1599},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1600},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"378:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1597":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1598":{"_livelyDataWrapperId_":"377:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"377:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1599":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1600":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1601":{"x":3,"y":57.599999999999994,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1602":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1603":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1604":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":57.599999999999994,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1605":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1606":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1607":{"target":{"__isSmartRef__":true,"id":1552},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1608":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1609":{"textString":"testLoadPartItem (proto)","savedTextString":"testLoadPartItem (proto)","submorphs":[{"__isSmartRef__":true,"id":1610}],"owner":{"__isSmartRef__":true,"id":1552},"_livelyDataWrapperId_":"379:TextMorph","origin":{"__isSmartRef__":true,"id":1615},"shape":{"__isSmartRef__":true,"id":1616},"textContent":{"__isSmartRef__":true,"id":1617},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1618},"textSelection":{"__isSmartRef__":true,"id":1610},"priorExtent":{"__isSmartRef__":true,"id":1619},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1620},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1621},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1622},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"379:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,75.3)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1610":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1609},"_livelyDataWrapperId_":"381:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1611},"shape":{"__isSmartRef__":true,"id":1612},"priorExtent":{"__isSmartRef__":true,"id":1613},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1614},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"381:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1611":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1612":{"_livelyDataWrapperId_":"380:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"380:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1613":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1614":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1615":{"x":3,"y":75.3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1616":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1617":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1618":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":75.3,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1619":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1620":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1621":{"target":{"__isSmartRef__":true,"id":1552},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1622":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1623":{"textString":"testLoadPart (proto)","savedTextString":"testLoadPart (proto)","submorphs":[{"__isSmartRef__":true,"id":1624}],"owner":{"__isSmartRef__":true,"id":1552},"_livelyDataWrapperId_":"382:TextMorph","origin":{"__isSmartRef__":true,"id":1629},"shape":{"__isSmartRef__":true,"id":1630},"textContent":{"__isSmartRef__":true,"id":1631},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1632},"textSelection":{"__isSmartRef__":true,"id":1624},"priorExtent":{"__isSmartRef__":true,"id":1633},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1634},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1635},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1636},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"382:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,93)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1624":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1623},"_livelyDataWrapperId_":"384:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1625},"shape":{"__isSmartRef__":true,"id":1626},"priorExtent":{"__isSmartRef__":true,"id":1627},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1628},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"384:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1625":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1626":{"_livelyDataWrapperId_":"383:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"383:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1627":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1628":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1629":{"x":3,"y":93,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1630":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1631":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1632":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":93,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1633":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1634":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1635":{"target":{"__isSmartRef__":true,"id":1552},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1636":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1637":{"textString":"testGetPartVersions (proto)","savedTextString":"testGetPartVersions (proto)","submorphs":[{"__isSmartRef__":true,"id":1638}],"owner":{"__isSmartRef__":true,"id":1552},"_livelyDataWrapperId_":"385:TextMorph","origin":{"__isSmartRef__":true,"id":1643},"shape":{"__isSmartRef__":true,"id":1644},"textContent":{"__isSmartRef__":true,"id":1645},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1646},"textSelection":{"__isSmartRef__":true,"id":1638},"priorExtent":{"__isSmartRef__":true,"id":1647},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1648},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1649},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1650},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"385:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,110.7)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1638":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1637},"_livelyDataWrapperId_":"387:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1639},"shape":{"__isSmartRef__":true,"id":1640},"priorExtent":{"__isSmartRef__":true,"id":1641},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1642},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"387:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1639":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1640":{"_livelyDataWrapperId_":"386:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"386:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1641":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1642":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1643":{"x":3,"y":110.7,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1644":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1645":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1646":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":110.7,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1647":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1648":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1649":{"target":{"__isSmartRef__":true,"id":1552},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1650":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1651":{"textString":"testLoadRevision (proto)","savedTextString":"testLoadRevision (proto)","submorphs":[{"__isSmartRef__":true,"id":1652}],"owner":{"__isSmartRef__":true,"id":1552},"_livelyDataWrapperId_":"388:TextMorph","origin":{"__isSmartRef__":true,"id":1657},"shape":{"__isSmartRef__":true,"id":1658},"textContent":{"__isSmartRef__":true,"id":1659},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1660},"textSelection":{"__isSmartRef__":true,"id":1652},"priorExtent":{"__isSmartRef__":true,"id":1661},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1662},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1663},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1664},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"388:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,128.4)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1652":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1651},"_livelyDataWrapperId_":"390:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1653},"shape":{"__isSmartRef__":true,"id":1654},"priorExtent":{"__isSmartRef__":true,"id":1655},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1656},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"390:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1653":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1654":{"_livelyDataWrapperId_":"389:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"389:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1655":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1656":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1657":{"x":3,"y":128.4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1658":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1659":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1660":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":128.4,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1661":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1662":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1663":{"target":{"__isSmartRef__":true,"id":1552},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1664":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1665":{"textString":"testCreatePartsSpace (proto)","savedTextString":"testCreatePartsSpace (proto)","submorphs":[{"__isSmartRef__":true,"id":1666}],"owner":{"__isSmartRef__":true,"id":1552},"_livelyDataWrapperId_":"391:TextMorph","origin":{"__isSmartRef__":true,"id":1671},"shape":{"__isSmartRef__":true,"id":1672},"textContent":{"__isSmartRef__":true,"id":1673},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1674},"textSelection":{"__isSmartRef__":true,"id":1666},"priorExtent":{"__isSmartRef__":true,"id":1675},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1676},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1677},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1678},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"391:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,146.1)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1666":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1665},"_livelyDataWrapperId_":"393:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1667},"shape":{"__isSmartRef__":true,"id":1668},"priorExtent":{"__isSmartRef__":true,"id":1669},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1670},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"393:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1667":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1668":{"_livelyDataWrapperId_":"392:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"392:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1669":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1670":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1671":{"x":3,"y":146.1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1672":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1673":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1674":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":146.1,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1675":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1676":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1677":{"target":{"__isSmartRef__":true,"id":1552},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1678":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1679":{"textString":"testCopyPartItem (proto)","savedTextString":"testCopyPartItem (proto)","submorphs":[{"__isSmartRef__":true,"id":1680}],"owner":{"__isSmartRef__":true,"id":1552},"_livelyDataWrapperId_":"394:TextMorph","origin":{"__isSmartRef__":true,"id":1685},"shape":{"__isSmartRef__":true,"id":1686},"textContent":{"__isSmartRef__":true,"id":1687},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1688},"textSelection":{"__isSmartRef__":true,"id":1680},"priorExtent":{"__isSmartRef__":true,"id":1689},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1690},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1691},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1692},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"394:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,163.79999999999998)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1680":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1679},"_livelyDataWrapperId_":"396:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1681},"shape":{"__isSmartRef__":true,"id":1682},"priorExtent":{"__isSmartRef__":true,"id":1683},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1684},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"396:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1681":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1682":{"_livelyDataWrapperId_":"395:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"395:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1683":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1684":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1685":{"x":3,"y":163.79999999999998,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1686":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1687":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1688":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":163.79999999999998,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1689":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1690":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1691":{"target":{"__isSmartRef__":true,"id":1552},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1692":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1693":{"textString":"testMovePartItem (proto)","savedTextString":"testMovePartItem (proto)","submorphs":[{"__isSmartRef__":true,"id":1694}],"owner":{"__isSmartRef__":true,"id":1552},"_livelyDataWrapperId_":"397:TextMorph","origin":{"__isSmartRef__":true,"id":1699},"shape":{"__isSmartRef__":true,"id":1700},"textContent":{"__isSmartRef__":true,"id":1701},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1702},"textSelection":{"__isSmartRef__":true,"id":1694},"priorExtent":{"__isSmartRef__":true,"id":1703},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1704},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":1705},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":1706},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"397:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,181.49999999999997)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1694":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1693},"_livelyDataWrapperId_":"399:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1695},"shape":{"__isSmartRef__":true,"id":1696},"priorExtent":{"__isSmartRef__":true,"id":1697},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1698},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"399:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1695":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1696":{"_livelyDataWrapperId_":"398:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"398:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1697":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1698":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1699":{"x":3,"y":181.49999999999997,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1700":{"_x":0,"_y":0,"_width":208.5,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"208.5","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1701":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1702":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":181.49999999999997,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1703":{"x":196.5,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1704":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1705":{"target":{"__isSmartRef__":true,"id":1552},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1706":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1707":{"submorphs":[{"__isSmartRef__":true,"id":1552}],"owner":{"__isSmartRef__":true,"id":1708},"_livelyDataWrapperId_":"128:ClipMorph","origin":{"__isSmartRef__":true,"id":1755},"shape":{"__isSmartRef__":true,"id":1756},"priorExtent":{"__isSmartRef__":true,"id":1757},"clip":{"__isSmartRef__":true,"id":1758},"_clip-path":"url(#129:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":1760},"suppressHandles":true,"__LivelyClassName__":"ClipMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ClipMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"128:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#129:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1708":{"submorphs":[{"__isSmartRef__":true,"id":1707},{"__isSmartRef__":true,"id":1709},{"__isSmartRef__":true,"id":1723}],"owner":{"__isSmartRef__":true,"id":387},"_livelyDataWrapperId_":"127:ScrollPane","origin":{"__isSmartRef__":true,"id":1750},"shape":{"__isSmartRef__":true,"id":1751},"priorExtent":{"__isSmartRef__":true,"id":1752},"pvtCachedTransform":{"__isSmartRef__":true,"id":1753},"clipMorph":{"__isSmartRef__":true,"id":1707},"verticalScrollBar":{"__isSmartRef__":true,"id":1709},"attributeConnections":[{"__isSmartRef__":true,"id":1754}],"suppressHandles":true,"menuButton":{"__isSmartRef__":true,"id":1723},"__LivelyClassName__":"ScrollPane","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScrollPane","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"127:ScrollPane","namespaceURI":null},{"key":"transform","value":"translate(616.5,27.650000000000002)","namespaceURI":null}]}},"1709":{"submorphs":[{"__isSmartRef__":true,"id":1710}],"owner":{"__isSmartRef__":true,"id":1708},"_livelyDataWrapperId_":"130:SliderMorph","origin":{"__isSmartRef__":true,"id":1717},"shape":{"__isSmartRef__":true,"id":1718},"priorExtent":{"__isSmartRef__":true,"id":1719},"value":0,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":1720},"slider":{"__isSmartRef__":true,"id":1710},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":1721},{"__isSmartRef__":true,"id":1722}],"__LivelyClassName__":"SliderMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"SliderMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"130:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(192,13.5)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]}},"1710":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1709},"_livelyDataWrapperId_":"131:Morph","origin":{"__isSmartRef__":true,"id":1711},"shape":{"__isSmartRef__":true,"id":1712},"priorExtent":{"__isSmartRef__":true,"id":1713},"pvtCachedTransform":{"__isSmartRef__":true,"id":1714},"mouseHandler":{"__isSmartRef__":true,"id":1715},"styleClass":["slider"],"__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"131:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null}]}},"1711":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1712":{"_x":0,"_y":0,"_width":14,"_height":180.41090138674883,"_stroke":{"__isSmartRef__":true,"id":147},"_fill":{"__isSmartRef__":true,"id":148},"_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"14","namespaceURI":null},{"key":"height","value":"180.41090138674883","namespaceURI":null},{"key":"stroke","value":"rgb(102,102,102)","namespaceURI":null},{"key":"fill","value":"url(#18:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1713":{"x":12,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1714":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1715":{"target":{"__isSmartRef__":true,"id":1709},"eventSpec":{"__isSmartRef__":true,"id":1716},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1716":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"1717":{"x":192,"y":13.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1718":{"_x":0,"_y":0,"_width":14,"_height":180.54999999999998,"_stroke":{"__isSmartRef__":true,"id":159},"_fill":{"__isSmartRef__":true,"id":160},"_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"14","namespaceURI":null},{"key":"height","value":"180.54999999999998","namespaceURI":null},{"key":"stroke","value":"rgb(204,204,204)","namespaceURI":null},{"key":"fill","value":"url(#19:lively.paint.LinearGradient)","namespaceURI":null},{"key":"stroke-opacity","value":"1","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1719":{"x":5,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1720":{"a":1,"b":0,"c":0,"d":1,"e":192,"f":13.5,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1721":{"sourceObj":{"__isSmartRef__":true,"id":1709},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":1708},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"isActive":false,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1722":{"sourceObj":{"__isSmartRef__":true,"id":1709},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":1708},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1723":{"submorphs":[{"__isSmartRef__":true,"id":1724},{"__isSmartRef__":true,"id":1729},{"__isSmartRef__":true,"id":1734},{"__isSmartRef__":true,"id":1739}],"owner":{"__isSmartRef__":true,"id":1708},"_livelyDataWrapperId_":"281:Morph","origin":{"__isSmartRef__":true,"id":1744},"shape":{"__isSmartRef__":true,"id":1745},"priorExtent":{"__isSmartRef__":true,"id":1746},"pvtCachedTransform":{"__isSmartRef__":true,"id":1747},"suppressHandles":true,"mouseHandler":{"__isSmartRef__":true,"id":1748},"__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"281:Morph","namespaceURI":null},{"key":"transform","value":"translate(192.5,0)","namespaceURI":null}]}},"1724":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1723},"_livelyDataWrapperId_":"282:Morph","origin":{"__isSmartRef__":true,"id":1725},"shape":{"__isSmartRef__":true,"id":1726},"priorExtent":{"__isSmartRef__":true,"id":1727},"pvtCachedTransform":{"__isSmartRef__":true,"id":1728},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"282:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1725":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1726":{"_stroke":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Polyline","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"polyline","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"points","value":"2,4 8,4","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1727":{"x":6,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1728":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1729":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1723},"_livelyDataWrapperId_":"283:Morph","origin":{"__isSmartRef__":true,"id":1730},"shape":{"__isSmartRef__":true,"id":1731},"priorExtent":{"__isSmartRef__":true,"id":1732},"pvtCachedTransform":{"__isSmartRef__":true,"id":1733},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"283:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1730":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1731":{"_stroke":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Polyline","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"polyline","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"points","value":"2,6 4,6","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1732":{"x":2,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1733":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1734":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1723},"_livelyDataWrapperId_":"284:Morph","origin":{"__isSmartRef__":true,"id":1735},"shape":{"__isSmartRef__":true,"id":1736},"priorExtent":{"__isSmartRef__":true,"id":1737},"pvtCachedTransform":{"__isSmartRef__":true,"id":1738},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"284:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1735":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1736":{"_stroke":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Polyline","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"polyline","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"points","value":"2,8 6,8","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1737":{"x":4,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1738":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1739":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1723},"_livelyDataWrapperId_":"285:Morph","origin":{"__isSmartRef__":true,"id":1740},"shape":{"__isSmartRef__":true,"id":1741},"priorExtent":{"__isSmartRef__":true,"id":1742},"pvtCachedTransform":{"__isSmartRef__":true,"id":1743},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"285:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1740":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1741":{"_stroke":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Polyline","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"polyline","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"points","value":"2,10 8,10","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1742":{"x":6,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1743":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1744":{"x":192.5,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1745":{"_x":0,"_y":0,"_width":14,"_height":14,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":160},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"14","namespaceURI":null},{"key":"height","value":"14","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"url(#19:lively.paint.LinearGradient)","namespaceURI":null}]}},"1746":{"x":14,"y":14,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1747":{"a":1,"b":0,"c":0,"d":1,"e":192.5,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1748":{"target":{"__isSmartRef__":true,"id":1708},"eventSpec":{"__isSmartRef__":true,"id":1749},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1749":{"onMouseDown":"menuButtonPressed"},"1750":{"x":616.5,"y":27.650000000000002,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1751":{"_x":0,"_y":0,"_width":205.5,"_height":193.54999999999998,"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"205.5","namespaceURI":null},{"key":"height","value":"193.54999999999998","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1752":{"x":205.5,"y":193.54999999999998,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1753":{"a":1,"b":0,"c":0,"d":1,"e":616.5,"f":27.650000000000002,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1754":{"sourceObj":{"__isSmartRef__":true,"id":1708},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":1709},"targetMethodName":"setValue","converterString":null,"updaterString":null,"isActive":false,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1755":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1756":{"_x":0,"_y":0,"_width":193.5,"_height":193.54999999999998,"_fill":{"__isSmartRef__":true,"id":1358},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"193.5","namespaceURI":null},{"key":"height","value":"193.54999999999998","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1757":{"x":205.5,"y":193.54999999999998,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1758":{"_livelyDataWrapperId_":"129:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1759},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"129:lively.scene.Clip","namespaceURI":null}]}},"1759":{"_fill":{"__isSmartRef__":true,"id":1358},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"193.5","namespaceURI":null},{"key":"height","value":"193.54999999999998","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1760":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1761":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1762":{"_x":0,"_y":0,"_width":193.5,"_height":193.54999999999998,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":1358},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"193.5","namespaceURI":null},{"key":"height","value":"193.54999999999998","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null}]}},"1763":{"x":205.5,"y":193.54999999999998,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1764":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1765":{"__regExp__":"/.*/i"},"1766":{"delegate":{"__isSmartRef__":true,"id":410},"__SourceModuleName__":"Global","definition":"{\"List\":\"-Pane4Content\",\"Selection\":\"Pane4Selection\",\"Menu\":\"-Pane4Menu\"}","isInstanceOfAnonymousClass":true,"isRelay":true},"1767":{"browser":{"__isSmartRef__":true,"id":408},"button":{"__isSmartRef__":true,"id":1768},"__LivelyClassName__":"lively.ide.AddNewFileCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"1768":{"baseFill":{"__isSmartRef__":true,"id":1769},"submorphs":[{"__isSmartRef__":true,"id":1773}],"owner":{"__isSmartRef__":true,"id":387},"_livelyDataWrapperId_":"292:ButtonMorph","origin":{"__isSmartRef__":true,"id":1785},"shape":{"__isSmartRef__":true,"id":1786},"priorExtent":{"__isSmartRef__":true,"id":1792},"value":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":1788},"lighterFill":{"__isSmartRef__":true,"id":1793},"command":{"__isSmartRef__":true,"id":1767},"label":{"__isSmartRef__":true,"id":1773},"pvtCachedTransform":{"__isSmartRef__":true,"id":1796},"attributeConnections":[{"__isSmartRef__":true,"id":1797},{"__isSmartRef__":true,"id":1798}],"modelPlug":{"__isSmartRef__":true,"id":1799},"nextNavigableSibling":{"__isSmartRef__":true,"id":1801},"__LivelyClassName__":"ButtonMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ButtonMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"292:ButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(0,221.32)","namespaceURI":null}]}},"1769":{"vector":{"__isSmartRef__":true,"id":180},"stops":[{"__isSmartRef__":true,"id":1770},{"__isSmartRef__":true,"id":1771},{"__isSmartRef__":true,"id":1772}],"refcount":0,"_livelyDataWrapperId_":"17:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"17:lively.paint.LinearGradient","namespaceURI":null}]}},"1770":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(209,209,209)","namespaceURI":null}]}},"1771":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.5","namespaceURI":null},{"key":"stop-color","value":"rgb(230,230,230)","namespaceURI":null}]}},"1772":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(209,209,209)","namespaceURI":null}]}},"1773":{"textString":"Add module","savedTextString":"Add module","submorphs":[{"__isSmartRef__":true,"id":1774}],"owner":{"__isSmartRef__":true,"id":1768},"_livelyDataWrapperId_":"295:TextMorph","origin":{"__isSmartRef__":true,"id":1779},"shape":{"__isSmartRef__":true,"id":1780},"textContent":{"__isSmartRef__":true,"id":1781},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1782},"textSelection":{"__isSmartRef__":true,"id":1774},"priorExtent":{"__isSmartRef__":true,"id":1783},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1784},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"textColor":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"295:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(27.214285714285715,5.9)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1774":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1773},"_livelyDataWrapperId_":"297:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1775},"shape":{"__isSmartRef__":true,"id":1776},"priorExtent":{"__isSmartRef__":true,"id":1777},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1778},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"297:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1775":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1776":{"_livelyDataWrapperId_":"296:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"296:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1777":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1778":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1779":{"x":27.214285714285715,"y":5.9,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1780":{"_x":0,"_y":0,"_width":66,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"66","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1781":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1782":{"a":1,"b":0,"c":0,"d":1,"e":27.214285714285715,"f":5.9,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1783":{"x":188,"y":92,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1784":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1785":{"x":0,"y":221.32,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1786":{"_x":0,"_y":0,"_width":117.42857142857143,"_height":22,"_stroke":{"__isSmartRef__":true,"id":1787},"_fill":{"__isSmartRef__":true,"id":1788},"_rx":5,"_ry":5,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"117.42857142857143","namespaceURI":null},{"key":"height","value":"22","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#293:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"1787":{"r":0.5019607843137255,"g":0.4470588235294118,"b":0.4666666666666667,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1788":{"vector":{"__isSmartRef__":true,"id":1789},"stops":[{"__isSmartRef__":true,"id":1790},{"__isSmartRef__":true,"id":1791}],"refcount":1,"_livelyDataWrapperId_":"293:lively.paint.LinearGradient","__LivelyClassName__":"lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"293:lively.paint.LinearGradient","namespaceURI":null}]}},"1789":{"x":0,"y":1,"width":0,"height":-1,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1790":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(209,209,209)","namespaceURI":null}]}},"1791":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"1792":{"x":117.42857142857143,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1793":{"vector":{"__isSmartRef__":true,"id":1789},"stops":[{"__isSmartRef__":true,"id":1794},{"__isSmartRef__":true,"id":1795}],"refcount":0,"_livelyDataWrapperId_":"294:lively.paint.LinearGradient","__LivelyClassName__":"lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"294:lively.paint.LinearGradient","namespaceURI":null}]}},"1794":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"1795":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(244,244,244)","namespaceURI":null}]}},"1796":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":221.32,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1797":{"sourceObj":{"__isSmartRef__":true,"id":1768},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1767},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1798":{"sourceObj":{"__isSmartRef__":true,"id":1768},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1768},"targetMethodName":"setLabel","converterString":"function () { return this.getSourceObj().command.asString() }","updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1799":{"model":{"__isSmartRef__":true,"id":1800},"setIsActive":"setIsActive","getIsActive":"getIsActive","__LivelyClassName__":"ModelPlug","__SourceModuleName__":"Global.lively.OldBase"},"1800":{},"1801":{"baseFill":{"__isSmartRef__":true,"id":1769},"submorphs":[{"__isSmartRef__":true,"id":1802}],"owner":{"__isSmartRef__":true,"id":387},"_livelyDataWrapperId_":"298:ButtonMorph","origin":{"__isSmartRef__":true,"id":1814},"shape":{"__isSmartRef__":true,"id":1815},"priorExtent":{"__isSmartRef__":true,"id":1819},"value":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":1816},"lighterFill":{"__isSmartRef__":true,"id":1820},"command":{"__isSmartRef__":true,"id":1823},"label":{"__isSmartRef__":true,"id":1802},"pvtCachedTransform":{"__isSmartRef__":true,"id":1824},"attributeConnections":[{"__isSmartRef__":true,"id":1825},{"__isSmartRef__":true,"id":1826}],"modelPlug":{"__isSmartRef__":true,"id":1827},"nextNavigableSibling":{"__isSmartRef__":true,"id":1829},"__LivelyClassName__":"ButtonMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ButtonMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"298:ButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(117.42857142857143,221.32)","namespaceURI":null}]}},"1802":{"textString":"Load all","savedTextString":"Load all","submorphs":[{"__isSmartRef__":true,"id":1803}],"owner":{"__isSmartRef__":true,"id":1801},"_livelyDataWrapperId_":"301:TextMorph","origin":{"__isSmartRef__":true,"id":1808},"shape":{"__isSmartRef__":true,"id":1809},"textContent":{"__isSmartRef__":true,"id":1810},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1811},"textSelection":{"__isSmartRef__":true,"id":1803},"priorExtent":{"__isSmartRef__":true,"id":1812},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1813},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"textColor":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"301:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(38.214285714285715,5.9)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1803":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1802},"_livelyDataWrapperId_":"303:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1804},"shape":{"__isSmartRef__":true,"id":1805},"priorExtent":{"__isSmartRef__":true,"id":1806},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1807},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"303:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1804":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1805":{"_livelyDataWrapperId_":"302:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"302:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1806":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1807":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1808":{"x":38.214285714285715,"y":5.9,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1809":{"_x":0,"_y":0,"_width":44,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"44","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1810":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1811":{"a":1,"b":0,"c":0,"d":1,"e":38.214285714285715,"f":5.9,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1812":{"x":188,"y":92,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1813":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1814":{"x":117.42857142857143,"y":221.32,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1815":{"_x":0,"_y":0,"_width":117.42857142857143,"_height":22,"_stroke":{"__isSmartRef__":true,"id":1787},"_fill":{"__isSmartRef__":true,"id":1816},"_rx":5,"_ry":5,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"117.42857142857143","namespaceURI":null},{"key":"height","value":"22","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#299:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"1816":{"vector":{"__isSmartRef__":true,"id":1789},"stops":[{"__isSmartRef__":true,"id":1817},{"__isSmartRef__":true,"id":1818}],"refcount":1,"_livelyDataWrapperId_":"299:lively.paint.LinearGradient","__LivelyClassName__":"lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"299:lively.paint.LinearGradient","namespaceURI":null}]}},"1817":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(209,209,209)","namespaceURI":null}]}},"1818":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"1819":{"x":117.42857142857143,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1820":{"vector":{"__isSmartRef__":true,"id":1789},"stops":[{"__isSmartRef__":true,"id":1821},{"__isSmartRef__":true,"id":1822}],"refcount":0,"_livelyDataWrapperId_":"300:lively.paint.LinearGradient","__LivelyClassName__":"lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"300:lively.paint.LinearGradient","namespaceURI":null}]}},"1821":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"1822":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(244,244,244)","namespaceURI":null}]}},"1823":{"browser":{"__isSmartRef__":true,"id":408},"button":{"__isSmartRef__":true,"id":1801},"__LivelyClassName__":"lively.ide.AllModulesLoadCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"1824":{"a":1,"b":0,"c":0,"d":1,"e":117.42857142857143,"f":221.32,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1825":{"sourceObj":{"__isSmartRef__":true,"id":1801},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1823},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1826":{"sourceObj":{"__isSmartRef__":true,"id":1801},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1801},"targetMethodName":"setLabel","converterString":"function () { return this.getSourceObj().command.asString() }","updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1827":{"model":{"__isSmartRef__":true,"id":1828},"setIsActive":"setIsActive","getIsActive":"getIsActive","__LivelyClassName__":"ModelPlug","__SourceModuleName__":"Global.lively.OldBase"},"1828":{},"1829":{"baseFill":{"__isSmartRef__":true,"id":1769},"submorphs":[{"__isSmartRef__":true,"id":1830}],"owner":{"__isSmartRef__":true,"id":387},"_livelyDataWrapperId_":"304:ButtonMorph","origin":{"__isSmartRef__":true,"id":1842},"shape":{"__isSmartRef__":true,"id":1843},"priorExtent":{"__isSmartRef__":true,"id":1847},"value":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":1844},"lighterFill":{"__isSmartRef__":true,"id":1848},"command":{"__isSmartRef__":true,"id":1851},"label":{"__isSmartRef__":true,"id":1830},"pvtCachedTransform":{"__isSmartRef__":true,"id":1852},"attributeConnections":[{"__isSmartRef__":true,"id":1853},{"__isSmartRef__":true,"id":1854}],"modelPlug":{"__isSmartRef__":true,"id":1855},"nextNavigableSibling":{"__isSmartRef__":true,"id":1857},"__LivelyClassName__":"ButtonMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ButtonMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"304:ButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(234.85714285714286,221.32)","namespaceURI":null}]}},"1830":{"textString":"LineNo","savedTextString":"LineNo","submorphs":[{"__isSmartRef__":true,"id":1831}],"owner":{"__isSmartRef__":true,"id":1829},"_livelyDataWrapperId_":"307:TextMorph","origin":{"__isSmartRef__":true,"id":1836},"shape":{"__isSmartRef__":true,"id":1837},"textContent":{"__isSmartRef__":true,"id":1838},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1839},"textSelection":{"__isSmartRef__":true,"id":1831},"priorExtent":{"__isSmartRef__":true,"id":1840},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1841},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"textColor":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"307:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(40.214285714285715,5.9)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1831":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1830},"_livelyDataWrapperId_":"309:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1832},"shape":{"__isSmartRef__":true,"id":1833},"priorExtent":{"__isSmartRef__":true,"id":1834},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1835},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"309:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1832":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1833":{"_livelyDataWrapperId_":"308:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"308:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1834":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1835":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1836":{"x":40.214285714285715,"y":5.9,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1837":{"_x":0,"_y":0,"_width":40,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"40","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1838":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1839":{"a":1,"b":0,"c":0,"d":1,"e":40.214285714285715,"f":5.9,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1840":{"x":188,"y":92,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1841":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1842":{"x":234.85714285714286,"y":221.32,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1843":{"_x":0,"_y":0,"_width":117.42857142857143,"_height":22,"_stroke":{"__isSmartRef__":true,"id":1787},"_fill":{"__isSmartRef__":true,"id":1844},"_rx":5,"_ry":5,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"117.42857142857143","namespaceURI":null},{"key":"height","value":"22","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#305:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"1844":{"vector":{"__isSmartRef__":true,"id":1789},"stops":[{"__isSmartRef__":true,"id":1845},{"__isSmartRef__":true,"id":1846}],"refcount":1,"_livelyDataWrapperId_":"305:lively.paint.LinearGradient","__LivelyClassName__":"lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"305:lively.paint.LinearGradient","namespaceURI":null}]}},"1845":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(209,209,209)","namespaceURI":null}]}},"1846":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"1847":{"x":117.42857142857143,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1848":{"vector":{"__isSmartRef__":true,"id":1789},"stops":[{"__isSmartRef__":true,"id":1849},{"__isSmartRef__":true,"id":1850}],"refcount":0,"_livelyDataWrapperId_":"306:lively.paint.LinearGradient","__LivelyClassName__":"lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"306:lively.paint.LinearGradient","namespaceURI":null}]}},"1849":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"1850":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(244,244,244)","namespaceURI":null}]}},"1851":{"browser":{"__isSmartRef__":true,"id":408},"button":{"__isSmartRef__":true,"id":1829},"__LivelyClassName__":"lively.ide.ShowLineNumbersCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"1852":{"a":1,"b":0,"c":0,"d":1,"e":234.85714285714286,"f":221.32,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1853":{"sourceObj":{"__isSmartRef__":true,"id":1829},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1851},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1854":{"sourceObj":{"__isSmartRef__":true,"id":1829},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1829},"targetMethodName":"setLabel","converterString":"function () { return this.getSourceObj().command.asString() }","updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1855":{"model":{"__isSmartRef__":true,"id":1856},"setIsActive":"setIsActive","getIsActive":"getIsActive","__LivelyClassName__":"ModelPlug","__SourceModuleName__":"Global.lively.OldBase"},"1856":{},"1857":{"baseFill":{"__isSmartRef__":true,"id":1769},"submorphs":[{"__isSmartRef__":true,"id":1858}],"owner":{"__isSmartRef__":true,"id":387},"_livelyDataWrapperId_":"310:ButtonMorph","origin":{"__isSmartRef__":true,"id":1870},"shape":{"__isSmartRef__":true,"id":1871},"priorExtent":{"__isSmartRef__":true,"id":1875},"value":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":1872},"lighterFill":{"__isSmartRef__":true,"id":1876},"command":{"__isSmartRef__":true,"id":1879},"label":{"__isSmartRef__":true,"id":1858},"pvtCachedTransform":{"__isSmartRef__":true,"id":1880},"attributeConnections":[{"__isSmartRef__":true,"id":1881},{"__isSmartRef__":true,"id":1882}],"modelPlug":{"__isSmartRef__":true,"id":1883},"nextNavigableSibling":{"__isSmartRef__":true,"id":1885},"__LivelyClassName__":"ButtonMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ButtonMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"310:ButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(352.2857142857143,221.32)","namespaceURI":null}]}},"1858":{"textString":"Refresh","savedTextString":"Refresh","submorphs":[{"__isSmartRef__":true,"id":1859}],"owner":{"__isSmartRef__":true,"id":1857},"_livelyDataWrapperId_":"313:TextMorph","origin":{"__isSmartRef__":true,"id":1864},"shape":{"__isSmartRef__":true,"id":1865},"textContent":{"__isSmartRef__":true,"id":1866},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1867},"textSelection":{"__isSmartRef__":true,"id":1859},"priorExtent":{"__isSmartRef__":true,"id":1868},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1869},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"textColor":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"313:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(38.714285714285715,5.9)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1859":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1858},"_livelyDataWrapperId_":"315:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1860},"shape":{"__isSmartRef__":true,"id":1861},"priorExtent":{"__isSmartRef__":true,"id":1862},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1863},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"315:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1860":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1861":{"_livelyDataWrapperId_":"314:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"314:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1862":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1863":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1864":{"x":38.714285714285715,"y":5.9,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1865":{"_x":0,"_y":0,"_width":43,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"43","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1866":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1867":{"a":1,"b":0,"c":0,"d":1,"e":38.714285714285715,"f":5.9,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1868":{"x":188,"y":92,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1869":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1870":{"x":352.2857142857143,"y":221.32,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1871":{"_x":0,"_y":0,"_width":117.42857142857143,"_height":22,"_stroke":{"__isSmartRef__":true,"id":1787},"_fill":{"__isSmartRef__":true,"id":1872},"_rx":5,"_ry":5,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"117.42857142857143","namespaceURI":null},{"key":"height","value":"22","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#311:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"1872":{"vector":{"__isSmartRef__":true,"id":1789},"stops":[{"__isSmartRef__":true,"id":1873},{"__isSmartRef__":true,"id":1874}],"refcount":1,"_livelyDataWrapperId_":"311:lively.paint.LinearGradient","__LivelyClassName__":"lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"311:lively.paint.LinearGradient","namespaceURI":null}]}},"1873":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(209,209,209)","namespaceURI":null}]}},"1874":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"1875":{"x":117.42857142857143,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1876":{"vector":{"__isSmartRef__":true,"id":1789},"stops":[{"__isSmartRef__":true,"id":1877},{"__isSmartRef__":true,"id":1878}],"refcount":0,"_livelyDataWrapperId_":"312:lively.paint.LinearGradient","__LivelyClassName__":"lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"312:lively.paint.LinearGradient","namespaceURI":null}]}},"1877":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"1878":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(244,244,244)","namespaceURI":null}]}},"1879":{"browser":{"__isSmartRef__":true,"id":408},"button":{"__isSmartRef__":true,"id":1857},"__LivelyClassName__":"lively.ide.RefreshCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"1880":{"a":1,"b":0,"c":0,"d":1,"e":352.2857142857143,"f":221.32,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1881":{"sourceObj":{"__isSmartRef__":true,"id":1857},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1879},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1882":{"sourceObj":{"__isSmartRef__":true,"id":1857},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1857},"targetMethodName":"setLabel","converterString":"function () { return this.getSourceObj().command.asString() }","updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1883":{"model":{"__isSmartRef__":true,"id":1884},"setIsActive":"setIsActive","getIsActive":"getIsActive","__LivelyClassName__":"ModelPlug","__SourceModuleName__":"Global.lively.OldBase"},"1884":{},"1885":{"baseFill":{"__isSmartRef__":true,"id":1769},"submorphs":[{"__isSmartRef__":true,"id":1886}],"owner":{"__isSmartRef__":true,"id":387},"_livelyDataWrapperId_":"316:ButtonMorph","origin":{"__isSmartRef__":true,"id":1898},"shape":{"__isSmartRef__":true,"id":1899},"priorExtent":{"__isSmartRef__":true,"id":1903},"value":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":1900},"lighterFill":{"__isSmartRef__":true,"id":1904},"command":{"__isSmartRef__":true,"id":1907},"label":{"__isSmartRef__":true,"id":1886},"pvtCachedTransform":{"__isSmartRef__":true,"id":1908},"attributeConnections":[{"__isSmartRef__":true,"id":1909},{"__isSmartRef__":true,"id":1910}],"modelPlug":{"__isSmartRef__":true,"id":1911},"nextNavigableSibling":{"__isSmartRef__":true,"id":1913},"__LivelyClassName__":"ButtonMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ButtonMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"316:ButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(469.7142857142857,221.32)","namespaceURI":null}]}},"1886":{"textString":"Eval on","savedTextString":"Eval on","submorphs":[{"__isSmartRef__":true,"id":1887}],"owner":{"__isSmartRef__":true,"id":1885},"_livelyDataWrapperId_":"319:TextMorph","origin":{"__isSmartRef__":true,"id":1892},"shape":{"__isSmartRef__":true,"id":1893},"textContent":{"__isSmartRef__":true,"id":1894},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1895},"textSelection":{"__isSmartRef__":true,"id":1887},"priorExtent":{"__isSmartRef__":true,"id":1896},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1897},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"textColor":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"319:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(39.714285714285715,5.9)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1887":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1886},"_livelyDataWrapperId_":"321:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1888},"shape":{"__isSmartRef__":true,"id":1889},"priorExtent":{"__isSmartRef__":true,"id":1890},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1891},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"321:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1888":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1889":{"_livelyDataWrapperId_":"320:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"320:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1890":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1891":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1892":{"x":39.714285714285715,"y":5.9,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1893":{"_x":0,"_y":0,"_width":41,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"41","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1894":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1895":{"a":1,"b":0,"c":0,"d":1,"e":39.714285714285715,"f":5.9,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1896":{"x":188,"y":92,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1897":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1898":{"x":469.7142857142857,"y":221.32,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1899":{"_x":0,"_y":0,"_width":117.42857142857143,"_height":22,"_stroke":{"__isSmartRef__":true,"id":1787},"_fill":{"__isSmartRef__":true,"id":1900},"_rx":5,"_ry":5,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"117.42857142857143","namespaceURI":null},{"key":"height","value":"22","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#317:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"1900":{"vector":{"__isSmartRef__":true,"id":1789},"stops":[{"__isSmartRef__":true,"id":1901},{"__isSmartRef__":true,"id":1902}],"refcount":1,"_livelyDataWrapperId_":"317:lively.paint.LinearGradient","__LivelyClassName__":"lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"317:lively.paint.LinearGradient","namespaceURI":null}]}},"1901":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(209,209,209)","namespaceURI":null}]}},"1902":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"1903":{"x":117.42857142857143,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1904":{"vector":{"__isSmartRef__":true,"id":1789},"stops":[{"__isSmartRef__":true,"id":1905},{"__isSmartRef__":true,"id":1906}],"refcount":0,"_livelyDataWrapperId_":"318:lively.paint.LinearGradient","__LivelyClassName__":"lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"318:lively.paint.LinearGradient","namespaceURI":null}]}},"1905":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"1906":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(244,244,244)","namespaceURI":null}]}},"1907":{"browser":{"__isSmartRef__":true,"id":408},"button":{"__isSmartRef__":true,"id":1885},"__LivelyClassName__":"lively.ide.EvaluateCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"1908":{"a":1,"b":0,"c":0,"d":1,"e":469.7142857142857,"f":221.32,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1909":{"sourceObj":{"__isSmartRef__":true,"id":1885},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1907},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1910":{"sourceObj":{"__isSmartRef__":true,"id":1885},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1885},"targetMethodName":"setLabel","converterString":"function () { return this.getSourceObj().command.asString() }","updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1911":{"model":{"__isSmartRef__":true,"id":1912},"setIsActive":"setIsActive","getIsActive":"getIsActive","__LivelyClassName__":"ModelPlug","__SourceModuleName__":"Global.lively.OldBase"},"1912":{},"1913":{"baseFill":{"__isSmartRef__":true,"id":1769},"submorphs":[{"__isSmartRef__":true,"id":1914}],"owner":{"__isSmartRef__":true,"id":387},"_livelyDataWrapperId_":"322:ButtonMorph","origin":{"__isSmartRef__":true,"id":1926},"shape":{"__isSmartRef__":true,"id":1927},"priorExtent":{"__isSmartRef__":true,"id":1931},"value":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":1928},"lighterFill":{"__isSmartRef__":true,"id":1932},"command":{"__isSmartRef__":true,"id":1935},"label":{"__isSmartRef__":true,"id":1914},"pvtCachedTransform":{"__isSmartRef__":true,"id":1936},"attributeConnections":[{"__isSmartRef__":true,"id":1937},{"__isSmartRef__":true,"id":1938}],"modelPlug":{"__isSmartRef__":true,"id":1939},"nextNavigableSibling":{"__isSmartRef__":true,"id":1941},"__LivelyClassName__":"ButtonMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ButtonMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"322:ButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(587.1428571428571,221.32)","namespaceURI":null}]}},"1914":{"textString":"Sort","savedTextString":"Sort","submorphs":[{"__isSmartRef__":true,"id":1915}],"owner":{"__isSmartRef__":true,"id":1913},"_livelyDataWrapperId_":"325:TextMorph","origin":{"__isSmartRef__":true,"id":1920},"shape":{"__isSmartRef__":true,"id":1921},"textContent":{"__isSmartRef__":true,"id":1922},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1923},"textSelection":{"__isSmartRef__":true,"id":1915},"priorExtent":{"__isSmartRef__":true,"id":1924},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1925},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"textColor":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"325:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(49.214285714285715,5.9)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1915":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1914},"_livelyDataWrapperId_":"327:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1916},"shape":{"__isSmartRef__":true,"id":1917},"priorExtent":{"__isSmartRef__":true,"id":1918},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1919},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"327:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1916":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1917":{"_livelyDataWrapperId_":"326:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"326:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1918":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1919":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1920":{"x":49.214285714285715,"y":5.9,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1921":{"_x":0,"_y":0,"_width":22,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"22","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1922":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1923":{"a":1,"b":0,"c":0,"d":1,"e":49.214285714285715,"f":5.9,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1924":{"x":188,"y":92,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1925":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1926":{"x":587.1428571428571,"y":221.32,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1927":{"_x":0,"_y":0,"_width":117.42857142857143,"_height":22,"_stroke":{"__isSmartRef__":true,"id":1787},"_fill":{"__isSmartRef__":true,"id":1928},"_rx":5,"_ry":5,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"117.42857142857143","namespaceURI":null},{"key":"height","value":"22","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#323:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"1928":{"vector":{"__isSmartRef__":true,"id":1789},"stops":[{"__isSmartRef__":true,"id":1929},{"__isSmartRef__":true,"id":1930}],"refcount":1,"_livelyDataWrapperId_":"323:lively.paint.LinearGradient","__LivelyClassName__":"lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"323:lively.paint.LinearGradient","namespaceURI":null}]}},"1929":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(209,209,209)","namespaceURI":null}]}},"1930":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"1931":{"x":117.42857142857143,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1932":{"vector":{"__isSmartRef__":true,"id":1789},"stops":[{"__isSmartRef__":true,"id":1933},{"__isSmartRef__":true,"id":1934}],"refcount":0,"_livelyDataWrapperId_":"324:lively.paint.LinearGradient","__LivelyClassName__":"lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"324:lively.paint.LinearGradient","namespaceURI":null}]}},"1933":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"1934":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(244,244,244)","namespaceURI":null}]}},"1935":{"browser":{"__isSmartRef__":true,"id":408},"button":{"__isSmartRef__":true,"id":1913},"__LivelyClassName__":"lively.ide.SortCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"1936":{"a":1,"b":0,"c":0,"d":1,"e":587.1428571428571,"f":221.32,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1937":{"sourceObj":{"__isSmartRef__":true,"id":1913},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1935},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1938":{"sourceObj":{"__isSmartRef__":true,"id":1913},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1913},"targetMethodName":"setLabel","converterString":"function () { return this.getSourceObj().command.asString() }","updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1939":{"model":{"__isSmartRef__":true,"id":1940},"setIsActive":"setIsActive","getIsActive":"getIsActive","__LivelyClassName__":"ModelPlug","__SourceModuleName__":"Global.lively.OldBase"},"1940":{},"1941":{"baseFill":{"__isSmartRef__":true,"id":1769},"submorphs":[{"__isSmartRef__":true,"id":1942}],"owner":{"__isSmartRef__":true,"id":387},"_livelyDataWrapperId_":"328:ButtonMorph","origin":{"__isSmartRef__":true,"id":1955},"shape":{"__isSmartRef__":true,"id":1956},"priorExtent":{"__isSmartRef__":true,"id":1960},"value":false,"normalFill":{"__isSmartRef__":true,"id":1957},"lighterFill":{"__isSmartRef__":true,"id":1961},"command":{"__isSmartRef__":true,"id":1964},"label":{"__isSmartRef__":true,"id":1942},"pvtCachedTransform":{"__isSmartRef__":true,"id":1965},"attributeConnections":[{"__isSmartRef__":true,"id":1966},{"__isSmartRef__":true,"id":1967}],"modelPlug":{"__isSmartRef__":true,"id":1968},"__LivelyClassName__":"ButtonMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ButtonMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"328:ButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(704.5714285714286,221.32)","namespaceURI":null}]}},"1942":{"textString":"View as...","savedTextString":"View as...","submorphs":[{"__isSmartRef__":true,"id":1943}],"owner":{"__isSmartRef__":true,"id":1941},"_livelyDataWrapperId_":"331:TextMorph","origin":{"__isSmartRef__":true,"id":1948},"shape":{"__isSmartRef__":true,"id":1949},"textContent":{"__isSmartRef__":true,"id":1950},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1952},"textSelection":{"__isSmartRef__":true,"id":1943},"priorExtent":{"__isSmartRef__":true,"id":1953},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":1954},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"textColor":{"__isSmartRef__":true,"id":1951},"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"331:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(34.214285714285715,5.9)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1943":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1942},"_livelyDataWrapperId_":"333:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1944},"shape":{"__isSmartRef__":true,"id":1945},"priorExtent":{"__isSmartRef__":true,"id":1946},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1947},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"333:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1944":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1945":{"_livelyDataWrapperId_":"332:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"332:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1946":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1947":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1948":{"x":34.214285714285715,"y":5.9,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1949":{"_x":0,"_y":0,"_width":52,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"52","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1950":{"_fill":{"__isSmartRef__":true,"id":1951},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(102,102,102)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"1951":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1952":{"a":1,"b":0,"c":0,"d":1,"e":34.214285714285715,"f":5.9,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1953":{"x":188,"y":92,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1954":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"1955":{"x":704.5714285714286,"y":221.32,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1956":{"_x":0,"_y":0,"_width":117.42857142857143,"_height":22,"_stroke":{"__isSmartRef__":true,"id":1787},"_fill":{"__isSmartRef__":true,"id":1957},"_rx":5,"_ry":5,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"117.42857142857143","namespaceURI":null},{"key":"height","value":"22","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#329:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"1957":{"vector":{"__isSmartRef__":true,"id":1789},"stops":[{"__isSmartRef__":true,"id":1958},{"__isSmartRef__":true,"id":1959}],"refcount":1,"_livelyDataWrapperId_":"329:lively.paint.LinearGradient","__LivelyClassName__":"lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"329:lively.paint.LinearGradient","namespaceURI":null}]}},"1958":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(209,209,209)","namespaceURI":null}]}},"1959":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"1960":{"x":117.42857142857143,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1961":{"vector":{"__isSmartRef__":true,"id":1789},"stops":[{"__isSmartRef__":true,"id":1962},{"__isSmartRef__":true,"id":1963}],"refcount":0,"_livelyDataWrapperId_":"330:lively.paint.LinearGradient","__LivelyClassName__":"lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"330:lively.paint.LinearGradient","namespaceURI":null}]}},"1962":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"1963":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(244,244,244)","namespaceURI":null}]}},"1964":{"browser":{"__isSmartRef__":true,"id":408},"button":{"__isSmartRef__":true,"id":1941},"__LivelyClassName__":"lively.ide.ViewSourceCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"1965":{"a":1,"b":0,"c":0,"d":1,"e":704.5714285714286,"f":221.32,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1966":{"sourceObj":{"__isSmartRef__":true,"id":1941},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1964},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1967":{"sourceObj":{"__isSmartRef__":true,"id":1941},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1941},"targetMethodName":"setLabel","converterString":"function () { return this.getSourceObj().command.asString() }","updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1968":{"model":{"__isSmartRef__":true,"id":1969},"setIsActive":"setIsActive","getIsActive":"getIsActive","__LivelyClassName__":"ModelPlug","__SourceModuleName__":"Global.lively.OldBase"},"1969":{},"1970":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/Tests/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"1971":{"sourceObj":{"__isSmartRef__":true,"id":408},"sourceAttrName":"targetURL","targetObj":{"__isSmartRef__":true,"id":390},"targetMethodName":"setTextString","converterString":"function (value) { return value.toString() }","updaterString":null,"isActive":false,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1972":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1973":{"_x":0,"_y":0,"_width":645.6,"_height":22.12,"_fill":{"__isSmartRef__":true,"id":398},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"645.6","namespaceURI":null},{"key":"height","value":"22.12","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1974":{"x":657.6,"y":22.12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1975":{"_livelyDataWrapperId_":"87:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1976},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"87:lively.scene.Clip","namespaceURI":null}]}},"1976":{"_fill":{"__isSmartRef__":true,"id":398},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"645.6","namespaceURI":null},{"key":"height","value":"22.12","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1977":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1978":{"submorphs":[{"__isSmartRef__":true,"id":1979}],"owner":{"__isSmartRef__":true,"id":388},"_livelyDataWrapperId_":"88:SliderMorph","origin":{"__isSmartRef__":true,"id":1986},"shape":{"__isSmartRef__":true,"id":1987},"priorExtent":{"__isSmartRef__":true,"id":1988},"value":0,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":1989},"slider":{"__isSmartRef__":true,"id":1979},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":1990},{"__isSmartRef__":true,"id":1991}],"__LivelyClassName__":"SliderMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"SliderMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"88:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(644.6,0)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]}},"1979":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1978},"_livelyDataWrapperId_":"89:Morph","origin":{"__isSmartRef__":true,"id":1980},"shape":{"__isSmartRef__":true,"id":1981},"priorExtent":{"__isSmartRef__":true,"id":1982},"pvtCachedTransform":{"__isSmartRef__":true,"id":1983},"mouseHandler":{"__isSmartRef__":true,"id":1984},"styleClass":["slider"],"__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"89:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null}]}},"1980":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1981":{"_x":0,"_y":0,"_width":13,"_height":20.358853503184715,"_stroke":{"__isSmartRef__":true,"id":147},"_fill":{"__isSmartRef__":true,"id":148},"_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"13","namespaceURI":null},{"key":"height","value":"20.358853503184715","namespaceURI":null},{"key":"stroke","value":"rgb(102,102,102)","namespaceURI":null},{"key":"fill","value":"url(#18:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1982":{"x":12,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1983":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1984":{"target":{"__isSmartRef__":true,"id":1978},"eventSpec":{"__isSmartRef__":true,"id":1985},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"1985":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"1986":{"x":644.6,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1987":{"_x":0,"_y":0,"_width":13,"_height":22.12,"_stroke":{"__isSmartRef__":true,"id":159},"_fill":{"__isSmartRef__":true,"id":160},"_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"13","namespaceURI":null},{"key":"height","value":"22.12","namespaceURI":null},{"key":"stroke","value":"rgb(204,204,204)","namespaceURI":null},{"key":"fill","value":"url(#19:lively.paint.LinearGradient)","namespaceURI":null},{"key":"stroke-opacity","value":"1","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"1988":{"x":5,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1989":{"a":1,"b":0,"c":0,"d":1,"e":644.6,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1990":{"sourceObj":{"__isSmartRef__":true,"id":1978},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":388},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1991":{"sourceObj":{"__isSmartRef__":true,"id":1978},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":388},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1992":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1993":{"_x":0,"_y":0,"_width":657.6,"_height":22.12,"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"657.6","namespaceURI":null},{"key":"height","value":"22.12","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1994":{"x":657.6,"y":22.12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1995":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"1996":{"sourceObj":{"__isSmartRef__":true,"id":388},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":1978},"targetMethodName":"setValue","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"1997":{"baseFill":{"__isSmartRef__":true,"id":1769},"submorphs":[{"__isSmartRef__":true,"id":1998}],"owner":{"__isSmartRef__":true,"id":387},"_livelyDataWrapperId_":"90:ButtonMorph","origin":{"__isSmartRef__":true,"id":2010},"shape":{"__isSmartRef__":true,"id":2011},"priorExtent":{"__isSmartRef__":true,"id":2015},"value":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2012},"lighterFill":{"__isSmartRef__":true,"id":2016},"pvtCachedTransform":{"__isSmartRef__":true,"id":2019},"nextNavigableSibling":{"__isSmartRef__":true,"id":2020},"label":{"__isSmartRef__":true,"id":1998},"attributeConnections":[{"__isSmartRef__":true,"id":2044}],"__LivelyClassName__":"ButtonMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ButtonMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"90:ButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(657.6,0)","namespaceURI":null}]}},"1998":{"textString":"codebase","savedTextString":"codebase","submorphs":[{"__isSmartRef__":true,"id":1999}],"owner":{"__isSmartRef__":true,"id":1997},"_livelyDataWrapperId_":"286:TextMorph","origin":{"__isSmartRef__":true,"id":2004},"shape":{"__isSmartRef__":true,"id":2005},"textContent":{"__isSmartRef__":true,"id":2006},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2007},"textSelection":{"__isSmartRef__":true,"id":1999},"priorExtent":{"__isSmartRef__":true,"id":2008},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2009},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"286:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(23.82,5.960000000000001)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1999":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1998},"_livelyDataWrapperId_":"288:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2000},"shape":{"__isSmartRef__":true,"id":2001},"priorExtent":{"__isSmartRef__":true,"id":2002},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2003},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"288:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2000":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2001":{"_livelyDataWrapperId_":"287:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"287:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2002":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2003":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2004":{"x":23.82,"y":5.960000000000001,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2005":{"_x":0,"_y":0,"_width":54,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"54","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2006":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2007":{"a":1,"b":0,"c":0,"d":1,"e":23.82,"f":5.960000000000001,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2008":{"x":188,"y":92,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2009":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"2010":{"x":657.6,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2011":{"_x":0,"_y":0,"_width":98.64,"_height":22.12,"_stroke":{"__isSmartRef__":true,"id":1787},"_fill":{"__isSmartRef__":true,"id":2012},"_rx":5,"_ry":5,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"98.64","namespaceURI":null},{"key":"height","value":"22.12","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#91:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"2012":{"vector":{"__isSmartRef__":true,"id":1789},"stops":[{"__isSmartRef__":true,"id":2013},{"__isSmartRef__":true,"id":2014}],"refcount":1,"_livelyDataWrapperId_":"91:lively.paint.LinearGradient","__LivelyClassName__":"lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"91:lively.paint.LinearGradient","namespaceURI":null}]}},"2013":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(209,209,209)","namespaceURI":null}]}},"2014":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"2015":{"x":98.64,"y":22.12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2016":{"vector":{"__isSmartRef__":true,"id":1789},"stops":[{"__isSmartRef__":true,"id":2017},{"__isSmartRef__":true,"id":2018}],"refcount":0,"_livelyDataWrapperId_":"92:lively.paint.LinearGradient","__LivelyClassName__":"lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"92:lively.paint.LinearGradient","namespaceURI":null}]}},"2017":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"2018":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(244,244,244)","namespaceURI":null}]}},"2019":{"a":1,"b":0,"c":0,"d":1,"e":657.6,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2020":{"baseFill":{"__isSmartRef__":true,"id":1769},"submorphs":[{"__isSmartRef__":true,"id":2021}],"owner":{"__isSmartRef__":true,"id":387},"_livelyDataWrapperId_":"93:ButtonMorph","origin":{"__isSmartRef__":true,"id":2033},"shape":{"__isSmartRef__":true,"id":2034},"priorExtent":{"__isSmartRef__":true,"id":2038},"value":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2035},"lighterFill":{"__isSmartRef__":true,"id":2039},"pvtCachedTransform":{"__isSmartRef__":true,"id":2042},"label":{"__isSmartRef__":true,"id":2021},"attributeConnections":[{"__isSmartRef__":true,"id":2043}],"nextNavigableSibling":{"__isSmartRef__":true,"id":1768},"__LivelyClassName__":"ButtonMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ButtonMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"93:ButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(756.24,0)","namespaceURI":null}]}},"2021":{"textString":"local","savedTextString":"local","submorphs":[{"__isSmartRef__":true,"id":2022}],"owner":{"__isSmartRef__":true,"id":2020},"_livelyDataWrapperId_":"289:TextMorph","origin":{"__isSmartRef__":true,"id":2027},"shape":{"__isSmartRef__":true,"id":2028},"textContent":{"__isSmartRef__":true,"id":2029},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2030},"textSelection":{"__isSmartRef__":true,"id":2022},"priorExtent":{"__isSmartRef__":true,"id":2031},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2032},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"289:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(21.380000000000003,5.960000000000001)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2022":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2021},"_livelyDataWrapperId_":"291:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2023},"shape":{"__isSmartRef__":true,"id":2024},"priorExtent":{"__isSmartRef__":true,"id":2025},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2026},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"291:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2023":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2024":{"_livelyDataWrapperId_":"290:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"290:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2025":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2026":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2027":{"x":21.380000000000003,"y":5.960000000000001,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2028":{"_x":0,"_y":0,"_width":26,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"26","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2029":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2030":{"a":1,"b":0,"c":0,"d":1,"e":21.380000000000003,"f":5.960000000000001,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2031":{"x":188,"y":92,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2032":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"2033":{"x":756.24,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2034":{"_x":0,"_y":0,"_width":65.76,"_height":22.12,"_stroke":{"__isSmartRef__":true,"id":1787},"_fill":{"__isSmartRef__":true,"id":2035},"_rx":5,"_ry":5,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"65.76","namespaceURI":null},{"key":"height","value":"22.12","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#94:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"2035":{"vector":{"__isSmartRef__":true,"id":1789},"stops":[{"__isSmartRef__":true,"id":2036},{"__isSmartRef__":true,"id":2037}],"refcount":1,"_livelyDataWrapperId_":"94:lively.paint.LinearGradient","__LivelyClassName__":"lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"94:lively.paint.LinearGradient","namespaceURI":null}]}},"2036":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(209,209,209)","namespaceURI":null}]}},"2037":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"2038":{"x":65.76,"y":22.12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2039":{"vector":{"__isSmartRef__":true,"id":1789},"stops":[{"__isSmartRef__":true,"id":2040},{"__isSmartRef__":true,"id":2041}],"refcount":0,"_livelyDataWrapperId_":"95:lively.paint.LinearGradient","__LivelyClassName__":"lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"95:lively.paint.LinearGradient","namespaceURI":null}]}},"2040":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"2041":{"__LivelyClassName__":"lively.paint.Stop","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(244,244,244)","namespaceURI":null}]}},"2042":{"a":1,"b":0,"c":0,"d":1,"e":756.24,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2043":{"sourceObj":{"__isSmartRef__":true,"id":2020},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":408},"targetMethodName":"setTargetURL","converterString":"function () { return URL.source.getDirectory() }","updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2044":{"sourceObj":{"__isSmartRef__":true,"id":1997},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":408},"targetMethodName":"setTargetURL","converterString":"function () { return URL.codeBase.withFilename('lively/')}","updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2045":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":387},"_livelyDataWrapperId_":"132:HorizontalDivider","origin":{"__isSmartRef__":true,"id":2046},"shape":{"__isSmartRef__":true,"id":2047},"priorExtent":{"__isSmartRef__":true,"id":2049},"fixed":[{"__isSmartRef__":true,"id":1768},{"__isSmartRef__":true,"id":1801},{"__isSmartRef__":true,"id":1829},{"__isSmartRef__":true,"id":1857},{"__isSmartRef__":true,"id":1885},{"__isSmartRef__":true,"id":1913},{"__isSmartRef__":true,"id":1941}],"scalingBelow":[{"__isSmartRef__":true,"id":560}],"scalingAbove":[{"__isSmartRef__":true,"id":1309},{"__isSmartRef__":true,"id":1387},{"__isSmartRef__":true,"id":1492},{"__isSmartRef__":true,"id":1708}],"minHeight":20,"pointerConnection":null,"pvtCachedTransform":{"__isSmartRef__":true,"id":2050},"styleClass":["Browser_resizer"],"__LivelyClassName__":"HorizontalDivider","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"HorizontalDivider","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"132:HorizontalDivider","namespaceURI":null},{"key":"transform","value":"translate(0,243.32)","namespaceURI":null},{"key":"class","value":"Browser_resizer","namespaceURI":null}]}},"2046":{"x":0,"y":243.32,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2047":{"_x":0,"_y":0,"_width":822,"_height":5.53,"_fill":{"__isSmartRef__":true,"id":2048},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"822","namespaceURI":null},{"key":"height","value":"5.53","namespaceURI":null},{"key":"fill","value":"rgb(204,204,204)","namespaceURI":null}]}},"2048":{"r":0.8,"g":0.8,"b":0.8,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2049":{"x":822,"y":5.53,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2050":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":243.32,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2051":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":387},"_livelyDataWrapperId_":"142:HorizontalDivider","origin":{"__isSmartRef__":true,"id":2052},"shape":{"__isSmartRef__":true,"id":2053},"priorExtent":{"__isSmartRef__":true,"id":2054},"fixed":[],"scalingBelow":[{"__isSmartRef__":true,"id":2055}],"scalingAbove":[{"__isSmartRef__":true,"id":560}],"minHeight":20,"pointerConnection":null,"pvtCachedTransform":{"__isSmartRef__":true,"id":2097},"styleClass":["Browser_resizer"],"__LivelyClassName__":"HorizontalDivider","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"HorizontalDivider","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"142:HorizontalDivider","namespaceURI":null},{"key":"transform","value":"translate(0,519.8199999999999)","namespaceURI":null},{"key":"class","value":"Browser_resizer","namespaceURI":null}]}},"2052":{"x":0,"y":519.8199999999999,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2053":{"_x":0,"_y":0,"_width":822,"_height":5.53,"_fill":{"__isSmartRef__":true,"id":2048},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"822","namespaceURI":null},{"key":"height","value":"5.53","namespaceURI":null},{"key":"fill","value":"rgb(204,204,204)","namespaceURI":null}]}},"2054":{"x":822,"y":5.53,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2055":{"submorphs":[{"__isSmartRef__":true,"id":2056},{"__isSmartRef__":true,"id":2078}],"owner":{"__isSmartRef__":true,"id":387},"_livelyDataWrapperId_":"147:ScrollPane","origin":{"__isSmartRef__":true,"id":2092},"shape":{"__isSmartRef__":true,"id":2093},"priorExtent":{"__isSmartRef__":true,"id":2094},"pvtCachedTransform":{"__isSmartRef__":true,"id":2095},"clipMorph":{"__isSmartRef__":true,"id":2056},"verticalScrollBar":{"__isSmartRef__":true,"id":2078},"attributeConnections":[{"__isSmartRef__":true,"id":2096}],"suppressHandles":true,"styleClass":["Browser_commentPane"],"__LivelyClassName__":"ScrollPane","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScrollPane","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"147:ScrollPane","namespaceURI":null},{"key":"transform","value":"translate(0,525.35)","namespaceURI":null},{"key":"class","value":"Browser_commentPane","namespaceURI":null}]}},"2056":{"submorphs":[{"__isSmartRef__":true,"id":2057}],"owner":{"__isSmartRef__":true,"id":2055},"_livelyDataWrapperId_":"148:ClipMorph","origin":{"__isSmartRef__":true,"id":2072},"shape":{"__isSmartRef__":true,"id":2073},"priorExtent":{"__isSmartRef__":true,"id":2074},"clip":{"__isSmartRef__":true,"id":2075},"_clip-path":"url(#149:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":2077},"suppressHandles":true,"__LivelyClassName__":"ClipMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ClipMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"148:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#149:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2057":{"textString":"","savedTextString":"","submorphs":[{"__isSmartRef__":true,"id":2058}],"owner":{"__isSmartRef__":true,"id":2056},"_livelyDataWrapperId_":"143:TextMorph","origin":{"__isSmartRef__":true,"id":2063},"shape":{"__isSmartRef__":true,"id":2064},"textContent":{"__isSmartRef__":true,"id":2065},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2066},"textSelection":{"__isSmartRef__":true,"id":2058},"priorExtent":{"__isSmartRef__":true,"id":2067},"useChangeClue":true,"changeClue":{"__isSmartRef__":true,"id":2068},"suppressHandles":true,"styleClass":["Browser_commentPaneText"],"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"143:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"Browser_commentPaneText","namespaceURI":null}]}},"2058":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2057},"_livelyDataWrapperId_":"145:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2059},"shape":{"__isSmartRef__":true,"id":2060},"priorExtent":{"__isSmartRef__":true,"id":2061},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2062},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"145:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2059":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2060":{"_livelyDataWrapperId_":"144:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"144:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2061":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2062":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2063":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2064":{"_x":0,"_y":0,"_width":810,"_height":27.650000000000002,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":398},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"810","namespaceURI":null},{"key":"height","value":"27.650000000000002","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2065":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2066":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2067":{"x":810,"y":19.650000000000002,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2068":{"submorphs":[],"owner":null,"_livelyDataWrapperId_":"146:Morph","origin":{"__isSmartRef__":true,"id":2069},"shape":{"__isSmartRef__":true,"id":2070},"priorExtent":{"__isSmartRef__":true,"id":2071},"mouseHandler":null,"_pointer-events":"none","ignoreWhenCopying":true,"__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"146:Morph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2069":{"x":1,"y":1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2070":{"_x":0,"_y":0,"_width":5,"_height":5,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":405},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"5","namespaceURI":null},{"key":"height","value":"5","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(204,0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null}]}},"2071":{"x":5,"y":5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2072":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2073":{"_x":0,"_y":0,"_width":810,"_height":27.650000000000002,"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"810","namespaceURI":null},{"key":"height","value":"27.650000000000002","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2074":{"x":822,"y":27.650000000000002,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2075":{"_livelyDataWrapperId_":"149:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":2076},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"149:lively.scene.Clip","namespaceURI":null}]}},"2076":{"_fill":{"__isSmartRef__":true,"id":398},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"810","namespaceURI":null},{"key":"height","value":"27.650000000000002","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2077":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2078":{"submorphs":[{"__isSmartRef__":true,"id":2079}],"owner":{"__isSmartRef__":true,"id":2055},"_livelyDataWrapperId_":"150:SliderMorph","origin":{"__isSmartRef__":true,"id":2086},"shape":{"__isSmartRef__":true,"id":2087},"priorExtent":{"__isSmartRef__":true,"id":2088},"value":0,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":2089},"slider":{"__isSmartRef__":true,"id":2079},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":2090},{"__isSmartRef__":true,"id":2091}],"__LivelyClassName__":"SliderMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"SliderMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"150:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(809,0)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]}},"2079":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2078},"_livelyDataWrapperId_":"151:Morph","origin":{"__isSmartRef__":true,"id":2080},"shape":{"__isSmartRef__":true,"id":2081},"priorExtent":{"__isSmartRef__":true,"id":2082},"pvtCachedTransform":{"__isSmartRef__":true,"id":2083},"mouseHandler":{"__isSmartRef__":true,"id":2084},"styleClass":["slider"],"__LivelyClassName__":"Morph","__SourceModuleName__":"Global.lively.oldCore.Morphs","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"151:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null}]}},"2080":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2081":{"_x":0,"_y":0,"_width":13,"_height":25.845758564437173,"_stroke":{"__isSmartRef__":true,"id":147},"_fill":{"__isSmartRef__":true,"id":148},"_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"13","namespaceURI":null},{"key":"height","value":"25.845758564437173","namespaceURI":null},{"key":"stroke","value":"rgb(102,102,102)","namespaceURI":null},{"key":"fill","value":"url(#18:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2082":{"x":12,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2083":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2084":{"target":{"__isSmartRef__":true,"id":2078},"eventSpec":{"__isSmartRef__":true,"id":2085},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"2085":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"2086":{"x":809,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2087":{"_x":0,"_y":0,"_width":13,"_height":27.650000000000002,"_stroke":{"__isSmartRef__":true,"id":159},"_fill":{"__isSmartRef__":true,"id":160},"_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"13","namespaceURI":null},{"key":"height","value":"27.650000000000002","namespaceURI":null},{"key":"stroke","value":"rgb(204,204,204)","namespaceURI":null},{"key":"fill","value":"url(#19:lively.paint.LinearGradient)","namespaceURI":null},{"key":"stroke-opacity","value":"1","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2088":{"x":5,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2089":{"a":1,"b":0,"c":0,"d":1,"e":809,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2090":{"sourceObj":{"__isSmartRef__":true,"id":2078},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":2055},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2091":{"sourceObj":{"__isSmartRef__":true,"id":2078},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":2055},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2092":{"x":0,"y":525.35,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2093":{"_x":0,"_y":0,"_width":822,"_height":27.650000000000002,"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"822","namespaceURI":null},{"key":"height","value":"27.650000000000002","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"2094":{"x":822,"y":27.650000000000002,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2095":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":525.35,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2096":{"sourceObj":{"__isSmartRef__":true,"id":2055},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":2078},"targetMethodName":"setValue","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"2097":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":519.8199999999999,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2098":{"x":0,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2099":{"_x":0,"_y":0,"_width":822,"_height":553,"_stroke":{"__isSmartRef__":true,"id":2100},"_fill":{"__isSmartRef__":true,"id":2101},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"822","namespaceURI":null},{"key":"height","value":"553","namespaceURI":null},{"key":"stroke-width","value":"2","namespaceURI":null},{"key":"stroke","value":"rgb(51,51,51)","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null}]}},"2100":{"r":0.2,"g":0.2,"b":0.2,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2101":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2102":{"x":822,"y":553,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2103":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":22,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2104":{"x":537.5,"y":398.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2105":{"_x":0,"_y":0,"_width":822,"_height":575,"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"822","namespaceURI":null},{"key":"height","value":"575","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2106":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2107":{"a":1,"b":0,"c":0,"d":1,"e":537.5,"f":398.5,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2108":{"x":0,"y":23,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2109":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2110":{"textString":"Wiki control","savedTextString":"Wiki control","submorphs":[{"__isSmartRef__":true,"id":2111}],"owner":{"__isSmartRef__":true,"id":0},"_livelyDataWrapperId_":"74:TextMorph","origin":{"__isSmartRef__":true,"id":2116},"shape":{"__isSmartRef__":true,"id":2117},"textContent":{"__isSmartRef__":true,"id":2118},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2119},"textSelection":{"__isSmartRef__":true,"id":2111},"priorExtent":{"__isSmartRef__":true,"id":2120},"useChangeClue":false,"suppressHandles":true,"suppressGrabbing":true,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"74:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2111":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2110},"_livelyDataWrapperId_":"76:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2112},"shape":{"__isSmartRef__":true,"id":2113},"priorExtent":{"__isSmartRef__":true,"id":2114},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2115},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"76:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2112":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2113":{"_livelyDataWrapperId_":"75:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"75:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2114":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2115":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2116":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2117":{"_x":0,"_y":0,"_width":80,"_height":21.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"80","namespaceURI":null},{"key":"height","value":"21.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"2118":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2119":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2120":{"x":68,"y":42,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2121":{"submorphs":[{"__isSmartRef__":true,"id":2122},{"__isSmartRef__":true,"id":2136},{"__isSmartRef__":true,"id":2168},{"__isSmartRef__":true,"id":2193},{"__isSmartRef__":true,"id":2369},{"__isSmartRef__":true,"id":2887},{"__isSmartRef__":true,"id":2920}],"_livelyDataWrapperId_":"53971:Morph","origin":{"__isSmartRef__":true,"id":2947},"shape":{"__isSmartRef__":true,"id":2948},"priorExtent":{"__isSmartRef__":true,"id":2951},"pvtCachedTransform":{"__isSmartRef__":true,"id":2952},"name":"PartsBinReloaded","rotation":0,"scalePoint":{"__isSmartRef__":true,"id":2953},"label":{"__isSmartRef__":true,"id":2122},"reloadButton":{"__isSmartRef__":true,"id":2136},"closeButton":{"__isSmartRef__":true,"id":2168},"moveHorizontal":[{"__isSmartRef__":true,"id":2168},{"__isSmartRef__":true,"id":2136}],"categoryPane":{"__isSmartRef__":true,"id":2193},"resizeComplete":[{"__isSmartRef__":true,"id":2369}],"partsBinContents":{"__isSmartRef__":true,"id":2371},"resizeHeight":[{"__isSmartRef__":true,"id":2193}],"partsBinPane":{"__isSmartRef__":true,"id":2369},"attributeConnections":[{"__isSmartRef__":true,"id":2954}],"categoryName":"Tools","__SourceModuleName__":"Global.lively.oldCore.Morphs","addCategoryButton":{"__isSmartRef__":true,"id":2887},"moveVertical":[{"__isSmartRef__":true,"id":2887},{"__isSmartRef__":true,"id":2920}],"addMorphForPartItems":{"__isSmartRef__":true,"id":2955},"categories":{"__isSmartRef__":true,"id":3197},"owner":{"__isSmartRef__":true,"id":0},"__LivelyClassName__":"Morph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"53971:Morph","namespaceURI":null},{"key":"transform","value":"translate(141,984)","namespaceURI":null}]},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3206}},"2122":{"textString":"PartsBin","savedTextString":"","submorphs":[{"__isSmartRef__":true,"id":2123}],"owner":{"__isSmartRef__":true,"id":2121},"_livelyDataWrapperId_":"55506:TextMorph","origin":{"__isSmartRef__":true,"id":2128},"shape":{"__isSmartRef__":true,"id":2129},"textContent":{"__isSmartRef__":true,"id":2131},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2132},"textSelection":{"__isSmartRef__":true,"id":2123},"priorExtent":{"__isSmartRef__":true,"id":2133},"useChangeClue":false,"isSelecting":false,"hasKeyboardFocus":false,"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":2134},"fontSize":16,"padding":{"__isSmartRef__":true,"id":2135},"shouldNotRender":false,"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"55506:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(-5,-2)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2123":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2122},"_livelyDataWrapperId_":"55508:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2124},"shape":{"__isSmartRef__":true,"id":2125},"priorExtent":{"__isSmartRef__":true,"id":2126},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2127},"isCursor":true,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"55508:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2124":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2125":{"_livelyDataWrapperId_":"55507:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"55507:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2126":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2127":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2128":{"x":-5,"y":-2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2129":{"_x":0,"_y":0,"_width":81,"_height":28.266666666666666,"_stroke":{"__isSmartRef__":true,"id":2130},"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"81","namespaceURI":null},{"key":"height","value":"28.266666666666666","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill-opacity","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2130":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2131":{"_fill":{"__isSmartRef__":true,"id":12},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"16","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2132":{"a":1,"b":0,"c":0,"d":1,"e":-5,"f":-2,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2133":{"x":61,"y":17.6,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2134":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2135":{"x":10,"y":5.333333333333333,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2136":{"baseFill":{"__isSmartRef__":true,"id":2137},"submorphs":[{"__isSmartRef__":true,"id":2142}],"owner":{"__isSmartRef__":true,"id":2121},"_livelyDataWrapperId_":"58332:ScriptableButtonMorph","origin":{"__isSmartRef__":true,"id":2154},"shape":{"__isSmartRef__":true,"id":2155},"priorExtent":{"__isSmartRef__":true,"id":2161},"value":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2157},"lighterFill":{"__isSmartRef__":true,"id":2162},"scriptSource":"","pvtCachedTransform":{"__isSmartRef__":true,"id":2165},"suppressHandles":true,"label":{"__isSmartRef__":true,"id":2142},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":2166},"name":"reloadButton","attributeConnections":[{"__isSmartRef__":true,"id":2167}],"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ScriptableButtonMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScriptableButtonMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"58332:ScriptableButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(590,2)","namespaceURI":null}]}},"2137":{"vector":{"__isSmartRef__":true,"id":2138},"stops":[{"__isSmartRef__":true,"id":2139},{"__isSmartRef__":true,"id":2140},{"__isSmartRef__":true,"id":2141}],"refcount":0,"_livelyDataWrapperId_":"17:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"17:lively.paint.LinearGradient","namespaceURI":null}]}},"2138":{"x":0,"y":1,"width":0,"height":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2139":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(209,209,209)","namespaceURI":null}]}},"2140":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.5","namespaceURI":null},{"key":"stop-color","value":"rgb(230,230,230)","namespaceURI":null}]}},"2141":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(209,209,209)","namespaceURI":null}]}},"2142":{"textString":"Reload","savedTextString":"Reload","submorphs":[{"__isSmartRef__":true,"id":2143}],"owner":{"__isSmartRef__":true,"id":2136},"_livelyDataWrapperId_":"60247:TextMorph","origin":{"__isSmartRef__":true,"id":2148},"shape":{"__isSmartRef__":true,"id":2149},"textContent":{"__isSmartRef__":true,"id":2150},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2151},"textSelection":{"__isSmartRef__":true,"id":2143},"priorExtent":{"__isSmartRef__":true,"id":2152},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2153},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"60247:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(18.5,5.900000095367432)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2143":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2142},"_livelyDataWrapperId_":"60249:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2144},"shape":{"__isSmartRef__":true,"id":2145},"priorExtent":{"__isSmartRef__":true,"id":2146},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2147},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"60249:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2144":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2145":{"_livelyDataWrapperId_":"60248:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"60248:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2146":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2147":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2148":{"x":18.5,"y":5.900000095367432,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2149":{"_x":0,"_y":0,"_width":40,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":2130},"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"40","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2150":{"_fill":{"__isSmartRef__":true,"id":12},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2151":{"a":1,"b":0,"c":0,"d":1,"e":18.5,"f":5.900000095367432,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2152":{"x":40,"y":13.2,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2153":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2154":{"x":590,"y":2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2155":{"_x":0,"_y":3,"_width":73,"_height":19,"_stroke":{"__isSmartRef__":true,"id":2156},"_fill":{"__isSmartRef__":true,"id":2157},"_rx":5,"_ry":5,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"3","namespaceURI":null},{"key":"width","value":"73","namespaceURI":null},{"key":"height","value":"19","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#58333:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"2156":{"r":0.5019607843137255,"g":0.4470588235294118,"b":0.4666666666666667,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2157":{"vector":{"__isSmartRef__":true,"id":2158},"stops":[{"__isSmartRef__":true,"id":2159},{"__isSmartRef__":true,"id":2160}],"refcount":9,"_livelyDataWrapperId_":"58333:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"58333:lively.paint.LinearGradient","namespaceURI":null}]}},"2158":{"x":0,"y":1,"width":0,"height":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2159":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(209,209,209)","namespaceURI":null}]}},"2160":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"2161":{"x":70,"y":30,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2162":{"vector":{"__isSmartRef__":true,"id":2158},"stops":[{"__isSmartRef__":true,"id":2163},{"__isSmartRef__":true,"id":2164}],"refcount":0,"_livelyDataWrapperId_":"58334:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"58334:lively.paint.LinearGradient","namespaceURI":null}]}},"2163":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"2164":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(244,244,244)","namespaceURI":null}]}},"2165":{"a":1,"b":0,"c":0,"d":1,"e":590,"f":2,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2166":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2167":{"sourceObj":{"__isSmartRef__":true,"id":2136},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2121},"targetMethodName":"reloadEverything","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2168":{"baseFill":{"__isSmartRef__":true,"id":2137},"submorphs":[{"__isSmartRef__":true,"id":2169}],"owner":{"__isSmartRef__":true,"id":2121},"_livelyDataWrapperId_":"62150:ScriptableButtonMorph","origin":{"__isSmartRef__":true,"id":2181},"shape":{"__isSmartRef__":true,"id":2182},"priorExtent":{"__isSmartRef__":true,"id":2186},"value":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2183},"lighterFill":{"__isSmartRef__":true,"id":2187},"scriptSource":"","pvtCachedTransform":{"__isSmartRef__":true,"id":2190},"label":{"__isSmartRef__":true,"id":2169},"suppressHandles":true,"name":"closeButton","rotation":0,"scalePoint":{"__isSmartRef__":true,"id":2191},"attributeConnections":[{"__isSmartRef__":true,"id":2192}],"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ScriptableButtonMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScriptableButtonMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"62150:ScriptableButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(644,-2)","namespaceURI":null}]}},"2169":{"textString":"X","savedTextString":"X","submorphs":[{"__isSmartRef__":true,"id":2170}],"owner":{"__isSmartRef__":true,"id":2168},"_livelyDataWrapperId_":"62533:TextMorph","origin":{"__isSmartRef__":true,"id":2175},"shape":{"__isSmartRef__":true,"id":2176},"textContent":{"__isSmartRef__":true,"id":2177},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2178},"textSelection":{"__isSmartRef__":true,"id":2170},"priorExtent":{"__isSmartRef__":true,"id":2179},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2180},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"62533:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(32.5,9.900000095367432)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2170":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2169},"_livelyDataWrapperId_":"62535:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2171},"shape":{"__isSmartRef__":true,"id":2172},"priorExtent":{"__isSmartRef__":true,"id":2173},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2174},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"62535:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2171":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2172":{"_livelyDataWrapperId_":"62534:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"62534:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2173":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2174":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2175":{"x":32.5,"y":9.900000095367432,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2176":{"_x":0,"_y":0,"_width":8,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":2130},"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"8","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2177":{"_fill":{"__isSmartRef__":true,"id":12},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2178":{"a":1,"b":0,"c":0,"d":1,"e":32.5,"f":9.900000095367432,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2179":{"x":8,"y":13.2,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2180":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2181":{"x":644,"y":-2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2182":{"_x":24,"_y":7,"_width":24,"_height":19,"_stroke":{"__isSmartRef__":true,"id":2156},"_fill":{"__isSmartRef__":true,"id":2183},"_rx":5,"_ry":5,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"24","namespaceURI":null},{"key":"y","value":"7","namespaceURI":null},{"key":"width","value":"24","namespaceURI":null},{"key":"height","value":"19","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#62151:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"2183":{"vector":{"__isSmartRef__":true,"id":2158},"stops":[{"__isSmartRef__":true,"id":2184},{"__isSmartRef__":true,"id":2185}],"refcount":7,"_livelyDataWrapperId_":"62151:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"62151:lively.paint.LinearGradient","namespaceURI":null}]}},"2184":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(209,209,209)","namespaceURI":null}]}},"2185":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"2186":{"x":70,"y":30,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2187":{"vector":{"__isSmartRef__":true,"id":2158},"stops":[{"__isSmartRef__":true,"id":2188},{"__isSmartRef__":true,"id":2189}],"refcount":0,"_livelyDataWrapperId_":"62152:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"62152:lively.paint.LinearGradient","namespaceURI":null}]}},"2188":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"2189":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(244,244,244)","namespaceURI":null}]}},"2190":{"a":1,"b":0,"c":0,"d":1,"e":644,"f":-2,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2191":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2192":{"sourceObj":{"__isSmartRef__":true,"id":2168},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2121},"targetMethodName":"remove","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2193":{"submorphs":[{"__isSmartRef__":true,"id":2194},{"__isSmartRef__":true,"id":2336}],"owner":{"__isSmartRef__":true,"id":2121},"_livelyDataWrapperId_":"69751:ScrollPane","origin":{"__isSmartRef__":true,"id":2361},"shape":{"__isSmartRef__":true,"id":2362},"priorExtent":{"__isSmartRef__":true,"id":2364},"pvtCachedTransform":{"__isSmartRef__":true,"id":2365},"clipMorph":{"__isSmartRef__":true,"id":2194},"verticalScrollBar":{"__isSmartRef__":true,"id":2336},"attributeConnections":[{"__isSmartRef__":true,"id":2366}],"suppressHandles":false,"padding":{"__isSmartRef__":true,"id":2367},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":2368},"name":"categoryPane","suppressGrabbing":true,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ScrollPane","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScrollPane","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"69751:ScrollPane","namespaceURI":null},{"key":"transform","value":"translate(7,27)","namespaceURI":null}]}},"2194":{"submorphs":[{"__isSmartRef__":true,"id":2195}],"owner":{"__isSmartRef__":true,"id":2193},"_livelyDataWrapperId_":"69752:ClipMorph","origin":{"__isSmartRef__":true,"id":2330},"shape":{"__isSmartRef__":true,"id":2331},"priorExtent":{"__isSmartRef__":true,"id":2332},"clip":{"__isSmartRef__":true,"id":2333},"_clip-path":"url(#747:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":2335},"suppressHandles":true,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ClipMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ClipMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"69752:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#747:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(6,6)","namespaceURI":null}]}},"2195":{"baseWidth":309,"textStyle":null,"submorphs":[{"__isSmartRef__":true,"id":2196},{"__isSmartRef__":true,"id":2210},{"__isSmartRef__":true,"id":2225},{"__isSmartRef__":true,"id":2239},{"__isSmartRef__":true,"id":2253},{"__isSmartRef__":true,"id":2267},{"__isSmartRef__":true,"id":2281},{"__isSmartRef__":true,"id":2295},{"__isSmartRef__":true,"id":2310}],"owner":{"__isSmartRef__":true,"id":2194},"_livelyDataWrapperId_":"69747:ListMorph","origin":{"__isSmartRef__":true,"id":2324},"shape":{"__isSmartRef__":true,"id":2325},"priorExtent":{"__isSmartRef__":true,"id":2327},"itemList":["Demos","Documentation","Fun","Games","Labels","Logos","Tools","uncategorized","Widgets"],"selectedLineNo":6,"pvtCachedTransform":{"__isSmartRef__":true,"id":2328},"savedFill":null,"suppressHandles":true,"hasKeyboardFocus":false,"name":"categoryList","attributeConnections":[{"__isSmartRef__":true,"id":2329}],"selection":"Tools","__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ListMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ListMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"69747:ListMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2196":{"textString":"Demos","savedTextString":"-----","submorphs":[{"__isSmartRef__":true,"id":2197}],"owner":{"__isSmartRef__":true,"id":2195},"_livelyDataWrapperId_":"69748:TextMorph","origin":{"__isSmartRef__":true,"id":2202},"shape":{"__isSmartRef__":true,"id":2203},"textContent":{"__isSmartRef__":true,"id":2204},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2205},"textSelection":{"__isSmartRef__":true,"id":2197},"priorExtent":{"__isSmartRef__":true,"id":2206},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2207},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":2208},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":2209},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"69748:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,4.5)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2197":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2196},"_livelyDataWrapperId_":"69750:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2198},"shape":{"__isSmartRef__":true,"id":2199},"priorExtent":{"__isSmartRef__":true,"id":2200},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2201},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"69750:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2198":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2199":{"_livelyDataWrapperId_":"69749:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"69749:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2200":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2201":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2202":{"x":3,"y":4.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2203":{"_x":0,"_y":0,"_width":300,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":2130},"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"300","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2204":{"_fill":{"__isSmartRef__":true,"id":12},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2205":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":4.5,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2206":{"x":292,"y":13.2,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2207":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2208":{"target":{"__isSmartRef__":true,"id":2195},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"2209":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"2210":{"textString":"Documentation","savedTextString":"Fun","submorphs":[{"__isSmartRef__":true,"id":2211}],"owner":{"__isSmartRef__":true,"id":2195},"_livelyDataWrapperId_":"4412:TextMorph","origin":{"__isSmartRef__":true,"id":2216},"shape":{"__isSmartRef__":true,"id":2217},"textContent":{"__isSmartRef__":true,"id":2219},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2220},"textSelection":{"__isSmartRef__":true,"id":2211},"priorExtent":{"__isSmartRef__":true,"id":2221},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2222},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":2223},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":2224},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"4412:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,22.2)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2211":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2210},"_livelyDataWrapperId_":"4414:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2212},"shape":{"__isSmartRef__":true,"id":2213},"priorExtent":{"__isSmartRef__":true,"id":2214},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2215},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"4414:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2212":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2213":{"_livelyDataWrapperId_":"4413:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"4413:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2214":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2215":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2216":{"x":3,"y":22.2,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2217":{"_x":0,"_y":0,"_width":309,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":2218},"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"309","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2218":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2219":{"_fill":{"__isSmartRef__":true,"id":12},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2220":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":22.2,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2221":{"x":301,"y":13.2,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2222":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2223":{"target":{"__isSmartRef__":true,"id":2195},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"2224":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"2225":{"textString":"Fun","savedTextString":"Tools","submorphs":[{"__isSmartRef__":true,"id":2226}],"owner":{"__isSmartRef__":true,"id":2195},"_livelyDataWrapperId_":"42719:TextMorph","origin":{"__isSmartRef__":true,"id":2231},"shape":{"__isSmartRef__":true,"id":2232},"textContent":{"__isSmartRef__":true,"id":2233},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2234},"textSelection":{"__isSmartRef__":true,"id":2226},"priorExtent":{"__isSmartRef__":true,"id":2235},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2236},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":2237},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":2238},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"42719:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,39.9)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2226":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2225},"_livelyDataWrapperId_":"42721:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2227},"shape":{"__isSmartRef__":true,"id":2228},"priorExtent":{"__isSmartRef__":true,"id":2229},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2230},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"42721:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2227":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2228":{"_livelyDataWrapperId_":"42720:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"42720:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2229":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2230":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2231":{"x":3,"y":39.9,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2232":{"_x":0,"_y":0,"_width":309,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":2218},"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"309","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2233":{"_fill":{"__isSmartRef__":true,"id":12},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2234":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":39.9,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2235":{"x":301,"y":13.2,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2236":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2237":{"target":{"__isSmartRef__":true,"id":2195},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"2238":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"2239":{"textString":"Games","savedTextString":"Widgets","submorphs":[{"__isSmartRef__":true,"id":2240}],"owner":{"__isSmartRef__":true,"id":2195},"_livelyDataWrapperId_":"44315:TextMorph","origin":{"__isSmartRef__":true,"id":2245},"shape":{"__isSmartRef__":true,"id":2246},"textContent":{"__isSmartRef__":true,"id":2247},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2248},"textSelection":{"__isSmartRef__":true,"id":2240},"priorExtent":{"__isSmartRef__":true,"id":2249},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2250},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":2251},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":2252},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"44315:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,57.599999999999994)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2240":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2239},"_livelyDataWrapperId_":"44317:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2241},"shape":{"__isSmartRef__":true,"id":2242},"priorExtent":{"__isSmartRef__":true,"id":2243},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2244},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"44317:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2241":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2242":{"_livelyDataWrapperId_":"44316:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"44316:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2243":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2244":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2245":{"x":3,"y":57.599999999999994,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2246":{"_x":0,"_y":0,"_width":309,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":2218},"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"309","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2247":{"_fill":{"__isSmartRef__":true,"id":12},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2248":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":57.599999999999994,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2249":{"x":301,"y":13.2,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2250":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2251":{"target":{"__isSmartRef__":true,"id":2195},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"2252":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"2253":{"textString":"Labels","savedTextString":"Widgets","submorphs":[{"__isSmartRef__":true,"id":2254}],"owner":{"__isSmartRef__":true,"id":2195},"_livelyDataWrapperId_":"44889:TextMorph","origin":{"__isSmartRef__":true,"id":2259},"shape":{"__isSmartRef__":true,"id":2260},"textContent":{"__isSmartRef__":true,"id":2261},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2262},"textSelection":{"__isSmartRef__":true,"id":2254},"priorExtent":{"__isSmartRef__":true,"id":2263},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2264},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":2265},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":2266},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"44889:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,75.3)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2254":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2253},"_livelyDataWrapperId_":"44891:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2255},"shape":{"__isSmartRef__":true,"id":2256},"priorExtent":{"__isSmartRef__":true,"id":2257},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2258},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"44891:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2255":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2256":{"_livelyDataWrapperId_":"44890:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"44890:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2257":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2258":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2259":{"x":3,"y":75.3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2260":{"_x":0,"_y":0,"_width":309,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":2218},"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"309","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2261":{"_fill":{"__isSmartRef__":true,"id":12},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2262":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":75.3,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2263":{"x":301,"y":13.2,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2264":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2265":{"target":{"__isSmartRef__":true,"id":2195},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"2266":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"2267":{"textString":"Logos","savedTextString":"Widgets","submorphs":[{"__isSmartRef__":true,"id":2268}],"owner":{"__isSmartRef__":true,"id":2195},"_livelyDataWrapperId_":"64134:TextMorph","origin":{"__isSmartRef__":true,"id":2273},"shape":{"__isSmartRef__":true,"id":2274},"textContent":{"__isSmartRef__":true,"id":2275},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2276},"textSelection":{"__isSmartRef__":true,"id":2268},"priorExtent":{"__isSmartRef__":true,"id":2277},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2278},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":2279},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":2280},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"64134:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,93)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2268":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2267},"_livelyDataWrapperId_":"64136:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2269},"shape":{"__isSmartRef__":true,"id":2270},"priorExtent":{"__isSmartRef__":true,"id":2271},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2272},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"64136:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2269":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2270":{"_livelyDataWrapperId_":"64135:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"64135:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2271":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2272":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2273":{"x":3,"y":93,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2274":{"_x":0,"_y":0,"_width":309,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":2218},"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"309","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2275":{"_fill":{"__isSmartRef__":true,"id":12},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2276":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":93,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2277":{"x":301,"y":13.2,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2278":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2279":{"target":{"__isSmartRef__":true,"id":2195},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"2280":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"2281":{"textString":"Tools","savedTextString":"Widgets","submorphs":[{"__isSmartRef__":true,"id":2282}],"owner":{"__isSmartRef__":true,"id":2195},"_livelyDataWrapperId_":"67603:TextMorph","origin":{"__isSmartRef__":true,"id":2287},"shape":{"__isSmartRef__":true,"id":2288},"textContent":{"__isSmartRef__":true,"id":2289},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2290},"textSelection":{"__isSmartRef__":true,"id":2282},"priorExtent":{"__isSmartRef__":true,"id":2291},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2292},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":2293},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":2294},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"67603:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,110.7)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2282":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2281},"_livelyDataWrapperId_":"67605:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2283},"shape":{"__isSmartRef__":true,"id":2284},"priorExtent":{"__isSmartRef__":true,"id":2285},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2286},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"67605:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2283":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2284":{"_livelyDataWrapperId_":"67604:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"67604:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2285":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2286":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2287":{"x":3,"y":110.7,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2288":{"_x":0,"_y":0,"_width":309,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":2218},"_fill":{"__isSmartRef__":true,"id":2048},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"309","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(204,204,204)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2289":{"_fill":{"__isSmartRef__":true,"id":12},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2290":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":110.7,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2291":{"x":301,"y":13.2,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2292":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2293":{"target":{"__isSmartRef__":true,"id":2195},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"2294":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"2295":{"textString":"uncategorized","savedTextString":"Widgets","submorphs":[{"__isSmartRef__":true,"id":2296}],"owner":{"__isSmartRef__":true,"id":2195},"_livelyDataWrapperId_":"23752:TextMorph","origin":{"__isSmartRef__":true,"id":2301},"shape":{"__isSmartRef__":true,"id":2302},"textContent":{"__isSmartRef__":true,"id":2304},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2305},"textSelection":{"__isSmartRef__":true,"id":2296},"priorExtent":{"__isSmartRef__":true,"id":2306},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2307},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":2308},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":2309},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"23752:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,128.4)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2296":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2295},"_livelyDataWrapperId_":"23754:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2297},"shape":{"__isSmartRef__":true,"id":2298},"priorExtent":{"__isSmartRef__":true,"id":2299},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2300},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"23754:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2297":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2298":{"_livelyDataWrapperId_":"23753:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"23753:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2299":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2300":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2301":{"x":3,"y":128.4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2302":{"_x":0,"_y":0,"_width":309,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":2303},"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"309","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2303":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2304":{"_fill":{"__isSmartRef__":true,"id":12},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2305":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":128.4,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2306":{"x":301,"y":13.2,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2307":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2308":{"target":{"__isSmartRef__":true,"id":2195},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"2309":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"2310":{"textString":"Widgets","savedTextString":"Widgets","submorphs":[{"__isSmartRef__":true,"id":2311}],"owner":{"__isSmartRef__":true,"id":2195},"_livelyDataWrapperId_":"751:TextMorph","origin":{"__isSmartRef__":true,"id":2316},"shape":{"__isSmartRef__":true,"id":2317},"textContent":{"__isSmartRef__":true,"id":2318},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2319},"textSelection":{"__isSmartRef__":true,"id":2311},"priorExtent":{"__isSmartRef__":true,"id":2320},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2321},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":2322},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":2323},"openForDragAndDrop":false,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"751:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,146.1)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2311":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2310},"_livelyDataWrapperId_":"753:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2312},"shape":{"__isSmartRef__":true,"id":2313},"priorExtent":{"__isSmartRef__":true,"id":2314},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2315},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"753:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2312":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2313":{"_livelyDataWrapperId_":"752:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"752:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2314":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2315":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2316":{"x":3,"y":146.1,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2317":{"_x":0,"_y":0,"_width":309,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"309","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2318":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2319":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":146.1,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2320":{"x":297,"y":4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2321":{"x":4,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"2322":{"target":{"__isSmartRef__":true,"id":2195},"eventSpec":{"__isSmartRef__":true,"id":772},"__LivelyClassName__":"MouseHandlerForRelay","__SourceModuleName__":"Global.lively.oldCore.Morphs"},"2323":{"x":0,"y":1.5,"width":0,"height":-1.5,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"2324":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2325":{"_x":0,"_y":0,"_width":111.00003051757812,"_height":355,"_stroke":{"__isSmartRef__":true,"id":2130},"_fill":{"__isSmartRef__":true,"id":2326},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"111.00003051757812","namespaceURI":null},{"key":"height","value":"355","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null}]}},"2326":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2327":{"x":300,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2328":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2329":{"sourceObj":{"__isSmartRef__":true,"id":2195},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":2121},"targetMethodName":"categoryName","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2330":{"x":6,"y":6,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2331":{"_x":0,"_y":0,"_width":111.00003051757812,"_height":355,"_fill":{"__isSmartRef__":true,"id":2326},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"111.00003051757812","namespaceURI":null},{"key":"height","value":"355","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2332":{"x":300,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2333":{"_livelyDataWrapperId_":"747:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":2334},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"747:lively.scene.Clip","namespaceURI":null}]}},"2334":{"_fill":{"__isSmartRef__":true,"id":2326},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"111.00003051757812","namespaceURI":null},{"key":"height","value":"355","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2335":{"a":1,"b":0,"c":0,"d":1,"e":6,"f":6,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2336":{"submorphs":[{"__isSmartRef__":true,"id":2337}],"owner":{"__isSmartRef__":true,"id":2193},"_livelyDataWrapperId_":"69754:SliderMorph","origin":{"__isSmartRef__":true,"id":2350},"shape":{"__isSmartRef__":true,"id":2351},"priorExtent":{"__isSmartRef__":true,"id":2357},"value":0,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":2358},"slider":{"__isSmartRef__":true,"id":2337},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":2359},{"__isSmartRef__":true,"id":2360}],"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"SliderMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"SliderMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"69754:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(116.00003051757812,6)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]}},"2337":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2336},"_livelyDataWrapperId_":"69755:Morph","origin":{"__isSmartRef__":true,"id":2338},"shape":{"__isSmartRef__":true,"id":2339},"priorExtent":{"__isSmartRef__":true,"id":2346},"pvtCachedTransform":{"__isSmartRef__":true,"id":2347},"mouseHandler":{"__isSmartRef__":true,"id":2348},"styleClass":["slider"],"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"Morph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"69755:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null},{"key":"display","value":"none","namespaceURI":null}]}},"2338":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2339":{"_x":0,"_y":0,"_width":16,"_height":358,"_stroke":{"__isSmartRef__":true,"id":2340},"_fill":{"__isSmartRef__":true,"id":2341},"_rx":6,"_ry":6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"16","namespaceURI":null},{"key":"height","value":"358","namespaceURI":null},{"key":"stroke","value":"rgb(102,102,102)","namespaceURI":null},{"key":"fill","value":"url(#18:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2340":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2341":{"vector":{"__isSmartRef__":true,"id":2342},"stops":[{"__isSmartRef__":true,"id":2343},{"__isSmartRef__":true,"id":2344},{"__isSmartRef__":true,"id":2345}],"refcount":152,"_livelyDataWrapperId_":"18:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"0","namespaceURI":null},{"key":"x2","value":"1","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"18:lively.paint.LinearGradient","namespaceURI":null}]}},"2342":{"x":0,"y":0,"width":1,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2343":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(196,211,221)","namespaceURI":null}]}},"2344":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.5","namespaceURI":null},{"key":"stop-color","value":"rgb(137,167,187)","namespaceURI":null}]}},"2345":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(96,130,153)","namespaceURI":null}]}},"2346":{"x":12,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2347":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2348":{"target":{"__isSmartRef__":true,"id":2336},"eventSpec":{"__isSmartRef__":true,"id":2349},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"2349":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"2350":{"x":116.00003051757812,"y":6,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2351":{"_x":0,"_y":0,"_width":16,"_height":358,"_stroke":{"__isSmartRef__":true,"id":2352},"_fill":{"__isSmartRef__":true,"id":2353},"_rx":6,"_ry":6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"16","namespaceURI":null},{"key":"height","value":"358","namespaceURI":null},{"key":"stroke","value":"rgb(204,204,204)","namespaceURI":null},{"key":"fill","value":"url(#19:lively.paint.LinearGradient)","namespaceURI":null},{"key":"stroke-opacity","value":"1","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2352":{"r":0.8,"g":0.8,"b":0.8,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2353":{"vector":{"__isSmartRef__":true,"id":2342},"stops":[{"__isSmartRef__":true,"id":2354},{"__isSmartRef__":true,"id":2355},{"__isSmartRef__":true,"id":2356}],"refcount":180,"_livelyDataWrapperId_":"19:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"0","namespaceURI":null},{"key":"x2","value":"1","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"19:lively.paint.LinearGradient","namespaceURI":null}]}},"2354":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(204,204,204)","namespaceURI":null}]}},"2355":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.4","namespaceURI":null},{"key":"stop-color","value":"rgb(240,240,240)","namespaceURI":null}]}},"2356":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(245,245,245)","namespaceURI":null}]}},"2357":{"x":5,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2358":{"a":1,"b":0,"c":0,"d":1,"e":116.00003051757812,"f":6,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2359":{"sourceObj":{"__isSmartRef__":true,"id":2336},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":2193},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2360":{"sourceObj":{"__isSmartRef__":true,"id":2336},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":2193},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2361":{"x":7,"y":27,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2362":{"_x":0,"_y":0,"_width":135.00003051757812,"_height":367,"_fill":{"__isSmartRef__":true,"id":2363},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"135.00003051757812","namespaceURI":null},{"key":"height","value":"367","namespaceURI":null},{"key":"fill","value":"rgb(204,204,204)","namespaceURI":null}]}},"2363":{"r":0.8,"g":0.8,"b":0.8,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2364":{"x":300,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2365":{"a":1,"b":0,"c":0,"d":1,"e":7,"f":27,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2366":{"sourceObj":{"__isSmartRef__":true,"id":2193},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":2336},"targetMethodName":"setValue","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2367":{"x":3,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2368":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2369":{"submorphs":[{"__isSmartRef__":true,"id":2370},{"__isSmartRef__":true,"id":2866}],"owner":{"__isSmartRef__":true,"id":2121},"_livelyDataWrapperId_":"88607:ScrollPane","origin":{"__isSmartRef__":true,"id":2881},"shape":{"__isSmartRef__":true,"id":2882},"priorExtent":{"__isSmartRef__":true,"id":2883},"pvtCachedTransform":{"__isSmartRef__":true,"id":2884},"clipMorph":{"__isSmartRef__":true,"id":2370},"verticalScrollBar":{"__isSmartRef__":true,"id":2866},"attributeConnections":[{"__isSmartRef__":true,"id":2885}],"suppressHandles":false,"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":2886},"name":"partsBinPane","__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ScrollPane","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScrollPane","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"88607:ScrollPane","namespaceURI":null},{"key":"transform","value":"translate(149,26)","namespaceURI":null}]}},"2370":{"submorphs":[{"__isSmartRef__":true,"id":2371}],"owner":{"__isSmartRef__":true,"id":2369},"_livelyDataWrapperId_":"88608:ClipMorph","origin":{"__isSmartRef__":true,"id":2860},"shape":{"__isSmartRef__":true,"id":2861},"priorExtent":{"__isSmartRef__":true,"id":2862},"clip":{"__isSmartRef__":true,"id":2863},"_clip-path":"url(#748:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":2865},"suppressHandles":true,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ClipMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ClipMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"88608:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#748:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2371":{"submorphs":[{"__isSmartRef__":true,"id":2372},{"__isSmartRef__":true,"id":2406},{"__isSmartRef__":true,"id":2440},{"__isSmartRef__":true,"id":2474},{"__isSmartRef__":true,"id":2508},{"__isSmartRef__":true,"id":2542},{"__isSmartRef__":true,"id":2576},{"__isSmartRef__":true,"id":2610},{"__isSmartRef__":true,"id":2644},{"__isSmartRef__":true,"id":2678},{"__isSmartRef__":true,"id":2712},{"__isSmartRef__":true,"id":2746},{"__isSmartRef__":true,"id":2780},{"__isSmartRef__":true,"id":2814}],"owner":{"__isSmartRef__":true,"id":2370},"_livelyDataWrapperId_":"71469:Morph","origin":{"__isSmartRef__":true,"id":2848},"shape":{"__isSmartRef__":true,"id":2849},"priorExtent":{"__isSmartRef__":true,"id":2851},"pvtCachedTransform":{"__isSmartRef__":true,"id":2852},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":2853},"name":"partsBinContents","suppressGrabbing":true,"suppressHandles":true,"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"Morph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"71469:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2854}},"2372":{"submorphs":[{"__isSmartRef__":true,"id":2373},{"__isSmartRef__":true,"id":2380}],"owner":{"__isSmartRef__":true,"id":2371},"_livelyDataWrapperId_":"6353:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":2392},"shape":{"__isSmartRef__":true,"id":2393},"priorExtent":{"__isSmartRef__":true,"id":2394},"partsBinURL":{"__isSmartRef__":true,"id":2395},"targetName":"CommandLine","partItem":{"__isSmartRef__":true,"id":2396},"pvtCachedTransform":{"__isSmartRef__":true,"id":2397},"clip":{"__isSmartRef__":true,"id":2398},"_clip-path":"url(#6358:lively.scene.Clip)","isClipMorph":true,"partsBin":{"__isSmartRef__":true,"id":2121},"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.PartsBin","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6353:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"clip-path","value":"url(#6358:lively.scene.Clip)","namespaceURI":null}]},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2400}},"2373":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2372},"_livelyDataWrapperId_":"6354:ImageMorph","origin":{"__isSmartRef__":true,"id":2374},"shape":{"__isSmartRef__":true,"id":2375},"priorExtent":{"__isSmartRef__":true,"id":2376},"image":{"__isSmartRef__":true,"id":2377},"originalExtent":{"__isSmartRef__":true,"id":2378},"pvtCachedTransform":{"__isSmartRef__":true,"id":2379},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6354:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2374":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2375":{"_x":0,"_y":0,"_width":100,"_height":100,"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"2376":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2377":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://lively-kernel.org/repository/webwerkstatt/PartsBin/Tools/CommandLine.svg?time=1298969130157","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"2378":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2379":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2380":{"textString":"CommandLine","savedTextString":"CommandLine","submorphs":[{"__isSmartRef__":true,"id":2381}],"owner":{"__isSmartRef__":true,"id":2372},"_livelyDataWrapperId_":"6355:TextMorph","origin":{"__isSmartRef__":true,"id":2386},"shape":{"__isSmartRef__":true,"id":2387},"textContent":{"__isSmartRef__":true,"id":2388},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2389},"textSelection":{"__isSmartRef__":true,"id":2381},"priorExtent":{"__isSmartRef__":true,"id":2390},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2391},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6355:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2381":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2380},"_livelyDataWrapperId_":"6357:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2382},"shape":{"__isSmartRef__":true,"id":2383},"priorExtent":{"__isSmartRef__":true,"id":2384},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2385},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6357:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2382":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2383":{"_livelyDataWrapperId_":"6356:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"6356:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2384":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2385":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2386":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2387":{"_x":0,"_y":0,"_width":81,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"81","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2388":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2389":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2390":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2391":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"2392":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2393":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":1358},"_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2394":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2395":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2396":{"partsSpaceName":"PartsBin/Tools/","name":"CommandLine","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"2397":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2398":{"_livelyDataWrapperId_":"6358:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":2399},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"6358:lively.scene.Clip","namespaceURI":null}]}},"2399":{"_fill":{"__isSmartRef__":true,"id":1358},"_stroke":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2400":{"morphMenu":{"__isSmartRef__":true,"id":2401}},"2401":{"varMapping":{"__isSmartRef__":true,"id":2402},"source":"function morphMenu(evt) {\n\t\tvar menu = $super(evt),\n\t\t\tpartsBin = this.partsBin,\n\t\t\tpartItem = this.partItem;\n\n\t\t// FIXME!\n\t\tvar namesAndActions = partsBin.getCategoryNames().collect(function(name) {\n\t\t\treturn [name, function() {\n\t\t\t\tpartItem.copyToPartsSpace(partsBin.getPartsSpaceForCategory(name))\n\t\t\t}]\n\t\t})\n\t\tmenu.addItem(['Copy to PartsBin category', namesAndActions])\n\n\t\tvar namesAndActions = partsBin.getCategoryNames().collect(function(name) {\n\t\t\treturn [name, function() {\n\t\t\t\tpartItem.moveToPartsSpace(partsBin.getPartsSpaceForCategory(name))\n\t\t\t}]\n\t\t})\n\t\tmenu.addItem(['Move to PartsBin category', namesAndActions]);\n\n\t\treturn menu\n\t}","__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2402":{"this":{"__isSmartRef__":true,"id":2372},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2403}},"2403":{"$super":{"__isSmartRef__":true,"id":2404}},"2404":{"varMapping":{"__isSmartRef__":true,"id":2405},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2405":{"obj":{"__isSmartRef__":true,"id":2372},"name":"morphMenu"},"2406":{"submorphs":[{"__isSmartRef__":true,"id":2407},{"__isSmartRef__":true,"id":2414}],"owner":{"__isSmartRef__":true,"id":2371},"_livelyDataWrapperId_":"6359:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":2426},"shape":{"__isSmartRef__":true,"id":2427},"priorExtent":{"__isSmartRef__":true,"id":2428},"partsBinURL":{"__isSmartRef__":true,"id":2429},"targetName":"FileBrowser","partItem":{"__isSmartRef__":true,"id":2430},"pvtCachedTransform":{"__isSmartRef__":true,"id":2431},"clip":{"__isSmartRef__":true,"id":2432},"_clip-path":"url(#6364:lively.scene.Clip)","isClipMorph":true,"partsBin":{"__isSmartRef__":true,"id":2121},"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.PartsBin","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6359:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(100,0)","namespaceURI":null},{"key":"clip-path","value":"url(#6364:lively.scene.Clip)","namespaceURI":null}]},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2434}},"2407":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2406},"_livelyDataWrapperId_":"6360:ImageMorph","origin":{"__isSmartRef__":true,"id":2408},"shape":{"__isSmartRef__":true,"id":2409},"priorExtent":{"__isSmartRef__":true,"id":2410},"image":{"__isSmartRef__":true,"id":2411},"originalExtent":{"__isSmartRef__":true,"id":2412},"pvtCachedTransform":{"__isSmartRef__":true,"id":2413},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6360:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2408":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2409":{"_x":0,"_y":0,"_width":100,"_height":100,"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"2410":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2411":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://lively-kernel.org/repository/webwerkstatt/PartsBin/Tools/FileBrowser.svg?time=1298969130162","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"2412":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2413":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2414":{"textString":"FileBrowser","savedTextString":"FileBrowser","submorphs":[{"__isSmartRef__":true,"id":2415}],"owner":{"__isSmartRef__":true,"id":2406},"_livelyDataWrapperId_":"6361:TextMorph","origin":{"__isSmartRef__":true,"id":2420},"shape":{"__isSmartRef__":true,"id":2421},"textContent":{"__isSmartRef__":true,"id":2422},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2423},"textSelection":{"__isSmartRef__":true,"id":2415},"priorExtent":{"__isSmartRef__":true,"id":2424},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2425},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6361:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2415":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2414},"_livelyDataWrapperId_":"6363:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2416},"shape":{"__isSmartRef__":true,"id":2417},"priorExtent":{"__isSmartRef__":true,"id":2418},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2419},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6363:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2416":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2417":{"_livelyDataWrapperId_":"6362:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"6362:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2418":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2419":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2420":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2421":{"_x":0,"_y":0,"_width":65,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"65","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2422":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2423":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2424":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2425":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"2426":{"x":100,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2427":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":1358},"_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2428":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2429":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2430":{"partsSpaceName":"PartsBin/Tools/","name":"FileBrowser","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"2431":{"a":1,"b":0,"c":0,"d":1,"e":100,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2432":{"_livelyDataWrapperId_":"6364:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":2433},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"6364:lively.scene.Clip","namespaceURI":null}]}},"2433":{"_fill":{"__isSmartRef__":true,"id":1358},"_stroke":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2434":{"morphMenu":{"__isSmartRef__":true,"id":2435}},"2435":{"varMapping":{"__isSmartRef__":true,"id":2436},"source":"function morphMenu(evt) {\n\t\tvar menu = $super(evt),\n\t\t\tpartsBin = this.partsBin,\n\t\t\tpartItem = this.partItem;\n\n\t\t// FIXME!\n\t\tvar namesAndActions = partsBin.getCategoryNames().collect(function(name) {\n\t\t\treturn [name, function() {\n\t\t\t\tpartItem.copyToPartsSpace(partsBin.getPartsSpaceForCategory(name))\n\t\t\t}]\n\t\t})\n\t\tmenu.addItem(['Copy to PartsBin category', namesAndActions])\n\n\t\tvar namesAndActions = partsBin.getCategoryNames().collect(function(name) {\n\t\t\treturn [name, function() {\n\t\t\t\tpartItem.moveToPartsSpace(partsBin.getPartsSpaceForCategory(name))\n\t\t\t}]\n\t\t})\n\t\tmenu.addItem(['Move to PartsBin category', namesAndActions]);\n\n\t\treturn menu\n\t}","__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2436":{"this":{"__isSmartRef__":true,"id":2406},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2437}},"2437":{"$super":{"__isSmartRef__":true,"id":2438}},"2438":{"varMapping":{"__isSmartRef__":true,"id":2439},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2439":{"obj":{"__isSmartRef__":true,"id":2406},"name":"morphMenu"},"2440":{"submorphs":[{"__isSmartRef__":true,"id":2441},{"__isSmartRef__":true,"id":2448}],"owner":{"__isSmartRef__":true,"id":2371},"_livelyDataWrapperId_":"6365:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":2460},"shape":{"__isSmartRef__":true,"id":2461},"priorExtent":{"__isSmartRef__":true,"id":2462},"partsBinURL":{"__isSmartRef__":true,"id":2463},"targetName":"Journal","partItem":{"__isSmartRef__":true,"id":2464},"pvtCachedTransform":{"__isSmartRef__":true,"id":2465},"clip":{"__isSmartRef__":true,"id":2466},"_clip-path":"url(#6370:lively.scene.Clip)","isClipMorph":true,"partsBin":{"__isSmartRef__":true,"id":2121},"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.PartsBin","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6365:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(200,0)","namespaceURI":null},{"key":"clip-path","value":"url(#6370:lively.scene.Clip)","namespaceURI":null}]},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2468}},"2441":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2440},"_livelyDataWrapperId_":"6366:ImageMorph","origin":{"__isSmartRef__":true,"id":2442},"shape":{"__isSmartRef__":true,"id":2443},"priorExtent":{"__isSmartRef__":true,"id":2444},"image":{"__isSmartRef__":true,"id":2445},"originalExtent":{"__isSmartRef__":true,"id":2446},"pvtCachedTransform":{"__isSmartRef__":true,"id":2447},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6366:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2442":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2443":{"_x":0,"_y":0,"_width":100,"_height":100,"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"2444":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2445":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://lively-kernel.org/repository/webwerkstatt/PartsBin/Tools/Journal.svg?time=1298969130166","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"2446":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2447":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2448":{"textString":"Journal","savedTextString":"Journal","submorphs":[{"__isSmartRef__":true,"id":2449}],"owner":{"__isSmartRef__":true,"id":2440},"_livelyDataWrapperId_":"6367:TextMorph","origin":{"__isSmartRef__":true,"id":2454},"shape":{"__isSmartRef__":true,"id":2455},"textContent":{"__isSmartRef__":true,"id":2456},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2457},"textSelection":{"__isSmartRef__":true,"id":2449},"priorExtent":{"__isSmartRef__":true,"id":2458},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2459},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6367:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2449":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2448},"_livelyDataWrapperId_":"6369:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2450},"shape":{"__isSmartRef__":true,"id":2451},"priorExtent":{"__isSmartRef__":true,"id":2452},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2453},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6369:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2450":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2451":{"_livelyDataWrapperId_":"6368:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"6368:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2452":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2453":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2454":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2455":{"_x":0,"_y":0,"_width":41,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"41","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2456":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2457":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2458":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2459":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"2460":{"x":200,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2461":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":1358},"_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2462":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2463":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2464":{"partsSpaceName":"PartsBin/Tools/","name":"Journal","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"2465":{"a":1,"b":0,"c":0,"d":1,"e":200,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2466":{"_livelyDataWrapperId_":"6370:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":2467},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"6370:lively.scene.Clip","namespaceURI":null}]}},"2467":{"_fill":{"__isSmartRef__":true,"id":1358},"_stroke":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2468":{"morphMenu":{"__isSmartRef__":true,"id":2469}},"2469":{"varMapping":{"__isSmartRef__":true,"id":2470},"source":"function morphMenu(evt) {\n\t\tvar menu = $super(evt),\n\t\t\tpartsBin = this.partsBin,\n\t\t\tpartItem = this.partItem;\n\n\t\t// FIXME!\n\t\tvar namesAndActions = partsBin.getCategoryNames().collect(function(name) {\n\t\t\treturn [name, function() {\n\t\t\t\tpartItem.copyToPartsSpace(partsBin.getPartsSpaceForCategory(name))\n\t\t\t}]\n\t\t})\n\t\tmenu.addItem(['Copy to PartsBin category', namesAndActions])\n\n\t\tvar namesAndActions = partsBin.getCategoryNames().collect(function(name) {\n\t\t\treturn [name, function() {\n\t\t\t\tpartItem.moveToPartsSpace(partsBin.getPartsSpaceForCategory(name))\n\t\t\t}]\n\t\t})\n\t\tmenu.addItem(['Move to PartsBin category', namesAndActions]);\n\n\t\treturn menu\n\t}","__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2470":{"this":{"__isSmartRef__":true,"id":2440},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2471}},"2471":{"$super":{"__isSmartRef__":true,"id":2472}},"2472":{"varMapping":{"__isSmartRef__":true,"id":2473},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2473":{"obj":{"__isSmartRef__":true,"id":2440},"name":"morphMenu"},"2474":{"submorphs":[{"__isSmartRef__":true,"id":2475},{"__isSmartRef__":true,"id":2482}],"owner":{"__isSmartRef__":true,"id":2371},"_livelyDataWrapperId_":"6371:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":2494},"shape":{"__isSmartRef__":true,"id":2495},"priorExtent":{"__isSmartRef__":true,"id":2496},"partsBinURL":{"__isSmartRef__":true,"id":2497},"targetName":"MorphSearch","partItem":{"__isSmartRef__":true,"id":2498},"pvtCachedTransform":{"__isSmartRef__":true,"id":2499},"clip":{"__isSmartRef__":true,"id":2500},"_clip-path":"url(#6376:lively.scene.Clip)","isClipMorph":true,"partsBin":{"__isSmartRef__":true,"id":2121},"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.PartsBin","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6371:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(300,0)","namespaceURI":null},{"key":"clip-path","value":"url(#6376:lively.scene.Clip)","namespaceURI":null}]},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2502}},"2475":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2474},"_livelyDataWrapperId_":"6372:ImageMorph","origin":{"__isSmartRef__":true,"id":2476},"shape":{"__isSmartRef__":true,"id":2477},"priorExtent":{"__isSmartRef__":true,"id":2478},"image":{"__isSmartRef__":true,"id":2479},"originalExtent":{"__isSmartRef__":true,"id":2480},"pvtCachedTransform":{"__isSmartRef__":true,"id":2481},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6372:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2476":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2477":{"_x":0,"_y":0,"_width":100,"_height":100,"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"2478":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2479":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://lively-kernel.org/repository/webwerkstatt/PartsBin/Tools/MorphSearch.svg?time=1298969130171","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"2480":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2481":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2482":{"textString":"MorphSearch","savedTextString":"MorphSearch","submorphs":[{"__isSmartRef__":true,"id":2483}],"owner":{"__isSmartRef__":true,"id":2474},"_livelyDataWrapperId_":"6373:TextMorph","origin":{"__isSmartRef__":true,"id":2488},"shape":{"__isSmartRef__":true,"id":2489},"textContent":{"__isSmartRef__":true,"id":2490},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2491},"textSelection":{"__isSmartRef__":true,"id":2483},"priorExtent":{"__isSmartRef__":true,"id":2492},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2493},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6373:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2483":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2482},"_livelyDataWrapperId_":"6375:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2484},"shape":{"__isSmartRef__":true,"id":2485},"priorExtent":{"__isSmartRef__":true,"id":2486},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2487},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6375:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2484":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2485":{"_livelyDataWrapperId_":"6374:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"6374:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2486":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2487":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2488":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2489":{"_x":0,"_y":0,"_width":74,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"74","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2490":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2491":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2492":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2493":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"2494":{"x":300,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2495":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":1358},"_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2496":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2497":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2498":{"partsSpaceName":"PartsBin/Tools/","name":"MorphSearch","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"2499":{"a":1,"b":0,"c":0,"d":1,"e":300,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2500":{"_livelyDataWrapperId_":"6376:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":2501},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"6376:lively.scene.Clip","namespaceURI":null}]}},"2501":{"_fill":{"__isSmartRef__":true,"id":1358},"_stroke":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2502":{"morphMenu":{"__isSmartRef__":true,"id":2503}},"2503":{"varMapping":{"__isSmartRef__":true,"id":2504},"source":"function morphMenu(evt) {\n\t\tvar menu = $super(evt),\n\t\t\tpartsBin = this.partsBin,\n\t\t\tpartItem = this.partItem;\n\n\t\t// FIXME!\n\t\tvar namesAndActions = partsBin.getCategoryNames().collect(function(name) {\n\t\t\treturn [name, function() {\n\t\t\t\tpartItem.copyToPartsSpace(partsBin.getPartsSpaceForCategory(name))\n\t\t\t}]\n\t\t})\n\t\tmenu.addItem(['Copy to PartsBin category', namesAndActions])\n\n\t\tvar namesAndActions = partsBin.getCategoryNames().collect(function(name) {\n\t\t\treturn [name, function() {\n\t\t\t\tpartItem.moveToPartsSpace(partsBin.getPartsSpaceForCategory(name))\n\t\t\t}]\n\t\t})\n\t\tmenu.addItem(['Move to PartsBin category', namesAndActions]);\n\n\t\treturn menu\n\t}","__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2504":{"this":{"__isSmartRef__":true,"id":2474},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2505}},"2505":{"$super":{"__isSmartRef__":true,"id":2506}},"2506":{"varMapping":{"__isSmartRef__":true,"id":2507},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2507":{"obj":{"__isSmartRef__":true,"id":2474},"name":"morphMenu"},"2508":{"submorphs":[{"__isSmartRef__":true,"id":2509},{"__isSmartRef__":true,"id":2516}],"owner":{"__isSmartRef__":true,"id":2371},"_livelyDataWrapperId_":"6377:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":2528},"shape":{"__isSmartRef__":true,"id":2529},"priorExtent":{"__isSmartRef__":true,"id":2530},"partsBinURL":{"__isSmartRef__":true,"id":2531},"targetName":"PartsBin","partItem":{"__isSmartRef__":true,"id":2532},"pvtCachedTransform":{"__isSmartRef__":true,"id":2533},"clip":{"__isSmartRef__":true,"id":2534},"_clip-path":"url(#6382:lively.scene.Clip)","isClipMorph":true,"partsBin":{"__isSmartRef__":true,"id":2121},"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.PartsBin","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6377:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(400,0)","namespaceURI":null},{"key":"clip-path","value":"url(#6382:lively.scene.Clip)","namespaceURI":null}]},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2536}},"2509":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2508},"_livelyDataWrapperId_":"6378:ImageMorph","origin":{"__isSmartRef__":true,"id":2510},"shape":{"__isSmartRef__":true,"id":2511},"priorExtent":{"__isSmartRef__":true,"id":2512},"image":{"__isSmartRef__":true,"id":2513},"originalExtent":{"__isSmartRef__":true,"id":2514},"pvtCachedTransform":{"__isSmartRef__":true,"id":2515},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6378:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2510":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2511":{"_x":0,"_y":0,"_width":100,"_height":100,"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"2512":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2513":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://lively-kernel.org/repository/webwerkstatt/PartsBin/Tools/PartsBin.svg?time=1298969130176","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"2514":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2515":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2516":{"textString":"PartsBin","savedTextString":"PartsBin","submorphs":[{"__isSmartRef__":true,"id":2517}],"owner":{"__isSmartRef__":true,"id":2508},"_livelyDataWrapperId_":"6379:TextMorph","origin":{"__isSmartRef__":true,"id":2522},"shape":{"__isSmartRef__":true,"id":2523},"textContent":{"__isSmartRef__":true,"id":2524},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2525},"textSelection":{"__isSmartRef__":true,"id":2517},"priorExtent":{"__isSmartRef__":true,"id":2526},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2527},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6379:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2517":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2516},"_livelyDataWrapperId_":"6381:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2518},"shape":{"__isSmartRef__":true,"id":2519},"priorExtent":{"__isSmartRef__":true,"id":2520},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2521},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6381:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2518":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2519":{"_livelyDataWrapperId_":"6380:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"6380:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2520":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2521":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2522":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2523":{"_x":0,"_y":0,"_width":46,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"46","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2524":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2525":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2526":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2527":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"2528":{"x":400,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2529":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":1358},"_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2530":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2531":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2532":{"partsSpaceName":"PartsBin/Tools/","name":"PartsBin","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"2533":{"a":1,"b":0,"c":0,"d":1,"e":400,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2534":{"_livelyDataWrapperId_":"6382:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":2535},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"6382:lively.scene.Clip","namespaceURI":null}]}},"2535":{"_fill":{"__isSmartRef__":true,"id":1358},"_stroke":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2536":{"morphMenu":{"__isSmartRef__":true,"id":2537}},"2537":{"varMapping":{"__isSmartRef__":true,"id":2538},"source":"function morphMenu(evt) {\n\t\tvar menu = $super(evt),\n\t\t\tpartsBin = this.partsBin,\n\t\t\tpartItem = this.partItem;\n\n\t\t// FIXME!\n\t\tvar namesAndActions = partsBin.getCategoryNames().collect(function(name) {\n\t\t\treturn [name, function() {\n\t\t\t\tpartItem.copyToPartsSpace(partsBin.getPartsSpaceForCategory(name))\n\t\t\t}]\n\t\t})\n\t\tmenu.addItem(['Copy to PartsBin category', namesAndActions])\n\n\t\tvar namesAndActions = partsBin.getCategoryNames().collect(function(name) {\n\t\t\treturn [name, function() {\n\t\t\t\tpartItem.moveToPartsSpace(partsBin.getPartsSpaceForCategory(name))\n\t\t\t}]\n\t\t})\n\t\tmenu.addItem(['Move to PartsBin category', namesAndActions]);\n\n\t\treturn menu\n\t}","__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2538":{"this":{"__isSmartRef__":true,"id":2508},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2539}},"2539":{"$super":{"__isSmartRef__":true,"id":2540}},"2540":{"varMapping":{"__isSmartRef__":true,"id":2541},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2541":{"obj":{"__isSmartRef__":true,"id":2508},"name":"morphMenu"},"2542":{"submorphs":[{"__isSmartRef__":true,"id":2543},{"__isSmartRef__":true,"id":2550}],"owner":{"__isSmartRef__":true,"id":2371},"_livelyDataWrapperId_":"6383:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":2562},"shape":{"__isSmartRef__":true,"id":2563},"priorExtent":{"__isSmartRef__":true,"id":2564},"partsBinURL":{"__isSmartRef__":true,"id":2565},"targetName":"PartsBinItemEditor","partItem":{"__isSmartRef__":true,"id":2566},"pvtCachedTransform":{"__isSmartRef__":true,"id":2567},"clip":{"__isSmartRef__":true,"id":2568},"_clip-path":"url(#6388:lively.scene.Clip)","isClipMorph":true,"partsBin":{"__isSmartRef__":true,"id":2121},"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.PartsBin","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6383:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(0,100)","namespaceURI":null},{"key":"clip-path","value":"url(#6388:lively.scene.Clip)","namespaceURI":null}]},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2570}},"2543":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2542},"_livelyDataWrapperId_":"6384:ImageMorph","origin":{"__isSmartRef__":true,"id":2544},"shape":{"__isSmartRef__":true,"id":2545},"priorExtent":{"__isSmartRef__":true,"id":2546},"image":{"__isSmartRef__":true,"id":2547},"originalExtent":{"__isSmartRef__":true,"id":2548},"pvtCachedTransform":{"__isSmartRef__":true,"id":2549},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6384:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2544":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2545":{"_x":0,"_y":0,"_width":100,"_height":100,"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"2546":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2547":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://lively-kernel.org/repository/webwerkstatt/PartsBin/Tools/PartsBinItemEditor.svg?time=1298969130181","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"2548":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2549":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2550":{"textString":"PartsBinItemEditor","savedTextString":"PartsBinItemEditor","submorphs":[{"__isSmartRef__":true,"id":2551}],"owner":{"__isSmartRef__":true,"id":2542},"_livelyDataWrapperId_":"6385:TextMorph","origin":{"__isSmartRef__":true,"id":2556},"shape":{"__isSmartRef__":true,"id":2557},"textContent":{"__isSmartRef__":true,"id":2558},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2559},"textSelection":{"__isSmartRef__":true,"id":2551},"priorExtent":{"__isSmartRef__":true,"id":2560},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2561},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6385:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2551":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2550},"_livelyDataWrapperId_":"6387:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2552},"shape":{"__isSmartRef__":true,"id":2553},"priorExtent":{"__isSmartRef__":true,"id":2554},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2555},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6387:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2552":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2553":{"_livelyDataWrapperId_":"6386:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"6386:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2554":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2555":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2556":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2557":{"_x":0,"_y":0,"_width":101,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"101","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2558":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2559":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2560":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2561":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"2562":{"x":0,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2563":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":1358},"_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2564":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2565":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2566":{"partsSpaceName":"PartsBin/Tools/","name":"PartsBinItemEditor","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"2567":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":100,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2568":{"_livelyDataWrapperId_":"6388:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":2569},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"6388:lively.scene.Clip","namespaceURI":null}]}},"2569":{"_fill":{"__isSmartRef__":true,"id":1358},"_stroke":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2570":{"morphMenu":{"__isSmartRef__":true,"id":2571}},"2571":{"varMapping":{"__isSmartRef__":true,"id":2572},"source":"function morphMenu(evt) {\n\t\tvar menu = $super(evt),\n\t\t\tpartsBin = this.partsBin,\n\t\t\tpartItem = this.partItem;\n\n\t\t// FIXME!\n\t\tvar namesAndActions = partsBin.getCategoryNames().collect(function(name) {\n\t\t\treturn [name, function() {\n\t\t\t\tpartItem.copyToPartsSpace(partsBin.getPartsSpaceForCategory(name))\n\t\t\t}]\n\t\t})\n\t\tmenu.addItem(['Copy to PartsBin category', namesAndActions])\n\n\t\tvar namesAndActions = partsBin.getCategoryNames().collect(function(name) {\n\t\t\treturn [name, function() {\n\t\t\t\tpartItem.moveToPartsSpace(partsBin.getPartsSpaceForCategory(name))\n\t\t\t}]\n\t\t})\n\t\tmenu.addItem(['Move to PartsBin category', namesAndActions]);\n\n\t\treturn menu\n\t}","__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2572":{"this":{"__isSmartRef__":true,"id":2542},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2573}},"2573":{"$super":{"__isSmartRef__":true,"id":2574}},"2574":{"varMapping":{"__isSmartRef__":true,"id":2575},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2575":{"obj":{"__isSmartRef__":true,"id":2542},"name":"morphMenu"},"2576":{"submorphs":[{"__isSmartRef__":true,"id":2577},{"__isSmartRef__":true,"id":2584}],"owner":{"__isSmartRef__":true,"id":2371},"_livelyDataWrapperId_":"6389:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":2596},"shape":{"__isSmartRef__":true,"id":2597},"priorExtent":{"__isSmartRef__":true,"id":2598},"partsBinURL":{"__isSmartRef__":true,"id":2599},"targetName":"PartsBinReloaded","partItem":{"__isSmartRef__":true,"id":2600},"pvtCachedTransform":{"__isSmartRef__":true,"id":2601},"clip":{"__isSmartRef__":true,"id":2602},"_clip-path":"url(#6394:lively.scene.Clip)","isClipMorph":true,"partsBin":{"__isSmartRef__":true,"id":2121},"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.PartsBin","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6389:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(100,100)","namespaceURI":null},{"key":"clip-path","value":"url(#6394:lively.scene.Clip)","namespaceURI":null}]},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2604}},"2577":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2576},"_livelyDataWrapperId_":"6390:ImageMorph","origin":{"__isSmartRef__":true,"id":2578},"shape":{"__isSmartRef__":true,"id":2579},"priorExtent":{"__isSmartRef__":true,"id":2580},"image":{"__isSmartRef__":true,"id":2581},"originalExtent":{"__isSmartRef__":true,"id":2582},"pvtCachedTransform":{"__isSmartRef__":true,"id":2583},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6390:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2578":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2579":{"_x":0,"_y":0,"_width":100,"_height":100,"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"2580":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2581":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://lively-kernel.org/repository/webwerkstatt/PartsBin/Tools/PartsBinReloaded.svg?time=1298969130185","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"2582":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2583":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2584":{"textString":"PartsBinReloaded","savedTextString":"PartsBinReloaded","submorphs":[{"__isSmartRef__":true,"id":2585}],"owner":{"__isSmartRef__":true,"id":2576},"_livelyDataWrapperId_":"6391:TextMorph","origin":{"__isSmartRef__":true,"id":2590},"shape":{"__isSmartRef__":true,"id":2591},"textContent":{"__isSmartRef__":true,"id":2592},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2593},"textSelection":{"__isSmartRef__":true,"id":2585},"priorExtent":{"__isSmartRef__":true,"id":2594},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2595},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6391:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2585":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2584},"_livelyDataWrapperId_":"6393:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2586},"shape":{"__isSmartRef__":true,"id":2587},"priorExtent":{"__isSmartRef__":true,"id":2588},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2589},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6393:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2586":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2587":{"_livelyDataWrapperId_":"6392:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"6392:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2588":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2589":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2590":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2591":{"_x":0,"_y":0,"_width":100,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2592":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2593":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2594":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2595":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"2596":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2597":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":1358},"_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2598":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2599":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2600":{"partsSpaceName":"PartsBin/Tools/","name":"PartsBinReloaded","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"2601":{"a":1,"b":0,"c":0,"d":1,"e":100,"f":100,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2602":{"_livelyDataWrapperId_":"6394:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":2603},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"6394:lively.scene.Clip","namespaceURI":null}]}},"2603":{"_fill":{"__isSmartRef__":true,"id":1358},"_stroke":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2604":{"morphMenu":{"__isSmartRef__":true,"id":2605}},"2605":{"varMapping":{"__isSmartRef__":true,"id":2606},"source":"function morphMenu(evt) {\n\t\tvar menu = $super(evt),\n\t\t\tpartsBin = this.partsBin,\n\t\t\tpartItem = this.partItem;\n\n\t\t// FIXME!\n\t\tvar namesAndActions = partsBin.getCategoryNames().collect(function(name) {\n\t\t\treturn [name, function() {\n\t\t\t\tpartItem.copyToPartsSpace(partsBin.getPartsSpaceForCategory(name))\n\t\t\t}]\n\t\t})\n\t\tmenu.addItem(['Copy to PartsBin category', namesAndActions])\n\n\t\tvar namesAndActions = partsBin.getCategoryNames().collect(function(name) {\n\t\t\treturn [name, function() {\n\t\t\t\tpartItem.moveToPartsSpace(partsBin.getPartsSpaceForCategory(name))\n\t\t\t}]\n\t\t})\n\t\tmenu.addItem(['Move to PartsBin category', namesAndActions]);\n\n\t\treturn menu\n\t}","__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2606":{"this":{"__isSmartRef__":true,"id":2576},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2607}},"2607":{"$super":{"__isSmartRef__":true,"id":2608}},"2608":{"varMapping":{"__isSmartRef__":true,"id":2609},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2609":{"obj":{"__isSmartRef__":true,"id":2576},"name":"morphMenu"},"2610":{"submorphs":[{"__isSmartRef__":true,"id":2611},{"__isSmartRef__":true,"id":2618}],"owner":{"__isSmartRef__":true,"id":2371},"_livelyDataWrapperId_":"6395:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":2630},"shape":{"__isSmartRef__":true,"id":2631},"priorExtent":{"__isSmartRef__":true,"id":2632},"partsBinURL":{"__isSmartRef__":true,"id":2633},"targetName":"ScriptEditor","partItem":{"__isSmartRef__":true,"id":2634},"pvtCachedTransform":{"__isSmartRef__":true,"id":2635},"clip":{"__isSmartRef__":true,"id":2636},"_clip-path":"url(#6400:lively.scene.Clip)","isClipMorph":true,"partsBin":{"__isSmartRef__":true,"id":2121},"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.PartsBin","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6395:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(200,100)","namespaceURI":null},{"key":"clip-path","value":"url(#6400:lively.scene.Clip)","namespaceURI":null}]},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2638}},"2611":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2610},"_livelyDataWrapperId_":"6396:ImageMorph","origin":{"__isSmartRef__":true,"id":2612},"shape":{"__isSmartRef__":true,"id":2613},"priorExtent":{"__isSmartRef__":true,"id":2614},"image":{"__isSmartRef__":true,"id":2615},"originalExtent":{"__isSmartRef__":true,"id":2616},"pvtCachedTransform":{"__isSmartRef__":true,"id":2617},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6396:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2612":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2613":{"_x":0,"_y":0,"_width":100,"_height":100,"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"2614":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2615":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://lively-kernel.org/repository/webwerkstatt/PartsBin/Tools/ScriptEditor.svg?time=1298969130191","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"2616":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2617":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2618":{"textString":"ScriptEditor","savedTextString":"ScriptEditor","submorphs":[{"__isSmartRef__":true,"id":2619}],"owner":{"__isSmartRef__":true,"id":2610},"_livelyDataWrapperId_":"6397:TextMorph","origin":{"__isSmartRef__":true,"id":2624},"shape":{"__isSmartRef__":true,"id":2625},"textContent":{"__isSmartRef__":true,"id":2626},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2627},"textSelection":{"__isSmartRef__":true,"id":2619},"priorExtent":{"__isSmartRef__":true,"id":2628},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2629},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6397:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2619":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2618},"_livelyDataWrapperId_":"6399:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2620},"shape":{"__isSmartRef__":true,"id":2621},"priorExtent":{"__isSmartRef__":true,"id":2622},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2623},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6399:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2620":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2621":{"_livelyDataWrapperId_":"6398:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"6398:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2622":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2623":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2624":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2625":{"_x":0,"_y":0,"_width":63,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"63","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2626":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2627":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2628":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2629":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"2630":{"x":200,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2631":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":1358},"_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2632":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2633":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2634":{"partsSpaceName":"PartsBin/Tools/","name":"ScriptEditor","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"2635":{"a":1,"b":0,"c":0,"d":1,"e":200,"f":100,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2636":{"_livelyDataWrapperId_":"6400:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":2637},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"6400:lively.scene.Clip","namespaceURI":null}]}},"2637":{"_fill":{"__isSmartRef__":true,"id":1358},"_stroke":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2638":{"morphMenu":{"__isSmartRef__":true,"id":2639}},"2639":{"varMapping":{"__isSmartRef__":true,"id":2640},"source":"function morphMenu(evt) {\n\t\tvar menu = $super(evt),\n\t\t\tpartsBin = this.partsBin,\n\t\t\tpartItem = this.partItem;\n\n\t\t// FIXME!\n\t\tvar namesAndActions = partsBin.getCategoryNames().collect(function(name) {\n\t\t\treturn [name, function() {\n\t\t\t\tpartItem.copyToPartsSpace(partsBin.getPartsSpaceForCategory(name))\n\t\t\t}]\n\t\t})\n\t\tmenu.addItem(['Copy to PartsBin category', namesAndActions])\n\n\t\tvar namesAndActions = partsBin.getCategoryNames().collect(function(name) {\n\t\t\treturn [name, function() {\n\t\t\t\tpartItem.moveToPartsSpace(partsBin.getPartsSpaceForCategory(name))\n\t\t\t}]\n\t\t})\n\t\tmenu.addItem(['Move to PartsBin category', namesAndActions]);\n\n\t\treturn menu\n\t}","__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2640":{"this":{"__isSmartRef__":true,"id":2610},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2641}},"2641":{"$super":{"__isSmartRef__":true,"id":2642}},"2642":{"varMapping":{"__isSmartRef__":true,"id":2643},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2643":{"obj":{"__isSmartRef__":true,"id":2610},"name":"morphMenu"},"2644":{"submorphs":[{"__isSmartRef__":true,"id":2645},{"__isSmartRef__":true,"id":2652}],"owner":{"__isSmartRef__":true,"id":2371},"_livelyDataWrapperId_":"6401:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":2664},"shape":{"__isSmartRef__":true,"id":2665},"priorExtent":{"__isSmartRef__":true,"id":2666},"partsBinURL":{"__isSmartRef__":true,"id":2667},"targetName":"ScriptEditor2","partItem":{"__isSmartRef__":true,"id":2668},"pvtCachedTransform":{"__isSmartRef__":true,"id":2669},"clip":{"__isSmartRef__":true,"id":2670},"_clip-path":"url(#6406:lively.scene.Clip)","isClipMorph":true,"partsBin":{"__isSmartRef__":true,"id":2121},"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.PartsBin","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6401:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(300,100)","namespaceURI":null},{"key":"clip-path","value":"url(#6406:lively.scene.Clip)","namespaceURI":null}]},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2672}},"2645":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2644},"_livelyDataWrapperId_":"6402:ImageMorph","origin":{"__isSmartRef__":true,"id":2646},"shape":{"__isSmartRef__":true,"id":2647},"priorExtent":{"__isSmartRef__":true,"id":2648},"image":{"__isSmartRef__":true,"id":2649},"originalExtent":{"__isSmartRef__":true,"id":2650},"pvtCachedTransform":{"__isSmartRef__":true,"id":2651},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6402:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2646":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2647":{"_x":0,"_y":0,"_width":100,"_height":100,"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"2648":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2649":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://lively-kernel.org/repository/webwerkstatt/PartsBin/Tools/ScriptEditor2.svg?time=1298969130195","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"2650":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2651":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2652":{"textString":"ScriptEditor2","savedTextString":"ScriptEditor2","submorphs":[{"__isSmartRef__":true,"id":2653}],"owner":{"__isSmartRef__":true,"id":2644},"_livelyDataWrapperId_":"6403:TextMorph","origin":{"__isSmartRef__":true,"id":2658},"shape":{"__isSmartRef__":true,"id":2659},"textContent":{"__isSmartRef__":true,"id":2660},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2661},"textSelection":{"__isSmartRef__":true,"id":2653},"priorExtent":{"__isSmartRef__":true,"id":2662},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2663},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6403:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2653":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2652},"_livelyDataWrapperId_":"6405:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2654},"shape":{"__isSmartRef__":true,"id":2655},"priorExtent":{"__isSmartRef__":true,"id":2656},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2657},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6405:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2654":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2655":{"_livelyDataWrapperId_":"6404:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"6404:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2656":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2657":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2658":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2659":{"_x":0,"_y":0,"_width":70,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"70","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2660":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2661":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2662":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2663":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"2664":{"x":300,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2665":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":1358},"_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2666":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2667":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2668":{"partsSpaceName":"PartsBin/Tools/","name":"ScriptEditor2","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"2669":{"a":1,"b":0,"c":0,"d":1,"e":300,"f":100,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2670":{"_livelyDataWrapperId_":"6406:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":2671},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"6406:lively.scene.Clip","namespaceURI":null}]}},"2671":{"_fill":{"__isSmartRef__":true,"id":1358},"_stroke":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2672":{"morphMenu":{"__isSmartRef__":true,"id":2673}},"2673":{"varMapping":{"__isSmartRef__":true,"id":2674},"source":"function morphMenu(evt) {\n\t\tvar menu = $super(evt),\n\t\t\tpartsBin = this.partsBin,\n\t\t\tpartItem = this.partItem;\n\n\t\t// FIXME!\n\t\tvar namesAndActions = partsBin.getCategoryNames().collect(function(name) {\n\t\t\treturn [name, function() {\n\t\t\t\tpartItem.copyToPartsSpace(partsBin.getPartsSpaceForCategory(name))\n\t\t\t}]\n\t\t})\n\t\tmenu.addItem(['Copy to PartsBin category', namesAndActions])\n\n\t\tvar namesAndActions = partsBin.getCategoryNames().collect(function(name) {\n\t\t\treturn [name, function() {\n\t\t\t\tpartItem.moveToPartsSpace(partsBin.getPartsSpaceForCategory(name))\n\t\t\t}]\n\t\t})\n\t\tmenu.addItem(['Move to PartsBin category', namesAndActions]);\n\n\t\treturn menu\n\t}","__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2674":{"this":{"__isSmartRef__":true,"id":2644},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2675}},"2675":{"$super":{"__isSmartRef__":true,"id":2676}},"2676":{"varMapping":{"__isSmartRef__":true,"id":2677},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2677":{"obj":{"__isSmartRef__":true,"id":2644},"name":"morphMenu"},"2678":{"submorphs":[{"__isSmartRef__":true,"id":2679},{"__isSmartRef__":true,"id":2686}],"owner":{"__isSmartRef__":true,"id":2371},"_livelyDataWrapperId_":"6407:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":2698},"shape":{"__isSmartRef__":true,"id":2699},"priorExtent":{"__isSmartRef__":true,"id":2700},"partsBinURL":{"__isSmartRef__":true,"id":2701},"targetName":"ServerCodeSearch","partItem":{"__isSmartRef__":true,"id":2702},"pvtCachedTransform":{"__isSmartRef__":true,"id":2703},"clip":{"__isSmartRef__":true,"id":2704},"_clip-path":"url(#6412:lively.scene.Clip)","isClipMorph":true,"partsBin":{"__isSmartRef__":true,"id":2121},"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.PartsBin","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6407:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(400,100)","namespaceURI":null},{"key":"clip-path","value":"url(#6412:lively.scene.Clip)","namespaceURI":null}]},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2706}},"2679":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2678},"_livelyDataWrapperId_":"6408:ImageMorph","origin":{"__isSmartRef__":true,"id":2680},"shape":{"__isSmartRef__":true,"id":2681},"priorExtent":{"__isSmartRef__":true,"id":2682},"image":{"__isSmartRef__":true,"id":2683},"originalExtent":{"__isSmartRef__":true,"id":2684},"pvtCachedTransform":{"__isSmartRef__":true,"id":2685},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6408:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2680":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2681":{"_x":0,"_y":0,"_width":100,"_height":100,"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"2682":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2683":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://lively-kernel.org/repository/webwerkstatt/PartsBin/Tools/ServerCodeSearch.svg?time=1298969130200","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"2684":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2685":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2686":{"textString":"ServerCodeSearch","savedTextString":"ServerCodeSearch","submorphs":[{"__isSmartRef__":true,"id":2687}],"owner":{"__isSmartRef__":true,"id":2678},"_livelyDataWrapperId_":"6409:TextMorph","origin":{"__isSmartRef__":true,"id":2692},"shape":{"__isSmartRef__":true,"id":2693},"textContent":{"__isSmartRef__":true,"id":2694},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2695},"textSelection":{"__isSmartRef__":true,"id":2687},"priorExtent":{"__isSmartRef__":true,"id":2696},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2697},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6409:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2687":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2686},"_livelyDataWrapperId_":"6411:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2688},"shape":{"__isSmartRef__":true,"id":2689},"priorExtent":{"__isSmartRef__":true,"id":2690},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2691},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6411:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2688":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2689":{"_livelyDataWrapperId_":"6410:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"6410:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2690":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2691":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2692":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2693":{"_x":0,"_y":0,"_width":105,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"105","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2694":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2695":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2696":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2697":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"2698":{"x":400,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2699":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":1358},"_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2700":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2701":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2702":{"partsSpaceName":"PartsBin/Tools/","name":"ServerCodeSearch","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"2703":{"a":1,"b":0,"c":0,"d":1,"e":400,"f":100,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2704":{"_livelyDataWrapperId_":"6412:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":2705},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"6412:lively.scene.Clip","namespaceURI":null}]}},"2705":{"_fill":{"__isSmartRef__":true,"id":1358},"_stroke":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2706":{"morphMenu":{"__isSmartRef__":true,"id":2707}},"2707":{"varMapping":{"__isSmartRef__":true,"id":2708},"source":"function morphMenu(evt) {\n\t\tvar menu = $super(evt),\n\t\t\tpartsBin = this.partsBin,\n\t\t\tpartItem = this.partItem;\n\n\t\t// FIXME!\n\t\tvar namesAndActions = partsBin.getCategoryNames().collect(function(name) {\n\t\t\treturn [name, function() {\n\t\t\t\tpartItem.copyToPartsSpace(partsBin.getPartsSpaceForCategory(name))\n\t\t\t}]\n\t\t})\n\t\tmenu.addItem(['Copy to PartsBin category', namesAndActions])\n\n\t\tvar namesAndActions = partsBin.getCategoryNames().collect(function(name) {\n\t\t\treturn [name, function() {\n\t\t\t\tpartItem.moveToPartsSpace(partsBin.getPartsSpaceForCategory(name))\n\t\t\t}]\n\t\t})\n\t\tmenu.addItem(['Move to PartsBin category', namesAndActions]);\n\n\t\treturn menu\n\t}","__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2708":{"this":{"__isSmartRef__":true,"id":2678},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2709}},"2709":{"$super":{"__isSmartRef__":true,"id":2710}},"2710":{"varMapping":{"__isSmartRef__":true,"id":2711},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2711":{"obj":{"__isSmartRef__":true,"id":2678},"name":"morphMenu"},"2712":{"submorphs":[{"__isSmartRef__":true,"id":2713},{"__isSmartRef__":true,"id":2720}],"owner":{"__isSmartRef__":true,"id":2371},"_livelyDataWrapperId_":"6413:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":2732},"shape":{"__isSmartRef__":true,"id":2733},"priorExtent":{"__isSmartRef__":true,"id":2734},"partsBinURL":{"__isSmartRef__":true,"id":2735},"targetName":"ServerWorkspace","partItem":{"__isSmartRef__":true,"id":2736},"pvtCachedTransform":{"__isSmartRef__":true,"id":2737},"clip":{"__isSmartRef__":true,"id":2738},"_clip-path":"url(#6418:lively.scene.Clip)","isClipMorph":true,"partsBin":{"__isSmartRef__":true,"id":2121},"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.PartsBin","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6413:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(0,200)","namespaceURI":null},{"key":"clip-path","value":"url(#6418:lively.scene.Clip)","namespaceURI":null}]},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2740}},"2713":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2712},"_livelyDataWrapperId_":"6414:ImageMorph","origin":{"__isSmartRef__":true,"id":2714},"shape":{"__isSmartRef__":true,"id":2715},"priorExtent":{"__isSmartRef__":true,"id":2716},"image":{"__isSmartRef__":true,"id":2717},"originalExtent":{"__isSmartRef__":true,"id":2718},"pvtCachedTransform":{"__isSmartRef__":true,"id":2719},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6414:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2714":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2715":{"_x":0,"_y":0,"_width":100,"_height":100,"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"2716":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2717":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://lively-kernel.org/repository/webwerkstatt/PartsBin/Tools/ServerWorkspace.svg?time=1298969130205","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"2718":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2719":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2720":{"textString":"ServerWorkspace","savedTextString":"ServerWorkspace","submorphs":[{"__isSmartRef__":true,"id":2721}],"owner":{"__isSmartRef__":true,"id":2712},"_livelyDataWrapperId_":"6415:TextMorph","origin":{"__isSmartRef__":true,"id":2726},"shape":{"__isSmartRef__":true,"id":2727},"textContent":{"__isSmartRef__":true,"id":2728},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2729},"textSelection":{"__isSmartRef__":true,"id":2721},"priorExtent":{"__isSmartRef__":true,"id":2730},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2731},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6415:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2721":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2720},"_livelyDataWrapperId_":"6417:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2722},"shape":{"__isSmartRef__":true,"id":2723},"priorExtent":{"__isSmartRef__":true,"id":2724},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2725},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6417:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2722":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2723":{"_livelyDataWrapperId_":"6416:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"6416:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2724":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2725":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2726":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2727":{"_x":0,"_y":0,"_width":97,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"97","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2728":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2729":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2730":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2731":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"2732":{"x":0,"y":200,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2733":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":1358},"_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2734":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2735":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2736":{"partsSpaceName":"PartsBin/Tools/","name":"ServerWorkspace","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"2737":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":200,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2738":{"_livelyDataWrapperId_":"6418:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":2739},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"6418:lively.scene.Clip","namespaceURI":null}]}},"2739":{"_fill":{"__isSmartRef__":true,"id":1358},"_stroke":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2740":{"morphMenu":{"__isSmartRef__":true,"id":2741}},"2741":{"varMapping":{"__isSmartRef__":true,"id":2742},"source":"function morphMenu(evt) {\n\t\tvar menu = $super(evt),\n\t\t\tpartsBin = this.partsBin,\n\t\t\tpartItem = this.partItem;\n\n\t\t// FIXME!\n\t\tvar namesAndActions = partsBin.getCategoryNames().collect(function(name) {\n\t\t\treturn [name, function() {\n\t\t\t\tpartItem.copyToPartsSpace(partsBin.getPartsSpaceForCategory(name))\n\t\t\t}]\n\t\t})\n\t\tmenu.addItem(['Copy to PartsBin category', namesAndActions])\n\n\t\tvar namesAndActions = partsBin.getCategoryNames().collect(function(name) {\n\t\t\treturn [name, function() {\n\t\t\t\tpartItem.moveToPartsSpace(partsBin.getPartsSpaceForCategory(name))\n\t\t\t}]\n\t\t})\n\t\tmenu.addItem(['Move to PartsBin category', namesAndActions]);\n\n\t\treturn menu\n\t}","__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2742":{"this":{"__isSmartRef__":true,"id":2712},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2743}},"2743":{"$super":{"__isSmartRef__":true,"id":2744}},"2744":{"varMapping":{"__isSmartRef__":true,"id":2745},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2745":{"obj":{"__isSmartRef__":true,"id":2712},"name":"morphMenu"},"2746":{"submorphs":[{"__isSmartRef__":true,"id":2747},{"__isSmartRef__":true,"id":2754}],"owner":{"__isSmartRef__":true,"id":2371},"_livelyDataWrapperId_":"6419:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":2766},"shape":{"__isSmartRef__":true,"id":2767},"priorExtent":{"__isSmartRef__":true,"id":2768},"partsBinURL":{"__isSmartRef__":true,"id":2769},"targetName":"StaticDocCreator","partItem":{"__isSmartRef__":true,"id":2770},"pvtCachedTransform":{"__isSmartRef__":true,"id":2771},"clip":{"__isSmartRef__":true,"id":2772},"_clip-path":"url(#6424:lively.scene.Clip)","isClipMorph":true,"partsBin":{"__isSmartRef__":true,"id":2121},"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.PartsBin","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6419:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(100,200)","namespaceURI":null},{"key":"clip-path","value":"url(#6424:lively.scene.Clip)","namespaceURI":null}]},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2774}},"2747":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2746},"_livelyDataWrapperId_":"6420:ImageMorph","origin":{"__isSmartRef__":true,"id":2748},"shape":{"__isSmartRef__":true,"id":2749},"priorExtent":{"__isSmartRef__":true,"id":2750},"image":{"__isSmartRef__":true,"id":2751},"originalExtent":{"__isSmartRef__":true,"id":2752},"pvtCachedTransform":{"__isSmartRef__":true,"id":2753},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6420:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2748":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2749":{"_x":0,"_y":0,"_width":100,"_height":100,"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"2750":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2751":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://lively-kernel.org/repository/webwerkstatt/PartsBin/Tools/StaticDocCreator.svg?time=1298969130209","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"2752":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2753":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2754":{"textString":"StaticDocCreator","savedTextString":"StaticDocCreator","submorphs":[{"__isSmartRef__":true,"id":2755}],"owner":{"__isSmartRef__":true,"id":2746},"_livelyDataWrapperId_":"6421:TextMorph","origin":{"__isSmartRef__":true,"id":2760},"shape":{"__isSmartRef__":true,"id":2761},"textContent":{"__isSmartRef__":true,"id":2762},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2763},"textSelection":{"__isSmartRef__":true,"id":2755},"priorExtent":{"__isSmartRef__":true,"id":2764},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2765},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6421:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2755":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2754},"_livelyDataWrapperId_":"6423:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2756},"shape":{"__isSmartRef__":true,"id":2757},"priorExtent":{"__isSmartRef__":true,"id":2758},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2759},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6423:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2756":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2757":{"_livelyDataWrapperId_":"6422:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"6422:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2758":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2759":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2760":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2761":{"_x":0,"_y":0,"_width":93,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"93","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2762":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2763":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2764":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2765":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"2766":{"x":100,"y":200,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2767":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":1358},"_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2768":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2769":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2770":{"partsSpaceName":"PartsBin/Tools/","name":"StaticDocCreator","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"2771":{"a":1,"b":0,"c":0,"d":1,"e":100,"f":200,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2772":{"_livelyDataWrapperId_":"6424:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":2773},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"6424:lively.scene.Clip","namespaceURI":null}]}},"2773":{"_fill":{"__isSmartRef__":true,"id":1358},"_stroke":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2774":{"morphMenu":{"__isSmartRef__":true,"id":2775}},"2775":{"varMapping":{"__isSmartRef__":true,"id":2776},"source":"function morphMenu(evt) {\n\t\tvar menu = $super(evt),\n\t\t\tpartsBin = this.partsBin,\n\t\t\tpartItem = this.partItem;\n\n\t\t// FIXME!\n\t\tvar namesAndActions = partsBin.getCategoryNames().collect(function(name) {\n\t\t\treturn [name, function() {\n\t\t\t\tpartItem.copyToPartsSpace(partsBin.getPartsSpaceForCategory(name))\n\t\t\t}]\n\t\t})\n\t\tmenu.addItem(['Copy to PartsBin category', namesAndActions])\n\n\t\tvar namesAndActions = partsBin.getCategoryNames().collect(function(name) {\n\t\t\treturn [name, function() {\n\t\t\t\tpartItem.moveToPartsSpace(partsBin.getPartsSpaceForCategory(name))\n\t\t\t}]\n\t\t})\n\t\tmenu.addItem(['Move to PartsBin category', namesAndActions]);\n\n\t\treturn menu\n\t}","__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2776":{"this":{"__isSmartRef__":true,"id":2746},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2777}},"2777":{"$super":{"__isSmartRef__":true,"id":2778}},"2778":{"varMapping":{"__isSmartRef__":true,"id":2779},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2779":{"obj":{"__isSmartRef__":true,"id":2746},"name":"morphMenu"},"2780":{"submorphs":[{"__isSmartRef__":true,"id":2781},{"__isSmartRef__":true,"id":2788}],"owner":{"__isSmartRef__":true,"id":2371},"_livelyDataWrapperId_":"6425:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":2800},"shape":{"__isSmartRef__":true,"id":2801},"priorExtent":{"__isSmartRef__":true,"id":2802},"partsBinURL":{"__isSmartRef__":true,"id":2803},"targetName":"SVNCommitAnalyzer","partItem":{"__isSmartRef__":true,"id":2804},"pvtCachedTransform":{"__isSmartRef__":true,"id":2805},"clip":{"__isSmartRef__":true,"id":2806},"_clip-path":"url(#6430:lively.scene.Clip)","isClipMorph":true,"partsBin":{"__isSmartRef__":true,"id":2121},"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.PartsBin","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6425:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(200,200)","namespaceURI":null},{"key":"clip-path","value":"url(#6430:lively.scene.Clip)","namespaceURI":null}]},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2808}},"2781":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2780},"_livelyDataWrapperId_":"6426:ImageMorph","origin":{"__isSmartRef__":true,"id":2782},"shape":{"__isSmartRef__":true,"id":2783},"priorExtent":{"__isSmartRef__":true,"id":2784},"image":{"__isSmartRef__":true,"id":2785},"originalExtent":{"__isSmartRef__":true,"id":2786},"pvtCachedTransform":{"__isSmartRef__":true,"id":2787},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6426:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2782":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2783":{"_x":0,"_y":0,"_width":100,"_height":100,"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"2784":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2785":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://lively-kernel.org/repository/webwerkstatt/PartsBin/Tools/SVNCommitAnalyzer.svg?time=1298969130215","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"2786":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2787":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2788":{"textString":"SVNCommitAnalyzer","savedTextString":"SVNCommitAnalyzer","submorphs":[{"__isSmartRef__":true,"id":2789}],"owner":{"__isSmartRef__":true,"id":2780},"_livelyDataWrapperId_":"6427:TextMorph","origin":{"__isSmartRef__":true,"id":2794},"shape":{"__isSmartRef__":true,"id":2795},"textContent":{"__isSmartRef__":true,"id":2796},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2797},"textSelection":{"__isSmartRef__":true,"id":2789},"priorExtent":{"__isSmartRef__":true,"id":2798},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2799},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6427:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2789":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2788},"_livelyDataWrapperId_":"6429:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2790},"shape":{"__isSmartRef__":true,"id":2791},"priorExtent":{"__isSmartRef__":true,"id":2792},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2793},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6429:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2790":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2791":{"_livelyDataWrapperId_":"6428:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"6428:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2792":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2793":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2794":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2795":{"_x":0,"_y":0,"_width":115,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"115","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2796":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2797":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2798":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2799":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"2800":{"x":200,"y":200,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2801":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":1358},"_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2802":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2803":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2804":{"partsSpaceName":"PartsBin/Tools/","name":"SVNCommitAnalyzer","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"2805":{"a":1,"b":0,"c":0,"d":1,"e":200,"f":200,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2806":{"_livelyDataWrapperId_":"6430:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":2807},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"6430:lively.scene.Clip","namespaceURI":null}]}},"2807":{"_fill":{"__isSmartRef__":true,"id":1358},"_stroke":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2808":{"morphMenu":{"__isSmartRef__":true,"id":2809}},"2809":{"varMapping":{"__isSmartRef__":true,"id":2810},"source":"function morphMenu(evt) {\n\t\tvar menu = $super(evt),\n\t\t\tpartsBin = this.partsBin,\n\t\t\tpartItem = this.partItem;\n\n\t\t// FIXME!\n\t\tvar namesAndActions = partsBin.getCategoryNames().collect(function(name) {\n\t\t\treturn [name, function() {\n\t\t\t\tpartItem.copyToPartsSpace(partsBin.getPartsSpaceForCategory(name))\n\t\t\t}]\n\t\t})\n\t\tmenu.addItem(['Copy to PartsBin category', namesAndActions])\n\n\t\tvar namesAndActions = partsBin.getCategoryNames().collect(function(name) {\n\t\t\treturn [name, function() {\n\t\t\t\tpartItem.moveToPartsSpace(partsBin.getPartsSpaceForCategory(name))\n\t\t\t}]\n\t\t})\n\t\tmenu.addItem(['Move to PartsBin category', namesAndActions]);\n\n\t\treturn menu\n\t}","__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2810":{"this":{"__isSmartRef__":true,"id":2780},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2811}},"2811":{"$super":{"__isSmartRef__":true,"id":2812}},"2812":{"varMapping":{"__isSmartRef__":true,"id":2813},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2813":{"obj":{"__isSmartRef__":true,"id":2780},"name":"morphMenu"},"2814":{"submorphs":[{"__isSmartRef__":true,"id":2815},{"__isSmartRef__":true,"id":2822}],"owner":{"__isSmartRef__":true,"id":2371},"_livelyDataWrapperId_":"6431:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":2834},"shape":{"__isSmartRef__":true,"id":2835},"priorExtent":{"__isSmartRef__":true,"id":2836},"partsBinURL":{"__isSmartRef__":true,"id":2837},"targetName":"TestControl","partItem":{"__isSmartRef__":true,"id":2838},"pvtCachedTransform":{"__isSmartRef__":true,"id":2839},"clip":{"__isSmartRef__":true,"id":2840},"_clip-path":"url(#6436:lively.scene.Clip)","isClipMorph":true,"partsBin":{"__isSmartRef__":true,"id":2121},"__LivelyClassName__":"lively.Scripting.PartPinItem","__SourceModuleName__":"Global.lively.PartsBin","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6431:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(300,200)","namespaceURI":null},{"key":"clip-path","value":"url(#6436:lively.scene.Clip)","namespaceURI":null}]},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2842}},"2815":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2814},"_livelyDataWrapperId_":"6432:ImageMorph","origin":{"__isSmartRef__":true,"id":2816},"shape":{"__isSmartRef__":true,"id":2817},"priorExtent":{"__isSmartRef__":true,"id":2818},"image":{"__isSmartRef__":true,"id":2819},"originalExtent":{"__isSmartRef__":true,"id":2820},"pvtCachedTransform":{"__isSmartRef__":true,"id":2821},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"ImageMorph","__SourceModuleName__":"Global.lively.Widgets","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6432:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2816":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2817":{"_x":0,"_y":0,"_width":100,"_height":100,"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"2818":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2819":{"__LivelyClassName__":"lively.scene.Image","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://lively-kernel.org/repository/webwerkstatt/PartsBin/Tools/TestControl.svg?time=1298969130219","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"2820":{"x":300,"y":150,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2821":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2822":{"textString":"TestControl","savedTextString":"TestControl","submorphs":[{"__isSmartRef__":true,"id":2823}],"owner":{"__isSmartRef__":true,"id":2814},"_livelyDataWrapperId_":"6433:TextMorph","origin":{"__isSmartRef__":true,"id":2828},"shape":{"__isSmartRef__":true,"id":2829},"textContent":{"__isSmartRef__":true,"id":2830},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2831},"textSelection":{"__isSmartRef__":true,"id":2823},"priorExtent":{"__isSmartRef__":true,"id":2832},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2833},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__LivelyClassName__":"TextMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6433:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2823":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2822},"_livelyDataWrapperId_":"6435:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2824},"shape":{"__isSmartRef__":true,"id":2825},"priorExtent":{"__isSmartRef__":true,"id":2826},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2827},"__LivelyClassName__":"TextSelectionMorph","__SourceModuleName__":"Global.lively.Text","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"6435:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2824":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2825":{"_livelyDataWrapperId_":"6434:lively.scene.Group","content":[],"_fill":null,"__LivelyClassName__":"lively.scene.Group","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"6434:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2826":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2827":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2828":{"x":10,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2829":{"_x":0,"_y":0,"_width":63,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"63","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2830":{"_fill":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Text","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2831":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2832":{"x":88,"y":12,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2833":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"2834":{"x":300,"y":200,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2835":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":12},"_fill":{"__isSmartRef__":true,"id":1358},"_rx":6,"_ry":6,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2836":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2837":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"2838":{"partsSpaceName":"PartsBin/Tools/","name":"TestControl","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"2839":{"a":1,"b":0,"c":0,"d":1,"e":300,"f":200,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2840":{"_livelyDataWrapperId_":"6436:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":2841},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"6436:lively.scene.Clip","namespaceURI":null}]}},"2841":{"_fill":{"__isSmartRef__":true,"id":1358},"_stroke":{"__isSmartRef__":true,"id":12},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2842":{"morphMenu":{"__isSmartRef__":true,"id":2843}},"2843":{"varMapping":{"__isSmartRef__":true,"id":2844},"source":"function morphMenu(evt) {\n\t\tvar menu = $super(evt),\n\t\t\tpartsBin = this.partsBin,\n\t\t\tpartItem = this.partItem;\n\n\t\t// FIXME!\n\t\tvar namesAndActions = partsBin.getCategoryNames().collect(function(name) {\n\t\t\treturn [name, function() {\n\t\t\t\tpartItem.copyToPartsSpace(partsBin.getPartsSpaceForCategory(name))\n\t\t\t}]\n\t\t})\n\t\tmenu.addItem(['Copy to PartsBin category', namesAndActions])\n\n\t\tvar namesAndActions = partsBin.getCategoryNames().collect(function(name) {\n\t\t\treturn [name, function() {\n\t\t\t\tpartItem.moveToPartsSpace(partsBin.getPartsSpaceForCategory(name))\n\t\t\t}]\n\t\t})\n\t\tmenu.addItem(['Move to PartsBin category', namesAndActions]);\n\n\t\treturn menu\n\t}","__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2844":{"this":{"__isSmartRef__":true,"id":2814},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2845}},"2845":{"$super":{"__isSmartRef__":true,"id":2846}},"2846":{"varMapping":{"__isSmartRef__":true,"id":2847},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"2847":{"obj":{"__isSmartRef__":true,"id":2814},"name":"morphMenu"},"2848":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2849":{"_x":0,"_y":0,"_width":510,"_height":395,"_stroke":{"__isSmartRef__":true,"id":2130},"_fill":{"__isSmartRef__":true,"id":2850},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"510","namespaceURI":null},{"key":"height","value":"395","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2850":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2851":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2852":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2853":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2854":{"adjustForNewBounds":{"__isSmartRef__":true,"id":2855}},"2855":{"varMapping":{"__isSmartRef__":true,"id":2856},"source":"function adjustForNewBounds() {\n/*\n\tthis.adjustForNewBounds()\n*/\n\t$super();\n\tvar bounds = this.innerBounds(),\n\t\tx = bounds.x,\n\t\ty = bounds.y,\n\t\twidth = bounds.width;\n\tthis.submorphs.forEach(function(morph) {\n\t\tvar extent = morph.getExtent();\n\t\tif (extent.x + x > width) {\n\t\t\tx = 0;\n\t\t\ty += extent.y;\n\t\t}\n\t\tmorph.setPosition(pt(x,y))\n\t\tx += extent.x;\n\t})\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"2856":{"this":{"__isSmartRef__":true,"id":2371},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2857}},"2857":{"$super":{"__isSmartRef__":true,"id":2858}},"2858":{"varMapping":{"__isSmartRef__":true,"id":2859},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"2859":{"obj":{"__isSmartRef__":true,"id":2371},"name":"adjustForNewBounds"},"2860":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2861":{"_x":0,"_y":0,"_width":510,"_height":395,"_fill":{"__isSmartRef__":true,"id":2850},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"510","namespaceURI":null},{"key":"height","value":"395","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2862":{"x":100,"y":100,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2863":{"_livelyDataWrapperId_":"748:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":2864},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"748:lively.scene.Clip","namespaceURI":null}]}},"2864":{"_fill":{"__isSmartRef__":true,"id":2850},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"510","namespaceURI":null},{"key":"height","value":"395","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2865":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2866":{"submorphs":[{"__isSmartRef__":true,"id":2867}],"owner":{"__isSmartRef__":true,"id":2369},"_livelyDataWrapperId_":"88610:SliderMorph","origin":{"__isSmartRef__":true,"id":2874},"shape":{"__isSmartRef__":true,"id":2875},"priorExtent":{"__isSmartRef__":true,"id":2876},"value":0,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":2877},"slider":{"__isSmartRef__":true,"id":2867},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":2878},{"__isSmartRef__":true,"id":2879}],"hitPoint":{"__isSmartRef__":true,"id":2880},"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"SliderMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"SliderMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"88610:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(509,0)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]}},"2867":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2866},"_livelyDataWrapperId_":"88611:Morph","origin":{"__isSmartRef__":true,"id":2868},"shape":{"__isSmartRef__":true,"id":2869},"priorExtent":{"__isSmartRef__":true,"id":2870},"pvtCachedTransform":{"__isSmartRef__":true,"id":2871},"mouseHandler":{"__isSmartRef__":true,"id":2872},"styleClass":["slider"],"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"Morph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"88611:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null},{"key":"display","value":"none","namespaceURI":null}]}},"2868":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2869":{"_x":0,"_y":0,"_width":13,"_height":395,"_stroke":{"__isSmartRef__":true,"id":2340},"_fill":{"__isSmartRef__":true,"id":2341},"_rx":6,"_ry":6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"13","namespaceURI":null},{"key":"height","value":"395","namespaceURI":null},{"key":"stroke","value":"rgb(102,102,102)","namespaceURI":null},{"key":"fill","value":"url(#18:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2870":{"x":12,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2871":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2872":{"target":{"__isSmartRef__":true,"id":2866},"eventSpec":{"__isSmartRef__":true,"id":2873},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"2873":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"2874":{"x":509,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2875":{"_x":0,"_y":0,"_width":13,"_height":395,"_stroke":{"__isSmartRef__":true,"id":2352},"_fill":{"__isSmartRef__":true,"id":2353},"_rx":6,"_ry":6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"13","namespaceURI":null},{"key":"height","value":"395","namespaceURI":null},{"key":"stroke","value":"rgb(204,204,204)","namespaceURI":null},{"key":"fill","value":"url(#19:lively.paint.LinearGradient)","namespaceURI":null},{"key":"stroke-opacity","value":"1","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"2876":{"x":5,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2877":{"a":1,"b":0,"c":0,"d":1,"e":509,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2878":{"sourceObj":{"__isSmartRef__":true,"id":2866},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":2369},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2879":{"sourceObj":{"__isSmartRef__":true,"id":2866},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":2369},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2880":{"x":5.5,"y":87.71556886227546,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2881":{"x":149,"y":26,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2882":{"_x":0,"_y":0,"_width":522,"_height":395,"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"522","namespaceURI":null},{"key":"height","value":"395","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"2883":{"x":100,"y":100,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2884":{"a":1,"b":0,"c":0,"d":1,"e":149,"f":26,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2885":{"sourceObj":{"__isSmartRef__":true,"id":2369},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":2866},"targetMethodName":"setValue","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2886":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2887":{"baseFill":{"__isSmartRef__":true,"id":2888},"submorphs":[{"__isSmartRef__":true,"id":2893}],"owner":{"__isSmartRef__":true,"id":2121},"_livelyDataWrapperId_":"23376:ScriptableButtonMorph","origin":{"__isSmartRef__":true,"id":2906},"shape":{"__isSmartRef__":true,"id":2907},"priorExtent":{"__isSmartRef__":true,"id":2913},"value":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":2909},"lighterFill":{"__isSmartRef__":true,"id":2914},"scriptSource":"","pvtCachedTransform":{"__isSmartRef__":true,"id":2917},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":2918},"label":{"__isSmartRef__":true,"id":2893},"suppressHandles":true,"name":"addCategoryButton","attributeConnections":[{"__isSmartRef__":true,"id":2919}],"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ScriptableButtonMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScriptableButtonMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"23376:ScriptableButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(54.000030517578125,387)","namespaceURI":null}]}},"2888":{"vector":{"__isSmartRef__":true,"id":2889},"stops":[{"__isSmartRef__":true,"id":2890},{"__isSmartRef__":true,"id":2891},{"__isSmartRef__":true,"id":2892}],"refcount":0,"_livelyDataWrapperId_":"17:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"17:lively.paint.LinearGradient","namespaceURI":null}]}},"2889":{"x":0,"y":1,"width":0,"height":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2890":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(209,209,209)","namespaceURI":null}]}},"2891":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.5","namespaceURI":null},{"key":"stop-color","value":"rgb(230,230,230)","namespaceURI":null}]}},"2892":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(209,209,209)","namespaceURI":null}]}},"2893":{"textString":"Add category","savedTextString":"Add category","submorphs":[{"__isSmartRef__":true,"id":2894}],"owner":{"__isSmartRef__":true,"id":2887},"_livelyDataWrapperId_":"77816:TextMorph","origin":{"__isSmartRef__":true,"id":2899},"shape":{"__isSmartRef__":true,"id":2900},"textContent":{"__isSmartRef__":true,"id":2902},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2903},"textSelection":{"__isSmartRef__":true,"id":2894},"priorExtent":{"__isSmartRef__":true,"id":2904},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2905},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"77816:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(-13.000030517578125,17.4)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2894":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2893},"_livelyDataWrapperId_":"77818:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2895},"shape":{"__isSmartRef__":true,"id":2896},"priorExtent":{"__isSmartRef__":true,"id":2897},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2898},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"77818:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2895":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2896":{"_livelyDataWrapperId_":"77817:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"77817:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2897":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2898":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2899":{"x":-13.000030517578125,"y":17.4,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2900":{"_x":0,"_y":0,"_width":72,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":2901},"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"72","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2901":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2902":{"_fill":{"__isSmartRef__":true,"id":12},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2903":{"a":1,"b":0,"c":0,"d":1,"e":-13.000030517578125,"f":17.4,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2904":{"x":72,"y":13.2,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2905":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2906":{"x":54.000030517578125,"y":387,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2907":{"_x":-28.000030517578125,"_y":12,"_width":99,"_height":22,"_stroke":{"__isSmartRef__":true,"id":2908},"_fill":{"__isSmartRef__":true,"id":2909},"_rx":5,"_ry":5,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-28.000030517578125","namespaceURI":null},{"key":"y","value":"12","namespaceURI":null},{"key":"width","value":"99","namespaceURI":null},{"key":"height","value":"22","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#23377:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"2908":{"r":0.5019607843137255,"g":0.4470588235294118,"b":0.4666666666666667,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2909":{"vector":{"__isSmartRef__":true,"id":2910},"stops":[{"__isSmartRef__":true,"id":2911},{"__isSmartRef__":true,"id":2912}],"refcount":12,"_livelyDataWrapperId_":"23377:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"23377:lively.paint.LinearGradient","namespaceURI":null}]}},"2910":{"x":0,"y":1,"width":0,"height":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2911":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(209,209,209)","namespaceURI":null}]}},"2912":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"2913":{"x":70,"y":30,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2914":{"vector":{"__isSmartRef__":true,"id":2910},"stops":[{"__isSmartRef__":true,"id":2915},{"__isSmartRef__":true,"id":2916}],"refcount":0,"_livelyDataWrapperId_":"23378:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"23378:lively.paint.LinearGradient","namespaceURI":null}]}},"2915":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"2916":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(244,244,244)","namespaceURI":null}]}},"2917":{"a":1,"b":0,"c":0,"d":1,"e":54.000030517578125,"f":387,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2918":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2919":{"sourceObj":{"__isSmartRef__":true,"id":2887},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2121},"targetMethodName":"addCategoryInteractively","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2920":{"submorphs":[{"__isSmartRef__":true,"id":2921}],"owner":{"__isSmartRef__":true,"id":2121},"_livelyDataWrapperId_":"77632:ScriptableButtonMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":2934},"origin":{"__isSmartRef__":true,"id":2935},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":2936},"shape":{"__isSmartRef__":true,"id":2937},"baseFill":{"__isSmartRef__":true,"id":2909},"priorExtent":{"__isSmartRef__":true,"id":2942},"value":false,"isActive":true,"scriptSource":"","label":{"__isSmartRef__":true,"id":2921},"suppressHandles":true,"name":"removeCategoryButton","attributeConnections":[{"__isSmartRef__":true,"id":2943}],"__SourceModuleName__":"Global.lively.Widgets","normalFill":{"__isSmartRef__":true,"id":2938},"lighterFill":{"__isSmartRef__":true,"id":2944},"__LivelyClassName__":"ScriptableButtonMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScriptableButtonMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"77632:ScriptableButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(55.000030517578125,413)","namespaceURI":null}]}},"2921":{"submorphs":[{"__isSmartRef__":true,"id":2922}],"owner":{"__isSmartRef__":true,"id":2920},"_livelyDataWrapperId_":"77633:TextMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":2927},"origin":{"__isSmartRef__":true,"id":2928},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":2929},"shape":{"__isSmartRef__":true,"id":2930},"textContent":{"__isSmartRef__":true,"id":2931},"lineNumberHint":0,"textSelection":{"__isSmartRef__":true,"id":2922},"textString":"Remove category","savedTextString":"Remove category","priorExtent":{"__isSmartRef__":true,"id":2932},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2933},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"77633:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(-25.500030517578125,15.9)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2922":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2921},"_livelyDataWrapperId_":"77635:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2923},"shape":{"__isSmartRef__":true,"id":2924},"priorExtent":{"__isSmartRef__":true,"id":2925},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2926},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"77635:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2923":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2924":{"_livelyDataWrapperId_":"77634:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"77634:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2925":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2926":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2927":{"a":1,"b":0,"c":0,"d":1,"e":-25.500030517578125,"f":15.9,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2928":{"x":-25.500030517578125,"y":15.9,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2929":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2930":{"_fill":null,"_stroke":{"__isSmartRef__":true,"id":2901},"_x":0,"_y":0,"_width":96,"_height":13.2,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"96","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2931":{"_fill":{"__isSmartRef__":true,"id":12},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2932":{"x":96,"y":13.2,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2933":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2934":{"a":1,"b":0,"c":0,"d":1,"e":55.000030517578125,"f":413,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2935":{"x":55.000030517578125,"y":413,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2936":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2937":{"_fill":{"__isSmartRef__":true,"id":2938},"_stroke":{"__isSmartRef__":true,"id":2908},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-28.000030517578125","namespaceURI":null},{"key":"y","value":"12","namespaceURI":null},{"key":"width","value":"99","namespaceURI":null},{"key":"height","value":"21","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#8404:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"2938":{"vector":{"__isSmartRef__":true,"id":2939},"stops":[{"__isSmartRef__":true,"id":2940},{"__isSmartRef__":true,"id":2941}],"refcount":5,"_livelyDataWrapperId_":"8404:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"8404:lively.paint.LinearGradient","namespaceURI":null}]}},"2939":{"x":0,"y":1,"width":0,"height":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2940":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(209,209,209)","namespaceURI":null}]}},"2941":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"2942":{"x":99,"y":21,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2943":{"sourceObj":{"__isSmartRef__":true,"id":2920},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2121},"targetMethodName":"removeCategoryInteractively","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2944":{"vector":{"__isSmartRef__":true,"id":2939},"stops":[{"__isSmartRef__":true,"id":2945},{"__isSmartRef__":true,"id":2946}],"refcount":0,"_livelyDataWrapperId_":"8405:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"8405:lively.paint.LinearGradient","namespaceURI":null}]}},"2945":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"2946":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(244,244,244)","namespaceURI":null}]}},"2947":{"x":141,"y":984,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2948":{"_x":0,"_y":0,"_width":697,"_height":456,"_stroke":{"__isSmartRef__":true,"id":2949},"_fill":{"__isSmartRef__":true,"id":2950},"_rx":6,"_ry":6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"697","namespaceURI":null},{"key":"height","value":"456","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-width","value":"1.1","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null}]}},"2949":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2950":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2951":{"x":697,"y":456,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2952":{"a":1,"b":0,"c":0,"d":1,"e":141,"f":984,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"2953":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2954":{"sourceObj":{"__isSmartRef__":true,"id":2121},"sourceAttrName":"categoryName","targetObj":{"__isSmartRef__":true,"id":2121},"targetMethodName":"loadPartsOfCategory","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2955":{"searchStatus":{"__isSmartRef__":true,"id":2956},"RectangleArt":{"__isSmartRef__":true,"id":2957},"TestControl":{"__isSmartRef__":true,"id":2958},"PartsBin":{"__isSmartRef__":true,"id":2959},"SomeOneWithHeart":{"__isSmartRef__":true,"id":2960},"SVNCommitAnalyzer":{"__isSmartRef__":true,"id":2961},"ServerCodeSearch":{"__isSmartRef__":true,"id":2962},"Afrika":{"__isSmartRef__":true,"id":2963},"closeButton":{"__isSmartRef__":true,"id":2964},"StarScaler":{"__isSmartRef__":true,"id":2965},"car":{"__isSmartRef__":true,"id":2966},"PartsBinItemEditor":{"__isSmartRef__":true,"id":2967},"ScriptEditor":{"__isSmartRef__":true,"id":2968},"MorphSearch":{"__isSmartRef__":true,"id":2969},"PartsBinReloaded":{"__isSmartRef__":true,"id":2970},"FileBrowser":{"__isSmartRef__":true,"id":2971},"ServerWorkspace":{"__isSmartRef__":true,"id":2972},"CommandLine":{"__isSmartRef__":true,"id":3191},"ScalingAlbatross":{"__isSmartRef__":true,"id":3192},"TestWorkspace":{"__isSmartRef__":true,"id":3193},"elephant":{"__isSmartRef__":true,"id":3194},"hpiLogo":{"__isSmartRef__":true,"id":3195},"TestObject":{"__isSmartRef__":true,"id":3196}},"2956":{"partsSpaceName":"PartsBin","name":"searchStatus","json":null,"__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartItem"},"2957":{"partsSpaceName":"PartsBin","name":"RectangleArt","json":null,"__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartItem"},"2958":{"partsSpaceName":"PartsBin","name":"TestControl","json":null,"__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartItem"},"2959":{"partsSpaceName":"PartsBin","name":"PartsBin","json":null,"__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartItem"},"2960":{"partsSpaceName":"PartsBin","name":"SomeOneWithHeart","json":null,"__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartItem"},"2961":{"partsSpaceName":"PartsBin","name":"SVNCommitAnalyzer","json":null,"__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartItem"},"2962":{"partsSpaceName":"PartsBin","name":"ServerCodeSearch","json":null,"__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartItem"},"2963":{"partsSpaceName":"PartsBin","name":"Afrika","json":null,"__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartItem"},"2964":{"partsSpaceName":"PartsBin","name":"closeButton","json":null,"__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartItem"},"2965":{"partsSpaceName":"PartsBin","name":"StarScaler","json":null,"__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartItem"},"2966":{"partsSpaceName":"PartsBin","name":"car","json":null,"__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartItem"},"2967":{"partsSpaceName":"PartsBin","name":"PartsBinItemEditor","json":null,"__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartItem"},"2968":{"partsSpaceName":"PartsBin","name":"ScriptEditor","json":null,"__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartItem"},"2969":{"partsSpaceName":"PartsBin","name":"MorphSearch","json":null,"__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartItem"},"2970":{"partsSpaceName":"PartsBin","name":"PartsBinReloaded","json":null,"__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartItem"},"2971":{"partsSpaceName":"PartsBin","name":"FileBrowser","json":null,"__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartItem"},"2972":{"partsSpaceName":"PartsBin","name":"ServerWorkspace","json":"{\"id\":0,\"registry\":{\"0\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1},{\"__isSmartRef__\":true,\"id\":59}],\"_livelyDataWrapperId_\":\"977:WindowMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":172},\"shape\":{\"__isSmartRef__\":true,\"id\":173},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":174},\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":175},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":1},\"titleBar\":{\"__isSmartRef__\":true,\"id\":59},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":176},\"openForDragAndDrop\":false,\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":null,\"expandedExtent\":null,\"ignoreEventsOnExpand\":false,\"rotation\":0,\"scalePoint\":{\"__isSmartRef__\":true,\"id\":177},\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":178},\"name\":\"ServerWorkspace\",\"__LivelyClassName__\":\"WindowMorph\",\"__SourceModuleName__\":\"Global.lively.Widgets\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"WindowMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"977:WindowMorph\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,0)\",\"namespaceURI\":null}]}},\"1\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2},{\"__isSmartRef__\":true,\"id\":29}],\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"_livelyDataWrapperId_\":\"972:ScrollPane\",\"origin\":{\"__isSmartRef__\":true,\"id\":54},\"shape\":{\"__isSmartRef__\":true,\"id\":55},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":56},\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":57},\"clipMorph\":{\"__isSmartRef__\":true,\"id\":2},\"verticalScrollBar\":{\"__isSmartRef__\":true,\"id\":29},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":58}],\"suppressHandles\":true,\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"ScrollPane\",\"__SourceModuleName__\":\"Global.lively.Widgets\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"ScrollPane\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"972:ScrollPane\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,22)\",\"namespaceURI\":null}]}},\"2\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":3}],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_livelyDataWrapperId_\":\"973:ClipMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":23},\"shape\":{\"__isSmartRef__\":true,\"id\":24},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":25},\"clip\":{\"__isSmartRef__\":true,\"id\":26},\"_clip-path\":\"url(#974:lively.scene.Clip)\",\"isClipMorph\":true,\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":28},\"suppressHandles\":true,\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"ClipMorph\",\"__SourceModuleName__\":\"Global.lively.Widgets\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"ClipMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"973:ClipMorph\",\"namespaceURI\":null},{\"key\":\"clip-path\",\"value\":\"url(#974:lively.scene.Clip)\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,0)\",\"namespaceURI\":null}]}},\"3\":{\"textString\":\"x = Math.sqrt(2);\\nx; // print it 4999999950000001\\n\\n// long computation\\nfor (var i = 0; i < 100000000; i++) {\\n\\tx += i;\\n}\",\"savedTextString\":\"\",\"submorphs\":[{\"__isSmartRef__\":true,\"id\":4}],\"owner\":{\"__isSmartRef__\":true,\"id\":2},\"_livelyDataWrapperId_\":\"964:ServerSandBoxWorkspace\",\"origin\":{\"__isSmartRef__\":true,\"id\":9},\"shape\":{\"__isSmartRef__\":true,\"id\":10},\"textContent\":{\"__isSmartRef__\":true,\"id\":12},\"lineNumberHint\":6,\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":14},\"textSelection\":{\"__isSmartRef__\":true,\"id\":4},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":15},\"useChangeClue\":false,\"sandboxServer\":{\"__isSmartRef__\":true,\"id\":16},\"isSync\":true,\"isSelecting\":false,\"hasKeyboardFocus\":false,\"waitMorph\":{\"__isSmartRef__\":true,\"id\":18},\"__LivelyClassName__\":\"ServerSandBoxWorkspace\",\"__SourceModuleName__\":\"Global.server.nodejs.WebInterface\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"ServerSandBoxWorkspace\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"964:ServerSandBoxWorkspace\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,0)\",\"namespaceURI\":null}]}},\"4\":{\"submorphs\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":3},\"_livelyDataWrapperId_\":\"966:TextSelectionMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":5},\"shape\":{\"__isSmartRef__\":true,\"id\":6},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":7},\"mouseHandler\":null,\"_pointer-events\":\"none\",\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":8},\"isCursor\":false,\"__LivelyClassName__\":\"TextSelectionMorph\",\"__SourceModuleName__\":\"Global.lively.Text\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"TextSelectionMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"966:TextSelectionMorph\",\"namespaceURI\":null},{\"key\":\"pointer-events\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,0)\",\"namespaceURI\":null}]}},\"5\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"6\":{\"_livelyDataWrapperId_\":\"965:lively.scene.Group\",\"content\":[],\"_fill\":null,\"__LivelyClassName__\":\"lively.scene.Group\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"id\",\"value\":\"965:lively.scene.Group\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,0)\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null}]}},\"7\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"8\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":0,\"f\":0,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"9\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"10\":{\"_x\":0,\"_y\":0,\"_width\":489,\"_height\":107.6,\"_fill\":{\"__isSmartRef__\":true,\"id\":11},\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"489\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"107.6\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"rgb(243,243,243)\",\"namespaceURI\":null}]}},\"11\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global\"},\"12\":{\"_fill\":{\"__isSmartRef__\":true,\"id\":13},\"__LivelyClassName__\":\"lively.scene.Text\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"text\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"kerning\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"rgb(0,0,0)\",\"namespaceURI\":null},{\"key\":\"font-size\",\"value\":\"12\",\"namespaceURI\":null},{\"key\":\"font-family\",\"value\":\"Helvetica\",\"namespaceURI\":null}]}},\"13\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global\"},\"14\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":0,\"f\":0,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"15\":{\"x\":-12,\"y\":-8,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"16\":{\"serverURL\":{\"__isSmartRef__\":true,\"id\":17},\"id\":\"server workspace\",\"attributeConnections\":[],\"result\":4999999950000001,\"__LivelyClassName__\":\"NodeJSSandboxServer\",\"__SourceModuleName__\":\"Global.server.nodejs.WebInterface\"},\"17\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/nodejs/SandboxServer/run\",\"__LivelyClassName__\":\"URL\",\"__SourceModuleName__\":\"Global.lively.Network\"},\"18\":{\"submorphs\":[],\"owner\":null,\"_livelyDataWrapperId_\":\"1141:BoxMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":19},\"shape\":{\"__isSmartRef__\":true,\"id\":20},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":21},\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":22},\"__LivelyClassName__\":\"BoxMorph\",\"__SourceModuleName__\":\"Global.lively.oldCore.Morphs\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"BoxMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"1141:BoxMorph\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(-2,-2)\",\"namespaceURI\":null}]}},\"19\":{\"x\":-2,\"y\":-2,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"20\":{\"_x\":0,\"_y\":0,\"_width\":493,\"_height\":111.5999984741211,\"_fill\":{\"__isSmartRef__\":true,\"id\":13},\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"493\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"111.5999984741211\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"rgb(0,0,0)\",\"namespaceURI\":null},{\"key\":\"fill-opacity\",\"value\":\"0.3\",\"namespaceURI\":null}]}},\"21\":{\"x\":493,\"y\":111.5999984741211,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"22\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":-2,\"f\":-2,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"23\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"24\":{\"_x\":0,\"_y\":0,\"_width\":489,\"_height\":202,\"_fill\":{\"__isSmartRef__\":true,\"id\":11},\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"489\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"202\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"rgb(243,243,243)\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null}]}},\"25\":{\"x\":500,\"y\":200,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"26\":{\"_livelyDataWrapperId_\":\"974:lively.scene.Clip\",\"shape\":{\"__isSmartRef__\":true,\"id\":27},\"__LivelyClassName__\":\"lively.scene.Clip\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"clipPath\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"id\",\"value\":\"974:lively.scene.Clip\",\"namespaceURI\":null}]}},\"27\":{\"_fill\":{\"__isSmartRef__\":true,\"id\":11},\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"489\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"202\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"rgb(243,243,243)\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null}]}},\"28\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":0,\"f\":0,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"29\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":30}],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_livelyDataWrapperId_\":\"975:SliderMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":43},\"shape\":{\"__isSmartRef__\":true,\"id\":44},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":50},\"value\":0,\"sliderExtent\":0.1,\"valueScale\":1,\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":51},\"slider\":{\"__isSmartRef__\":true,\"id\":30},\"styleClass\":[\"slider_background\"],\"suppressHandles\":true,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":52},{\"__isSmartRef__\":true,\"id\":53}],\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"SliderMorph\",\"__SourceModuleName__\":\"Global.lively.Widgets\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"SliderMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"975:SliderMorph\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(488,0)\",\"namespaceURI\":null},{\"key\":\"class\",\"value\":\"slider_background\",\"namespaceURI\":null}]}},\"30\":{\"submorphs\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":29},\"_livelyDataWrapperId_\":\"976:Morph\",\"origin\":{\"__isSmartRef__\":true,\"id\":31},\"shape\":{\"__isSmartRef__\":true,\"id\":32},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":39},\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":40},\"mouseHandler\":{\"__isSmartRef__\":true,\"id\":41},\"styleClass\":[\"slider\"],\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"Morph\",\"__SourceModuleName__\":\"Global.lively.oldCore.Morphs\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"Morph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"976:Morph\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,0)\",\"namespaceURI\":null},{\"key\":\"class\",\"value\":\"slider\",\"namespaceURI\":null}]}},\"31\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"32\":{\"_x\":0,\"_y\":0,\"_width\":13,\"_height\":201.01463414634145,\"_stroke\":{\"__isSmartRef__\":true,\"id\":33},\"_fill\":{\"__isSmartRef__\":true,\"id\":34},\"_rx\":6,\"_ry\":6,\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"13\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"201.01463414634145\",\"namespaceURI\":null},{\"key\":\"stroke\",\"value\":\"rgb(102,102,102)\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"url(#18:lively.paint.LinearGradient)\",\"namespaceURI\":null},{\"key\":\"rx\",\"value\":\"6\",\"namespaceURI\":null},{\"key\":\"ry\",\"value\":\"6\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"1\",\"namespaceURI\":null}]}},\"33\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Color\"},\"34\":{\"vector\":{\"__isSmartRef__\":true,\"id\":35},\"stops\":[{\"__isSmartRef__\":true,\"id\":36},{\"__isSmartRef__\":true,\"id\":37},{\"__isSmartRef__\":true,\"id\":38}],\"refcount\":47,\"_livelyDataWrapperId_\":\"18:lively.paint.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.LinearGradient\",\"__rawNodeInfo__\":{\"tagName\":\"linearGradient\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x1\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y1\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"x2\",\"value\":\"1\",\"namespaceURI\":null},{\"key\":\"y2\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"id\",\"value\":\"18:lively.paint.LinearGradient\",\"namespaceURI\":null}]}},\"35\":{\"x\":0,\"y\":0,\"width\":1,\"height\":0,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Rectangle\"},\"36\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(196,211,221)\",\"namespaceURI\":null}]}},\"37\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"0.5\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(137,167,187)\",\"namespaceURI\":null}]}},\"38\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"1\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(96,130,153)\",\"namespaceURI\":null}]}},\"39\":{\"x\":12,\"y\":12,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"40\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":0,\"f\":0,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"41\":{\"target\":{\"__isSmartRef__\":true,\"id\":29},\"eventSpec\":{\"__isSmartRef__\":true,\"id\":42},\"__LivelyClassName__\":\"MouseHandlerForRelay\",\"__SourceModuleName__\":\"Global.lively.oldCore.Morphs\"},\"42\":{\"onMouseDown\":\"sliderPressed\",\"onMouseMove\":\"sliderMoved\",\"onMouseUp\":\"sliderReleased\"},\"43\":{\"x\":488,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"44\":{\"_x\":0,\"_y\":0,\"_width\":13,\"_height\":202,\"_stroke\":{\"__isSmartRef__\":true,\"id\":45},\"_fill\":{\"__isSmartRef__\":true,\"id\":46},\"_rx\":6,\"_ry\":6,\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"13\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"202\",\"namespaceURI\":null},{\"key\":\"stroke\",\"value\":\"rgb(204,204,204)\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"url(#19:lively.paint.LinearGradient)\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"1\",\"namespaceURI\":null},{\"key\":\"rx\",\"value\":\"6\",\"namespaceURI\":null},{\"key\":\"ry\",\"value\":\"6\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"1\",\"namespaceURI\":null}]}},\"45\":{\"r\":0.8,\"g\":0.8,\"b\":0.8,\"a\":1,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Color\"},\"46\":{\"vector\":{\"__isSmartRef__\":true,\"id\":35},\"stops\":[{\"__isSmartRef__\":true,\"id\":47},{\"__isSmartRef__\":true,\"id\":48},{\"__isSmartRef__\":true,\"id\":49}],\"refcount\":61,\"_livelyDataWrapperId_\":\"19:lively.paint.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.LinearGradient\",\"__rawNodeInfo__\":{\"tagName\":\"linearGradient\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x1\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y1\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"x2\",\"value\":\"1\",\"namespaceURI\":null},{\"key\":\"y2\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"id\",\"value\":\"19:lively.paint.LinearGradient\",\"namespaceURI\":null}]}},\"47\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(204,204,204)\",\"namespaceURI\":null}]}},\"48\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"0.4\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(240,240,240)\",\"namespaceURI\":null}]}},\"49\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"1\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(245,245,245)\",\"namespaceURI\":null}]}},\"50\":{\"x\":5,\"y\":10,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"51\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":488,\"f\":0,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"52\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":29},\"sourceAttrName\":\"value\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"setVerticalScrollPosition\",\"converterString\":null,\"updaterString\":null,\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings\"},\"53\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":29},\"sourceAttrName\":\"getSliderExtent\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"getVerticalVisibleExtent\",\"converterString\":null,\"updaterString\":null,\"isActive\":false,\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings\"},\"54\":{\"x\":0,\"y\":22,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"55\":{\"_x\":0,\"_y\":0,\"_width\":501,\"_height\":202,\"_fill\":null,\"_stroke\":{\"__isSmartRef__\":true,\"id\":13},\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"501\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"202\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"2\",\"namespaceURI\":null},{\"key\":\"stroke\",\"value\":\"rgb(0,0,0)\",\"namespaceURI\":null}]}},\"56\":{\"x\":500,\"y\":200,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"57\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":0,\"f\":22,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"58\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1},\"sourceAttrName\":\"setVerticalScrollPosition\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":29},\"targetMethodName\":\"setValue\",\"converterString\":null,\"updaterString\":null,\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings\"},\"59\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":60},{\"__isSmartRef__\":true,\"id\":77},{\"__isSmartRef__\":true,\"id\":89},{\"__isSmartRef__\":true,\"id\":116},{\"__isSmartRef__\":true,\"id\":142}],\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"_livelyDataWrapperId_\":\"978:TitleBarMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":168},\"shape\":{\"__isSmartRef__\":true,\"id\":169},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":170},\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":171},\"mouseHandler\":null,\"_pointer-events\":\"none\",\"contentMorph\":{\"__isSmartRef__\":true,\"id\":61},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":0},\"label\":{\"__isSmartRef__\":true,\"id\":77},\"closeButton\":{\"__isSmartRef__\":true,\"id\":89},\"menuButton\":{\"__isSmartRef__\":true,\"id\":116},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":142},\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"TitleBarMorph\",\"__SourceModuleName__\":\"Global.lively.Widgets\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"TitleBarMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"978:TitleBarMorph\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,0)\",\"namespaceURI\":null},{\"key\":\"pointer-events\",\"value\":\"none\",\"namespaceURI\":null}]}},\"60\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":61}],\"owner\":{\"__isSmartRef__\":true,\"id\":59},\"_livelyDataWrapperId_\":\"980:ClipMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":71},\"shape\":{\"__isSmartRef__\":true,\"id\":72},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":73},\"clip\":{\"__isSmartRef__\":true,\"id\":74},\"_clip-path\":\"url(#981:lively.scene.Clip)\",\"isClipMorph\":true,\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":76},\"mouseHandler\":null,\"_pointer-events\":\"none\",\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"ClipMorph\",\"__SourceModuleName__\":\"Global.lively.Widgets\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"ClipMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"980:ClipMorph\",\"namespaceURI\":null},{\"key\":\"clip-path\",\"value\":\"url(#981:lively.scene.Clip)\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(-1,-1)\",\"namespaceURI\":null},{\"key\":\"pointer-events\",\"value\":\"none\",\"namespaceURI\":null}]}},\"61\":{\"submorphs\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":60},\"_livelyDataWrapperId_\":\"979:Morph\",\"origin\":{\"__isSmartRef__\":true,\"id\":62},\"shape\":{\"__isSmartRef__\":true,\"id\":63},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":69},\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":70},\"styleClass\":[\"titleBar\"],\"mouseHandler\":null,\"_pointer-events\":\"none\",\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"Morph\",\"__SourceModuleName__\":\"Global.lively.oldCore.Morphs\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"Morph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"979:Morph\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(1,1)\",\"namespaceURI\":null},{\"key\":\"class\",\"value\":\"titleBar\",\"namespaceURI\":null},{\"key\":\"pointer-events\",\"value\":\"none\",\"namespaceURI\":null}]}},\"62\":{\"x\":1,\"y\":1,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"63\":{\"_x\":0,\"_y\":0,\"_width\":501,\"_height\":30,\"_stroke\":{\"__isSmartRef__\":true,\"id\":13},\"_fill\":{\"__isSmartRef__\":true,\"id\":64},\"_rx\":8,\"_ry\":8,\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"501\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"30\",\"namespaceURI\":null},{\"key\":\"stroke\",\"value\":\"rgb(0,0,0)\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"url(#22:lively.paint.LinearGradient)\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"2\",\"namespaceURI\":null},{\"key\":\"rx\",\"value\":\"8\",\"namespaceURI\":null},{\"key\":\"ry\",\"value\":\"8\",\"namespaceURI\":null}]}},\"64\":{\"vector\":{\"__isSmartRef__\":true,\"id\":65},\"stops\":[{\"__isSmartRef__\":true,\"id\":66},{\"__isSmartRef__\":true,\"id\":67},{\"__isSmartRef__\":true,\"id\":68}],\"refcount\":20,\"_livelyDataWrapperId_\":\"22:lively.paint.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.LinearGradient\",\"__rawNodeInfo__\":{\"tagName\":\"linearGradient\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x1\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y1\",\"value\":\"1\",\"namespaceURI\":null},{\"key\":\"x2\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y2\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"id\",\"value\":\"22:lively.paint.LinearGradient\",\"namespaceURI\":null}]}},\"65\":{\"x\":0,\"y\":1,\"width\":0,\"height\":-1,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Rectangle\"},\"66\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(184,184,184)\",\"namespaceURI\":null}]}},\"67\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"0.6\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(230,230,230)\",\"namespaceURI\":null}]}},\"68\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"1\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(184,184,184)\",\"namespaceURI\":null}]}},\"69\":{\"x\":501,\"y\":22,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"70\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":1,\"f\":1,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"71\":{\"x\":-1,\"y\":-1,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"72\":{\"_x\":0,\"_y\":0,\"_width\":503,\"_height\":23,\"_fill\":null,\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"503\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"23\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null}]}},\"73\":{\"x\":501,\"y\":22,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"74\":{\"_livelyDataWrapperId_\":\"981:lively.scene.Clip\",\"shape\":{\"__isSmartRef__\":true,\"id\":75},\"__LivelyClassName__\":\"lively.scene.Clip\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"clipPath\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"id\",\"value\":\"981:lively.scene.Clip\",\"namespaceURI\":null}]}},\"75\":{\"_fill\":null,\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"503\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"23\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null}]}},\"76\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":-1,\"f\":-1,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"77\":{\"textString\":\"ServerSandBox id: server workspace\",\"savedTextString\":\"ServerSandBox id: server workspace\",\"submorphs\":[{\"__isSmartRef__\":true,\"id\":78}],\"owner\":{\"__isSmartRef__\":true,\"id\":59},\"_livelyDataWrapperId_\":\"982:TextMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":83},\"shape\":{\"__isSmartRef__\":true,\"id\":84},\"textContent\":{\"__isSmartRef__\":true,\"id\":85},\"lineNumberHint\":0,\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":86},\"textSelection\":{\"__isSmartRef__\":true,\"id\":78},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":87},\"useChangeClue\":false,\"shouldNotRender\":false,\"padding\":{\"__isSmartRef__\":true,\"id\":88},\"wrap\":\"Shrink\",\"mouseHandler\":null,\"_pointer-events\":\"none\",\"suppressGrabbing\":true,\"openForDragAndDrop\":false,\"styleClass\":[\"titleBar_label\"],\"__LivelyClassName__\":\"TextMorph\",\"__SourceModuleName__\":\"Global.lively.Text\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"TextMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"982:TextMorph\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(145.5,3)\",\"namespaceURI\":null},{\"key\":\"pointer-events\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"class\",\"value\":\"titleBar_label\",\"namespaceURI\":null}]}},\"78\":{\"submorphs\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":77},\"_livelyDataWrapperId_\":\"984:TextSelectionMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":79},\"shape\":{\"__isSmartRef__\":true,\"id\":80},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":81},\"mouseHandler\":null,\"_pointer-events\":\"none\",\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":82},\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"TextSelectionMorph\",\"__SourceModuleName__\":\"Global.lively.Text\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"TextSelectionMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"984:TextSelectionMorph\",\"namespaceURI\":null},{\"key\":\"pointer-events\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,0)\",\"namespaceURI\":null}]}},\"79\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"80\":{\"_livelyDataWrapperId_\":\"983:lively.scene.Group\",\"content\":[],\"_fill\":null,\"__LivelyClassName__\":\"lively.scene.Group\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"id\",\"value\":\"983:lively.scene.Group\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,0)\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null}]}},\"81\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"82\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":0,\"f\":0,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"83\":{\"x\":145.5,\"y\":3,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"84\":{\"_x\":0,\"_y\":0,\"_width\":213,\"_height\":17.2,\"_stroke\":{\"__isSmartRef__\":true,\"id\":13},\"_fill\":null,\"_rx\":8,\"_ry\":8,\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"213\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"17.2\",\"namespaceURI\":null},{\"key\":\"stroke\",\"value\":\"rgb(0,0,0)\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"rx\",\"value\":\"8\",\"namespaceURI\":null},{\"key\":\"ry\",\"value\":\"8\",\"namespaceURI\":null},{\"key\":\"fill-opacity\",\"value\":\"0.5\",\"namespaceURI\":null}]}},\"85\":{\"_fill\":{\"__isSmartRef__\":true,\"id\":13},\"__LivelyClassName__\":\"lively.scene.Text\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"text\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"kerning\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"rgb(0,0,0)\",\"namespaceURI\":null},{\"key\":\"font-size\",\"value\":\"12\",\"namespaceURI\":null},{\"key\":\"font-family\",\"value\":\"Helvetica\",\"namespaceURI\":null}]}},\"86\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":145.5,\"f\":3,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"87\":{\"x\":260,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"88\":{\"x\":6,\"y\":2,\"width\":0,\"height\":0,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global\"},\"89\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":90}],\"owner\":{\"__isSmartRef__\":true,\"id\":59},\"_livelyDataWrapperId_\":\"985:WindowControlMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":105},\"shape\":{\"__isSmartRef__\":true,\"id\":106},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":112},\"label\":{\"__isSmartRef__\":true,\"id\":90},\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":113},\"styleClass\":[\"titleBar_closeButton\"],\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":114},{\"__isSmartRef__\":true,\"id\":115}],\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"WindowControlMorph\",\"__SourceModuleName__\":\"Global.lively.Widgets\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"WindowControlMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"985:WindowControlMorph\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(490,11)\",\"namespaceURI\":null},{\"key\":\"class\",\"value\":\"titleBar_closeButton\",\"namespaceURI\":null}]}},\"90\":{\"textString\":\"X\",\"savedTextString\":\"X\",\"submorphs\":[{\"__isSmartRef__\":true,\"id\":91}],\"owner\":{\"__isSmartRef__\":true,\"id\":89},\"_livelyDataWrapperId_\":\"986:TextMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":96},\"shape\":{\"__isSmartRef__\":true,\"id\":97},\"textContent\":{\"__isSmartRef__\":true,\"id\":98},\"lineNumberHint\":0,\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":100},\"textSelection\":{\"__isSmartRef__\":true,\"id\":91},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":101},\"useChangeClue\":false,\"shouldNotRender\":false,\"padding\":{\"__isSmartRef__\":true,\"id\":102},\"wrap\":\"Shrink\",\"mouseHandler\":null,\"_pointer-events\":\"none\",\"suppressGrabbing\":true,\"styleClass\":[\"titleBar_button_label\"],\"textColor\":{\"__isSmartRef__\":true,\"id\":99},\"textStyle\":{\"__isSmartRef__\":true,\"id\":103},\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"TextMorph\",\"__SourceModuleName__\":\"Global.lively.Text\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"TextMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"986:TextMorph\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(-4,-6)\",\"namespaceURI\":null},{\"key\":\"pointer-events\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"class\",\"value\":\"titleBar_button_label\",\"namespaceURI\":null},{\"key\":\"display\",\"value\":\"none\",\"namespaceURI\":null}]}},\"91\":{\"submorphs\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":90},\"_livelyDataWrapperId_\":\"988:TextSelectionMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":92},\"shape\":{\"__isSmartRef__\":true,\"id\":93},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":94},\"mouseHandler\":null,\"_pointer-events\":\"none\",\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":95},\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"TextSelectionMorph\",\"__SourceModuleName__\":\"Global.lively.Text\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"TextSelectionMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"988:TextSelectionMorph\",\"namespaceURI\":null},{\"key\":\"pointer-events\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,0)\",\"namespaceURI\":null}]}},\"92\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"93\":{\"_livelyDataWrapperId_\":\"987:lively.scene.Group\",\"content\":[],\"_fill\":null,\"__LivelyClassName__\":\"lively.scene.Group\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"id\",\"value\":\"987:lively.scene.Group\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,0)\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null}]}},\"94\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"95\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":0,\"f\":0,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"96\":{\"x\":-4,\"y\":-6,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"97\":{\"_x\":0,\"_y\":0,\"_width\":8,\"_height\":13.2,\"_stroke\":{\"__isSmartRef__\":true,\"id\":13},\"_fill\":null,\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"8\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"13.2\",\"namespaceURI\":null},{\"key\":\"stroke\",\"value\":\"rgb(0,0,0)\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null}]}},\"98\":{\"_fill\":{\"__isSmartRef__\":true,\"id\":99},\"__LivelyClassName__\":\"lively.scene.Text\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"text\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"kerning\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"rgb(127,127,127)\",\"namespaceURI\":null},{\"key\":\"font-size\",\"value\":\"12\",\"namespaceURI\":null},{\"key\":\"font-family\",\"value\":\"Helvetica\",\"namespaceURI\":null}]}},\"99\":{\"r\":0.5,\"g\":0.5,\"b\":0.5,\"a\":0.5,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Color\"},\"100\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":-4,\"f\":-6,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"101\":{\"x\":8,\"y\":12,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"102\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global\"},\"103\":{\"runs\":[2],\"values\":[{\"__isSmartRef__\":true,\"id\":104}],\"lastIndex\":0,\"lastRunIndex\":0,\"__LivelyClassName__\":\"RunArray\",\"__SourceModuleName__\":\"Global.lively.Text\"},\"104\":{\"style\":\"bold\",\"__LivelyClassName__\":\"TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.Text\"},\"105\":{\"x\":490,\"y\":11,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"106\":{\"_cx\":0,\"_cy\":0,\"_rx\":8,\"_ry\":8,\"_fill\":{\"__isSmartRef__\":true,\"id\":107},\"__LivelyClassName__\":\"lively.scene.Ellipse\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"ellipse\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"cx\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"cy\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"rx\",\"value\":\"8\",\"namespaceURI\":null},{\"key\":\"ry\",\"value\":\"8\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"url(#23:lively.paint.RadialGradient)\",\"namespaceURI\":null}]}},\"107\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":108},{\"__isSmartRef__\":true,\"id\":109},{\"__isSmartRef__\":true,\"id\":110}],\"f\":{\"__isSmartRef__\":true,\"id\":111},\"refcount\":25,\"_livelyDataWrapperId_\":\"23:lively.paint.RadialGradient\",\"__SourceModuleName__\":\"Global.lively.scene\",\"_fx\":0.4,\"_fy\":0.2,\"__LivelyClassName__\":\"lively.paint.RadialGradient\",\"__rawNodeInfo__\":{\"tagName\":\"radialGradient\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"id\",\"value\":\"23:lively.paint.RadialGradient\",\"namespaceURI\":null},{\"key\":\"fx\",\"value\":\"0.4\",\"namespaceURI\":null},{\"key\":\"fy\",\"value\":\"0.2\",\"namespaceURI\":null}]}},\"108\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(240,240,240)\",\"namespaceURI\":null}]}},\"109\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"0.5\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(204,204,204)\",\"namespaceURI\":null}]}},\"110\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"1\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(122,122,122)\",\"namespaceURI\":null}]}},\"111\":{\"x\":0.4,\"y\":0.2,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"112\":{\"x\":16,\"y\":16,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"113\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":490,\"f\":11,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"114\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":89},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"getCloseHelp\",\"converterString\":null,\"updaterString\":null,\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings\"},\"115\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":89},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"initiateShutdown\",\"converterString\":null,\"updaterString\":null,\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings\"},\"116\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":117}],\"owner\":{\"__isSmartRef__\":true,\"id\":59},\"_livelyDataWrapperId_\":\"989:WindowControlMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":131},\"shape\":{\"__isSmartRef__\":true,\"id\":132},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":138},\"label\":{\"__isSmartRef__\":true,\"id\":117},\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":139},\"styleClass\":[\"titleBar_menuButton\"],\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":140},{\"__isSmartRef__\":true,\"id\":141}],\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"WindowControlMorph\",\"__SourceModuleName__\":\"Global.lively.Widgets\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"WindowControlMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"989:WindowControlMorph\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(11,11)\",\"namespaceURI\":null},{\"key\":\"class\",\"value\":\"titleBar_menuButton\",\"namespaceURI\":null}]}},\"117\":{\"textString\":\"M\",\"savedTextString\":\"M\",\"submorphs\":[{\"__isSmartRef__\":true,\"id\":118}],\"owner\":{\"__isSmartRef__\":true,\"id\":116},\"_livelyDataWrapperId_\":\"990:TextMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":123},\"shape\":{\"__isSmartRef__\":true,\"id\":124},\"textContent\":{\"__isSmartRef__\":true,\"id\":125},\"lineNumberHint\":0,\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":126},\"textSelection\":{\"__isSmartRef__\":true,\"id\":118},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":127},\"useChangeClue\":false,\"shouldNotRender\":false,\"padding\":{\"__isSmartRef__\":true,\"id\":128},\"wrap\":\"Shrink\",\"mouseHandler\":null,\"_pointer-events\":\"none\",\"suppressGrabbing\":true,\"styleClass\":[\"titleBar_button_label\"],\"textColor\":{\"__isSmartRef__\":true,\"id\":99},\"textStyle\":{\"__isSmartRef__\":true,\"id\":129},\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"TextMorph\",\"__SourceModuleName__\":\"Global.lively.Text\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"TextMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"990:TextMorph\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(-5,-6)\",\"namespaceURI\":null},{\"key\":\"pointer-events\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"class\",\"value\":\"titleBar_button_label\",\"namespaceURI\":null},{\"key\":\"display\",\"value\":\"none\",\"namespaceURI\":null}]}},\"118\":{\"submorphs\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":117},\"_livelyDataWrapperId_\":\"992:TextSelectionMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":119},\"shape\":{\"__isSmartRef__\":true,\"id\":120},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":121},\"mouseHandler\":null,\"_pointer-events\":\"none\",\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":122},\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"TextSelectionMorph\",\"__SourceModuleName__\":\"Global.lively.Text\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"TextSelectionMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"992:TextSelectionMorph\",\"namespaceURI\":null},{\"key\":\"pointer-events\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,0)\",\"namespaceURI\":null}]}},\"119\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"120\":{\"_livelyDataWrapperId_\":\"991:lively.scene.Group\",\"content\":[],\"_fill\":null,\"__LivelyClassName__\":\"lively.scene.Group\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"id\",\"value\":\"991:lively.scene.Group\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,0)\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null}]}},\"121\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"122\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":0,\"f\":0,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"123\":{\"x\":-5,\"y\":-6,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"124\":{\"_x\":0,\"_y\":0,\"_width\":10,\"_height\":13.2,\"_stroke\":{\"__isSmartRef__\":true,\"id\":13},\"_fill\":null,\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"10\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"13.2\",\"namespaceURI\":null},{\"key\":\"stroke\",\"value\":\"rgb(0,0,0)\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null}]}},\"125\":{\"_fill\":{\"__isSmartRef__\":true,\"id\":99},\"__LivelyClassName__\":\"lively.scene.Text\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"text\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"kerning\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"rgb(127,127,127)\",\"namespaceURI\":null},{\"key\":\"font-size\",\"value\":\"12\",\"namespaceURI\":null},{\"key\":\"font-family\",\"value\":\"Helvetica\",\"namespaceURI\":null}]}},\"126\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":-5,\"f\":-6,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"127\":{\"x\":8,\"y\":12,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"128\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global\"},\"129\":{\"runs\":[2],\"values\":[{\"__isSmartRef__\":true,\"id\":130}],\"lastIndex\":0,\"lastRunIndex\":0,\"__LivelyClassName__\":\"RunArray\",\"__SourceModuleName__\":\"Global.lively.Text\"},\"130\":{\"style\":\"bold\",\"__LivelyClassName__\":\"TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.Text\"},\"131\":{\"x\":11,\"y\":11,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"132\":{\"_cx\":0,\"_cy\":0,\"_rx\":8,\"_ry\":8,\"_fill\":{\"__isSmartRef__\":true,\"id\":133},\"__LivelyClassName__\":\"lively.scene.Ellipse\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"ellipse\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"cx\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"cy\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"rx\",\"value\":\"8\",\"namespaceURI\":null},{\"key\":\"ry\",\"value\":\"8\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"url(#24:lively.paint.RadialGradient)\",\"namespaceURI\":null}]}},\"133\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":134},{\"__isSmartRef__\":true,\"id\":135},{\"__isSmartRef__\":true,\"id\":136}],\"f\":{\"__isSmartRef__\":true,\"id\":137},\"refcount\":25,\"_livelyDataWrapperId_\":\"24:lively.paint.RadialGradient\",\"__SourceModuleName__\":\"Global.lively.scene\",\"_fx\":0.4,\"_fy\":0.2,\"__LivelyClassName__\":\"lively.paint.RadialGradient\",\"__rawNodeInfo__\":{\"tagName\":\"radialGradient\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"id\",\"value\":\"24:lively.paint.RadialGradient\",\"namespaceURI\":null},{\"key\":\"fx\",\"value\":\"0.4\",\"namespaceURI\":null},{\"key\":\"fy\",\"value\":\"0.2\",\"namespaceURI\":null}]}},\"134\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(240,240,240)\",\"namespaceURI\":null}]}},\"135\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"0.5\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(204,204,204)\",\"namespaceURI\":null}]}},\"136\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"1\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(122,122,122)\",\"namespaceURI\":null}]}},\"137\":{\"x\":0.4,\"y\":0.2,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"138\":{\"x\":16,\"y\":16,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"139\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":11,\"f\":11,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"140\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":116},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"getMenuHelp\",\"converterString\":null,\"updaterString\":null,\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings\"},\"141\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":116},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"showTargetMorphMenu\",\"converterString\":null,\"updaterString\":null,\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings\"},\"142\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":143}],\"owner\":{\"__isSmartRef__\":true,\"id\":59},\"_livelyDataWrapperId_\":\"993:WindowControlMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":157},\"shape\":{\"__isSmartRef__\":true,\"id\":158},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":164},\"label\":{\"__isSmartRef__\":true,\"id\":143},\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":165},\"styleClass\":[\"titleBar_collapseButton\"],\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":166},{\"__isSmartRef__\":true,\"id\":167}],\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"WindowControlMorph\",\"__SourceModuleName__\":\"Global.lively.Widgets\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"WindowControlMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"993:WindowControlMorph\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(471,11)\",\"namespaceURI\":null},{\"key\":\"class\",\"value\":\"titleBar_collapseButton\",\"namespaceURI\":null}]}},\"143\":{\"textString\":\"–\",\"savedTextString\":\"–\",\"submorphs\":[{\"__isSmartRef__\":true,\"id\":144}],\"owner\":{\"__isSmartRef__\":true,\"id\":142},\"_livelyDataWrapperId_\":\"994:TextMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":149},\"shape\":{\"__isSmartRef__\":true,\"id\":150},\"textContent\":{\"__isSmartRef__\":true,\"id\":151},\"lineNumberHint\":0,\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":152},\"textSelection\":{\"__isSmartRef__\":true,\"id\":144},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":153},\"useChangeClue\":false,\"shouldNotRender\":false,\"padding\":{\"__isSmartRef__\":true,\"id\":154},\"wrap\":\"Shrink\",\"mouseHandler\":null,\"_pointer-events\":\"none\",\"suppressGrabbing\":true,\"styleClass\":[\"titleBar_button_label\"],\"textColor\":{\"__isSmartRef__\":true,\"id\":99},\"textStyle\":{\"__isSmartRef__\":true,\"id\":155},\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"TextMorph\",\"__SourceModuleName__\":\"Global.lively.Text\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"TextMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"994:TextMorph\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(-3,-6)\",\"namespaceURI\":null},{\"key\":\"pointer-events\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"class\",\"value\":\"titleBar_button_label\",\"namespaceURI\":null},{\"key\":\"display\",\"value\":\"none\",\"namespaceURI\":null}]}},\"144\":{\"submorphs\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":143},\"_livelyDataWrapperId_\":\"996:TextSelectionMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":145},\"shape\":{\"__isSmartRef__\":true,\"id\":146},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":147},\"mouseHandler\":null,\"_pointer-events\":\"none\",\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":148},\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"TextSelectionMorph\",\"__SourceModuleName__\":\"Global.lively.Text\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"TextSelectionMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"996:TextSelectionMorph\",\"namespaceURI\":null},{\"key\":\"pointer-events\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,0)\",\"namespaceURI\":null}]}},\"145\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"146\":{\"_livelyDataWrapperId_\":\"995:lively.scene.Group\",\"content\":[],\"_fill\":null,\"__LivelyClassName__\":\"lively.scene.Group\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"id\",\"value\":\"995:lively.scene.Group\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,0)\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null}]}},\"147\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"148\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":0,\"f\":0,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"149\":{\"x\":-3,\"y\":-6,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"150\":{\"_x\":0,\"_y\":0,\"_width\":7,\"_height\":13.2,\"_stroke\":{\"__isSmartRef__\":true,\"id\":13},\"_fill\":null,\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"7\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"13.2\",\"namespaceURI\":null},{\"key\":\"stroke\",\"value\":\"rgb(0,0,0)\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null}]}},\"151\":{\"_fill\":{\"__isSmartRef__\":true,\"id\":99},\"__LivelyClassName__\":\"lively.scene.Text\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"text\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"kerning\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"rgb(127,127,127)\",\"namespaceURI\":null},{\"key\":\"font-size\",\"value\":\"12\",\"namespaceURI\":null},{\"key\":\"font-family\",\"value\":\"Helvetica\",\"namespaceURI\":null}]}},\"152\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":-3,\"f\":-6,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"153\":{\"x\":8,\"y\":12,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"154\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global\"},\"155\":{\"runs\":[2],\"values\":[{\"__isSmartRef__\":true,\"id\":156}],\"lastIndex\":0,\"lastRunIndex\":0,\"__LivelyClassName__\":\"RunArray\",\"__SourceModuleName__\":\"Global.lively.Text\"},\"156\":{\"style\":\"bold\",\"__LivelyClassName__\":\"TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.Text\"},\"157\":{\"x\":471,\"y\":11,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"158\":{\"_cx\":0,\"_cy\":0,\"_rx\":8,\"_ry\":8,\"_fill\":{\"__isSmartRef__\":true,\"id\":159},\"__LivelyClassName__\":\"lively.scene.Ellipse\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"ellipse\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"cx\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"cy\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"rx\",\"value\":\"8\",\"namespaceURI\":null},{\"key\":\"ry\",\"value\":\"8\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"url(#25:lively.paint.RadialGradient)\",\"namespaceURI\":null}]}},\"159\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":160},{\"__isSmartRef__\":true,\"id\":161},{\"__isSmartRef__\":true,\"id\":162}],\"f\":{\"__isSmartRef__\":true,\"id\":163},\"refcount\":25,\"_livelyDataWrapperId_\":\"25:lively.paint.RadialGradient\",\"__SourceModuleName__\":\"Global.lively.scene\",\"_fx\":0.4,\"_fy\":0.2,\"__LivelyClassName__\":\"lively.paint.RadialGradient\",\"__rawNodeInfo__\":{\"tagName\":\"radialGradient\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"id\",\"value\":\"25:lively.paint.RadialGradient\",\"namespaceURI\":null},{\"key\":\"fx\",\"value\":\"0.4\",\"namespaceURI\":null},{\"key\":\"fy\",\"value\":\"0.2\",\"namespaceURI\":null}]}},\"160\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(240,240,240)\",\"namespaceURI\":null}]}},\"161\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"0.5\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(204,204,204)\",\"namespaceURI\":null}]}},\"162\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"1\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(122,122,122)\",\"namespaceURI\":null}]}},\"163\":{\"x\":0.4,\"y\":0.2,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"164\":{\"x\":16,\"y\":16,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"165\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":471,\"f\":11,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"166\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":142},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"getCollapseHelp\",\"converterString\":null,\"updaterString\":null,\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings\"},\"167\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":142},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"toggleCollapse\",\"converterString\":null,\"updaterString\":null,\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings\"},\"168\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"169\":{\"_x\":0,\"_y\":0,\"_width\":501,\"_height\":22,\"_fill\":null,\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"501\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"22\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null}]}},\"170\":{\"x\":501,\"y\":22,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"171\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":0,\"f\":0,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"172\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"173\":{\"_x\":0,\"_y\":0,\"_width\":501,\"_height\":224,\"_fill\":null,\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"501\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"224\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null}]}},\"174\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"175\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":0,\"f\":0,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"176\":{\"x\":0,\"y\":23,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"177\":{\"x\":1,\"y\":1,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"178\":{\"documentation\":\"A workspace that evaluates expressions on the NodeJS SandboxServer (see server.nodejs.SandboxServer for more information)\",\"requiredModules\":[\"server.nodejs.WebInterface\"]},\"isSimplifiedRegistry\":true}}","attributeConnections":[{"__isSmartRef__":true,"id":2973},{"__isSmartRef__":true,"id":2981},{"__isSmartRef__":true,"id":3010}],"$$part":{"__isSmartRef__":true,"id":3011},"part":{"__isSmartRef__":true,"id":3011},"$$json":"{\"id\":0,\"registry\":{\"0\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1},{\"__isSmartRef__\":true,\"id\":59}],\"_livelyDataWrapperId_\":\"977:WindowMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":172},\"shape\":{\"__isSmartRef__\":true,\"id\":173},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":174},\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":175},\"targetMorph\":{\"__isSmartRef__\":true,\"id\":1},\"titleBar\":{\"__isSmartRef__\":true,\"id\":59},\"contentOffset\":{\"__isSmartRef__\":true,\"id\":176},\"openForDragAndDrop\":false,\"collapsedTransform\":null,\"collapsedExtent\":null,\"expandedTransform\":null,\"expandedExtent\":null,\"ignoreEventsOnExpand\":false,\"rotation\":0,\"scalePoint\":{\"__isSmartRef__\":true,\"id\":177},\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":178},\"name\":\"ServerWorkspace\",\"__LivelyClassName__\":\"WindowMorph\",\"__SourceModuleName__\":\"Global.lively.Widgets\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"WindowMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"977:WindowMorph\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,0)\",\"namespaceURI\":null}]}},\"1\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":2},{\"__isSmartRef__\":true,\"id\":29}],\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"_livelyDataWrapperId_\":\"972:ScrollPane\",\"origin\":{\"__isSmartRef__\":true,\"id\":54},\"shape\":{\"__isSmartRef__\":true,\"id\":55},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":56},\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":57},\"clipMorph\":{\"__isSmartRef__\":true,\"id\":2},\"verticalScrollBar\":{\"__isSmartRef__\":true,\"id\":29},\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":58}],\"suppressHandles\":true,\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"ScrollPane\",\"__SourceModuleName__\":\"Global.lively.Widgets\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"ScrollPane\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"972:ScrollPane\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,22)\",\"namespaceURI\":null}]}},\"2\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":3}],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_livelyDataWrapperId_\":\"973:ClipMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":23},\"shape\":{\"__isSmartRef__\":true,\"id\":24},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":25},\"clip\":{\"__isSmartRef__\":true,\"id\":26},\"_clip-path\":\"url(#974:lively.scene.Clip)\",\"isClipMorph\":true,\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":28},\"suppressHandles\":true,\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"ClipMorph\",\"__SourceModuleName__\":\"Global.lively.Widgets\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"ClipMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"973:ClipMorph\",\"namespaceURI\":null},{\"key\":\"clip-path\",\"value\":\"url(#974:lively.scene.Clip)\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,0)\",\"namespaceURI\":null}]}},\"3\":{\"textString\":\"x = Math.sqrt(2);\\nx; // print it 4999999950000001\\n\\n// long computation\\nfor (var i = 0; i < 100000000; i++) {\\n\\tx += i;\\n}\",\"savedTextString\":\"\",\"submorphs\":[{\"__isSmartRef__\":true,\"id\":4}],\"owner\":{\"__isSmartRef__\":true,\"id\":2},\"_livelyDataWrapperId_\":\"964:ServerSandBoxWorkspace\",\"origin\":{\"__isSmartRef__\":true,\"id\":9},\"shape\":{\"__isSmartRef__\":true,\"id\":10},\"textContent\":{\"__isSmartRef__\":true,\"id\":12},\"lineNumberHint\":6,\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":14},\"textSelection\":{\"__isSmartRef__\":true,\"id\":4},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":15},\"useChangeClue\":false,\"sandboxServer\":{\"__isSmartRef__\":true,\"id\":16},\"isSync\":true,\"isSelecting\":false,\"hasKeyboardFocus\":false,\"waitMorph\":{\"__isSmartRef__\":true,\"id\":18},\"__LivelyClassName__\":\"ServerSandBoxWorkspace\",\"__SourceModuleName__\":\"Global.server.nodejs.WebInterface\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"ServerSandBoxWorkspace\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"964:ServerSandBoxWorkspace\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,0)\",\"namespaceURI\":null}]}},\"4\":{\"submorphs\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":3},\"_livelyDataWrapperId_\":\"966:TextSelectionMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":5},\"shape\":{\"__isSmartRef__\":true,\"id\":6},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":7},\"mouseHandler\":null,\"_pointer-events\":\"none\",\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":8},\"isCursor\":false,\"__LivelyClassName__\":\"TextSelectionMorph\",\"__SourceModuleName__\":\"Global.lively.Text\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"TextSelectionMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"966:TextSelectionMorph\",\"namespaceURI\":null},{\"key\":\"pointer-events\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,0)\",\"namespaceURI\":null}]}},\"5\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"6\":{\"_livelyDataWrapperId_\":\"965:lively.scene.Group\",\"content\":[],\"_fill\":null,\"__LivelyClassName__\":\"lively.scene.Group\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"id\",\"value\":\"965:lively.scene.Group\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,0)\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null}]}},\"7\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"8\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":0,\"f\":0,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"9\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"10\":{\"_x\":0,\"_y\":0,\"_width\":489,\"_height\":107.6,\"_fill\":{\"__isSmartRef__\":true,\"id\":11},\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"489\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"107.6\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"rgb(243,243,243)\",\"namespaceURI\":null}]}},\"11\":{\"r\":0.95,\"g\":0.95,\"b\":0.95,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global\"},\"12\":{\"_fill\":{\"__isSmartRef__\":true,\"id\":13},\"__LivelyClassName__\":\"lively.scene.Text\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"text\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"kerning\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"rgb(0,0,0)\",\"namespaceURI\":null},{\"key\":\"font-size\",\"value\":\"12\",\"namespaceURI\":null},{\"key\":\"font-family\",\"value\":\"Helvetica\",\"namespaceURI\":null}]}},\"13\":{\"r\":0,\"g\":0,\"b\":0,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global\"},\"14\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":0,\"f\":0,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"15\":{\"x\":-12,\"y\":-8,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"16\":{\"serverURL\":{\"__isSmartRef__\":true,\"id\":17},\"id\":\"server workspace\",\"attributeConnections\":[],\"result\":4999999950000001,\"__LivelyClassName__\":\"NodeJSSandboxServer\",\"__SourceModuleName__\":\"Global.server.nodejs.WebInterface\"},\"17\":{\"protocol\":\"http:\",\"hostname\":\"lively-kernel.org\",\"pathname\":\"/nodejs/SandboxServer/run\",\"__LivelyClassName__\":\"URL\",\"__SourceModuleName__\":\"Global.lively.Network\"},\"18\":{\"submorphs\":[],\"owner\":null,\"_livelyDataWrapperId_\":\"1141:BoxMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":19},\"shape\":{\"__isSmartRef__\":true,\"id\":20},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":21},\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":22},\"__LivelyClassName__\":\"BoxMorph\",\"__SourceModuleName__\":\"Global.lively.oldCore.Morphs\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"BoxMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"1141:BoxMorph\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(-2,-2)\",\"namespaceURI\":null}]}},\"19\":{\"x\":-2,\"y\":-2,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"20\":{\"_x\":0,\"_y\":0,\"_width\":493,\"_height\":111.5999984741211,\"_fill\":{\"__isSmartRef__\":true,\"id\":13},\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"493\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"111.5999984741211\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"rgb(0,0,0)\",\"namespaceURI\":null},{\"key\":\"fill-opacity\",\"value\":\"0.3\",\"namespaceURI\":null}]}},\"21\":{\"x\":493,\"y\":111.5999984741211,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"22\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":-2,\"f\":-2,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"23\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"24\":{\"_x\":0,\"_y\":0,\"_width\":489,\"_height\":202,\"_fill\":{\"__isSmartRef__\":true,\"id\":11},\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"489\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"202\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"rgb(243,243,243)\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null}]}},\"25\":{\"x\":500,\"y\":200,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"26\":{\"_livelyDataWrapperId_\":\"974:lively.scene.Clip\",\"shape\":{\"__isSmartRef__\":true,\"id\":27},\"__LivelyClassName__\":\"lively.scene.Clip\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"clipPath\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"id\",\"value\":\"974:lively.scene.Clip\",\"namespaceURI\":null}]}},\"27\":{\"_fill\":{\"__isSmartRef__\":true,\"id\":11},\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"489\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"202\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"rgb(243,243,243)\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null}]}},\"28\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":0,\"f\":0,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"29\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":30}],\"owner\":{\"__isSmartRef__\":true,\"id\":1},\"_livelyDataWrapperId_\":\"975:SliderMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":43},\"shape\":{\"__isSmartRef__\":true,\"id\":44},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":50},\"value\":0,\"sliderExtent\":0.1,\"valueScale\":1,\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":51},\"slider\":{\"__isSmartRef__\":true,\"id\":30},\"styleClass\":[\"slider_background\"],\"suppressHandles\":true,\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":52},{\"__isSmartRef__\":true,\"id\":53}],\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"SliderMorph\",\"__SourceModuleName__\":\"Global.lively.Widgets\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"SliderMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"975:SliderMorph\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(488,0)\",\"namespaceURI\":null},{\"key\":\"class\",\"value\":\"slider_background\",\"namespaceURI\":null}]}},\"30\":{\"submorphs\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":29},\"_livelyDataWrapperId_\":\"976:Morph\",\"origin\":{\"__isSmartRef__\":true,\"id\":31},\"shape\":{\"__isSmartRef__\":true,\"id\":32},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":39},\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":40},\"mouseHandler\":{\"__isSmartRef__\":true,\"id\":41},\"styleClass\":[\"slider\"],\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"Morph\",\"__SourceModuleName__\":\"Global.lively.oldCore.Morphs\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"Morph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"976:Morph\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,0)\",\"namespaceURI\":null},{\"key\":\"class\",\"value\":\"slider\",\"namespaceURI\":null}]}},\"31\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"32\":{\"_x\":0,\"_y\":0,\"_width\":13,\"_height\":201.01463414634145,\"_stroke\":{\"__isSmartRef__\":true,\"id\":33},\"_fill\":{\"__isSmartRef__\":true,\"id\":34},\"_rx\":6,\"_ry\":6,\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"13\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"201.01463414634145\",\"namespaceURI\":null},{\"key\":\"stroke\",\"value\":\"rgb(102,102,102)\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"url(#18:lively.paint.LinearGradient)\",\"namespaceURI\":null},{\"key\":\"rx\",\"value\":\"6\",\"namespaceURI\":null},{\"key\":\"ry\",\"value\":\"6\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"1\",\"namespaceURI\":null}]}},\"33\":{\"r\":0.4,\"g\":0.4,\"b\":0.4,\"a\":1,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Color\"},\"34\":{\"vector\":{\"__isSmartRef__\":true,\"id\":35},\"stops\":[{\"__isSmartRef__\":true,\"id\":36},{\"__isSmartRef__\":true,\"id\":37},{\"__isSmartRef__\":true,\"id\":38}],\"refcount\":47,\"_livelyDataWrapperId_\":\"18:lively.paint.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.LinearGradient\",\"__rawNodeInfo__\":{\"tagName\":\"linearGradient\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x1\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y1\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"x2\",\"value\":\"1\",\"namespaceURI\":null},{\"key\":\"y2\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"id\",\"value\":\"18:lively.paint.LinearGradient\",\"namespaceURI\":null}]}},\"35\":{\"x\":0,\"y\":0,\"width\":1,\"height\":0,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Rectangle\"},\"36\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(196,211,221)\",\"namespaceURI\":null}]}},\"37\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"0.5\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(137,167,187)\",\"namespaceURI\":null}]}},\"38\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"1\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(96,130,153)\",\"namespaceURI\":null}]}},\"39\":{\"x\":12,\"y\":12,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"40\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":0,\"f\":0,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"41\":{\"target\":{\"__isSmartRef__\":true,\"id\":29},\"eventSpec\":{\"__isSmartRef__\":true,\"id\":42},\"__LivelyClassName__\":\"MouseHandlerForRelay\",\"__SourceModuleName__\":\"Global.lively.oldCore.Morphs\"},\"42\":{\"onMouseDown\":\"sliderPressed\",\"onMouseMove\":\"sliderMoved\",\"onMouseUp\":\"sliderReleased\"},\"43\":{\"x\":488,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"44\":{\"_x\":0,\"_y\":0,\"_width\":13,\"_height\":202,\"_stroke\":{\"__isSmartRef__\":true,\"id\":45},\"_fill\":{\"__isSmartRef__\":true,\"id\":46},\"_rx\":6,\"_ry\":6,\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"13\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"202\",\"namespaceURI\":null},{\"key\":\"stroke\",\"value\":\"rgb(204,204,204)\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"url(#19:lively.paint.LinearGradient)\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"1\",\"namespaceURI\":null},{\"key\":\"rx\",\"value\":\"6\",\"namespaceURI\":null},{\"key\":\"ry\",\"value\":\"6\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"1\",\"namespaceURI\":null}]}},\"45\":{\"r\":0.8,\"g\":0.8,\"b\":0.8,\"a\":1,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Color\"},\"46\":{\"vector\":{\"__isSmartRef__\":true,\"id\":35},\"stops\":[{\"__isSmartRef__\":true,\"id\":47},{\"__isSmartRef__\":true,\"id\":48},{\"__isSmartRef__\":true,\"id\":49}],\"refcount\":61,\"_livelyDataWrapperId_\":\"19:lively.paint.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.LinearGradient\",\"__rawNodeInfo__\":{\"tagName\":\"linearGradient\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x1\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y1\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"x2\",\"value\":\"1\",\"namespaceURI\":null},{\"key\":\"y2\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"id\",\"value\":\"19:lively.paint.LinearGradient\",\"namespaceURI\":null}]}},\"47\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(204,204,204)\",\"namespaceURI\":null}]}},\"48\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"0.4\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(240,240,240)\",\"namespaceURI\":null}]}},\"49\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"1\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(245,245,245)\",\"namespaceURI\":null}]}},\"50\":{\"x\":5,\"y\":10,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"51\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":488,\"f\":0,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"52\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":29},\"sourceAttrName\":\"value\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"setVerticalScrollPosition\",\"converterString\":null,\"updaterString\":null,\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings\"},\"53\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":29},\"sourceAttrName\":\"getSliderExtent\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":1},\"targetMethodName\":\"getVerticalVisibleExtent\",\"converterString\":null,\"updaterString\":null,\"isActive\":false,\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings\"},\"54\":{\"x\":0,\"y\":22,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"55\":{\"_x\":0,\"_y\":0,\"_width\":501,\"_height\":202,\"_fill\":null,\"_stroke\":{\"__isSmartRef__\":true,\"id\":13},\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"501\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"202\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"2\",\"namespaceURI\":null},{\"key\":\"stroke\",\"value\":\"rgb(0,0,0)\",\"namespaceURI\":null}]}},\"56\":{\"x\":500,\"y\":200,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"57\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":0,\"f\":22,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"58\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":1},\"sourceAttrName\":\"setVerticalScrollPosition\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":29},\"targetMethodName\":\"setValue\",\"converterString\":null,\"updaterString\":null,\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings\"},\"59\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":60},{\"__isSmartRef__\":true,\"id\":77},{\"__isSmartRef__\":true,\"id\":89},{\"__isSmartRef__\":true,\"id\":116},{\"__isSmartRef__\":true,\"id\":142}],\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"_livelyDataWrapperId_\":\"978:TitleBarMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":168},\"shape\":{\"__isSmartRef__\":true,\"id\":169},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":170},\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":171},\"mouseHandler\":null,\"_pointer-events\":\"none\",\"contentMorph\":{\"__isSmartRef__\":true,\"id\":61},\"windowMorph\":{\"__isSmartRef__\":true,\"id\":0},\"label\":{\"__isSmartRef__\":true,\"id\":77},\"closeButton\":{\"__isSmartRef__\":true,\"id\":89},\"menuButton\":{\"__isSmartRef__\":true,\"id\":116},\"collapseButton\":{\"__isSmartRef__\":true,\"id\":142},\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"TitleBarMorph\",\"__SourceModuleName__\":\"Global.lively.Widgets\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"TitleBarMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"978:TitleBarMorph\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,0)\",\"namespaceURI\":null},{\"key\":\"pointer-events\",\"value\":\"none\",\"namespaceURI\":null}]}},\"60\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":61}],\"owner\":{\"__isSmartRef__\":true,\"id\":59},\"_livelyDataWrapperId_\":\"980:ClipMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":71},\"shape\":{\"__isSmartRef__\":true,\"id\":72},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":73},\"clip\":{\"__isSmartRef__\":true,\"id\":74},\"_clip-path\":\"url(#981:lively.scene.Clip)\",\"isClipMorph\":true,\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":76},\"mouseHandler\":null,\"_pointer-events\":\"none\",\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"ClipMorph\",\"__SourceModuleName__\":\"Global.lively.Widgets\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"ClipMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"980:ClipMorph\",\"namespaceURI\":null},{\"key\":\"clip-path\",\"value\":\"url(#981:lively.scene.Clip)\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(-1,-1)\",\"namespaceURI\":null},{\"key\":\"pointer-events\",\"value\":\"none\",\"namespaceURI\":null}]}},\"61\":{\"submorphs\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":60},\"_livelyDataWrapperId_\":\"979:Morph\",\"origin\":{\"__isSmartRef__\":true,\"id\":62},\"shape\":{\"__isSmartRef__\":true,\"id\":63},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":69},\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":70},\"styleClass\":[\"titleBar\"],\"mouseHandler\":null,\"_pointer-events\":\"none\",\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"Morph\",\"__SourceModuleName__\":\"Global.lively.oldCore.Morphs\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"Morph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"979:Morph\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(1,1)\",\"namespaceURI\":null},{\"key\":\"class\",\"value\":\"titleBar\",\"namespaceURI\":null},{\"key\":\"pointer-events\",\"value\":\"none\",\"namespaceURI\":null}]}},\"62\":{\"x\":1,\"y\":1,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"63\":{\"_x\":0,\"_y\":0,\"_width\":501,\"_height\":30,\"_stroke\":{\"__isSmartRef__\":true,\"id\":13},\"_fill\":{\"__isSmartRef__\":true,\"id\":64},\"_rx\":8,\"_ry\":8,\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"501\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"30\",\"namespaceURI\":null},{\"key\":\"stroke\",\"value\":\"rgb(0,0,0)\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"url(#22:lively.paint.LinearGradient)\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"2\",\"namespaceURI\":null},{\"key\":\"rx\",\"value\":\"8\",\"namespaceURI\":null},{\"key\":\"ry\",\"value\":\"8\",\"namespaceURI\":null}]}},\"64\":{\"vector\":{\"__isSmartRef__\":true,\"id\":65},\"stops\":[{\"__isSmartRef__\":true,\"id\":66},{\"__isSmartRef__\":true,\"id\":67},{\"__isSmartRef__\":true,\"id\":68}],\"refcount\":20,\"_livelyDataWrapperId_\":\"22:lively.paint.LinearGradient\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.LinearGradient\",\"__rawNodeInfo__\":{\"tagName\":\"linearGradient\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x1\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y1\",\"value\":\"1\",\"namespaceURI\":null},{\"key\":\"x2\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y2\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"id\",\"value\":\"22:lively.paint.LinearGradient\",\"namespaceURI\":null}]}},\"65\":{\"x\":0,\"y\":1,\"width\":0,\"height\":-1,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Rectangle\"},\"66\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(184,184,184)\",\"namespaceURI\":null}]}},\"67\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"0.6\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(230,230,230)\",\"namespaceURI\":null}]}},\"68\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"1\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(184,184,184)\",\"namespaceURI\":null}]}},\"69\":{\"x\":501,\"y\":22,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"70\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":1,\"f\":1,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"71\":{\"x\":-1,\"y\":-1,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"72\":{\"_x\":0,\"_y\":0,\"_width\":503,\"_height\":23,\"_fill\":null,\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"503\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"23\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null}]}},\"73\":{\"x\":501,\"y\":22,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"74\":{\"_livelyDataWrapperId_\":\"981:lively.scene.Clip\",\"shape\":{\"__isSmartRef__\":true,\"id\":75},\"__LivelyClassName__\":\"lively.scene.Clip\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"clipPath\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"id\",\"value\":\"981:lively.scene.Clip\",\"namespaceURI\":null}]}},\"75\":{\"_fill\":null,\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"503\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"23\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null}]}},\"76\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":-1,\"f\":-1,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"77\":{\"textString\":\"ServerSandBox id: server workspace\",\"savedTextString\":\"ServerSandBox id: server workspace\",\"submorphs\":[{\"__isSmartRef__\":true,\"id\":78}],\"owner\":{\"__isSmartRef__\":true,\"id\":59},\"_livelyDataWrapperId_\":\"982:TextMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":83},\"shape\":{\"__isSmartRef__\":true,\"id\":84},\"textContent\":{\"__isSmartRef__\":true,\"id\":85},\"lineNumberHint\":0,\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":86},\"textSelection\":{\"__isSmartRef__\":true,\"id\":78},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":87},\"useChangeClue\":false,\"shouldNotRender\":false,\"padding\":{\"__isSmartRef__\":true,\"id\":88},\"wrap\":\"Shrink\",\"mouseHandler\":null,\"_pointer-events\":\"none\",\"suppressGrabbing\":true,\"openForDragAndDrop\":false,\"styleClass\":[\"titleBar_label\"],\"__LivelyClassName__\":\"TextMorph\",\"__SourceModuleName__\":\"Global.lively.Text\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"TextMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"982:TextMorph\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(145.5,3)\",\"namespaceURI\":null},{\"key\":\"pointer-events\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"class\",\"value\":\"titleBar_label\",\"namespaceURI\":null}]}},\"78\":{\"submorphs\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":77},\"_livelyDataWrapperId_\":\"984:TextSelectionMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":79},\"shape\":{\"__isSmartRef__\":true,\"id\":80},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":81},\"mouseHandler\":null,\"_pointer-events\":\"none\",\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":82},\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"TextSelectionMorph\",\"__SourceModuleName__\":\"Global.lively.Text\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"TextSelectionMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"984:TextSelectionMorph\",\"namespaceURI\":null},{\"key\":\"pointer-events\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,0)\",\"namespaceURI\":null}]}},\"79\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"80\":{\"_livelyDataWrapperId_\":\"983:lively.scene.Group\",\"content\":[],\"_fill\":null,\"__LivelyClassName__\":\"lively.scene.Group\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"id\",\"value\":\"983:lively.scene.Group\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,0)\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null}]}},\"81\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"82\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":0,\"f\":0,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"83\":{\"x\":145.5,\"y\":3,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"84\":{\"_x\":0,\"_y\":0,\"_width\":213,\"_height\":17.2,\"_stroke\":{\"__isSmartRef__\":true,\"id\":13},\"_fill\":null,\"_rx\":8,\"_ry\":8,\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"213\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"17.2\",\"namespaceURI\":null},{\"key\":\"stroke\",\"value\":\"rgb(0,0,0)\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"rx\",\"value\":\"8\",\"namespaceURI\":null},{\"key\":\"ry\",\"value\":\"8\",\"namespaceURI\":null},{\"key\":\"fill-opacity\",\"value\":\"0.5\",\"namespaceURI\":null}]}},\"85\":{\"_fill\":{\"__isSmartRef__\":true,\"id\":13},\"__LivelyClassName__\":\"lively.scene.Text\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"text\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"kerning\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"rgb(0,0,0)\",\"namespaceURI\":null},{\"key\":\"font-size\",\"value\":\"12\",\"namespaceURI\":null},{\"key\":\"font-family\",\"value\":\"Helvetica\",\"namespaceURI\":null}]}},\"86\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":145.5,\"f\":3,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"87\":{\"x\":260,\"y\":14,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"88\":{\"x\":6,\"y\":2,\"width\":0,\"height\":0,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global\"},\"89\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":90}],\"owner\":{\"__isSmartRef__\":true,\"id\":59},\"_livelyDataWrapperId_\":\"985:WindowControlMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":105},\"shape\":{\"__isSmartRef__\":true,\"id\":106},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":112},\"label\":{\"__isSmartRef__\":true,\"id\":90},\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":113},\"styleClass\":[\"titleBar_closeButton\"],\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":114},{\"__isSmartRef__\":true,\"id\":115}],\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"WindowControlMorph\",\"__SourceModuleName__\":\"Global.lively.Widgets\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"WindowControlMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"985:WindowControlMorph\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(490,11)\",\"namespaceURI\":null},{\"key\":\"class\",\"value\":\"titleBar_closeButton\",\"namespaceURI\":null}]}},\"90\":{\"textString\":\"X\",\"savedTextString\":\"X\",\"submorphs\":[{\"__isSmartRef__\":true,\"id\":91}],\"owner\":{\"__isSmartRef__\":true,\"id\":89},\"_livelyDataWrapperId_\":\"986:TextMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":96},\"shape\":{\"__isSmartRef__\":true,\"id\":97},\"textContent\":{\"__isSmartRef__\":true,\"id\":98},\"lineNumberHint\":0,\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":100},\"textSelection\":{\"__isSmartRef__\":true,\"id\":91},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":101},\"useChangeClue\":false,\"shouldNotRender\":false,\"padding\":{\"__isSmartRef__\":true,\"id\":102},\"wrap\":\"Shrink\",\"mouseHandler\":null,\"_pointer-events\":\"none\",\"suppressGrabbing\":true,\"styleClass\":[\"titleBar_button_label\"],\"textColor\":{\"__isSmartRef__\":true,\"id\":99},\"textStyle\":{\"__isSmartRef__\":true,\"id\":103},\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"TextMorph\",\"__SourceModuleName__\":\"Global.lively.Text\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"TextMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"986:TextMorph\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(-4,-6)\",\"namespaceURI\":null},{\"key\":\"pointer-events\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"class\",\"value\":\"titleBar_button_label\",\"namespaceURI\":null},{\"key\":\"display\",\"value\":\"none\",\"namespaceURI\":null}]}},\"91\":{\"submorphs\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":90},\"_livelyDataWrapperId_\":\"988:TextSelectionMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":92},\"shape\":{\"__isSmartRef__\":true,\"id\":93},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":94},\"mouseHandler\":null,\"_pointer-events\":\"none\",\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":95},\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"TextSelectionMorph\",\"__SourceModuleName__\":\"Global.lively.Text\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"TextSelectionMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"988:TextSelectionMorph\",\"namespaceURI\":null},{\"key\":\"pointer-events\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,0)\",\"namespaceURI\":null}]}},\"92\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"93\":{\"_livelyDataWrapperId_\":\"987:lively.scene.Group\",\"content\":[],\"_fill\":null,\"__LivelyClassName__\":\"lively.scene.Group\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"id\",\"value\":\"987:lively.scene.Group\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,0)\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null}]}},\"94\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"95\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":0,\"f\":0,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"96\":{\"x\":-4,\"y\":-6,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"97\":{\"_x\":0,\"_y\":0,\"_width\":8,\"_height\":13.2,\"_stroke\":{\"__isSmartRef__\":true,\"id\":13},\"_fill\":null,\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"8\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"13.2\",\"namespaceURI\":null},{\"key\":\"stroke\",\"value\":\"rgb(0,0,0)\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null}]}},\"98\":{\"_fill\":{\"__isSmartRef__\":true,\"id\":99},\"__LivelyClassName__\":\"lively.scene.Text\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"text\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"kerning\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"rgb(127,127,127)\",\"namespaceURI\":null},{\"key\":\"font-size\",\"value\":\"12\",\"namespaceURI\":null},{\"key\":\"font-family\",\"value\":\"Helvetica\",\"namespaceURI\":null}]}},\"99\":{\"r\":0.5,\"g\":0.5,\"b\":0.5,\"a\":0.5,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Color\"},\"100\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":-4,\"f\":-6,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"101\":{\"x\":8,\"y\":12,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"102\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global\"},\"103\":{\"runs\":[2],\"values\":[{\"__isSmartRef__\":true,\"id\":104}],\"lastIndex\":0,\"lastRunIndex\":0,\"__LivelyClassName__\":\"RunArray\",\"__SourceModuleName__\":\"Global.lively.Text\"},\"104\":{\"style\":\"bold\",\"__LivelyClassName__\":\"TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.Text\"},\"105\":{\"x\":490,\"y\":11,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"106\":{\"_cx\":0,\"_cy\":0,\"_rx\":8,\"_ry\":8,\"_fill\":{\"__isSmartRef__\":true,\"id\":107},\"__LivelyClassName__\":\"lively.scene.Ellipse\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"ellipse\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"cx\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"cy\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"rx\",\"value\":\"8\",\"namespaceURI\":null},{\"key\":\"ry\",\"value\":\"8\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"url(#23:lively.paint.RadialGradient)\",\"namespaceURI\":null}]}},\"107\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":108},{\"__isSmartRef__\":true,\"id\":109},{\"__isSmartRef__\":true,\"id\":110}],\"f\":{\"__isSmartRef__\":true,\"id\":111},\"refcount\":25,\"_livelyDataWrapperId_\":\"23:lively.paint.RadialGradient\",\"__SourceModuleName__\":\"Global.lively.scene\",\"_fx\":0.4,\"_fy\":0.2,\"__LivelyClassName__\":\"lively.paint.RadialGradient\",\"__rawNodeInfo__\":{\"tagName\":\"radialGradient\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"id\",\"value\":\"23:lively.paint.RadialGradient\",\"namespaceURI\":null},{\"key\":\"fx\",\"value\":\"0.4\",\"namespaceURI\":null},{\"key\":\"fy\",\"value\":\"0.2\",\"namespaceURI\":null}]}},\"108\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(240,240,240)\",\"namespaceURI\":null}]}},\"109\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"0.5\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(204,204,204)\",\"namespaceURI\":null}]}},\"110\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"1\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(122,122,122)\",\"namespaceURI\":null}]}},\"111\":{\"x\":0.4,\"y\":0.2,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"112\":{\"x\":16,\"y\":16,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"113\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":490,\"f\":11,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"114\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":89},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"getCloseHelp\",\"converterString\":null,\"updaterString\":null,\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings\"},\"115\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":89},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"initiateShutdown\",\"converterString\":null,\"updaterString\":null,\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings\"},\"116\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":117}],\"owner\":{\"__isSmartRef__\":true,\"id\":59},\"_livelyDataWrapperId_\":\"989:WindowControlMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":131},\"shape\":{\"__isSmartRef__\":true,\"id\":132},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":138},\"label\":{\"__isSmartRef__\":true,\"id\":117},\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":139},\"styleClass\":[\"titleBar_menuButton\"],\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":140},{\"__isSmartRef__\":true,\"id\":141}],\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"WindowControlMorph\",\"__SourceModuleName__\":\"Global.lively.Widgets\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"WindowControlMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"989:WindowControlMorph\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(11,11)\",\"namespaceURI\":null},{\"key\":\"class\",\"value\":\"titleBar_menuButton\",\"namespaceURI\":null}]}},\"117\":{\"textString\":\"M\",\"savedTextString\":\"M\",\"submorphs\":[{\"__isSmartRef__\":true,\"id\":118}],\"owner\":{\"__isSmartRef__\":true,\"id\":116},\"_livelyDataWrapperId_\":\"990:TextMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":123},\"shape\":{\"__isSmartRef__\":true,\"id\":124},\"textContent\":{\"__isSmartRef__\":true,\"id\":125},\"lineNumberHint\":0,\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":126},\"textSelection\":{\"__isSmartRef__\":true,\"id\":118},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":127},\"useChangeClue\":false,\"shouldNotRender\":false,\"padding\":{\"__isSmartRef__\":true,\"id\":128},\"wrap\":\"Shrink\",\"mouseHandler\":null,\"_pointer-events\":\"none\",\"suppressGrabbing\":true,\"styleClass\":[\"titleBar_button_label\"],\"textColor\":{\"__isSmartRef__\":true,\"id\":99},\"textStyle\":{\"__isSmartRef__\":true,\"id\":129},\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"TextMorph\",\"__SourceModuleName__\":\"Global.lively.Text\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"TextMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"990:TextMorph\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(-5,-6)\",\"namespaceURI\":null},{\"key\":\"pointer-events\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"class\",\"value\":\"titleBar_button_label\",\"namespaceURI\":null},{\"key\":\"display\",\"value\":\"none\",\"namespaceURI\":null}]}},\"118\":{\"submorphs\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":117},\"_livelyDataWrapperId_\":\"992:TextSelectionMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":119},\"shape\":{\"__isSmartRef__\":true,\"id\":120},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":121},\"mouseHandler\":null,\"_pointer-events\":\"none\",\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":122},\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"TextSelectionMorph\",\"__SourceModuleName__\":\"Global.lively.Text\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"TextSelectionMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"992:TextSelectionMorph\",\"namespaceURI\":null},{\"key\":\"pointer-events\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,0)\",\"namespaceURI\":null}]}},\"119\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"120\":{\"_livelyDataWrapperId_\":\"991:lively.scene.Group\",\"content\":[],\"_fill\":null,\"__LivelyClassName__\":\"lively.scene.Group\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"id\",\"value\":\"991:lively.scene.Group\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,0)\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null}]}},\"121\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"122\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":0,\"f\":0,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"123\":{\"x\":-5,\"y\":-6,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"124\":{\"_x\":0,\"_y\":0,\"_width\":10,\"_height\":13.2,\"_stroke\":{\"__isSmartRef__\":true,\"id\":13},\"_fill\":null,\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"10\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"13.2\",\"namespaceURI\":null},{\"key\":\"stroke\",\"value\":\"rgb(0,0,0)\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null}]}},\"125\":{\"_fill\":{\"__isSmartRef__\":true,\"id\":99},\"__LivelyClassName__\":\"lively.scene.Text\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"text\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"kerning\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"rgb(127,127,127)\",\"namespaceURI\":null},{\"key\":\"font-size\",\"value\":\"12\",\"namespaceURI\":null},{\"key\":\"font-family\",\"value\":\"Helvetica\",\"namespaceURI\":null}]}},\"126\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":-5,\"f\":-6,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"127\":{\"x\":8,\"y\":12,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"128\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global\"},\"129\":{\"runs\":[2],\"values\":[{\"__isSmartRef__\":true,\"id\":130}],\"lastIndex\":0,\"lastRunIndex\":0,\"__LivelyClassName__\":\"RunArray\",\"__SourceModuleName__\":\"Global.lively.Text\"},\"130\":{\"style\":\"bold\",\"__LivelyClassName__\":\"TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.Text\"},\"131\":{\"x\":11,\"y\":11,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"132\":{\"_cx\":0,\"_cy\":0,\"_rx\":8,\"_ry\":8,\"_fill\":{\"__isSmartRef__\":true,\"id\":133},\"__LivelyClassName__\":\"lively.scene.Ellipse\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"ellipse\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"cx\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"cy\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"rx\",\"value\":\"8\",\"namespaceURI\":null},{\"key\":\"ry\",\"value\":\"8\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"url(#24:lively.paint.RadialGradient)\",\"namespaceURI\":null}]}},\"133\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":134},{\"__isSmartRef__\":true,\"id\":135},{\"__isSmartRef__\":true,\"id\":136}],\"f\":{\"__isSmartRef__\":true,\"id\":137},\"refcount\":25,\"_livelyDataWrapperId_\":\"24:lively.paint.RadialGradient\",\"__SourceModuleName__\":\"Global.lively.scene\",\"_fx\":0.4,\"_fy\":0.2,\"__LivelyClassName__\":\"lively.paint.RadialGradient\",\"__rawNodeInfo__\":{\"tagName\":\"radialGradient\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"id\",\"value\":\"24:lively.paint.RadialGradient\",\"namespaceURI\":null},{\"key\":\"fx\",\"value\":\"0.4\",\"namespaceURI\":null},{\"key\":\"fy\",\"value\":\"0.2\",\"namespaceURI\":null}]}},\"134\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(240,240,240)\",\"namespaceURI\":null}]}},\"135\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"0.5\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(204,204,204)\",\"namespaceURI\":null}]}},\"136\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"1\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(122,122,122)\",\"namespaceURI\":null}]}},\"137\":{\"x\":0.4,\"y\":0.2,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"138\":{\"x\":16,\"y\":16,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"139\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":11,\"f\":11,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"140\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":116},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"getMenuHelp\",\"converterString\":null,\"updaterString\":null,\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings\"},\"141\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":116},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"showTargetMorphMenu\",\"converterString\":null,\"updaterString\":null,\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings\"},\"142\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":143}],\"owner\":{\"__isSmartRef__\":true,\"id\":59},\"_livelyDataWrapperId_\":\"993:WindowControlMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":157},\"shape\":{\"__isSmartRef__\":true,\"id\":158},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":164},\"label\":{\"__isSmartRef__\":true,\"id\":143},\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":165},\"styleClass\":[\"titleBar_collapseButton\"],\"attributeConnections\":[{\"__isSmartRef__\":true,\"id\":166},{\"__isSmartRef__\":true,\"id\":167}],\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"WindowControlMorph\",\"__SourceModuleName__\":\"Global.lively.Widgets\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"WindowControlMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"993:WindowControlMorph\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(471,11)\",\"namespaceURI\":null},{\"key\":\"class\",\"value\":\"titleBar_collapseButton\",\"namespaceURI\":null}]}},\"143\":{\"textString\":\"–\",\"savedTextString\":\"–\",\"submorphs\":[{\"__isSmartRef__\":true,\"id\":144}],\"owner\":{\"__isSmartRef__\":true,\"id\":142},\"_livelyDataWrapperId_\":\"994:TextMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":149},\"shape\":{\"__isSmartRef__\":true,\"id\":150},\"textContent\":{\"__isSmartRef__\":true,\"id\":151},\"lineNumberHint\":0,\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":152},\"textSelection\":{\"__isSmartRef__\":true,\"id\":144},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":153},\"useChangeClue\":false,\"shouldNotRender\":false,\"padding\":{\"__isSmartRef__\":true,\"id\":154},\"wrap\":\"Shrink\",\"mouseHandler\":null,\"_pointer-events\":\"none\",\"suppressGrabbing\":true,\"styleClass\":[\"titleBar_button_label\"],\"textColor\":{\"__isSmartRef__\":true,\"id\":99},\"textStyle\":{\"__isSmartRef__\":true,\"id\":155},\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"TextMorph\",\"__SourceModuleName__\":\"Global.lively.Text\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"TextMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"994:TextMorph\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(-3,-6)\",\"namespaceURI\":null},{\"key\":\"pointer-events\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"class\",\"value\":\"titleBar_button_label\",\"namespaceURI\":null},{\"key\":\"display\",\"value\":\"none\",\"namespaceURI\":null}]}},\"144\":{\"submorphs\":[],\"owner\":{\"__isSmartRef__\":true,\"id\":143},\"_livelyDataWrapperId_\":\"996:TextSelectionMorph\",\"origin\":{\"__isSmartRef__\":true,\"id\":145},\"shape\":{\"__isSmartRef__\":true,\"id\":146},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":147},\"mouseHandler\":null,\"_pointer-events\":\"none\",\"pvtCachedTransform\":{\"__isSmartRef__\":true,\"id\":148},\"openForDragAndDrop\":false,\"__LivelyClassName__\":\"TextSelectionMorph\",\"__SourceModuleName__\":\"Global.lively.Text\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"lively:type\",\"value\":\"TextSelectionMorph\",\"namespaceURI\":\"http://www.experimentalstuff.com/Lively\"},{\"key\":\"id\",\"value\":\"996:TextSelectionMorph\",\"namespaceURI\":null},{\"key\":\"pointer-events\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,0)\",\"namespaceURI\":null}]}},\"145\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"146\":{\"_livelyDataWrapperId_\":\"995:lively.scene.Group\",\"content\":[],\"_fill\":null,\"__LivelyClassName__\":\"lively.scene.Group\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"g\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"id\",\"value\":\"995:lively.scene.Group\",\"namespaceURI\":null},{\"key\":\"transform\",\"value\":\"translate(0,0)\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null}]}},\"147\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"148\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":0,\"f\":0,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"149\":{\"x\":-3,\"y\":-6,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"150\":{\"_x\":0,\"_y\":0,\"_width\":7,\"_height\":13.2,\"_stroke\":{\"__isSmartRef__\":true,\"id\":13},\"_fill\":null,\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"7\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"13.2\",\"namespaceURI\":null},{\"key\":\"stroke\",\"value\":\"rgb(0,0,0)\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null}]}},\"151\":{\"_fill\":{\"__isSmartRef__\":true,\"id\":99},\"__LivelyClassName__\":\"lively.scene.Text\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"text\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"kerning\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"rgb(127,127,127)\",\"namespaceURI\":null},{\"key\":\"font-size\",\"value\":\"12\",\"namespaceURI\":null},{\"key\":\"font-family\",\"value\":\"Helvetica\",\"namespaceURI\":null}]}},\"152\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":-3,\"f\":-6,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"153\":{\"x\":8,\"y\":12,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"154\":{\"x\":0,\"y\":0,\"width\":0,\"height\":0,\"__LivelyClassName__\":\"Rectangle\",\"__SourceModuleName__\":\"Global\"},\"155\":{\"runs\":[2],\"values\":[{\"__isSmartRef__\":true,\"id\":156}],\"lastIndex\":0,\"lastRunIndex\":0,\"__LivelyClassName__\":\"RunArray\",\"__SourceModuleName__\":\"Global.lively.Text\"},\"156\":{\"style\":\"bold\",\"__LivelyClassName__\":\"TextEmphasis\",\"__SourceModuleName__\":\"Global.lively.Text\"},\"157\":{\"x\":471,\"y\":11,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"158\":{\"_cx\":0,\"_cy\":0,\"_rx\":8,\"_ry\":8,\"_fill\":{\"__isSmartRef__\":true,\"id\":159},\"__LivelyClassName__\":\"lively.scene.Ellipse\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"ellipse\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"cx\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"cy\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"rx\",\"value\":\"8\",\"namespaceURI\":null},{\"key\":\"ry\",\"value\":\"8\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"url(#25:lively.paint.RadialGradient)\",\"namespaceURI\":null}]}},\"159\":{\"stops\":[{\"__isSmartRef__\":true,\"id\":160},{\"__isSmartRef__\":true,\"id\":161},{\"__isSmartRef__\":true,\"id\":162}],\"f\":{\"__isSmartRef__\":true,\"id\":163},\"refcount\":25,\"_livelyDataWrapperId_\":\"25:lively.paint.RadialGradient\",\"__SourceModuleName__\":\"Global.lively.scene\",\"_fx\":0.4,\"_fy\":0.2,\"__LivelyClassName__\":\"lively.paint.RadialGradient\",\"__rawNodeInfo__\":{\"tagName\":\"radialGradient\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"id\",\"value\":\"25:lively.paint.RadialGradient\",\"namespaceURI\":null},{\"key\":\"fx\",\"value\":\"0.4\",\"namespaceURI\":null},{\"key\":\"fy\",\"value\":\"0.2\",\"namespaceURI\":null}]}},\"160\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(240,240,240)\",\"namespaceURI\":null}]}},\"161\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"0.5\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(204,204,204)\",\"namespaceURI\":null}]}},\"162\":{\"__SourceModuleName__\":\"Global.lively.scene\",\"__LivelyClassName__\":\"lively.paint.Stop\",\"__rawNodeInfo__\":{\"tagName\":\"stop\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"offset\",\"value\":\"1\",\"namespaceURI\":null},{\"key\":\"stop-color\",\"value\":\"rgb(122,122,122)\",\"namespaceURI\":null}]}},\"163\":{\"x\":0.4,\"y\":0.2,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"164\":{\"x\":16,\"y\":16,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"165\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":471,\"f\":11,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"166\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":142},\"sourceAttrName\":\"getHelpText\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"getCollapseHelp\",\"converterString\":null,\"updaterString\":null,\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings\"},\"167\":{\"sourceObj\":{\"__isSmartRef__\":true,\"id\":142},\"sourceAttrName\":\"fire\",\"targetObj\":{\"__isSmartRef__\":true,\"id\":0},\"targetMethodName\":\"toggleCollapse\",\"converterString\":null,\"updaterString\":null,\"__LivelyClassName__\":\"AttributeConnection\",\"__SourceModuleName__\":\"Global.lively.bindings\"},\"168\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"169\":{\"_x\":0,\"_y\":0,\"_width\":501,\"_height\":22,\"_fill\":null,\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"501\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"22\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null}]}},\"170\":{\"x\":501,\"y\":22,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"171\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":0,\"f\":0,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"172\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"173\":{\"_x\":0,\"_y\":0,\"_width\":501,\"_height\":224,\"_fill\":null,\"__LivelyClassName__\":\"lively.scene.Rectangle\",\"__SourceModuleName__\":\"Global.lively.scene\",\"__rawNodeInfo__\":{\"tagName\":\"rect\",\"namespaceURI\":\"http://www.w3.org/2000/svg\",\"attributes\":[{\"key\":\"x\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"y\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"width\",\"value\":\"501\",\"namespaceURI\":null},{\"key\":\"height\",\"value\":\"224\",\"namespaceURI\":null},{\"key\":\"stroke-width\",\"value\":\"0\",\"namespaceURI\":null},{\"key\":\"fill\",\"value\":\"none\",\"namespaceURI\":null},{\"key\":\"stroke-opacity\",\"value\":\"0\",\"namespaceURI\":null}]}},\"174\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"175\":{\"a\":1,\"b\":0,\"c\":0,\"d\":1,\"e\":0,\"f\":0,\"__LivelyClassName__\":\"lively.scene.Similitude\",\"__SourceModuleName__\":\"Global.lively.scene\"},\"176\":{\"x\":0,\"y\":23,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"177\":{\"x\":1,\"y\":1,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"178\":{\"documentation\":\"A workspace that evaluates expressions on the NodeJS SandboxServer (see server.nodejs.SandboxServer for more information)\",\"requiredModules\":[\"server.nodejs.WebInterface\"]},\"isSimplifiedRegistry\":true}}","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartItem"},"2973":{"sourceObj":{"__isSmartRef__":true,"id":2972},"sourceAttrName":"part","targetObj":{"__isSmartRef__":true,"id":2974},"targetMethodName":"remove","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2974":{"submorphs":[],"owner":null,"_livelyDataWrapperId_":"20298:Morph","origin":{"__isSmartRef__":true,"id":2975},"shape":{"__isSmartRef__":true,"id":2976},"priorExtent":{"__isSmartRef__":true,"id":2979},"suppressGrabbing":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":2980},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"Morph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"20298:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2975":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2976":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":2977},"_fill":{"__isSmartRef__":true,"id":2978},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(204,204,204)","namespaceURI":null},{"key":"fill-opacity","value":"0.6","namespaceURI":null}]}},"2977":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2978":{"r":0.8,"g":0.8,"b":0.8,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2979":{"x":100,"y":100,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2980":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2981":{"sourceObj":{"__isSmartRef__":true,"id":2972},"sourceAttrName":"part","targetObj":{"__isSmartRef__":true,"id":2982},"targetMethodName":"openLoadedPartsBinItem","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2982":{"submorphs":[{"__isSmartRef__":true,"id":2983},{"__isSmartRef__":true,"id":2990}],"owner":null,"_livelyDataWrapperId_":"20212:lively.Scripting.PartPinItem","origin":{"__isSmartRef__":true,"id":3002},"shape":{"__isSmartRef__":true,"id":3003},"priorExtent":{"__isSmartRef__":true,"id":3005},"partsBinURL":{"__isSmartRef__":true,"id":3006},"targetName":"ServerWorkspace","pvtCachedTransform":{"__isSmartRef__":true,"id":3007},"clip":{"__isSmartRef__":true,"id":3008},"_clip-path":"url(#20217:lively.scene.Clip)","isClipMorph":true,"partItem":{"__isSmartRef__":true,"id":2972},"__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.Scripting.PartPinItem","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.Scripting.PartPinItem","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"20212:lively.Scripting.PartPinItem","namespaceURI":null},{"key":"transform","value":"translate(100,300)","namespaceURI":null},{"key":"clip-path","value":"url(#20217:lively.scene.Clip)","namespaceURI":null}]}},"2983":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2982},"_livelyDataWrapperId_":"20213:ImageMorph","origin":{"__isSmartRef__":true,"id":2984},"shape":{"__isSmartRef__":true,"id":2985},"priorExtent":{"__isSmartRef__":true,"id":2986},"image":{"__isSmartRef__":true,"id":2987},"originalExtent":{"__isSmartRef__":true,"id":2988},"pvtCachedTransform":{"__isSmartRef__":true,"id":2989},"mouseHandler":null,"_pointer-events":"none","__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ImageMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ImageMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"20213:ImageMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2984":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2985":{"_x":0,"_y":0,"_width":100,"_height":100,"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"2986":{"x":100,"y":100,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2987":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Image","__rawNodeInfo__":{"tagName":"image","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"xmlns","value":"http://www.w3.org/2000/svg","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"xmlns:xlink","value":"http://www.w3.org/1999/xlink","namespaceURI":"http://www.w3.org/2000/xmlns/"},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"xlink:href","value":"http://www.lively-kernel.org/repository/webwerkstatt/PartsBin/ServerWorkspace.svg?time=1297993432410","namespaceURI":"http://www.w3.org/1999/xlink"}]}},"2988":{"x":300,"y":150,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2989":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2990":{"textString":"ServerWorkspace","savedTextString":"ServerWorkspace","submorphs":[{"__isSmartRef__":true,"id":2991}],"owner":{"__isSmartRef__":true,"id":2982},"_livelyDataWrapperId_":"20214:TextMorph","origin":{"__isSmartRef__":true,"id":2996},"shape":{"__isSmartRef__":true,"id":2997},"textContent":{"__isSmartRef__":true,"id":2998},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2999},"textSelection":{"__isSmartRef__":true,"id":2991},"priorExtent":{"__isSmartRef__":true,"id":3000},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3001},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"20214:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(10,10)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2991":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2990},"_livelyDataWrapperId_":"20216:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2992},"shape":{"__isSmartRef__":true,"id":2993},"priorExtent":{"__isSmartRef__":true,"id":2994},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2995},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"20216:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2992":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2993":{"_livelyDataWrapperId_":"20215:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"20215:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2994":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2995":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2996":{"x":10,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2997":{"_x":0,"_y":0,"_width":97,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":2977},"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"97","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"2998":{"_fill":{"__isSmartRef__":true,"id":12},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2999":{"a":1,"b":0,"c":0,"d":1,"e":10,"f":10,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3000":{"x":97,"y":13.2,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3001":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3002":{"x":100,"y":300,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3003":{"_x":0,"_y":0,"_width":100,"_height":100,"_stroke":{"__isSmartRef__":true,"id":2977},"_fill":{"__isSmartRef__":true,"id":3004},"_rx":6,"_ry":6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"3004":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3005":{"x":100,"y":100,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3006":{"protocol":"http:","hostname":"www.lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ServerWorkspace.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3007":{"a":1,"b":0,"c":0,"d":1,"e":100,"f":300,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3008":{"_livelyDataWrapperId_":"20217:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":3009},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Clip","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"20217:lively.scene.Clip","namespaceURI":null}]}},"3009":{"_fill":{"__isSmartRef__":true,"id":3004},"_stroke":{"__isSmartRef__":true,"id":2977},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"100","namespaceURI":null},{"key":"height","value":"100","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"3010":{"sourceObj":{"__isSmartRef__":true,"id":2972},"sourceAttrName":"json","targetObj":{"__isSmartRef__":true,"id":2972},"targetMethodName":"setPartFromJSON","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3011":{"submorphs":[{"__isSmartRef__":true,"id":3012}],"_livelyDataWrapperId_":"977:WindowMorph","origin":{"__isSmartRef__":true,"id":3127},"shape":{"__isSmartRef__":true,"id":3128},"priorExtent":{"__isSmartRef__":true,"id":3129},"pvtCachedTransform":{"__isSmartRef__":true,"id":3130},"targetMorph":{"__isSmartRef__":true,"id":3131},"titleBar":{"__isSmartRef__":true,"id":3012},"contentOffset":{"__isSmartRef__":true,"id":3188},"openForDragAndDrop":false,"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":3189},"partsBinMetaInfo":{"__isSmartRef__":true,"id":3190},"name":"ServerWorkspace","__SourceModuleName__":"Global.lively.Widgets","owner":null,"state":"shutdown","__LivelyClassName__":"WindowMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"WindowMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"977:WindowMorph","namespaceURI":null},{"key":"transform","value":"translate(1369,339)","namespaceURI":null}]}},"3012":{"submorphs":[{"__isSmartRef__":true,"id":3013},{"__isSmartRef__":true,"id":3031},{"__isSmartRef__":true,"id":3044},{"__isSmartRef__":true,"id":3071},{"__isSmartRef__":true,"id":3097}],"owner":{"__isSmartRef__":true,"id":3011},"_livelyDataWrapperId_":"978:TitleBarMorph","origin":{"__isSmartRef__":true,"id":3123},"shape":{"__isSmartRef__":true,"id":3124},"priorExtent":{"__isSmartRef__":true,"id":3125},"pvtCachedTransform":{"__isSmartRef__":true,"id":3126},"mouseHandler":null,"_pointer-events":"none","contentMorph":{"__isSmartRef__":true,"id":3014},"windowMorph":{"__isSmartRef__":true,"id":3011},"label":{"__isSmartRef__":true,"id":3031},"closeButton":{"__isSmartRef__":true,"id":3044},"menuButton":{"__isSmartRef__":true,"id":3071},"collapseButton":{"__isSmartRef__":true,"id":3097},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"TitleBarMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TitleBarMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"978:TitleBarMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3013":{"submorphs":[{"__isSmartRef__":true,"id":3014}],"owner":{"__isSmartRef__":true,"id":3012},"_livelyDataWrapperId_":"980:ClipMorph","origin":{"__isSmartRef__":true,"id":3025},"shape":{"__isSmartRef__":true,"id":3026},"priorExtent":{"__isSmartRef__":true,"id":3027},"clip":{"__isSmartRef__":true,"id":3028},"_clip-path":"url(#749:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":3030},"mouseHandler":null,"_pointer-events":"none","openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ClipMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ClipMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"980:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#749:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(-1,-1)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3014":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3013},"_livelyDataWrapperId_":"979:Morph","origin":{"__isSmartRef__":true,"id":3015},"shape":{"__isSmartRef__":true,"id":3016},"priorExtent":{"__isSmartRef__":true,"id":3023},"pvtCachedTransform":{"__isSmartRef__":true,"id":3024},"styleClass":["titleBar"],"mouseHandler":null,"_pointer-events":"none","openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"Morph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"979:Morph","namespaceURI":null},{"key":"transform","value":"translate(1,1)","namespaceURI":null},{"key":"class","value":"titleBar","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3015":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3016":{"_x":0,"_y":0,"_width":501,"_height":30,"_stroke":{"__isSmartRef__":true,"id":3017},"_fill":{"__isSmartRef__":true,"id":3018},"_rx":8,"_ry":8,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"501","namespaceURI":null},{"key":"height","value":"30","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"url(#22:lively.paint.LinearGradient)","namespaceURI":null},{"key":"stroke-width","value":"2","namespaceURI":null},{"key":"rx","value":"8","namespaceURI":null},{"key":"ry","value":"8","namespaceURI":null}]}},"3017":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3018":{"vector":{"__isSmartRef__":true,"id":3019},"stops":[{"__isSmartRef__":true,"id":3020},{"__isSmartRef__":true,"id":3021},{"__isSmartRef__":true,"id":3022}],"refcount":20,"_livelyDataWrapperId_":"22:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"22:lively.paint.LinearGradient","namespaceURI":null}]}},"3019":{"x":0,"y":1,"width":0,"height":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3020":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(184,184,184)","namespaceURI":null}]}},"3021":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.6","namespaceURI":null},{"key":"stop-color","value":"rgb(230,230,230)","namespaceURI":null}]}},"3022":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(184,184,184)","namespaceURI":null}]}},"3023":{"x":501,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3024":{"a":1,"b":0,"c":0,"d":1,"e":1,"f":1,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3025":{"x":-1,"y":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3026":{"_x":0,"_y":0,"_width":503,"_height":23,"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"503","namespaceURI":null},{"key":"height","value":"23","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3027":{"x":501,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3028":{"_livelyDataWrapperId_":"749:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":3029},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"749:lively.scene.Clip","namespaceURI":null}]}},"3029":{"_fill":null,"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"503","namespaceURI":null},{"key":"height","value":"23","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3030":{"a":1,"b":0,"c":0,"d":1,"e":-1,"f":-1,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3031":{"textString":"ServerSandBox id: server workspace","savedTextString":"ServerSandBox id: server workspace","submorphs":[{"__isSmartRef__":true,"id":3032}],"owner":{"__isSmartRef__":true,"id":3012},"_livelyDataWrapperId_":"982:TextMorph","origin":{"__isSmartRef__":true,"id":3037},"shape":{"__isSmartRef__":true,"id":3038},"textContent":{"__isSmartRef__":true,"id":3040},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3041},"textSelection":{"__isSmartRef__":true,"id":3032},"priorExtent":{"__isSmartRef__":true,"id":3042},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3043},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"openForDragAndDrop":false,"styleClass":["titleBar_label_highlight"],"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"982:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(145.5,3)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"class","value":"titleBar_label_highlight","namespaceURI":null}]}},"3032":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3031},"_livelyDataWrapperId_":"984:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3033},"shape":{"__isSmartRef__":true,"id":3034},"priorExtent":{"__isSmartRef__":true,"id":3035},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3036},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"984:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3033":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3034":{"_livelyDataWrapperId_":"983:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"983:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3035":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3036":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3037":{"x":145.5,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3038":{"_x":0,"_y":0,"_width":213,"_height":17.2,"_stroke":{"__isSmartRef__":true,"id":3017},"_fill":{"__isSmartRef__":true,"id":3039},"_rx":8,"_ry":8,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"213","namespaceURI":null},{"key":"height","value":"17.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null},{"key":"rx","value":"8","namespaceURI":null},{"key":"ry","value":"8","namespaceURI":null},{"key":"fill-opacity","value":"0.5","namespaceURI":null}]}},"3039":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3040":{"_fill":{"__isSmartRef__":true,"id":12},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"3041":{"a":1,"b":0,"c":0,"d":1,"e":145.5,"f":3,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3042":{"x":201,"y":13.2,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3043":{"x":6,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3044":{"submorphs":[{"__isSmartRef__":true,"id":3045}],"owner":{"__isSmartRef__":true,"id":3012},"_livelyDataWrapperId_":"985:WindowControlMorph","origin":{"__isSmartRef__":true,"id":3060},"shape":{"__isSmartRef__":true,"id":3061},"priorExtent":{"__isSmartRef__":true,"id":3067},"label":{"__isSmartRef__":true,"id":3045},"pvtCachedTransform":{"__isSmartRef__":true,"id":3068},"styleClass":["titleBar_closeButton_highlight"],"attributeConnections":[{"__isSmartRef__":true,"id":3069},{"__isSmartRef__":true,"id":3070}],"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"WindowControlMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"WindowControlMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"985:WindowControlMorph","namespaceURI":null},{"key":"transform","value":"translate(490,11)","namespaceURI":null},{"key":"class","value":"titleBar_closeButton_highlight","namespaceURI":null}]}},"3045":{"textString":"X","savedTextString":"X","submorphs":[{"__isSmartRef__":true,"id":3046}],"owner":{"__isSmartRef__":true,"id":3044},"_livelyDataWrapperId_":"986:TextMorph","origin":{"__isSmartRef__":true,"id":3051},"shape":{"__isSmartRef__":true,"id":3052},"textContent":{"__isSmartRef__":true,"id":3053},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3055},"textSelection":{"__isSmartRef__":true,"id":3046},"priorExtent":{"__isSmartRef__":true,"id":3056},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3057},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"styleClass":["titleBar_button_label"],"textColor":{"__isSmartRef__":true,"id":3054},"textStyle":{"__isSmartRef__":true,"id":3058},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"986:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(-4,-6)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"class","value":"titleBar_button_label","namespaceURI":null},{"key":"display","value":"none","namespaceURI":null}]}},"3046":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3045},"_livelyDataWrapperId_":"988:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3047},"shape":{"__isSmartRef__":true,"id":3048},"priorExtent":{"__isSmartRef__":true,"id":3049},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3050},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"988:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3047":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3048":{"_livelyDataWrapperId_":"987:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"987:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3049":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3050":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3051":{"x":-4,"y":-6,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3052":{"_x":0,"_y":0,"_width":8,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":3017},"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"8","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3053":{"_fill":{"__isSmartRef__":true,"id":3054},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(127,127,127)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"3054":{"r":0.5,"g":0.5,"b":0.5,"a":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3055":{"a":1,"b":0,"c":0,"d":1,"e":-4,"f":-6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3056":{"x":8,"y":13.2,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3057":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3058":{"runs":[2],"values":[{"__isSmartRef__":true,"id":3059}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"3059":{"style":"bold","__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3060":{"x":490,"y":11,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3061":{"_cx":0,"_cy":0,"_rx":8,"_ry":8,"_fill":{"__isSmartRef__":true,"id":3062},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Ellipse","__rawNodeInfo__":{"tagName":"ellipse","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"cx","value":"0","namespaceURI":null},{"key":"cy","value":"0","namespaceURI":null},{"key":"rx","value":"8","namespaceURI":null},{"key":"ry","value":"8","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null},{"key":"fill","value":"url(#26:lively.paint.RadialGradient)","namespaceURI":null}]}},"3062":{"stops":[{"__isSmartRef__":true,"id":3063},{"__isSmartRef__":true,"id":3064},{"__isSmartRef__":true,"id":3065}],"f":{"__isSmartRef__":true,"id":3066},"refcount":93,"_livelyDataWrapperId_":"26:lively.paint.RadialGradient","__SourceModuleName__":"Global.lively.scene","fx":0.4,"fy":0.2,"_fx":0.4,"_fy":0.2,"__LivelyClassName__":"lively.paint.RadialGradient","__rawNodeInfo__":{"tagName":"radialGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"26:lively.paint.RadialGradient","namespaceURI":null},{"key":"fx","value":"0.4","namespaceURI":null},{"key":"fy","value":"0.2","namespaceURI":null}]}},"3063":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(226,179,179)","namespaceURI":null}]}},"3064":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.5","namespaceURI":null},{"key":"stop-color","value":"rgb(158,0,0)","namespaceURI":null}]}},"3065":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(95,0,0)","namespaceURI":null}]}},"3066":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3067":{"x":16,"y":16,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3068":{"a":1,"b":0,"c":0,"d":1,"e":490,"f":11,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3069":{"sourceObj":{"__isSmartRef__":true,"id":3044},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":3011},"targetMethodName":"getCloseHelp","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3070":{"sourceObj":{"__isSmartRef__":true,"id":3044},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3011},"targetMethodName":"initiateShutdown","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","isActive":false,"__LivelyClassName__":"AttributeConnection"},"3071":{"submorphs":[{"__isSmartRef__":true,"id":3072}],"owner":{"__isSmartRef__":true,"id":3012},"_livelyDataWrapperId_":"989:WindowControlMorph","origin":{"__isSmartRef__":true,"id":3086},"shape":{"__isSmartRef__":true,"id":3087},"priorExtent":{"__isSmartRef__":true,"id":3093},"label":{"__isSmartRef__":true,"id":3072},"pvtCachedTransform":{"__isSmartRef__":true,"id":3094},"styleClass":["titleBar_menuButton_highlight"],"attributeConnections":[{"__isSmartRef__":true,"id":3095},{"__isSmartRef__":true,"id":3096}],"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"WindowControlMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"WindowControlMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"989:WindowControlMorph","namespaceURI":null},{"key":"transform","value":"translate(11,11)","namespaceURI":null},{"key":"class","value":"titleBar_menuButton_highlight","namespaceURI":null}]}},"3072":{"textString":"M","savedTextString":"M","submorphs":[{"__isSmartRef__":true,"id":3073}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"990:TextMorph","origin":{"__isSmartRef__":true,"id":3078},"shape":{"__isSmartRef__":true,"id":3079},"textContent":{"__isSmartRef__":true,"id":3080},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3081},"textSelection":{"__isSmartRef__":true,"id":3073},"priorExtent":{"__isSmartRef__":true,"id":3082},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3083},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"styleClass":["titleBar_button_label"],"textColor":{"__isSmartRef__":true,"id":3054},"textStyle":{"__isSmartRef__":true,"id":3084},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"990:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(-5,-6)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"class","value":"titleBar_button_label","namespaceURI":null},{"key":"display","value":"none","namespaceURI":null}]}},"3073":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3072},"_livelyDataWrapperId_":"992:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3074},"shape":{"__isSmartRef__":true,"id":3075},"priorExtent":{"__isSmartRef__":true,"id":3076},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3077},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"992:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3074":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3075":{"_livelyDataWrapperId_":"991:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"991:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3076":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3077":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3078":{"x":-5,"y":-6,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3079":{"_x":0,"_y":0,"_width":10,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":3017},"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"10","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3080":{"_fill":{"__isSmartRef__":true,"id":3054},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(127,127,127)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"3081":{"a":1,"b":0,"c":0,"d":1,"e":-5,"f":-6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3082":{"x":10,"y":13.2,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3083":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3084":{"runs":[2],"values":[{"__isSmartRef__":true,"id":3085}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"3085":{"style":"bold","__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3086":{"x":11,"y":11,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3087":{"_cx":0,"_cy":0,"_rx":8,"_ry":8,"_fill":{"__isSmartRef__":true,"id":3088},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Ellipse","__rawNodeInfo__":{"tagName":"ellipse","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"cx","value":"0","namespaceURI":null},{"key":"cy","value":"0","namespaceURI":null},{"key":"rx","value":"8","namespaceURI":null},{"key":"ry","value":"8","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null},{"key":"fill","value":"url(#27:lively.paint.RadialGradient)","namespaceURI":null}]}},"3088":{"stops":[{"__isSmartRef__":true,"id":3089},{"__isSmartRef__":true,"id":3090},{"__isSmartRef__":true,"id":3091}],"f":{"__isSmartRef__":true,"id":3092},"refcount":93,"_livelyDataWrapperId_":"27:lively.paint.RadialGradient","__SourceModuleName__":"Global.lively.scene","fx":0.4,"fy":0.2,"_fx":0.4,"_fy":0.2,"__LivelyClassName__":"lively.paint.RadialGradient","__rawNodeInfo__":{"tagName":"radialGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"27:lively.paint.RadialGradient","namespaceURI":null},{"key":"fx","value":"0.4","namespaceURI":null},{"key":"fy","value":"0.2","namespaceURI":null}]}},"3089":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(179,219,179)","namespaceURI":null}]}},"3090":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.5","namespaceURI":null},{"key":"stop-color","value":"rgb(0,133,0)","namespaceURI":null}]}},"3091":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(0,79,0)","namespaceURI":null}]}},"3092":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3093":{"x":16,"y":16,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3094":{"a":1,"b":0,"c":0,"d":1,"e":11,"f":11,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3095":{"sourceObj":{"__isSmartRef__":true,"id":3071},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":3011},"targetMethodName":"getMenuHelp","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3096":{"sourceObj":{"__isSmartRef__":true,"id":3071},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3011},"targetMethodName":"showTargetMorphMenu","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3097":{"submorphs":[{"__isSmartRef__":true,"id":3098}],"owner":{"__isSmartRef__":true,"id":3012},"_livelyDataWrapperId_":"993:WindowControlMorph","origin":{"__isSmartRef__":true,"id":3112},"shape":{"__isSmartRef__":true,"id":3113},"priorExtent":{"__isSmartRef__":true,"id":3119},"label":{"__isSmartRef__":true,"id":3098},"pvtCachedTransform":{"__isSmartRef__":true,"id":3120},"styleClass":["titleBar_collapseButton_highlight"],"attributeConnections":[{"__isSmartRef__":true,"id":3121},{"__isSmartRef__":true,"id":3122}],"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"WindowControlMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"WindowControlMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"993:WindowControlMorph","namespaceURI":null},{"key":"transform","value":"translate(471,11)","namespaceURI":null},{"key":"class","value":"titleBar_collapseButton_highlight","namespaceURI":null}]}},"3098":{"textString":"–","savedTextString":"–","submorphs":[{"__isSmartRef__":true,"id":3099}],"owner":{"__isSmartRef__":true,"id":3097},"_livelyDataWrapperId_":"994:TextMorph","origin":{"__isSmartRef__":true,"id":3104},"shape":{"__isSmartRef__":true,"id":3105},"textContent":{"__isSmartRef__":true,"id":3106},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3107},"textSelection":{"__isSmartRef__":true,"id":3099},"priorExtent":{"__isSmartRef__":true,"id":3108},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3109},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"styleClass":["titleBar_button_label"],"textColor":{"__isSmartRef__":true,"id":3054},"textStyle":{"__isSmartRef__":true,"id":3110},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"994:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(-3,-6)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"class","value":"titleBar_button_label","namespaceURI":null},{"key":"display","value":"none","namespaceURI":null}]}},"3099":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3098},"_livelyDataWrapperId_":"996:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3100},"shape":{"__isSmartRef__":true,"id":3101},"priorExtent":{"__isSmartRef__":true,"id":3102},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3103},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"996:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3100":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3101":{"_livelyDataWrapperId_":"995:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"995:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3102":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3103":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3104":{"x":-3,"y":-6,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3105":{"_x":0,"_y":0,"_width":7,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":3017},"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"7","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3106":{"_fill":{"__isSmartRef__":true,"id":3054},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(127,127,127)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"3107":{"a":1,"b":0,"c":0,"d":1,"e":-3,"f":-6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3108":{"x":7,"y":13.2,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3109":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3110":{"runs":[2],"values":[{"__isSmartRef__":true,"id":3111}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"3111":{"style":"bold","__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3112":{"x":471,"y":11,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3113":{"_cx":0,"_cy":0,"_rx":8,"_ry":8,"_fill":{"__isSmartRef__":true,"id":3114},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Ellipse","__rawNodeInfo__":{"tagName":"ellipse","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"cx","value":"0","namespaceURI":null},{"key":"cy","value":"0","namespaceURI":null},{"key":"rx","value":"8","namespaceURI":null},{"key":"ry","value":"8","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null},{"key":"fill","value":"url(#28:lively.paint.RadialGradient)","namespaceURI":null}]}},"3114":{"stops":[{"__isSmartRef__":true,"id":3115},{"__isSmartRef__":true,"id":3116},{"__isSmartRef__":true,"id":3117}],"f":{"__isSmartRef__":true,"id":3118},"refcount":93,"_livelyDataWrapperId_":"28:lively.paint.RadialGradient","__SourceModuleName__":"Global.lively.scene","fx":0.4,"fy":0.2,"_fx":0.4,"_fy":0.2,"__LivelyClassName__":"lively.paint.RadialGradient","__rawNodeInfo__":{"tagName":"radialGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"28:lively.paint.RadialGradient","namespaceURI":null},{"key":"fx","value":"0.4","namespaceURI":null},{"key":"fy","value":"0.2","namespaceURI":null}]}},"3115":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(255,243,209)","namespaceURI":null}]}},"3116":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.5","namespaceURI":null},{"key":"stop-color","value":"rgb(255,215,102)","namespaceURI":null}]}},"3117":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(153,129,61)","namespaceURI":null}]}},"3118":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3119":{"x":16,"y":16,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3120":{"a":1,"b":0,"c":0,"d":1,"e":471,"f":11,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3121":{"sourceObj":{"__isSmartRef__":true,"id":3097},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":3011},"targetMethodName":"getCollapseHelp","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3122":{"sourceObj":{"__isSmartRef__":true,"id":3097},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3011},"targetMethodName":"toggleCollapse","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3123":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3124":{"_x":0,"_y":0,"_width":501,"_height":22,"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"501","namespaceURI":null},{"key":"height","value":"22","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3125":{"x":501,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3126":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3127":{"x":1369,"y":339,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3128":{"_x":0,"_y":0,"_width":501,"_height":224,"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"501","namespaceURI":null},{"key":"height","value":"224","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3129":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3130":{"a":1,"b":0,"c":0,"d":1,"e":1369,"f":339,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3131":{"submorphs":[{"__isSmartRef__":true,"id":3132},{"__isSmartRef__":true,"id":3158}],"owner":null,"_livelyDataWrapperId_":"972:ScrollPane","origin":{"__isSmartRef__":true,"id":3183},"shape":{"__isSmartRef__":true,"id":3184},"priorExtent":{"__isSmartRef__":true,"id":3185},"pvtCachedTransform":{"__isSmartRef__":true,"id":3186},"clipMorph":{"__isSmartRef__":true,"id":3132},"verticalScrollBar":{"__isSmartRef__":true,"id":3158},"attributeConnections":[{"__isSmartRef__":true,"id":3187}],"suppressHandles":true,"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ScrollPane","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScrollPane","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"972:ScrollPane","namespaceURI":null},{"key":"transform","value":"translate(0,22)","namespaceURI":null}]}},"3132":{"submorphs":[{"__isSmartRef__":true,"id":3133}],"owner":{"__isSmartRef__":true,"id":3131},"_livelyDataWrapperId_":"973:ClipMorph","origin":{"__isSmartRef__":true,"id":3152},"shape":{"__isSmartRef__":true,"id":3153},"priorExtent":{"__isSmartRef__":true,"id":3154},"clip":{"__isSmartRef__":true,"id":3155},"_clip-path":"url(#750:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":3157},"suppressHandles":true,"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ClipMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ClipMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"973:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#750:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3133":{"textString":"x = Math.sqrt(2);\nx; // print it 4999999950000001\n\n// long computation\nfor (var i = 0; i < 100000000; i++) {\n\tx += i;\n}","savedTextString":"","submorphs":[{"__isSmartRef__":true,"id":3134}],"owner":{"__isSmartRef__":true,"id":3132},"_livelyDataWrapperId_":"964:ServerSandBoxWorkspace","origin":{"__isSmartRef__":true,"id":3139},"shape":{"__isSmartRef__":true,"id":3140},"textContent":{"__isSmartRef__":true,"id":3142},"lineNumberHint":6,"pvtCachedTransform":{"__isSmartRef__":true,"id":3143},"textSelection":{"__isSmartRef__":true,"id":3134},"priorExtent":{"__isSmartRef__":true,"id":3144},"useChangeClue":false,"sandboxServer":{"__isSmartRef__":true,"id":3145},"isSync":true,"isSelecting":false,"hasKeyboardFocus":false,"waitMorph":{"__isSmartRef__":true,"id":3147},"__SourceModuleName__":"Global.server.nodejs.WebInterface","__LivelyClassName__":"ServerSandBoxWorkspace","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ServerSandBoxWorkspace","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"964:ServerSandBoxWorkspace","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3134":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3133},"_livelyDataWrapperId_":"966:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3135},"shape":{"__isSmartRef__":true,"id":3136},"priorExtent":{"__isSmartRef__":true,"id":3137},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3138},"isCursor":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"966:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3135":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3136":{"_livelyDataWrapperId_":"965:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"965:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3137":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3138":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3139":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3140":{"_x":0,"_y":0,"_width":489,"_height":107.6,"_fill":{"__isSmartRef__":true,"id":3141},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"489","namespaceURI":null},{"key":"height","value":"107.6","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null}]}},"3141":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3142":{"_fill":{"__isSmartRef__":true,"id":12},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"3143":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3144":{"x":477,"y":99.6,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3145":{"serverURL":{"__isSmartRef__":true,"id":3146},"id":"server workspace","attributeConnections":[],"result":4999999950000001,"__SourceModuleName__":"Global.server.nodejs.WebInterface","__LivelyClassName__":"NodeJSSandboxServer"},"3146":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/nodejs/SandboxServer/run","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3147":{"submorphs":[],"owner":null,"_livelyDataWrapperId_":"1141:BoxMorph","origin":{"__isSmartRef__":true,"id":3148},"shape":{"__isSmartRef__":true,"id":3149},"priorExtent":{"__isSmartRef__":true,"id":3150},"pvtCachedTransform":{"__isSmartRef__":true,"id":3151},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"BoxMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"BoxMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1141:BoxMorph","namespaceURI":null},{"key":"transform","value":"translate(-2,-2)","namespaceURI":null}]}},"3148":{"x":-2,"y":-2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3149":{"_x":0,"_y":0,"_width":493,"_height":111.5999984741211,"_fill":{"__isSmartRef__":true,"id":3017},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"493","namespaceURI":null},{"key":"height","value":"111.5999984741211","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill-opacity","value":"0.3","namespaceURI":null}]}},"3150":{"x":493,"y":111.5999984741211,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3151":{"a":1,"b":0,"c":0,"d":1,"e":-2,"f":-2,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3152":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3153":{"_x":0,"_y":0,"_width":489,"_height":202,"_fill":{"__isSmartRef__":true,"id":3141},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"489","namespaceURI":null},{"key":"height","value":"202","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3154":{"x":500,"y":200,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3155":{"_livelyDataWrapperId_":"750:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":3156},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"750:lively.scene.Clip","namespaceURI":null}]}},"3156":{"_fill":{"__isSmartRef__":true,"id":3141},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"489","namespaceURI":null},{"key":"height","value":"202","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3157":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3158":{"submorphs":[{"__isSmartRef__":true,"id":3159}],"owner":{"__isSmartRef__":true,"id":3131},"_livelyDataWrapperId_":"975:SliderMorph","origin":{"__isSmartRef__":true,"id":3172},"shape":{"__isSmartRef__":true,"id":3173},"priorExtent":{"__isSmartRef__":true,"id":3179},"value":0,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":3180},"slider":{"__isSmartRef__":true,"id":3159},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":3181},{"__isSmartRef__":true,"id":3182}],"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"SliderMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"SliderMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"975:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(488,0)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]}},"3159":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3158},"_livelyDataWrapperId_":"976:Morph","origin":{"__isSmartRef__":true,"id":3160},"shape":{"__isSmartRef__":true,"id":3161},"priorExtent":{"__isSmartRef__":true,"id":3168},"pvtCachedTransform":{"__isSmartRef__":true,"id":3169},"mouseHandler":{"__isSmartRef__":true,"id":3170},"styleClass":["slider"],"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"Morph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"976:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null}]}},"3160":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3161":{"_x":0,"_y":0,"_width":13,"_height":201.01463414634145,"_stroke":{"__isSmartRef__":true,"id":3162},"_fill":{"__isSmartRef__":true,"id":3163},"_rx":6,"_ry":6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"13","namespaceURI":null},{"key":"height","value":"201.01463414634145","namespaceURI":null},{"key":"stroke","value":"rgb(102,102,102)","namespaceURI":null},{"key":"fill","value":"url(#18:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"3162":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3163":{"vector":{"__isSmartRef__":true,"id":3164},"stops":[{"__isSmartRef__":true,"id":3165},{"__isSmartRef__":true,"id":3166},{"__isSmartRef__":true,"id":3167}],"refcount":47,"_livelyDataWrapperId_":"18:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"0","namespaceURI":null},{"key":"x2","value":"1","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"18:lively.paint.LinearGradient","namespaceURI":null}]}},"3164":{"x":0,"y":0,"width":1,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3165":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(196,211,221)","namespaceURI":null}]}},"3166":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.5","namespaceURI":null},{"key":"stop-color","value":"rgb(137,167,187)","namespaceURI":null}]}},"3167":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(96,130,153)","namespaceURI":null}]}},"3168":{"x":12,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3169":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3170":{"target":{"__isSmartRef__":true,"id":3158},"eventSpec":{"__isSmartRef__":true,"id":3171},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3171":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"3172":{"x":488,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3173":{"_x":0,"_y":0,"_width":13,"_height":202,"_stroke":{"__isSmartRef__":true,"id":3174},"_fill":{"__isSmartRef__":true,"id":3175},"_rx":6,"_ry":6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"13","namespaceURI":null},{"key":"height","value":"202","namespaceURI":null},{"key":"stroke","value":"rgb(204,204,204)","namespaceURI":null},{"key":"fill","value":"url(#19:lively.paint.LinearGradient)","namespaceURI":null},{"key":"stroke-opacity","value":"1","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"3174":{"r":0.8,"g":0.8,"b":0.8,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3175":{"vector":{"__isSmartRef__":true,"id":3164},"stops":[{"__isSmartRef__":true,"id":3176},{"__isSmartRef__":true,"id":3177},{"__isSmartRef__":true,"id":3178}],"refcount":61,"_livelyDataWrapperId_":"19:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"0","namespaceURI":null},{"key":"x2","value":"1","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"19:lively.paint.LinearGradient","namespaceURI":null}]}},"3176":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(204,204,204)","namespaceURI":null}]}},"3177":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.4","namespaceURI":null},{"key":"stop-color","value":"rgb(240,240,240)","namespaceURI":null}]}},"3178":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(245,245,245)","namespaceURI":null}]}},"3179":{"x":5,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3180":{"a":1,"b":0,"c":0,"d":1,"e":488,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3181":{"sourceObj":{"__isSmartRef__":true,"id":3158},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":3131},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3182":{"sourceObj":{"__isSmartRef__":true,"id":3158},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":3131},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3183":{"x":0,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3184":{"_x":0,"_y":0,"_width":501,"_height":202,"_fill":null,"_stroke":{"__isSmartRef__":true,"id":3017},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"501","namespaceURI":null},{"key":"height","value":"202","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null}]}},"3185":{"x":500,"y":200,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3186":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":22,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3187":{"sourceObj":{"__isSmartRef__":true,"id":3131},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":3158},"targetMethodName":"setValue","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3188":{"x":0,"y":23,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3189":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3190":{"documentation":"A workspace that evaluates expressions on the NodeJS SandboxServer (see server.nodejs.SandboxServer for more information)","requiredModules":["server.nodejs.WebInterface"]},"3191":{"partsSpaceName":"PartsBin","name":"CommandLine","json":null,"__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartItem"},"3192":{"partsSpaceName":"PartsBin","name":"ScalingAlbatross","json":null,"__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartItem"},"3193":{"partsSpaceName":"PartsBin","name":"TestWorkspace","json":null,"__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartItem"},"3194":{"partsSpaceName":"PartsBin","name":"elephant","json":null,"__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartItem"},"3195":{"partsSpaceName":"PartsBin","name":"hpiLogo","json":null,"__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartItem"},"3196":{"partsSpaceName":"PartsBin","name":"TestObject","json":null,"__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartItem"},"3197":{"uncategorized":"PartsBin/","Fun":{"__isSmartRef__":true,"id":3198},"Tools":{"__isSmartRef__":true,"id":3199},"Widgets":{"__isSmartRef__":true,"id":3200},"Labels":{"__isSmartRef__":true,"id":3201},"Logos":{"__isSmartRef__":true,"id":3202},"Games":{"__isSmartRef__":true,"id":3203},"Documentation":{"__isSmartRef__":true,"id":3204},"Demos":{"__isSmartRef__":true,"id":3205}},"3198":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"3199":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"3200":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"3201":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Labels/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"3202":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Logos/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"3203":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Games/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"3204":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"3205":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"3206":{"setupConnections":{"__isSmartRef__":true,"id":3207},"adjustForNewBounds":{"__isSmartRef__":true,"id":3209},"loadPartsOfCategory":{"__isSmartRef__":true,"id":3214},"removeParts":{"__isSmartRef__":true,"id":3216},"urlForCategory":{"__isSmartRef__":true,"id":3218},"partNamesOfURL":{"__isSmartRef__":true,"id":3220},"addCategoryInteractively":{"__isSmartRef__":true,"id":3222},"addCategory":{"__isSmartRef__":true,"id":3224},"addMorphsForPartItems":{"__isSmartRef__":true,"id":3226},"morphMenu":{"__isSmartRef__":true,"id":3228},"addExternalCategoryInteractively":{"__isSmartRef__":true,"id":3233},"defaultPartsBinURL":{"__isSmartRef__":true,"id":3235},"addExternalCategory":{"__isSmartRef__":true,"id":3237},"ensureCategories":{"__isSmartRef__":true,"id":3239},"reset":{"__isSmartRef__":true,"id":3241},"removeCategoryInteractively":{"__isSmartRef__":true,"id":3243},"removeCategory":{"__isSmartRef__":true,"id":3245},"getURLForCategoryNamed":{"__isSmartRef__":true,"id":3247},"updateCategoryList":{"__isSmartRef__":true,"id":3249},"reloadEverything":{"__isSmartRef__":true,"id":3251},"updateCategoriesDictFromPartsBin":{"__isSmartRef__":true,"id":3253},"addPartsBinMenuToPartsMorph":{"__isSmartRef__":true,"id":3255},"getCategoryNames":{"__isSmartRef__":true,"id":3257},"movePartItemFromTo":{"__isSmartRef__":true,"id":3259},"getPartsSpaceForCategory":{"__isSmartRef__":true,"id":3261},"onLoadFromPartsBin":{"__isSmartRef__":true,"id":3263}},"3207":{"varMapping":{"__isSmartRef__":true,"id":3208},"source":"function setupConnections() {\n\tconnect(this.closeButton, 'fire', this, 'remove')\n\tconnect(this.addCategoryButton, 'fire', this, 'addCategoryInteractively')\n\tconnect(this.get('removeCategoryButton'), 'fire', this, 'removeCategoryInteractively')\n\tconnect(this.getMorphNamed('categoryList'), 'selection', this, 'categoryName')\n\tconnect(this, 'categoryName', this, 'loadPartsOfCategory')\n\n\tconnect(this.get('reloadButton'), \"fire\", this, \"reloadEverything\")\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3208":{"this":{"__isSmartRef__":true,"id":2121}},"3209":{"varMapping":{"__isSmartRef__":true,"id":3210},"source":"function adjustForNewBounds() {\n\t// see apps.UserStories for layouting cosde\n\t$super();\n\tvar newExtent = this.innerBounds().extent(),\n\t\tscalePt = newExtent.scaleByPt(this.priorExtent.invertedSafely()),\n\t\tdiff = newExtent.subPt(this.priorExtent);\n\tthis.moveHorizontal.invoke('moveBy', pt(diff.x,0));\n\tthis.moveVertical.invoke('moveBy', pt(0,diff.y));\n\tthis.resizeComplete.forEach(function(sub) {\n\t\tsub.setExtent(sub.getExtent().addPt(diff));\n\t})\n\tthis.resizeHeight.forEach(function(sub) {\n\t\tsub.setExtent(sub.getExtent().addPt(pt(0, diff.y)));\n\t}) \n\tthis.priorExtent = newExtent;\n/*\nthis.resizeComplete = [this.partsBinContents]\nthis.resizeHeight = [this.categoryPane]\nthis.moveHorizontal = [this.closeButton, this.reloadButton, this.partsBinContents]\nthis.moveVertical = [this.addCategoryButton]\nthis.closeButton.setPosition(pt(568,4))\nthis.reloadButton.setPosition(pt(490,4))\n\n*/\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3210":{"this":{"__isSmartRef__":true,"id":2121},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3211}},"3211":{"$super":{"__isSmartRef__":true,"id":3212}},"3212":{"varMapping":{"__isSmartRef__":true,"id":3213},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3213":{"obj":{"__isSmartRef__":true,"id":2121},"name":"adjustForNewBounds"},"3214":{"varMapping":{"__isSmartRef__":true,"id":3215},"source":"function loadPartsOfCategory(categoryName) {\n\tthis.removeParts();\n\t// categoryName = 'robert1'\n\tvar partsSpace = this.getPartsSpaceForCategory(categoryName);\n\tconnect(partsSpace, 'partItems', this, 'addMorphsForPartItems', {\n\t\tconverter: function(partItemObj) { return Properties.ownValues(partItemObj) }})\n\tpartsSpace.load(true)\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3215":{"this":{"__isSmartRef__":true,"id":2121}},"3216":{"varMapping":{"__isSmartRef__":true,"id":3217},"source":"function removeParts() {\n\tthis.partsBinContents.submorphs.clone().invoke('remove')\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3217":{"this":{"__isSmartRef__":true,"id":2121}},"3218":{"varMapping":{"__isSmartRef__":true,"id":3219},"source":"function urlForCategory(categoryName) {\n\tvar path = categoryName == 'default' ? 'PartsBin/' : categoryName + '/MyPartsBin/';\n\treturn URL.codeBase.withFilename(path)\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3219":{"this":{"__isSmartRef__":true,"id":2121}},"3220":{"varMapping":{"__isSmartRef__":true,"id":3221},"source":"function partNamesOfURL(url) {\n\treturn new WebResource(url).getSubElements().subDocuments\n\t\t.sort()\n\t\t.invoke('getURL')\n\t\t.invoke('filename')\n\t\t.select(function(ea){ return ea.match(/(.+)\\.json$/)})\n\t\t.collect(function(ea){ return ea.replace(\".json\", \"\")})\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3221":{"this":{"__isSmartRef__":true,"id":2121}},"3222":{"varMapping":{"__isSmartRef__":true,"id":3223},"source":"function addCategoryInteractively() {\n\tvar partsBin = this, world = this.world();\n\tworld.prompt('Name of new category?', function(categoryName) {\n\t\tif (!categoryName || categoryName == '') {\n\t\t\talert('no category created!')\n\t\t\treturn;\n\t\t}\n\t\tpartsBin.addCategory(categoryName)\n\t})\t\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3223":{"this":{"__isSmartRef__":true,"id":2121}},"3224":{"varMapping":{"__isSmartRef__":true,"id":3225},"source":"function addCategory(categoryName) {\n\tvar url = this.defaultPartsBinURL().withFilename(categoryName)\n\tthis.addExternalCategory(categoryName, url, true);\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3225":{"this":{"__isSmartRef__":true,"id":2121}},"3226":{"varMapping":{"__isSmartRef__":true,"id":3227},"source":"function addMorphsForPartItems(partItems) {\n\tpartItems\n\t\t.sortBy(function(ea) { return ea.name.toLowerCase() })\n\t\t.forEach(function(partItem) {\n\t\t\tvar morph = partItem.asPartsBinItem();\n\t\t\tthis.partsBinContents.addMorph(morph);\n\t\t\tthis.addPartsBinMenuToPartsMorph(morph);\n\t\t}, this);\n\tthis.partsBinContents.adjustForNewBounds()\n\tthis.get('partsBinPane').scrollToTop()\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3227":{"this":{"__isSmartRef__":true,"id":2121}},"3228":{"varMapping":{"__isSmartRef__":true,"id":3229},"source":"function morphMenu(evt) {\n\tvar menu = $super(evt);\n\tif (!menu) return;\n\n\tmenu.addItem(['Add category', this.addCategoryInteractively.bind(this)]);\n\tmenu.addItem(['Add external category', this.addExternalCategoryInteractively.bind(this)]);\n\treturn menu;\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3229":{"this":{"__isSmartRef__":true,"id":2121},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3230}},"3230":{"$super":{"__isSmartRef__":true,"id":3231}},"3231":{"varMapping":{"__isSmartRef__":true,"id":3232},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3232":{"obj":{"__isSmartRef__":true,"id":2121},"name":"morphMenu"},"3233":{"varMapping":{"__isSmartRef__":true,"id":3234},"source":"function addExternalCategoryInteractively() {\n\tvar partsBin = this, world = this.world();\n\tworld.prompt('Name of new category?', function(categoryName) {\n\t\tif (!categoryName || categoryName == '') {\n\t\t\talert('no category created!')\n\t\t\treturn;\n\t\t}\n\t\tworld.prompt(\n\t\t\t'URL for category ' + categoryName + ' (absolute)',\n\t\t\tfunction(urlString) {\n\t\t\t\tif (!urlString.endsWith('/')) urlString += '/';\n\t\t\t\ttry {\n\t\t\t\t\tvar url = new URL(urlString)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert(urlString + ' is not a valid URL!');\n\t\t\t\t\treturn\n\t\t\t\t}\n\t\t\t\tcategoryName += ' [external]';\n\t\t\t\tpartsBin.addExternalCategory(categoryName, url)\n\t\t\t})\n\t})\t\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3234":{"this":{"__isSmartRef__":true,"id":2121}},"3235":{"varMapping":{"__isSmartRef__":true,"id":3236},"source":"function defaultPartsBinURL() {\n\treturn URL.codeBase.withFilename('PartsBin/');\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3236":{"this":{"__isSmartRef__":true,"id":2121}},"3237":{"varMapping":{"__isSmartRef__":true,"id":3238},"source":"function addExternalCategory(categoryName, url, createPath) {\n\tthis.ensureCategories();\n\turl = url.asDirectory();\n\tthis.categories[categoryName] = url;\n\tif (createPath) {\n\t\tthis.getPartsSpaceForCategory(categoryName).ensureExistance();\n\t}\n\tthis.updateCategoryList(categoryName)\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3238":{"this":{"__isSmartRef__":true,"id":2121}},"3239":{"varMapping":{"__isSmartRef__":true,"id":3240},"source":"function ensureCategories() {\n\tif (!this.categories)\n\t\tthis.categories = {uncategorized: 'PartsBin/'};\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3240":{"this":{"__isSmartRef__":true,"id":2121}},"3241":{"varMapping":{"__isSmartRef__":true,"id":3242},"source":"function reset() {\n\tdelete this.categories;\n\tthis.get('categoryList').updateList([])\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3242":{"this":{"__isSmartRef__":true,"id":2121}},"3243":{"varMapping":{"__isSmartRef__":true,"id":3244},"source":"function removeCategoryInteractively() {\n\tvar partsBin = this, world = this.world();\n\tworld.confirm('Really remove ' + this.categoryName + '?', function(result) {\n\t\tif (!result) {\n\t\t\talert('no category removed!')\n\t\t\treturn;\n\t\t}\n\t\tpartsBin.removeCategory(partsBin.categoryName)\n\t})\t\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3244":{"this":{"__isSmartRef__":true,"id":2121}},"3245":{"varMapping":{"__isSmartRef__":true,"id":3246},"source":"function removeCategory(categoryName) {\n\t// categoryName = this.categoryName\n\tvar url = this.getURLForCategoryNamed(categoryName);\n\tif (!url) {\n\t\talert('No category ' + categoryName + ' exists! Doing nothing')\n\t\treturn;\n\t}\n\tvar webR = new WebResource(url);\n\tif (!webR.exists()) {\n\t\talert('Does not exist: ' + url);\n\t\tdelete this.categories[categoryName];\n\t\tlively.PartsBin.removePartsSpace(name);\n\t\tthis.updateCategoryList();\n\t\treturn\n\t}\n\twebR.getSubElements()\n\tif (!webR.subDocuments || webR.subDocuments.length > 0 ||\n\t\t\t !webR.subCollections || webR.subCollections.length > 0) {\n\t\talert('Will not remove directory ' + url + ' because it is not empty')\n\t} else {\n\t\twebR.del();\n\t\talertOK('Removed ' + categoryName + ' url ' + url);\n\t}\n\tdelete this.categories[categoryName];\n\tlively.PartsBin.removePartsSpace(name);\n\tthis.updateCategoryList();\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3246":{"this":{"__isSmartRef__":true,"id":2121}},"3247":{"varMapping":{"__isSmartRef__":true,"id":3248},"source":"function getURLForCategoryNamed(categoryName) {\n\tvar relative = this.categories[categoryName];\n\tif (!relative) return null;\n\treturn URL.ensureAbsoluteCodeBaseURL(relative).withRelativePartsResolved()\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3248":{"this":{"__isSmartRef__":true,"id":2121}},"3249":{"varMapping":{"__isSmartRef__":true,"id":3250},"source":"function updateCategoryList(optCategoryName) {\n\tthis.get('categoryList').updateList(\n\t\tProperties.own(this.categories).sortBy(function(name) { return name.toLowerCase()}))\n\tthis.get('categoryList').select(optCategoryName)\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3250":{"this":{"__isSmartRef__":true,"id":2121}},"3251":{"varMapping":{"__isSmartRef__":true,"id":3252},"source":"function reloadEverything() {\n\tthis.updateCategoriesDictFromPartsBin();\n\tthis.updateCategoryList(this.categoryName);\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3252":{"this":{"__isSmartRef__":true,"id":2121}},"3253":{"varMapping":{"__isSmartRef__":true,"id":3254},"source":"function updateCategoriesDictFromPartsBin() {\n\tthis.ensureCategories();\n\tvar webR = new WebResource(this.defaultPartsBinURL());\n\twebR.getSubElements().subCollections.forEach(function(dir) {\n\t\t// FIXME OMeta does something here...!\n\t\tvar unescape = Global.urlUnescape || Global.unescape,\n\t\t\tunescaped = unescape(dir.getURL().filename()),\n\t\t\tname = unescaped.replace(/\\/$/,\"\");\n\t\tthis.categories[name] = this.defaultPartsBinURL().withFilename(unescaped);\n\t}, this);\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3254":{"this":{"__isSmartRef__":true,"id":2121}},"3255":{"varMapping":{"__isSmartRef__":true,"id":3256},"source":"function addPartsBinMenuToPartsMorph(partItemMorph) {\n\tpartItemMorph.partsBin = this;\n\tpartItemMorph.addScript(function morphMenu(evt) {\n\t\tvar menu = $super(evt),\n\t\t\tpartsBin = this.partsBin,\n\t\t\tpartItem = this.partItem;\n\n\t\t// FIXME!\n\t\tvar namesAndActions = partsBin.getCategoryNames().collect(function(name) {\n\t\t\treturn [name, function() {\n\t\t\t\tpartItem.copyToPartsSpace(partsBin.getPartsSpaceForCategory(name))\n\t\t\t}]\n\t\t})\n\t\tmenu.addItem(['Copy to PartsBin category', namesAndActions])\n\n\t\tvar namesAndActions = partsBin.getCategoryNames().collect(function(name) {\n\t\t\treturn [name, function() {\n\t\t\t\tpartItem.moveToPartsSpace(partsBin.getPartsSpaceForCategory(name))\n\t\t\t}]\n\t\t})\n\t\tmenu.addItem(['Move to PartsBin category', namesAndActions]);\n\n\t\treturn menu\n\t})\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3256":{"this":{"__isSmartRef__":true,"id":2121}},"3257":{"varMapping":{"__isSmartRef__":true,"id":3258},"source":"function getCategoryNames() {\n\tthis.ensureCategories();\n\treturn Properties.own(this.categories);\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3258":{"this":{"__isSmartRef__":true,"id":2121}},"3259":{"varMapping":{"__isSmartRef__":true,"id":3260},"source":"function movePartItemFromTo(partItem, categoryName, prevCategoryName) {\n\talert('movePartItemFromTo')\n\tGlobal.item = partItem\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3260":{"this":{"__isSmartRef__":true,"id":2121}},"3261":{"varMapping":{"__isSmartRef__":true,"id":3262},"source":"function getPartsSpaceForCategory(categoryName) {\n\tvar url = this.getURLForCategoryNamed(categoryName);\n\treturn lively.PartsBin.partsSpaceWithURL(url);\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3262":{"this":{"__isSmartRef__":true,"id":2121}},"3263":{"varMapping":{"__isSmartRef__":true,"id":3264},"source":"function onLoadFromPartsBin() {\n\tthis.reloadEverything();\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3264":{"this":{"__isSmartRef__":true,"id":2121}},"3265":{"submorphs":[{"__isSmartRef__":true,"id":3266},{"__isSmartRef__":true,"id":3333},{"__isSmartRef__":true,"id":3352},{"__isSmartRef__":true,"id":3489},{"__isSmartRef__":true,"id":3521},{"__isSmartRef__":true,"id":3547},{"__isSmartRef__":true,"id":3571},{"__isSmartRef__":true,"id":3597},{"__isSmartRef__":true,"id":3614},{"__isSmartRef__":true,"id":3655}],"_livelyDataWrapperId_":"228:Morph","origin":{"__isSmartRef__":true,"id":3670},"shape":{"__isSmartRef__":true,"id":3671},"priorExtent":{"__isSmartRef__":true,"id":3673},"pvtCachedTransform":{"__isSmartRef__":true,"id":3674},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":3675},"name":"ScriptEditor2","targetName":{"__isSmartRef__":true,"id":3614},"scriptList":{"__isSmartRef__":true,"id":3268},"scriptSource":{"__isSmartRef__":true,"id":3354},"target":null,"attributeConnections":[{"__isSmartRef__":true,"id":3676},{"__isSmartRef__":true,"id":3677}],"targetFound":{"__isSmartRef__":true,"id":3333},"__SourceModuleName__":"Global.lively.oldCore.Morphs","removeButton":{"__isSmartRef__":true,"id":3489},"submorphNames":["targetName","scriptList","scriptSource","targetFound","removeButton"],"foo":{"__isSmartRef__":true,"id":3678},"addButton":{"__isSmartRef__":true,"id":3521},"scriptLabel":{"__isSmartRef__":true,"id":3685},"testObject":{"__isSmartRef__":true,"id":3698},"closeButton":{"__isSmartRef__":true,"id":3547},"scriptName":"closeButton:ScriptableButtonMorph connection","searchText":{"__isSmartRef__":true,"id":3655},"partsBinMetaInfo":{"__isSmartRef__":true,"id":3702},"owner":{"__isSmartRef__":true,"id":0},"__LivelyClassName__":"Morph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"228:Morph","namespaceURI":null},{"key":"transform","value":"translate(430.00006103515625,48.43902587890625) scale(1.0127249956130981,1.0127249956130981)","namespaceURI":null}]},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3703},"withLayers":["NodeMorphLayer"]},"3266":{"submorphs":[{"__isSmartRef__":true,"id":3267},{"__isSmartRef__":true,"id":3299}],"owner":{"__isSmartRef__":true,"id":3265},"_livelyDataWrapperId_":"790:ScrollPane","origin":{"__isSmartRef__":true,"id":3325},"shape":{"__isSmartRef__":true,"id":3326},"priorExtent":{"__isSmartRef__":true,"id":3328},"pvtCachedTransform":{"__isSmartRef__":true,"id":3329},"clipMorph":{"__isSmartRef__":true,"id":3267},"verticalScrollBar":{"__isSmartRef__":true,"id":3299},"attributeConnections":[{"__isSmartRef__":true,"id":3330}],"suppressHandles":false,"padding":{"__isSmartRef__":true,"id":3331},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":3332},"__SourceModuleName__":"Global.lively.Widgets","suppressGrabbing":true,"__LivelyClassName__":"ScrollPane","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScrollPane","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"790:ScrollPane","namespaceURI":null},{"key":"transform","value":"translate(10.744148762476698,29.131848155957655)","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"3267":{"submorphs":[{"__isSmartRef__":true,"id":3268}],"owner":{"__isSmartRef__":true,"id":3266},"_livelyDataWrapperId_":"791:ClipMorph","origin":{"__isSmartRef__":true,"id":3293},"shape":{"__isSmartRef__":true,"id":3294},"priorExtent":{"__isSmartRef__":true,"id":3295},"clip":{"__isSmartRef__":true,"id":3296},"_clip-path":"url(#5857:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":3298},"suppressHandles":true,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ClipMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ClipMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"791:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#5857:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(6.0000303599008475,6.0000890100127435)","namespaceURI":null}]}},"3268":{"baseWidth":324,"textStyle":null,"submorphs":[{"__isSmartRef__":true,"id":3269}],"owner":{"__isSmartRef__":true,"id":3267},"_livelyDataWrapperId_":"786:ListMorph","origin":{"__isSmartRef__":true,"id":3286},"shape":{"__isSmartRef__":true,"id":3287},"priorExtent":{"__isSmartRef__":true,"id":3289},"itemList":["-----"],"selectedLineNo":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3290},"savedFill":null,"suppressHandles":true,"hasKeyboardFocus":false,"name":"scriptList","attributeConnections":[{"__isSmartRef__":true,"id":3291},{"__isSmartRef__":true,"id":3292}],"selection":"-----","__SourceModuleName__":"Global.lively.Widgets","editScript":{"__isSmartRef__":true,"id":3265},"__LivelyClassName__":"ListMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ListMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"786:ListMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"3269":{"textString":"-----","savedTextString":"-----","submorphs":[{"__isSmartRef__":true,"id":3270}],"owner":{"__isSmartRef__":true,"id":3268},"_livelyDataWrapperId_":"787:TextMorph","origin":{"__isSmartRef__":true,"id":3275},"shape":{"__isSmartRef__":true,"id":3276},"textContent":{"__isSmartRef__":true,"id":3279},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3280},"textSelection":{"__isSmartRef__":true,"id":3270},"priorExtent":{"__isSmartRef__":true,"id":3281},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3282},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3283},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3285},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"787:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,4.5)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3270":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3269},"_livelyDataWrapperId_":"789:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3271},"shape":{"__isSmartRef__":true,"id":3272},"priorExtent":{"__isSmartRef__":true,"id":3273},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3274},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"789:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3271":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3272":{"_livelyDataWrapperId_":"788:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"788:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3273":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3274":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3275":{"x":3,"y":4.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3276":{"_x":0,"_y":0,"_width":300,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":3277},"_fill":{"__isSmartRef__":true,"id":3278},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"300","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(204,204,204)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3277":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3278":{"r":0.8,"g":0.8,"b":0.8,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3279":{"_fill":{"__isSmartRef__":true,"id":12},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"3280":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":4.5,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3281":{"x":292,"y":13.2,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3282":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3283":{"target":{"__isSmartRef__":true,"id":3268},"eventSpec":{"__isSmartRef__":true,"id":3284},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3284":{"onMouseDown":"onMouseDown","onMouseMove":"onMouseMove","onMouseUp":"onMouseUp"},"3285":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3286":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3287":{"_x":0,"_y":0,"_width":192.36578608030874,"_height":227.01686072135826,"_stroke":{"__isSmartRef__":true,"id":3277},"_fill":{"__isSmartRef__":true,"id":3288},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"192.36578608030874","namespaceURI":null},{"key":"height","value":"227.01686072135826","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null}]}},"3288":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3289":{"x":300,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3290":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3291":{"sourceObj":{"__isSmartRef__":true,"id":3268},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":3265},"targetMethodName":"updateSourcePane","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3292":{"sourceObj":{"__isSmartRef__":true,"id":3268},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":3265},"targetMethodName":"highlightSelectedObject","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3293":{"x":6.0000303599008475,"y":6.0000890100127435,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3294":{"_x":0,"_y":0,"_width":192.36578608030874,"_height":227.01686072135826,"_fill":{"__isSmartRef__":true,"id":3288},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"192.36578608030874","namespaceURI":null},{"key":"height","value":"227.01686072135826","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3295":{"x":300,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3296":{"_livelyDataWrapperId_":"5857:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":3297},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"5857:lively.scene.Clip","namespaceURI":null}]}},"3297":{"_fill":{"__isSmartRef__":true,"id":3288},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"192.36578608030874","namespaceURI":null},{"key":"height","value":"227.01686072135826","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3298":{"a":1,"b":0,"c":0,"d":1,"e":6.0000303599008475,"f":6.0000890100127435,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3299":{"submorphs":[{"__isSmartRef__":true,"id":3300}],"owner":{"__isSmartRef__":true,"id":3266},"_livelyDataWrapperId_":"793:SliderMorph","origin":{"__isSmartRef__":true,"id":3313},"shape":{"__isSmartRef__":true,"id":3314},"priorExtent":{"__isSmartRef__":true,"id":3320},"value":0,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":3321},"slider":{"__isSmartRef__":true,"id":3300},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":3322},{"__isSmartRef__":true,"id":3323}],"__SourceModuleName__":"Global.lively.Widgets","hitPoint":{"__isSmartRef__":true,"id":3324},"focusHalo":null,"__LivelyClassName__":"SliderMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"SliderMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"793:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(197.36581644020958,6.0000890100127435)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"3300":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3299},"_livelyDataWrapperId_":"794:Morph","origin":{"__isSmartRef__":true,"id":3301},"shape":{"__isSmartRef__":true,"id":3302},"priorExtent":{"__isSmartRef__":true,"id":3309},"pvtCachedTransform":{"__isSmartRef__":true,"id":3310},"mouseHandler":{"__isSmartRef__":true,"id":3311},"styleClass":["slider"],"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"Morph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"794:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null},{"key":"display","value":"none","namespaceURI":null}]}},"3301":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3302":{"_x":0,"_y":0,"_width":16,"_height":230.01686072135826,"_stroke":{"__isSmartRef__":true,"id":3303},"_fill":{"__isSmartRef__":true,"id":3304},"_rx":6,"_ry":6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"16","namespaceURI":null},{"key":"height","value":"230.01686072135826","namespaceURI":null},{"key":"stroke","value":"rgb(102,102,102)","namespaceURI":null},{"key":"fill","value":"url(#18:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"3303":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3304":{"vector":{"__isSmartRef__":true,"id":3305},"stops":[{"__isSmartRef__":true,"id":3306},{"__isSmartRef__":true,"id":3307},{"__isSmartRef__":true,"id":3308}],"refcount":764,"_livelyDataWrapperId_":"18:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"0","namespaceURI":null},{"key":"x2","value":"1","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"18:lively.paint.LinearGradient","namespaceURI":null}]}},"3305":{"x":0,"y":0,"width":1,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3306":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(196,211,221)","namespaceURI":null}]}},"3307":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.5","namespaceURI":null},{"key":"stop-color","value":"rgb(137,167,187)","namespaceURI":null}]}},"3308":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(96,130,153)","namespaceURI":null}]}},"3309":{"x":12,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3310":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3311":{"target":{"__isSmartRef__":true,"id":3299},"eventSpec":{"__isSmartRef__":true,"id":3312},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3312":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"3313":{"x":197.36581644020958,"y":6.0000890100127435,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3314":{"_x":0,"_y":0,"_width":16,"_height":230.01686072135826,"_stroke":{"__isSmartRef__":true,"id":3315},"_fill":{"__isSmartRef__":true,"id":3316},"_rx":6,"_ry":6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"16","namespaceURI":null},{"key":"height","value":"230.01686072135826","namespaceURI":null},{"key":"stroke","value":"rgb(204,204,204)","namespaceURI":null},{"key":"fill","value":"url(#19:lively.paint.LinearGradient)","namespaceURI":null},{"key":"stroke-opacity","value":"1","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"3315":{"r":0.8,"g":0.8,"b":0.8,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3316":{"vector":{"__isSmartRef__":true,"id":3305},"stops":[{"__isSmartRef__":true,"id":3317},{"__isSmartRef__":true,"id":3318},{"__isSmartRef__":true,"id":3319}],"refcount":1105,"_livelyDataWrapperId_":"19:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"0","namespaceURI":null},{"key":"x2","value":"1","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"19:lively.paint.LinearGradient","namespaceURI":null}]}},"3317":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(204,204,204)","namespaceURI":null}]}},"3318":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.4","namespaceURI":null},{"key":"stop-color","value":"rgb(240,240,240)","namespaceURI":null}]}},"3319":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(245,245,245)","namespaceURI":null}]}},"3320":{"x":5,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3321":{"a":1,"b":0,"c":0,"d":1,"e":197.36581644020958,"f":6.0000890100127435,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3322":{"sourceObj":{"__isSmartRef__":true,"id":3299},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":3266},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3323":{"sourceObj":{"__isSmartRef__":true,"id":3299},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":3266},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3324":{"x":5.675913697176156,"y":33.067580585875035,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3325":{"x":10.744148762476698,"y":29.131848155957655,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3326":{"_x":0.00003035990084754303,"_y":0.00008901001274352893,"_width":216.36578608030874,"_height":239.01686072135826,"_fill":{"__isSmartRef__":true,"id":3327},"__SourceModuleName__":"Global.lively.scene","_rx":11,"_ry":11,"__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0.00003035990084754303","namespaceURI":null},{"key":"y","value":"0.00008901001274352893","namespaceURI":null},{"key":"width","value":"216.36578608030874","namespaceURI":null},{"key":"height","value":"239.01686072135826","namespaceURI":null},{"key":"fill","value":"rgb(204,204,204)","namespaceURI":null},{"key":"rx","value":"11","namespaceURI":null},{"key":"ry","value":"11","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"3327":{"r":0.8,"g":0.8,"b":0.8,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3328":{"x":300,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3329":{"a":1,"b":0,"c":0,"d":1,"e":10.744148762476698,"f":29.131848155957655,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3330":{"sourceObj":{"__isSmartRef__":true,"id":3266},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":3299},"targetMethodName":"setValue","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3331":{"x":3,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3332":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3333":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3265},"_livelyDataWrapperId_":"3807:Morph","origin":{"__isSmartRef__":true,"id":3334},"shape":{"__isSmartRef__":true,"id":3335},"priorExtent":{"__isSmartRef__":true,"id":3337},"pvtCachedTransform":{"__isSmartRef__":true,"id":3338},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":3339},"name":"targetFound","__SourceModuleName__":"Global.lively.oldCore.Morphs","suppressHandles":true,"suppressGrabbing":true,"attributeConnections":[{"__isSmartRef__":true,"id":3340}],"__LivelyClassName__":"Morph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"3807:Morph","namespaceURI":null},{"key":"transform","value":"translate(447.47041410174774,-7.168142552362582)","namespaceURI":null}]},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3341},"withLayers":["NodeMorphLayer"]},"3334":{"x":447.47041410174774,"y":-7.168142552362582,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3335":{"_cx":-12.467160057113404,"_cy":-3.794278621673584,"_rx":11.382952522323365,"_ry":11.382952690124512,"_fill":{"__isSmartRef__":true,"id":3336},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Ellipse","__rawNodeInfo__":{"tagName":"ellipse","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"cx","value":"-12.467160057113404","namespaceURI":null},{"key":"cy","value":"-3.794278621673584","namespaceURI":null},{"key":"rx","value":"11.382952522323365","namespaceURI":null},{"key":"ry","value":"11.382952690124512","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(204,0,0)","namespaceURI":null}]}},"3336":{"r":0.8,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3337":{"x":50,"y":50,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3338":{"a":1,"b":0,"c":0,"d":1,"e":447.47041410174774,"f":-7.168142552362582,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3339":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3340":{"sourceObj":{"__isSmartRef__":true,"id":3333},"sourceAttrName":"clicked","targetObj":{"__isSmartRef__":true,"id":3265},"targetMethodName":"showTopLevelItems","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3341":{"handlesMouseDown":{"__isSmartRef__":true,"id":3342},"onMouseDown":{"__isSmartRef__":true,"id":3347}},"3342":{"varMapping":{"__isSmartRef__":true,"id":3343},"source":"function handlesMouseDown() { return true }","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3343":{"this":{"__isSmartRef__":true,"id":3333},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3344}},"3344":{"$super":{"__isSmartRef__":true,"id":3345}},"3345":{"varMapping":{"__isSmartRef__":true,"id":3346},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3346":{"obj":{"__isSmartRef__":true,"id":3333},"name":"handlesMouseDown"},"3347":{"varMapping":{"__isSmartRef__":true,"id":3348},"source":"function onMouseDown(evt) {\n\tlively.bindings.signal(this, 'clicked') \n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3348":{"this":{"__isSmartRef__":true,"id":3333},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3349}},"3349":{"$super":{"__isSmartRef__":true,"id":3350}},"3350":{"varMapping":{"__isSmartRef__":true,"id":3351},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3351":{"obj":{"__isSmartRef__":true,"id":3333},"name":"onMouseDown"},"3352":{"submorphs":[{"__isSmartRef__":true,"id":3353},{"__isSmartRef__":true,"id":3467}],"owner":{"__isSmartRef__":true,"id":3265},"_livelyDataWrapperId_":"1334:ScrollPane","origin":{"__isSmartRef__":true,"id":3482},"shape":{"__isSmartRef__":true,"id":3483},"priorExtent":{"__isSmartRef__":true,"id":3484},"pvtCachedTransform":{"__isSmartRef__":true,"id":3485},"clipMorph":{"__isSmartRef__":true,"id":3353},"verticalScrollBar":{"__isSmartRef__":true,"id":3467},"attributeConnections":[{"__isSmartRef__":true,"id":3486}],"suppressHandles":false,"padding":{"__isSmartRef__":true,"id":3487},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":3488},"__SourceModuleName__":"Global.lively.Widgets","suppressGrabbing":true,"__LivelyClassName__":"ScrollPane","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScrollPane","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1334:ScrollPane","namespaceURI":null},{"key":"transform","value":"translate(228.74310302734375,8.672668457031364)","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"3353":{"submorphs":[{"__isSmartRef__":true,"id":3354}],"owner":{"__isSmartRef__":true,"id":3352},"_livelyDataWrapperId_":"1335:ClipMorph","origin":{"__isSmartRef__":true,"id":3461},"shape":{"__isSmartRef__":true,"id":3462},"priorExtent":{"__isSmartRef__":true,"id":3463},"clip":{"__isSmartRef__":true,"id":3464},"_clip-path":"url(#5858:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":3466},"suppressHandles":true,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ClipMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ClipMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1335:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#5858:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(12.266402244567871,5.999959117922117)","namespaceURI":null}]}},"3354":{"textString":"","savedTextString":"// targetName (this)\n\n// ** targetName's Scripts **\nthis.addScript(function getCaption() {\n\treturn 'Morphs having names';\n});\n\nthis.addScript(function getItems() {\n\treturn this.world().indentedListItemsOfMorphNames();\n});\n\nthis.addScript(function getItemsAsListItems() {\n\treturn this.getItems().collect(function(item) {\n\t\treturn item.isListItem ? item : {isListItem: true, string: String(item), value: item}\n\t})\n});\n\nthis.addScript(function handlesMouseDown() { return true });\n\nthis.addScript(function onMouseDown(evt) {\n\tthis.showMenuForItems(evt);\n});\n\nthis.addScript(function reset() {\n\tthis.setTextString('empty')\n});\n\nthis.addScript(function select(item) {\n\tthis.selection = item.value;\n\tthis.setTextString(item.selectionString || item.string)\n});\n\nthis.addScript(function showMenuForItems(evt) {\n\tvar self = this,\n\t\tstringItems = this.getItemsAsListItems().collect(function(item) {\n\t\t\treturn [item.string, function() { self.select(item) }]\n\t\t});\n\tMenuMorph.openAtHand(stringItems, this.getCaption())\n});\n\n// ** targetName's Connections **\nconnect(this, \"selection\", $morph(\"ScriptEditor\"), \"setTarget\", {});","submorphs":[{"__isSmartRef__":true,"id":3355},{"__isSmartRef__":true,"id":3360}],"owner":{"__isSmartRef__":true,"id":3353},"_livelyDataWrapperId_":"1330:TextMorph","origin":{"__isSmartRef__":true,"id":3367},"shape":{"__isSmartRef__":true,"id":3368},"textContent":{"__isSmartRef__":true,"id":3370},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3371},"textSelection":{"__isSmartRef__":true,"id":3355},"priorExtent":{"__isSmartRef__":true,"id":3372},"useChangeClue":true,"changeClue":{"__isSmartRef__":true,"id":3360},"suppressHandles":true,"isSelecting":false,"hasKeyboardFocus":false,"name":"scriptSource","textStyle":null,"undoTextStyle":{"__isSmartRef__":true,"id":3373},"__SourceModuleName__":"Global.lively.Text","fontFamily":"Courier","editScript":{"__isSmartRef__":true,"id":3265},"tabReplacePrefix":"generate","attributeConnections":[],"lastSearchString":"targetName","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1330:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(9.094947017729282e-13,0)","namespaceURI":null}]},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3455},"withLayers":["BrowserSyntaxHighlightLayer","NodeMorphLayer"]},"3355":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3354},"_livelyDataWrapperId_":"1332:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3356},"shape":{"__isSmartRef__":true,"id":3357},"priorExtent":{"__isSmartRef__":true,"id":3358},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3359},"isCursor":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1332:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3356":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3357":{"_livelyDataWrapperId_":"1331:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"1331:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3358":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3359":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3360":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3354},"_livelyDataWrapperId_":"1333:Morph","origin":{"__isSmartRef__":true,"id":3361},"shape":{"__isSmartRef__":true,"id":3362},"priorExtent":{"__isSmartRef__":true,"id":3364},"mouseHandler":null,"_pointer-events":"none","ignoreWhenCopying":true,"__SourceModuleName__":"Global.lively.oldCore.Morphs","pvtCachedTransform":{"__isSmartRef__":true,"id":3365},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":3366},"__LivelyClassName__":"Morph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1333:Morph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(1,1)","namespaceURI":null}]}},"3361":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3362":{"_x":0,"_y":0,"_width":5,"_height":5,"_stroke":{"__isSmartRef__":true,"id":3277},"_fill":{"__isSmartRef__":true,"id":3363},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"5","namespaceURI":null},{"key":"height","value":"5","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(204,0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null}]}},"3363":{"r":0.8,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3364":{"x":5,"y":5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3365":{"a":1,"b":0,"c":0,"d":1,"e":1,"f":1,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3366":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3367":{"x":9.094947017729282e-13,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3368":{"_x":0,"_y":0,"_width":687.9405517578125,"_height":611.5999999999996,"_stroke":{"__isSmartRef__":true,"id":3277},"_fill":{"__isSmartRef__":true,"id":3369},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"687.9405517578125","namespaceURI":null},{"key":"height","value":"611.5999999999996","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3369":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3370":{"_fill":{"__isSmartRef__":true,"id":12},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Courier","namespaceURI":null}]}},"3371":{"a":1,"b":0,"c":0,"d":1,"e":9.094947017729282e-13,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3372":{"x":675.9405517578125,"y":603.5999999999996,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3373":{"runs":[20,2,29,1,4,11,8,14,1,2,6,1,21,2,1,4,4,11,8,12,1,2,6,1,4,42,1,4,4,11,8,23,1,2,6,1,4,20,8,7,1,3,6,26,1,11,7,7,1,6,8,6,5,1,2,1,2,1,4,4,11,8,20,1,1,6,6,1,4,4,11,8,18,1,2,4,24,1,4,4,11,8,9,1,2,4,15,7,2,1,4,4,11,8,14,1,2,4,26,4,52,1,4,4,11,8,23,1,2,3,8,4,18,4,31,8,7,1,4,6,15,8,3,1,19,1,4,1,38,4,15,1,4,33,9,4,2,11,9,14,3,11,2,2,2],"values":[{"__isSmartRef__":true,"id":3374},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3378},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3379},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3381},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3382},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3383},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3385},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3387},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3388},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3389},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3390},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3391},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3392},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3393},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3394},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3395},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3396},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3397},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3398},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3399},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3400},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3401},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3402},{"__isSmartRef__":true,"id":3403},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3405},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3406},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3408},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3409},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3410},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3411},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3412},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3413},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3414},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3415},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3416},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3417},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3418},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3419},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3420},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3421},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3422},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3423},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3424},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3425},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3426},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3427},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3428},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3429},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3430},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3431},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3432},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3433},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3434},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3435},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3436},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3437},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3438},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3439},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3440},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3441},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3442},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3443},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3444},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3445},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3446},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3447},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3448},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3449},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3450},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3451},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3452},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3453},{"__isSmartRef__":true,"id":3376},{"__isSmartRef__":true,"id":3454},{"__isSmartRef__":true,"id":3376}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"3374":{"color":{"__isSmartRef__":true,"id":3375},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3375":{"r":0,"g":0.5019607843137255,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3376":{"color":{"__isSmartRef__":true,"id":3377},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3377":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3378":{"color":{"__isSmartRef__":true,"id":3375},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3379":{"color":{"__isSmartRef__":true,"id":3380},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3380":{"r":0,"g":0,"b":0.5450980392156862,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3381":{"color":{"__isSmartRef__":true,"id":3380},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3382":{"color":{"__isSmartRef__":true,"id":3375},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3383":{"color":{"__isSmartRef__":true,"id":3384},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3384":{"r":0,"g":0,"b":0.5019607843137255,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3385":{"color":{"__isSmartRef__":true,"id":3386},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3386":{"r":0,"g":0.5019607843137255,"b":0.5019607843137255,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3387":{"color":{"__isSmartRef__":true,"id":3375},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3388":{"color":{"__isSmartRef__":true,"id":3380},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3389":{"color":{"__isSmartRef__":true,"id":3380},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3390":{"color":{"__isSmartRef__":true,"id":3375},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3391":{"color":{"__isSmartRef__":true,"id":3384},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3392":{"color":{"__isSmartRef__":true,"id":3380},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3393":{"color":{"__isSmartRef__":true,"id":3375},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3394":{"color":{"__isSmartRef__":true,"id":3380},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3395":{"color":{"__isSmartRef__":true,"id":3380},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3396":{"color":{"__isSmartRef__":true,"id":3375},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3397":{"color":{"__isSmartRef__":true,"id":3384},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3398":{"color":{"__isSmartRef__":true,"id":3380},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3399":{"color":{"__isSmartRef__":true,"id":3380},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3400":{"color":{"__isSmartRef__":true,"id":3375},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3401":{"color":{"__isSmartRef__":true,"id":3384},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3402":{"color":{"__isSmartRef__":true,"id":3375},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3403":{"color":{"__isSmartRef__":true,"id":3404},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3404":{"r":0.5450980392156862,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3405":{"color":{"__isSmartRef__":true,"id":3404},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3406":{"color":{"__isSmartRef__":true,"id":3407},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3407":{"r":1,"g":0.0784313725490196,"b":0.5764705882352941,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3408":{"color":{"__isSmartRef__":true,"id":3404},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3409":{"color":{"__isSmartRef__":true,"id":3375},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3410":{"color":{"__isSmartRef__":true,"id":3375},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3411":{"color":{"__isSmartRef__":true,"id":3375},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3412":{"color":{"__isSmartRef__":true,"id":3380},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3413":{"color":{"__isSmartRef__":true,"id":3380},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3414":{"color":{"__isSmartRef__":true,"id":3375},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3415":{"color":{"__isSmartRef__":true,"id":3384},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3416":{"color":{"__isSmartRef__":true,"id":3375},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3417":{"color":{"__isSmartRef__":true,"id":3380},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3418":{"color":{"__isSmartRef__":true,"id":3380},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3419":{"color":{"__isSmartRef__":true,"id":3375},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3420":{"color":{"__isSmartRef__":true,"id":3380},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3421":{"color":{"__isSmartRef__":true,"id":3375},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3422":{"color":{"__isSmartRef__":true,"id":3380},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3423":{"color":{"__isSmartRef__":true,"id":3380},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3424":{"color":{"__isSmartRef__":true,"id":3375},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3425":{"color":{"__isSmartRef__":true,"id":3380},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3426":{"color":{"__isSmartRef__":true,"id":3386},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3427":{"color":{"__isSmartRef__":true,"id":3375},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3428":{"color":{"__isSmartRef__":true,"id":3380},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3429":{"color":{"__isSmartRef__":true,"id":3380},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3430":{"color":{"__isSmartRef__":true,"id":3375},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3431":{"color":{"__isSmartRef__":true,"id":3380},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3432":{"color":{"__isSmartRef__":true,"id":3380},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3433":{"color":{"__isSmartRef__":true,"id":3375},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3434":{"color":{"__isSmartRef__":true,"id":3380},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3435":{"color":{"__isSmartRef__":true,"id":3380},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3436":{"color":{"__isSmartRef__":true,"id":3375},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3437":{"color":{"__isSmartRef__":true,"id":3384},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3438":{"color":{"__isSmartRef__":true,"id":3380},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3439":{"color":{"__isSmartRef__":true,"id":3380},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3440":{"color":{"__isSmartRef__":true,"id":3380},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3441":{"color":{"__isSmartRef__":true,"id":3375},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3442":{"color":{"__isSmartRef__":true,"id":3384},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3443":{"color":{"__isSmartRef__":true,"id":3380},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3444":{"color":{"__isSmartRef__":true,"id":3375},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3445":{"color":{"__isSmartRef__":true,"id":3375},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3446":{"color":{"__isSmartRef__":true,"id":3375},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3447":{"color":{"__isSmartRef__":true,"id":3380},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3448":{"color":{"__isSmartRef__":true,"id":3375},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3449":{"color":{"__isSmartRef__":true,"id":3375},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3450":{"color":{"__isSmartRef__":true,"id":3380},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3451":{"color":{"__isSmartRef__":true,"id":3386},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3452":{"color":{"__isSmartRef__":true,"id":3386},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3453":{"color":{"__isSmartRef__":true,"id":3386},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3454":{"color":{"__isSmartRef__":true,"id":3375},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3455":{"getDoitContext":{"__isSmartRef__":true,"id":3456}},"3456":{"varMapping":{"__isSmartRef__":true,"id":3457},"source":"function getDoitContext() {\n\treturn this.editScript.target\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3457":{"this":{"__isSmartRef__":true,"id":3354},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3458}},"3458":{"$super":{"__isSmartRef__":true,"id":3459}},"3459":{"varMapping":{"__isSmartRef__":true,"id":3460},"source":"function () { return this.constructor.prototype[name].apply(this, arguments) }","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3460":{"this":{"__isSmartRef__":true,"id":3354},"name":"getDoitContext"},"3461":{"x":12.266402244567871,"y":5.999959117922117,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3462":{"_x":0,"_y":0,"_width":687.9405517578125,"_height":283.0238342285156,"_fill":{"__isSmartRef__":true,"id":3369},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"687.9405517578125","namespaceURI":null},{"key":"height","value":"283.0238342285156","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3463":{"x":300,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3464":{"_livelyDataWrapperId_":"5858:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":3465},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"5858:lively.scene.Clip","namespaceURI":null}]}},"3465":{"_fill":{"__isSmartRef__":true,"id":3369},"__LivelyClassName__":"lively.scene.Rectangle","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"687.9405517578125","namespaceURI":null},{"key":"height","value":"283.0238342285156","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3466":{"a":1,"b":0,"c":0,"d":1,"e":12.266402244567871,"f":5.999959117922117,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3467":{"submorphs":[{"__isSmartRef__":true,"id":3468}],"owner":{"__isSmartRef__":true,"id":3352},"_livelyDataWrapperId_":"1337:SliderMorph","origin":{"__isSmartRef__":true,"id":3475},"shape":{"__isSmartRef__":true,"id":3476},"priorExtent":{"__isSmartRef__":true,"id":3477},"value":0,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":3478},"slider":{"__isSmartRef__":true,"id":3468},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":3479},{"__isSmartRef__":true,"id":3480}],"__SourceModuleName__":"Global.lively.Widgets","hitPoint":{"__isSmartRef__":true,"id":3481},"__LivelyClassName__":"SliderMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"SliderMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1337:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(699.2069540023804,5.999959117922117)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"3468":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3467},"_livelyDataWrapperId_":"1338:Morph","origin":{"__isSmartRef__":true,"id":3469},"shape":{"__isSmartRef__":true,"id":3470},"priorExtent":{"__isSmartRef__":true,"id":3471},"pvtCachedTransform":{"__isSmartRef__":true,"id":3472},"mouseHandler":{"__isSmartRef__":true,"id":3473},"styleClass":["slider"],"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"Morph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1338:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null}]}},"3469":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3470":{"_x":0,"_y":0,"_width":16,"_height":137.7641945636455,"_stroke":{"__isSmartRef__":true,"id":3303},"_fill":{"__isSmartRef__":true,"id":3304},"_rx":6,"_ry":6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"16","namespaceURI":null},{"key":"height","value":"137.7641945636455","namespaceURI":null},{"key":"stroke","value":"rgb(102,102,102)","namespaceURI":null},{"key":"fill","value":"url(#18:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"3471":{"x":12,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3472":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3473":{"target":{"__isSmartRef__":true,"id":3467},"eventSpec":{"__isSmartRef__":true,"id":3474},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3474":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"3475":{"x":699.2069540023804,"y":5.999959117922117,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3476":{"_x":0,"_y":0,"_width":16,"_height":286.0238342285156,"_stroke":{"__isSmartRef__":true,"id":3315},"_fill":{"__isSmartRef__":true,"id":3316},"_rx":6,"_ry":6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"16","namespaceURI":null},{"key":"height","value":"286.0238342285156","namespaceURI":null},{"key":"stroke","value":"rgb(204,204,204)","namespaceURI":null},{"key":"fill","value":"url(#19:lively.paint.LinearGradient)","namespaceURI":null},{"key":"stroke-opacity","value":"1","namespaceURI":null},{"key":"rx","value":"6","namespaceURI":null},{"key":"ry","value":"6","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"3477":{"x":5,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3478":{"a":1,"b":0,"c":0,"d":1,"e":699.2069540023804,"f":5.999959117922117,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3479":{"sourceObj":{"__isSmartRef__":true,"id":3467},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":3352},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3480":{"sourceObj":{"__isSmartRef__":true,"id":3467},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":3352},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3481":{"x":7.650772596708066,"y":99.93634106586887,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3482":{"x":228.74310302734375,"y":8.672668457031364,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3483":{"_x":6.266402051491696,"_y":-0.00004088207788299769,"_width":711.9405519508887,"_height":295.02384083548225,"_fill":{"__isSmartRef__":true,"id":3327},"__SourceModuleName__":"Global.lively.scene","_rx":7,"_ry":7,"__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"6.266402051491696","namespaceURI":null},{"key":"y","value":"-0.00004088207788299769","namespaceURI":null},{"key":"width","value":"711.9405519508887","namespaceURI":null},{"key":"height","value":"295.02384083548225","namespaceURI":null},{"key":"fill","value":"rgb(204,204,204)","namespaceURI":null},{"key":"rx","value":"7","namespaceURI":null},{"key":"ry","value":"7","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"3484":{"x":300,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3485":{"a":1,"b":0,"c":0,"d":1,"e":228.74310302734375,"f":8.672668457031364,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3486":{"sourceObj":{"__isSmartRef__":true,"id":3352},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":3467},"targetMethodName":"setValue","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3487":{"x":3,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3488":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3489":{"baseFill":{"__isSmartRef__":true,"id":3490},"submorphs":[{"__isSmartRef__":true,"id":3495}],"owner":{"__isSmartRef__":true,"id":3265},"_livelyDataWrapperId_":"18357:ScriptableButtonMorph","origin":{"__isSmartRef__":true,"id":3508},"shape":{"__isSmartRef__":true,"id":3509},"priorExtent":{"__isSmartRef__":true,"id":3515},"value":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3511},"lighterFill":{"__isSmartRef__":true,"id":3516},"scriptSource":"this.owner.removeTargetScript()","pvtCachedTransform":{"__isSmartRef__":true,"id":3519},"label":{"__isSmartRef__":true,"id":3495},"name":"removeButton","rotation":0,"scalePoint":{"__isSmartRef__":true,"id":3520},"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ScriptableButtonMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScriptableButtonMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"18357:ScriptableButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(81.98797480423275,272.9030680787183)","namespaceURI":null}]}},"3490":{"vector":{"__isSmartRef__":true,"id":3491},"stops":[{"__isSmartRef__":true,"id":3492},{"__isSmartRef__":true,"id":3493},{"__isSmartRef__":true,"id":3494}],"refcount":0,"_livelyDataWrapperId_":"17:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"17:lively.paint.LinearGradient","namespaceURI":null}]}},"3491":{"x":0,"y":1,"width":0,"height":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3492":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(209,209,209)","namespaceURI":null}]}},"3493":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.5","namespaceURI":null},{"key":"stop-color","value":"rgb(230,230,230)","namespaceURI":null}]}},"3494":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(209,209,209)","namespaceURI":null}]}},"3495":{"textString":"remove","savedTextString":"remove","submorphs":[{"__isSmartRef__":true,"id":3496}],"owner":{"__isSmartRef__":true,"id":3489},"_livelyDataWrapperId_":"18676:TextMorph","origin":{"__isSmartRef__":true,"id":3501},"shape":{"__isSmartRef__":true,"id":3502},"textContent":{"__isSmartRef__":true,"id":3504},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3505},"textSelection":{"__isSmartRef__":true,"id":3496},"priorExtent":{"__isSmartRef__":true,"id":3506},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3507},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"18676:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(16.000016642488845,9.900047541272215)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3496":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3495},"_livelyDataWrapperId_":"18678:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3497},"shape":{"__isSmartRef__":true,"id":3498},"priorExtent":{"__isSmartRef__":true,"id":3499},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3500},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"18678:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3497":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3498":{"_livelyDataWrapperId_":"18677:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"18677:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3499":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3500":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3501":{"x":16.000016642488845,"y":9.900047541272215,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3502":{"_x":0,"_y":0,"_width":41,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":3503},"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"41","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3503":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3504":{"_fill":{"__isSmartRef__":true,"id":12},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"3505":{"a":1,"b":0,"c":0,"d":1,"e":16.000016642488845,"f":9.900047541272215,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3506":{"x":41,"y":13.2,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3507":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3508":{"x":81.98797480423275,"y":272.9030680787183,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3509":{"_x":0.000016642486798446043,"_y":0.00004744590933114523,"_width":70,"_height":30,"_stroke":{"__isSmartRef__":true,"id":3510},"_fill":{"__isSmartRef__":true,"id":3511},"_rx":5,"_ry":5,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0.000016642486798446043","namespaceURI":null},{"key":"y","value":"0.00004744590933114523","namespaceURI":null},{"key":"width","value":"70","namespaceURI":null},{"key":"height","value":"30","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#18358:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"3510":{"r":0.5019607843137255,"g":0.4470588235294118,"b":0.4666666666666667,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3511":{"vector":{"__isSmartRef__":true,"id":3512},"stops":[{"__isSmartRef__":true,"id":3513},{"__isSmartRef__":true,"id":3514}],"refcount":42,"_livelyDataWrapperId_":"18358:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"18358:lively.paint.LinearGradient","namespaceURI":null}]}},"3512":{"x":0,"y":1,"width":0,"height":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3513":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(209,209,209)","namespaceURI":null}]}},"3514":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"3515":{"x":70,"y":30,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3516":{"vector":{"__isSmartRef__":true,"id":3512},"stops":[{"__isSmartRef__":true,"id":3517},{"__isSmartRef__":true,"id":3518}],"refcount":0,"_livelyDataWrapperId_":"18359:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"18359:lively.paint.LinearGradient","namespaceURI":null}]}},"3517":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"3518":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(244,244,244)","namespaceURI":null}]}},"3519":{"a":1,"b":0,"c":0,"d":1,"e":81.98797480423275,"f":272.9030680787183,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3520":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3521":{"submorphs":[{"__isSmartRef__":true,"id":3522}],"owner":{"__isSmartRef__":true,"id":3265},"_livelyDataWrapperId_":"855:ScriptableButtonMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":3535},"origin":{"__isSmartRef__":true,"id":3536},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":3537},"shape":{"__isSmartRef__":true,"id":3538},"baseFill":{"__isSmartRef__":true,"id":3511},"priorExtent":{"__isSmartRef__":true,"id":3543},"value":false,"isActive":true,"scriptSource":"this.world().prompt(\"script name:\", function(name) {\n\tthis.owner.addTargetScript(name)}.bind(this), \"script1\")","label":{"__isSmartRef__":true,"id":3522},"name":"addButton","__SourceModuleName__":"Global.lively.Widgets","normalFill":{"__isSmartRef__":true,"id":3539},"lighterFill":{"__isSmartRef__":true,"id":3544},"__LivelyClassName__":"ScriptableButtonMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScriptableButtonMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"855:ScriptableButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(7.899746912549915,272.9813241071337) scale(1.0000000121379955,1.0000000121379955)","namespaceURI":null}]}},"3522":{"textString":"add","savedTextString":"add","submorphs":[{"__isSmartRef__":true,"id":3523}],"owner":{"__isSmartRef__":true,"id":3521},"_livelyDataWrapperId_":"9984:TextMorph","origin":{"__isSmartRef__":true,"id":3528},"shape":{"__isSmartRef__":true,"id":3529},"textContent":{"__isSmartRef__":true,"id":3531},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3532},"textSelection":{"__isSmartRef__":true,"id":3523},"priorExtent":{"__isSmartRef__":true,"id":3533},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3534},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"9984:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(26.000016642488845,9.900047541272215)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3523":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3522},"_livelyDataWrapperId_":"9986:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3524},"shape":{"__isSmartRef__":true,"id":3525},"priorExtent":{"__isSmartRef__":true,"id":3526},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3527},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"9986:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3524":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3525":{"_livelyDataWrapperId_":"9985:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"9985:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3526":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3527":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3528":{"x":26.000016642488845,"y":9.900047541272215,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3529":{"_x":0,"_y":0,"_width":21,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":3530},"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"21","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3530":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3531":{"_fill":{"__isSmartRef__":true,"id":12},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"3532":{"a":1,"b":0,"c":0,"d":1,"e":26.000016642488845,"f":9.900047541272215,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3533":{"x":21,"y":13.2,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3534":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3535":{"a":1.0000000121379955,"b":0,"c":0,"d":1.0000000121379955,"e":7.899746912549915,"f":272.9813241071337,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3536":{"x":7.899746912549915,"y":272.9813241071337,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3537":{"x":1.0000000121379955,"y":1.0000000121379955,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3538":{"_fill":{"__isSmartRef__":true,"id":3539},"_stroke":{"__isSmartRef__":true,"id":3510},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0.000016642486798446043","namespaceURI":null},{"key":"y","value":"0.00004744590933114523","namespaceURI":null},{"key":"width","value":"70","namespaceURI":null},{"key":"height","value":"30","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#19746:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"3539":{"vector":{"__isSmartRef__":true,"id":3540},"stops":[{"__isSmartRef__":true,"id":3541},{"__isSmartRef__":true,"id":3542}],"refcount":38,"_livelyDataWrapperId_":"19746:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"19746:lively.paint.LinearGradient","namespaceURI":null}]}},"3540":{"x":0,"y":1,"width":0,"height":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3541":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(209,209,209)","namespaceURI":null}]}},"3542":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"3543":{"x":70,"y":30,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3544":{"vector":{"__isSmartRef__":true,"id":3540},"stops":[{"__isSmartRef__":true,"id":3545},{"__isSmartRef__":true,"id":3546}],"refcount":0,"_livelyDataWrapperId_":"19747:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"19747:lively.paint.LinearGradient","namespaceURI":null}]}},"3545":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"3546":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(244,244,244)","namespaceURI":null}]}},"3547":{"submorphs":[{"__isSmartRef__":true,"id":3548}],"owner":{"__isSmartRef__":true,"id":3265},"_livelyDataWrapperId_":"31853:ScriptableButtonMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":3563},"origin":{"__isSmartRef__":true,"id":3564},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":3565},"shape":{"__isSmartRef__":true,"id":3566},"baseFill":{"__isSmartRef__":true,"id":3567},"priorExtent":{"__isSmartRef__":true,"id":3569},"value":false,"isActive":true,"scriptSource":"this.owner.remove()","__SourceModuleName__":"Global.lively.Widgets","label":{"__isSmartRef__":true,"id":3548},"normalFill":{"__isSmartRef__":true,"id":3567},"lighterFill":{"__isSmartRef__":true,"id":3570},"name":"closeButton","__LivelyClassName__":"ScriptableButtonMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScriptableButtonMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"31853:ScriptableButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(911.6855919153609,-25.408480250705452) scale(1.090713551559165,1.090713551559165)","namespaceURI":null}]}},"3548":{"submorphs":[{"__isSmartRef__":true,"id":3549}],"owner":{"__isSmartRef__":true,"id":3547},"_livelyDataWrapperId_":"31854:TextMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":3554},"origin":{"__isSmartRef__":true,"id":3555},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":3556},"shape":{"__isSmartRef__":true,"id":3557},"textContent":{"__isSmartRef__":true,"id":3559},"lineNumberHint":0,"textSelection":{"__isSmartRef__":true,"id":3549},"fontFamily":"Helvetica","fontSize":12,"textColor":{"__isSmartRef__":true,"id":3560},"textString":"X","savedTextString":"X","priorExtent":{"__isSmartRef__":true,"id":3561},"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3562},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"31854:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(11.488696672768128,9.685660258990538)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3549":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3548},"_livelyDataWrapperId_":"31856:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3550},"shape":{"__isSmartRef__":true,"id":3551},"priorExtent":{"__isSmartRef__":true,"id":3552},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3553},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"31856:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3550":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3551":{"_livelyDataWrapperId_":"31855:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"31855:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3552":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3553":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3554":{"a":1,"b":0,"c":0,"d":1,"e":11.488696672768128,"f":9.685660258990538,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3555":{"x":11.488696672768128,"y":9.685660258990538,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3556":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3557":{"_fill":null,"_stroke":{"__isSmartRef__":true,"id":3558},"_x":0,"_y":0,"_width":8,"_height":13.2,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"8","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3558":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3559":{"_fill":{"__isSmartRef__":true,"id":3560},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"3560":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3561":{"x":8,"y":13.2,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3562":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3563":{"a":1.090713551559165,"b":0,"c":0,"d":1.090713551559165,"e":911.6855919153609,"f":-25.408480250705452,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3564":{"x":911.6855919153609,"y":-25.408480250705452,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3565":{"x":1.090713551559165,"y":1.090713551559165,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3566":{"_fill":{"__isSmartRef__":true,"id":3567},"_stroke":{"__isSmartRef__":true,"id":3568},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-0.000008008626537048258","namespaceURI":null},{"key":"y","value":"0.000028030137400492094","namespaceURI":null},{"key":"width","value":"27.97740858133659","namespaceURI":null},{"key":"height","value":"29.571264121595505","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"rgb(158,0,0)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"3567":{"r":0.6196078431372549,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3568":{"r":0.5019607843137255,"g":0.4470588235294118,"b":0.4666666666666667,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3569":{"x":27.97740936279297,"y":29.571264266967773,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3570":{"r":0.8098039215686275,"g":0.5,"b":0.5,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3571":{"submorphs":[{"__isSmartRef__":true,"id":3572}],"owner":{"__isSmartRef__":true,"id":3265},"_livelyDataWrapperId_":"24681:ScriptableButtonMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":3585},"origin":{"__isSmartRef__":true,"id":3586},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":3587},"shape":{"__isSmartRef__":true,"id":3588},"baseFill":{"__isSmartRef__":true,"id":3511},"priorExtent":{"__isSmartRef__":true,"id":3593},"value":false,"isActive":true,"scriptSource":"this.owner.updateScriptList()\n\n","label":{"__isSmartRef__":true,"id":3572},"name":"removeButton","__SourceModuleName__":"Global.lively.Widgets","normalFill":{"__isSmartRef__":true,"id":3589},"lighterFill":{"__isSmartRef__":true,"id":3594},"__LivelyClassName__":"ScriptableButtonMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"ScriptableButtonMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"24681:ScriptableButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(156.98805961725247,272.9030779389384) scale(0.999999938897457,0.999999938897457)","namespaceURI":null}]}},"3572":{"textString":"update","savedTextString":"update","submorphs":[{"__isSmartRef__":true,"id":3573}],"owner":{"__isSmartRef__":true,"id":3571},"_livelyDataWrapperId_":"24960:TextMorph","origin":{"__isSmartRef__":true,"id":3578},"shape":{"__isSmartRef__":true,"id":3579},"textContent":{"__isSmartRef__":true,"id":3581},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3582},"textSelection":{"__isSmartRef__":true,"id":3573},"priorExtent":{"__isSmartRef__":true,"id":3583},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3584},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"24960:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(17.500016642488845,9.900047541272215)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3573":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3572},"_livelyDataWrapperId_":"24962:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3574},"shape":{"__isSmartRef__":true,"id":3575},"priorExtent":{"__isSmartRef__":true,"id":3576},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3577},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"24962:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3574":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3575":{"_livelyDataWrapperId_":"24961:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"24961:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3576":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3577":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3578":{"x":17.500016642488845,"y":9.900047541272215,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3579":{"_x":0,"_y":0,"_width":38,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":3580},"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"38","namespaceURI":null},{"key":"height","value":"13.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3580":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3581":{"_fill":{"__isSmartRef__":true,"id":12},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"3582":{"a":1,"b":0,"c":0,"d":1,"e":17.500016642488845,"f":9.900047541272215,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3583":{"x":38,"y":13.2,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3584":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3585":{"a":0.999999938897457,"b":0,"c":0,"d":0.999999938897457,"e":156.98805961725247,"f":272.9030779389384,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3586":{"x":156.98805961725247,"y":272.9030779389384,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3587":{"x":0.999999938897457,"y":0.999999938897457,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3588":{"_fill":{"__isSmartRef__":true,"id":3589},"_stroke":{"__isSmartRef__":true,"id":3510},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0.000016642486798446043","namespaceURI":null},{"key":"y","value":"0.00004744590933114523","namespaceURI":null},{"key":"width","value":"70","namespaceURI":null},{"key":"height","value":"30","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#25426:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"3589":{"vector":{"__isSmartRef__":true,"id":3590},"stops":[{"__isSmartRef__":true,"id":3591},{"__isSmartRef__":true,"id":3592}],"refcount":26,"_livelyDataWrapperId_":"25426:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"25426:lively.paint.LinearGradient","namespaceURI":null}]}},"3590":{"x":0,"y":1,"width":0,"height":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3591":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(209,209,209)","namespaceURI":null}]}},"3592":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"3593":{"x":70,"y":30,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3594":{"vector":{"__isSmartRef__":true,"id":3590},"stops":[{"__isSmartRef__":true,"id":3595},{"__isSmartRef__":true,"id":3596}],"refcount":2,"_livelyDataWrapperId_":"25427:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"1","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"0","namespaceURI":null},{"key":"id","value":"25427:lively.paint.LinearGradient","namespaceURI":null}]}},"3595":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"3596":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(244,244,244)","namespaceURI":null}]}},"3597":{"submorphs":[{"__isSmartRef__":true,"id":3598}],"owner":{"__isSmartRef__":true,"id":3265},"_livelyDataWrapperId_":"44022:TextMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":3603},"origin":{"__isSmartRef__":true,"id":3604},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":3605},"shape":{"__isSmartRef__":true,"id":3606},"textContent":{"__isSmartRef__":true,"id":3609},"lineNumberHint":0,"textSelection":{"__isSmartRef__":true,"id":3598},"textString":"Script Editor","savedTextString":"Server Side Code Search","priorExtent":{"__isSmartRef__":true,"id":3610},"useChangeClue":false,"isSelecting":false,"hasKeyboardFocus":false,"fontSize":13,"padding":{"__isSmartRef__":true,"id":3611},"suppressGrabbing":true,"attributeConnections":[],"__SourceModuleName__":"Global.lively.Text","name":"","textStyle":{"__isSmartRef__":true,"id":3612},"mouseHandler":null,"_pointer-events":"none","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"44022:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(-3.9498173434432715,-32.031411534231765) scale(0.9999998822885876,0.9999998822885876)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3598":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3597},"_livelyDataWrapperId_":"44024:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3599},"shape":{"__isSmartRef__":true,"id":3600},"priorExtent":{"__isSmartRef__":true,"id":3601},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3602},"isCursor":true,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"44024:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3599":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3600":{"_livelyDataWrapperId_":"44023:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"44023:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3601":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3602":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3603":{"a":0.9999998822885876,"b":0,"c":0,"d":0.9999998822885876,"e":-3.9498173434432715,"f":-32.031411534231765,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3604":{"x":-3.9498173434432715,"y":-32.031411534231765,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3605":{"x":0.9999998822885876,"y":0.9999998822885876,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3606":{"_fill":{"__isSmartRef__":true,"id":3607},"_stroke":{"__isSmartRef__":true,"id":3608},"_x":0.000017716651200316846,"_y":4.853690143136191e-7,"_width":98.40740203857422,"_height":22.966666666666665,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0.000017716651200316846","namespaceURI":null},{"key":"y","value":"4.853690143136191e-7","namespaceURI":null},{"key":"width","value":"98.40740203857422","namespaceURI":null},{"key":"height","value":"22.966666666666665","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null},{"key":"stroke-width","value":"0.5","namespaceURI":null},{"key":"fill-opacity","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3607":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3608":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3609":{"_fill":{"__isSmartRef__":true,"id":12},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"13","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"3610":{"x":81.40740203857422,"y":14.299999999999999,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3611":{"x":8.5,"y":4.333333333333333,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3612":{"runs":[13],"values":[{"__isSmartRef__":true,"id":3613}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"3613":{"style":"bold","__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3614":{"submorphs":[{"__isSmartRef__":true,"id":3615}],"owner":{"__isSmartRef__":true,"id":3265},"_livelyDataWrapperId_":"53688:TextMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":3620},"origin":{"__isSmartRef__":true,"id":3621},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":3622},"shape":{"__isSmartRef__":true,"id":3623},"textContent":{"__isSmartRef__":true,"id":3626},"lineNumberHint":0,"textSelection":{"__isSmartRef__":true,"id":3615},"textString":"nobody","savedTextString":"This is a TextMorph","priorExtent":{"__isSmartRef__":true,"id":3627},"useChangeClue":false,"name":"targetName","isSelecting":false,"hasKeyboardFocus":false,"fontSize":14,"padding":{"__isSmartRef__":true,"id":3628},"partsBinMetaInfo":{"__isSmartRef__":true,"id":3629},"attributeConnections":[{"__isSmartRef__":true,"id":3631}],"__SourceModuleName__":"Global.lively.Text","suppressHandles":true,"selection":{"__isSmartRef__":true,"id":3614},"__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"53688:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(235.00944481059236,-23.144512064419217) scale(0.9874348952892246,0.9874348952892246)","namespaceURI":null}]},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3632}},"3615":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3614},"_livelyDataWrapperId_":"53690:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3616},"shape":{"__isSmartRef__":true,"id":3617},"priorExtent":{"__isSmartRef__":true,"id":3618},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3619},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"53690:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3616":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3617":{"_livelyDataWrapperId_":"53689:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"53689:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3618":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3619":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3620":{"a":0.9874348952892246,"b":0,"c":0,"d":0.9874348952892246,"e":235.00944481059236,"f":-23.144512064419217,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3621":{"x":235.00944481059236,"y":-23.144512064419217,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3622":{"x":0.9874348952892246,"y":0.9874348952892246,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3623":{"_fill":{"__isSmartRef__":true,"id":3624},"_stroke":{"__isSmartRef__":true,"id":3625},"_x":0,"_y":0,"_width":183.99999445474234,"_height":24.733333333333334,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"183.99999445474234","namespaceURI":null},{"key":"height","value":"24.733333333333334","namespaceURI":null},{"key":"stroke","value":"rgb(146,146,146)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null}]}},"3624":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3625":{"r":0.572,"g":0.572,"b":0.572,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3626":{"_fill":{"__isSmartRef__":true,"id":12},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"14","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"3627":{"x":165.99999445474234,"y":15.4,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3628":{"x":9,"y":4.666666666666667,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3629":{"url":{"__isSmartRef__":true,"id":3630},"__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"3630":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/ComboButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3631":{"sourceObj":{"__isSmartRef__":true,"id":3614},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":3265},"targetMethodName":"setTarget","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3632":{"getCaption":{"__isSmartRef__":true,"id":3633},"getItems":{"__isSmartRef__":true,"id":3635},"getItemsAsListItems":{"__isSmartRef__":true,"id":3637},"handlesMouseDown":{"__isSmartRef__":true,"id":3639},"onMouseDown":{"__isSmartRef__":true,"id":3644},"reset":{"__isSmartRef__":true,"id":3649},"select":{"__isSmartRef__":true,"id":3651},"showMenuForItems":{"__isSmartRef__":true,"id":3653}},"3633":{"varMapping":{"__isSmartRef__":true,"id":3634},"source":"function getCaption() {\n\treturn 'Morphs having names';\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3634":{"this":{"__isSmartRef__":true,"id":3614}},"3635":{"varMapping":{"__isSmartRef__":true,"id":3636},"source":"function getItems() {\n\treturn this.world().indentedListItemsOfMorphNames();\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3636":{"this":{"__isSmartRef__":true,"id":3614}},"3637":{"varMapping":{"__isSmartRef__":true,"id":3638},"source":"function getItemsAsListItems() {\n\treturn this.getItems().collect(function(item) {\n\t\treturn item.isListItem ? item : {isListItem: true, string: String(item), value: item}\n\t})\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3638":{"this":{"__isSmartRef__":true,"id":3614}},"3639":{"varMapping":{"__isSmartRef__":true,"id":3640},"source":"function handlesMouseDown() { return true }","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3640":{"this":{"__isSmartRef__":true,"id":3614},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3641}},"3641":{"$super":{"__isSmartRef__":true,"id":3642}},"3642":{"varMapping":{"__isSmartRef__":true,"id":3643},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3643":{"obj":{"__isSmartRef__":true,"id":3614},"name":"handlesMouseDown"},"3644":{"varMapping":{"__isSmartRef__":true,"id":3645},"source":"function onMouseDown(evt) {\n\tthis.showMenuForItems(evt);\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3645":{"this":{"__isSmartRef__":true,"id":3614},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3646}},"3646":{"$super":{"__isSmartRef__":true,"id":3647}},"3647":{"varMapping":{"__isSmartRef__":true,"id":3648},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3648":{"obj":{"__isSmartRef__":true,"id":3614},"name":"onMouseDown"},"3649":{"varMapping":{"__isSmartRef__":true,"id":3650},"source":"function reset() {\n\tthis.setTextString('empty')\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3650":{"this":{"__isSmartRef__":true,"id":3614}},"3651":{"varMapping":{"__isSmartRef__":true,"id":3652},"source":"function select(item) {\n\tthis.selection = item.value;\n\tthis.setTextString(item.selectionString || item.string)\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3652":{"this":{"__isSmartRef__":true,"id":3614}},"3653":{"varMapping":{"__isSmartRef__":true,"id":3654},"source":"function showMenuForItems(evt) {\n\tvar self = this,\n\t\tstringItems = this.getItemsAsListItems().collect(function(item) {\n\t\t\treturn [item.string, function() { self.select(item) }]\n\t\t});\n\tMenuMorph.openAtHand(stringItems, this.getCaption())\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3654":{"this":{"__isSmartRef__":true,"id":3614}},"3655":{"textString":"search for something","savedTextString":"search term foo","submorphs":[{"__isSmartRef__":true,"id":3656}],"owner":{"__isSmartRef__":true,"id":3265},"_livelyDataWrapperId_":"24880:TextMorph","origin":{"__isSmartRef__":true,"id":3661},"shape":{"__isSmartRef__":true,"id":3662},"textContent":{"__isSmartRef__":true,"id":3665},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3666},"textSelection":{"__isSmartRef__":true,"id":3656},"priorExtent":{"__isSmartRef__":true,"id":3667},"useChangeClue":false,"isSelecting":false,"hasKeyboardFocus":false,"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":3668},"name":"searchText","suppressGrabbing":true,"suppressHandles":true,"noEval":true,"isInputLine":true,"attributeConnections":[{"__isSmartRef__":true,"id":3669}],"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"24880:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(11.849158475227568,3.5162489422158245) scale(0.9874348952892246,0.9874348952892246)","namespaceURI":null}]}},"3656":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3655},"_livelyDataWrapperId_":"24882:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3657},"shape":{"__isSmartRef__":true,"id":3658},"priorExtent":{"__isSmartRef__":true,"id":3659},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3660},"isCursor":true,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"24882:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3657":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3658":{"_livelyDataWrapperId_":"24881:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"24881:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3659":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3660":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3661":{"x":11.849158475227568,"y":3.5162489422158245,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3662":{"_x":0,"_y":0,"_width":215.9999939869491,"_height":21.2,"_stroke":{"__isSmartRef__":true,"id":3663},"_fill":{"__isSmartRef__":true,"id":3664},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"215.9999939869491","namespaceURI":null},{"key":"height","value":"21.2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null},{"key":"stroke-width","value":"0.5","namespaceURI":null}]}},"3663":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3664":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3665":{"_fill":{"__isSmartRef__":true,"id":12},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"3666":{"a":0.9874348952892246,"b":0,"c":0,"d":0.9874348952892246,"e":11.849158475227568,"f":3.5162489422158245,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3667":{"x":203.9999939869491,"y":13.2,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3668":{"x":0.9874348952892246,"y":0.9874348952892246,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3669":{"sourceObj":{"__isSmartRef__":true,"id":3655},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":3265},"targetMethodName":"doSearch","isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3670":{"x":430.00006103515625,"y":48.43902587890625,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3671":{"_x":-0.000056695025705266744,"_y":-31.439006805419922,"_width":954.8496004397058,"_height":344.02238927345866,"_stroke":{"__isSmartRef__":true,"id":3277},"_fill":{"__isSmartRef__":true,"id":3672},"__SourceModuleName__":"Global.lively.scene","_rx":10,"_ry":10,"__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-0.000056695025705266744","namespaceURI":null},{"key":"y","value":"-31.439006805419922","namespaceURI":null},{"key":"width","value":"954.8496004397058","namespaceURI":null},{"key":"height","value":"344.02238927345866","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"rx","value":"10","namespaceURI":null},{"key":"ry","value":"10","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"3672":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3673":{"x":60,"y":30,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3674":{"a":1.0127249956130981,"b":0,"c":0,"d":1.0127249956130981,"e":430.00006103515625,"f":48.43902587890625,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"3675":{"x":1.0127249956130981,"y":1.0127249956130981,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3676":{"sourceObj":{"__isSmartRef__":true,"id":3265},"sourceAttrName":"target","targetObj":{"__isSmartRef__":true,"id":3265},"targetMethodName":"setTarget","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3677":{"sourceObj":{"__isSmartRef__":true,"id":3265},"sourceAttrName":"target","targetObj":{"__isSmartRef__":true,"id":3333},"targetMethodName":"setFill","converterString":"function (obj) { return obj ? Color.green : Color.red}","updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3678":{"submorphs":[],"owner":null,"_livelyDataWrapperId_":"32818:Morph","origin":{"__isSmartRef__":true,"id":3679},"shape":{"__isSmartRef__":true,"id":3680},"priorExtent":{"__isSmartRef__":true,"id":3682},"pvtCachedTransform":{"__isSmartRef__":true,"id":3683},"name":"foo","rotation":0,"scalePoint":{"__isSmartRef__":true,"id":3684},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"Morph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"Morph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"32818:Morph","namespaceURI":null},{"key":"transform","value":"translate(388.4292914867401,2597.2092286422894) scale(1.0000000182589446,1.0000000182589446)","namespaceURI":null}]}},"3679":{"x":388.4292914867401,"y":2597.2092286422894,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3680":{"_x":-0.000010912722245848272,"_y":0.000027518039132701233,"_width":117.40658947405143,"_height":57.05740796863665,"_stroke":{"__isSmartRef__":true,"id":3503},"_fill":{"__isSmartRef__":true,"id":3681},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"-0.000010912722245848272","namespaceURI":null},{"key":"y","value":"0.000027518039132701233","namespaceURI":null},{"key":"width","value":"117.40658947405143","namespaceURI":null},{"key":"height","value":"57.05740796863665","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(0,0,204)","namespaceURI":null}]}},"3681":{"r":0,"g":0,"b":0.8,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3682":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3683":{"a":1.0000000182589446,"b":0,"c":0,"d":1.0000000182589446,"e":388.4292914867401,"f":2597.2092286422894,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3684":{"x":1.0000000182589446,"y":1.0000000182589446,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3685":{"submorphs":[{"__isSmartRef__":true,"id":3686}],"owner":null,"_livelyDataWrapperId_":"2316:TextMorph","pvtCachedTransform":{"__isSmartRef__":true,"id":3691},"origin":{"__isSmartRef__":true,"id":3692},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":3693},"shape":{"__isSmartRef__":true,"id":3694},"textContent":{"__isSmartRef__":true,"id":3695},"lineNumberHint":0,"textSelection":{"__isSmartRef__":true,"id":3686},"textString":"FileBrowser:Morph connection","savedTextString":"Server Side Code Search","priorExtent":{"__isSmartRef__":true,"id":3696},"useChangeClue":false,"isSelecting":false,"hasKeyboardFocus":false,"fontSize":17,"padding":{"__isSmartRef__":true,"id":3697},"suppressGrabbing":true,"attributeConnections":[],"__SourceModuleName__":"Global.lively.Text","name":"scriptLabel","__LivelyClassName__":"TextMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"2316:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(226.9978697808084,-29.291532737565934) scale(0.9999999471263976,0.9999999471263976)","namespaceURI":null}]},"withLayers":["NodeMorphLayer"]},"3686":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3685},"_livelyDataWrapperId_":"2318:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3687},"shape":{"__isSmartRef__":true,"id":3688},"priorExtent":{"__isSmartRef__":true,"id":3689},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3690},"isCursor":false,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextSelectionMorph","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"TextSelectionMorph","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"2318:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3687":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3688":{"_livelyDataWrapperId_":"2317:lively.scene.Group","content":[],"_fill":null,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Group","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"2317:lively.scene.Group","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3689":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3690":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3691":{"a":0.9999999471263976,"b":0,"c":0,"d":0.9999999471263976,"e":226.9978697808084,"f":-29.291532737565934,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3692":{"x":226.9978697808084,"y":-29.291532737565934,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3693":{"x":0.9999999471263976,"y":0.9999999471263976,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3694":{"_fill":{"__isSmartRef__":true,"id":3607},"_stroke":{"__isSmartRef__":true,"id":3608},"_x":0.000017717014998197556,"_y":0.13638964295387268,"_width":409.8975901385618,"_height":30.033333333333335,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0.000017717014998197556","namespaceURI":null},{"key":"y","value":"0.13638964295387268","namespaceURI":null},{"key":"width","value":"409.8975901385618","namespaceURI":null},{"key":"height","value":"30.033333333333335","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null},{"key":"fill","value":"rgb(243,243,243)","namespaceURI":null},{"key":"stroke-width","value":"0.5","namespaceURI":null},{"key":"fill-opacity","value":"0","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3695":{"_fill":{"__isSmartRef__":true,"id":3663},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Text","__rawNodeInfo__":{"tagName":"text","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"kerning","value":"0","namespaceURI":null},{"key":"fill","value":"rgb(0,0,0)","namespaceURI":null},{"key":"font-size","value":"17","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"3696":{"x":388.8975901385618,"y":18.700000000000003,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3697":{"x":10.5,"y":5.666666666666667,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3698":{"name":"ScriptEditorTest","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3699}},"3699":{"addScript":{"__isSmartRef__":true,"id":3700}},"3700":{"varMapping":{"__isSmartRef__":true,"id":3701},"source":"function addScript(funcOrString, optName) {\n\t\tvar func = Function.fromString(funcOrString);\n\t\treturn func.asScriptOf(this, optName);\n\t}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3701":{},"3702":{"partsSpaceName":"PartsBin/Tools/","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"3703":{"setTarget":{"__isSmartRef__":true,"id":3704},"bindMorphNames":{"__isSmartRef__":true,"id":3706},"reset":{"__isSmartRef__":true,"id":3708},"setupConnections":{"__isSmartRef__":true,"id":3710},"updateScriptList":{"__isSmartRef__":true,"id":3712},"removeTargetScript":{"__isSmartRef__":true,"id":3714},"addTargetScript":{"__isSmartRef__":true,"id":3716},"updateSourcePane":{"__isSmartRef__":true,"id":3718},"setSourceInPane":{"__isSmartRef__":true,"id":3720},"generateSourceForObject":{"__isSmartRef__":true,"id":3722},"generateSourceForScript":{"__isSmartRef__":true,"id":3724},"generateSourceForConnection":{"__isSmartRef__":true,"id":3726},"generateTargetCode":{"__isSmartRef__":true,"id":3728},"listItemsForObj":{"__isSmartRef__":true,"id":3730},"sortedScriptNamesOfObj":{"__isSmartRef__":true,"id":3732},"findSubobjects":{"__isSmartRef__":true,"id":3734},"addTestObject":{"__isSmartRef__":true,"id":3736},"generateSourceForProperty":{"__isSmartRef__":true,"id":3738},"generateSourceForValue":{"__isSmartRef__":true,"id":3740},"showTopLevelItems":{"__isSmartRef__":true,"id":3742},"allMorphNames":{"__isSmartRef__":true,"id":3744},"doSearch":{"__isSmartRef__":true,"id":3746},"allScriptListItems":{"__isSmartRef__":true,"id":3748},"highlightSelectedObject":{"__isSmartRef__":true,"id":3750}},"3704":{"varMapping":{"__isSmartRef__":true,"id":3705},"source":"function setTarget(obj) {\n\t// if (obj) alertOK(\"set target \" + obj.name)\n\tthis.target = obj\n\tthis.updateScriptList()\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3705":{"this":{"__isSmartRef__":true,"id":3265}},"3706":{"varMapping":{"__isSmartRef__":true,"id":3707},"source":"function bindMorphNames(submorphNames) {\n\tsubmorphNames.forEach(function(ea) {\n\t\tthis[ea]= this.getMorphNamed(ea)\n\t}, this)\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3707":{"this":{"__isSmartRef__":true,"id":3265}},"3708":{"varMapping":{"__isSmartRef__":true,"id":3709},"source":"function reset() {\n\t// this.reset()\n\tthis.bindMorphNames(\"targetName searchText scriptList scriptSource targetFound removeButton addButton closeButton\".split(\" \"))\n\tthis.target = null;\n\tthis.targetName.setTextString(\"nobody\");\n\tthis.scriptList.updateList([]);\n\tthis.scriptSource.setTextString(\"\");\n\tthis.searchText.setTextString(\"search for something\");\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3709":{"this":{"__isSmartRef__":true,"id":3265}},"3710":{"varMapping":{"__isSmartRef__":true,"id":3711},"source":"function setupConnections() {\n\t// this.setupConnections();\n\tconnect(this.targetName, 'textString', \n\t\tthis, 'target', \n\t\t{converter: function(n) { return $morph(n) }})\n\n\tconnect(this, 'target', \n\t\tthis.targetFound, 'setFill', \n\t\t{converter: function(obj) { return obj ? Color.green : Color.red}})\n\n\tconnect(this, 'target', this, 'setTarget')\n\n\tconnect(this.searchText, 'savedTextString', this, 'doSearch')\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3711":{"this":{"__isSmartRef__":true,"id":3265}},"3712":{"varMapping":{"__isSmartRef__":true,"id":3713},"source":"function updateScriptList() {\n\tthis.scriptList.updateList(this.allScriptListItems());\n\tthis.scriptList.selectLineAt(this.scriptList.selectedLineNo);\n\tthis.scriptSource.owner.owner.scrollToTop(); // demeter :-D\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3713":{"this":{"__isSmartRef__":true,"id":3265}},"3714":{"varMapping":{"__isSmartRef__":true,"id":3715},"source":"function removeTargetScript() {\n\tvar target = this.scriptList.selection.obj;\n\tif (!target) return;\n\n\n\tvar scriptName = this.scriptList.selection.scriptName; \n\tif (scriptName) {\n\t\tdelete target[scriptName];\n\t}\n\n\tvar connection = this.scriptList.selection.connection; \n\tif (connection)\n\t\tconnection.disconnect()\n\n\tthis.updateScriptList();\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3715":{"this":{"__isSmartRef__":true,"id":3265}},"3716":{"varMapping":{"__isSmartRef__":true,"id":3717},"source":"function addTargetScript(name) {\n\tvar target = this.target;\n\tif (!target) return;\n\n\ttarget.addScript(\"function \" + name + \"() {\\n\\n}\"); \n\n\tthis.updateScriptList();\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3717":{"this":{"__isSmartRef__":true,"id":3265}},"3718":{"varMapping":{"__isSmartRef__":true,"id":3719},"source":"function updateSourcePane(selection) { \n\tvar textMorph = this.scriptSource;\n\n\tif (!selection || !selection.obj) {\n\t\ttextMorph.setTextString(\"\");\n\t\treturn;\n\t}\n\n\tif (selection.targetObj) {\n\t\tthis.setSourceInPane(this.generateSourceForObject(\n\t\t\ttextMorph.getDoitContext(), selection.targetObj), textMorph);\n\t\treturn;\n\t}\n\n\tif (selection.connection) {\n\t\tthis.setSourceInPane(this.generateSourceForConnection(\n\t\t\ttextMorph.getDoitContext(),selection.obj,selection.connection), textMorph);\n\t\treturn;\n\t}\n\n\tif (selection.propertyName) {\n\t\tthis.setSourceInPane(this.generateSourceForProperty(\n\t\t\ttextMorph.getDoitContext(), selection.obj, selection.propertyName), textMorph);\n\t\treturn;\n\t}\n\n\tthis.setSourceInPane(\n\t\tthis.generateSourceForScript(textMorph.getDoitContext(),selection.obj, selection.scriptName), \n\t\ttextMorph)\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3719":{"this":{"__isSmartRef__":true,"id":3265}},"3720":{"varMapping":{"__isSmartRef__":true,"id":3721},"source":"function setSourceInPane(source, pane) {\n\tpane.setTextString(source);\n\tpane.owner.owner.scrollToTop();\n\n\tpane.highlightJavaScriptSyntax()\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3721":{"this":{"__isSmartRef__":true,"id":3265}},"3722":{"varMapping":{"__isSmartRef__":true,"id":3723},"source":"function generateSourceForObject(baseObject, targetObj) {\n\tvar source = \"// \" + targetObj.name + \" (\" + \n\t\tthis.generateTargetCode(baseObject, targetObj) + \")\\n\\n\"\n\n\n\tvar scriptNames = this.sortedScriptNamesOfObj(targetObj)\n\tif (scriptNames.length > 0) {\n\t\tsource += \"// ** \" + targetObj.name\t+ \"'s Scripts **\\n\"\n\t\tsource += scriptNames.collect(function(ea) {\n\t\t\treturn this.generateSourceForScript(baseObject, targetObj, ea)\n\t\t}, this).join('\\n\\n');\n\t}\n\n\tif (targetObj.attributeConnections) {\n\t\tsource += \"\\n\\n// ** \" + targetObj.name\t+ \"'s Connections **\\n\"\n\t\tsource += targetObj.attributeConnections.collect(function(ea) {\n\t\t\treturn this.generateSourceForConnection(baseObject, targetObj, ea)\n\t\t}, this).join('\\n');\n\t}\n\n\tif (targetObj.scriptSource && Object.isString(targetObj.scriptSource)) {\n\t\tsource += \"\\n\\n\";\n\t\tsource += this.generateSourceForProperty(\n\t\t\tbaseObject, targetObj, \"scriptSource\");\n\t}\n\n\treturn source\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3723":{"this":{"__isSmartRef__":true,"id":3265}},"3724":{"varMapping":{"__isSmartRef__":true,"id":3725},"source":"function generateSourceForScript(baseObject, targetObject, scriptName) {\n\tvar script =targetObject[scriptName].getOriginal();\n\treturn Strings.format('%s.addScript(%s);', \n\t\tthis.generateTargetCode(baseObject, targetObject) ,script)\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3725":{"this":{"__isSmartRef__":true,"id":3265}},"3726":{"varMapping":{"__isSmartRef__":true,"id":3727},"source":"function generateSourceForConnection(baseObject, targetObject, connection) {\n\tvar c = connection;\n\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\tvar optConfig = \"{\" + (c.converterString ? \"converter: \\n\\t\" + c.converterString : \"\" ) + \"}\"\n\n\treturn Strings.format('connect(%s, \"%s\", %s, \"%s\", %s);', \n\t\t\tthis.generateTargetCode(baseObject, c.getSourceObj()),\n\t\t\tc.getSourceAttrName(),\n\t\t\tthis.generateTargetCode(baseObject, c.getTargetObj()),\n\t\t\tc.getTargetMethodName(),\n\t\t\toptConfig);\n\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3727":{"this":{"__isSmartRef__":true,"id":3265}},"3728":{"varMapping":{"__isSmartRef__":true,"id":3729},"source":"function generateTargetCode(baseObject, targetObject) {\n\tvar name = targetObject.name;\n\tif (baseObject === targetObject) \n\t\treturn \"this\"\n\telse if (baseObject[name] === targetObject) \n\t\treturn \"this.\" + name\n\telse if (baseObject.testObject === targetObject) \n\t\treturn \"this.testObject\"\n\telse if (baseObject.getMorphNamed(name) === targetObject) \n\t\treturn 'this.getMorphNamed(\"' + name + '\")'\n\telse if (targetObject instanceof Morph) \n\t\treturn'$morph(\"' + name + '\")'\n\telse \n\t\treturn \"????\"\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3729":{"this":{"__isSmartRef__":true,"id":3265}},"3730":{"varMapping":{"__isSmartRef__":true,"id":3731},"source":"function listItemsForObj(obj, optPrefix) {\n\n\tvar listItems = [];\n\tvar prefix = optPrefix || \"\";\t\n\n\n\tif (obj.name) listItems.push({\n\t\tisListItem: true,\n\t\tstring: \"Object: \" + obj.name || \"unnamed\",\n\t\tvalue: {obj: obj, targetObj: obj}\t\n\t});\n\n\tif (obj.scriptSource && Object.isString(obj.scriptSource)) {\n\t\tlistItems.push({\n\t\t\tisListItem: true,\n\t\t\tstring: \" scriptSource\",\n\t\t\tvalue: {obj: obj, propertyName: 'scriptSource'}\t\n\t\t});\n\t}\n\n\tlistItems = listItems.concat(this.sortedScriptNamesOfObj(obj)\n\t\t.collect(function(name) { \n\t\t\treturn {isListItem: true, string: \" \" + name, value: {obj: obj, scriptName: name}}}))\n\n\t// BUG don't bind connections here...\n\tif (obj.attributeConnections)\n\t\t\tlistItems = listItems.concat(obj.attributeConnections.collect(function(ea) {\n\t\t\t\treturn {\n\t\t\t\t\tisListItem: true, \n\t\t\t\t\tstring: \" [\" + ea.getSourceAttrName() + \" -> \" + \n\t\t\t\t\t\tea.getTargetObj() + \".\" + ea.getTargetMethodName() + \"]\", \n\t\t\t\t\tvalue: {obj: obj, connection: ea }}\n\t\t\t}));\n\n\treturn listItems\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3731":{"this":{"__isSmartRef__":true,"id":3265}},"3732":{"varMapping":{"__isSmartRef__":true,"id":3733},"source":"function sortedScriptNamesOfObj(obj) {\n\treturn Functions.own(obj)\n\t\t.select(function(name) { return obj[name].hasLivelyClosure })\n\t\t.sortBy(function(name) { return name.toLowerCase() });\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3733":{"this":{"__isSmartRef__":true,"id":3265}},"3734":{"varMapping":{"__isSmartRef__":true,"id":3735},"source":"function findSubobjects(obj) {\n\tvar objs = [];\n\tobj.withAllSubmorphsDo(function(){ objs.push(this) });\n\n\tif (obj.testObject && obj.testObject.name)\n\t\tobjs.push(obj.testObject)\n\treturn objs\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3735":{"this":{"__isSmartRef__":true,"id":3265}},"3736":{"varMapping":{"__isSmartRef__":true,"id":3737},"source":"function addTestObject() {\n\tthis.testObject = {\n\t\tname: 'ScriptEditorTest',\n\t\taddScript: function addScript(funcOrString, optName) {\n\t\t\tvar func = Function.fromString(funcOrString);\n\t\t\treturn func.asScriptOf(this, optName);\n\t\t}.asScript()\n\t}\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3737":{"this":{"__isSmartRef__":true,"id":3265}},"3738":{"varMapping":{"__isSmartRef__":true,"id":3739},"source":"function generateSourceForProperty(baseObject, targetObject, propertyName) {\n\tvar value = targetObject[propertyName];\n\treturn Strings.format('%s.'+ propertyName +'=%s;', \n\t\tthis.generateTargetCode(baseObject, targetObject),\t\n\t\tthis.generateSourceForValue(value))\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3739":{"this":{"__isSmartRef__":true,"id":3265}},"3740":{"varMapping":{"__isSmartRef__":true,"id":3741},"source":"function generateSourceForValue(value) {\n\tif (Object.isString(value)) \n\t\treturn '\"' + value + '\"'\n\telse \n\t\treturn value\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3741":{"this":{"__isSmartRef__":true,"id":3265}},"3742":{"varMapping":{"__isSmartRef__":true,"id":3743},"source":"function showTopLevelItems() {\n\tvar topLevelMorphs = this.world().submorphs.reject(function(morph){\n\t\treturn !morph.name;\n\t})\n\tvar morphNames = topLevelMorphs.pluck('name'),\n\t\titems = morphNames.collect(function(name) {\n\t\t\treturn [name, function() { $morph('targetName').setTextString(name) }]\n\t\t});\n\tMenuMorph.openAtHand(items, 'Select morph to edit')\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3743":{"this":{"__isSmartRef__":true,"id":3265}},"3744":{"varMapping":{"__isSmartRef__":true,"id":3745},"source":"function allMorphNames() {\n\tvar names = [];\n\tthis.world().withAllSubmorphsDo(function() { if (this.name) names.push(this.name) })\n\treturn names;\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3745":{"this":{"__isSmartRef__":true,"id":3265}},"3746":{"varMapping":{"__isSmartRef__":true,"id":3747},"source":"function doSearch(string) {\n\talert('searching ' + string);\n\tvar allItems = this.allScriptListItems();\n\tallItems.select(function(item) {})\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3747":{"this":{"__isSmartRef__":true,"id":3265}},"3748":{"varMapping":{"__isSmartRef__":true,"id":3749},"source":"function allScriptListItems() {\n\tvar obj = this.target;\n\tif (!obj) return [];\n\n\tvar listItems = this.findSubobjects(obj).collect(function(ea) {\n\t\treturn this.listItemsForObj(ea);\n\t}, this).flatten()\n\n\treturn listItems;\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3749":{"this":{"__isSmartRef__":true,"id":3265}},"3750":{"varMapping":{"__isSmartRef__":true,"id":3751},"source":"function highlightSelectedObject(selection) {\n\tif (selection.targetObj) showMorph(selection.targetObj)\n}","__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"3751":{"this":{"__isSmartRef__":true,"id":3265}},"3752":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"3753":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3754":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3755":{"_fill":{"__isSmartRef__":true,"id":3756},"_stroke":{"__isSmartRef__":true,"id":3757},"__SourceModuleName__":"Global.lively.scene","_x":0,"_y":0,"_width":3289.5,"_height":3866.5,"__LivelyClassName__":"lively.scene.Rectangle","__rawNodeInfo__":{"tagName":"rect","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x","value":"0","namespaceURI":null},{"key":"y","value":"0","namespaceURI":null},{"key":"width","value":"3289.5","namespaceURI":null},{"key":"height","value":"3866.5","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null},{"key":"stroke","value":"rgb(NaN,NaN,NaN)","namespaceURI":null},{"key":"stroke-width","value":"1","namespaceURI":null}]}},"3756":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3757":{"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3758":{"x":1289,"y":866,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3759":{"styleName":"hpi","raisedBorder":{"__isSmartRef__":true,"id":3760},"button":{"__isSmartRef__":true,"id":3765},"widgetPanel":{"__isSmartRef__":true,"id":3766},"focusHalo":{"__isSmartRef__":true,"id":3769},"panel":{"__isSmartRef__":true,"id":3771},"link":{"__isSmartRef__":true,"id":3772},"helpText":{"__isSmartRef__":true,"id":3774},"menu_items":{"__isSmartRef__":true,"id":37},"menu_list":{"__isSmartRef__":true,"id":3776},"slider":{"__isSmartRef__":true,"id":3777},"slider_background":{"__isSmartRef__":true,"id":3778},"slider_horizontal":{"__isSmartRef__":true,"id":3779},"slider_background_horizontal":{"__isSmartRef__":true,"id":3786},"titleBar":{"__isSmartRef__":true,"id":3791},"titleBar_label":{"__isSmartRef__":true,"id":3792},"titleBar_label_highlight":{"__isSmartRef__":true,"id":3793},"titleBar_button_label":{"__isSmartRef__":true,"id":3795},"titleBar_closeButton":{"__isSmartRef__":true,"id":3796},"titleBar_menuButton":{"__isSmartRef__":true,"id":3797},"titleBar_collapseButton":{"__isSmartRef__":true,"id":3798},"titleBar_closeButton_highlight":{"__isSmartRef__":true,"id":3799},"titleBar_menuButton_highlight":{"__isSmartRef__":true,"id":3805},"titleBar_collapseButton_highlight":{"__isSmartRef__":true,"id":3811},"clock":{"__isSmartRef__":true,"id":3817},"fabrik":{"__isSmartRef__":true,"id":3822},"world":{"__isSmartRef__":true,"id":3824}},"3760":{"borderColor":{"__isSmartRef__":true,"id":3761}},"3761":{"vector":{"__isSmartRef__":true,"id":3762},"stops":[{"__isSmartRef__":true,"id":3763},{"__isSmartRef__":true,"id":3764}],"refcount":0,"_livelyDataWrapperId_":"16:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"0","namespaceURI":null},{"key":"x2","value":"1","namespaceURI":null},{"key":"y2","value":"1","namespaceURI":null},{"key":"id","value":"16:lively.paint.LinearGradient","namespaceURI":null}]}},"3762":{"x":0,"y":0,"width":1,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3763":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(230,230,230)","namespaceURI":null}]}},"3764":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(12,12,12)","namespaceURI":null}]}},"3765":{"borderColor":{"__isSmartRef__":true,"id":1787},"borderWidth":0.6,"borderRadius":5,"fill":{"__isSmartRef__":true,"id":1769}},"3766":{"borderColor":{"__isSmartRef__":true,"id":3767},"borderWidth":4,"borderRadius":16,"fill":{"__isSmartRef__":true,"id":3768},"opacity":0.4},"3767":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3768":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3769":{"fill":null,"borderColor":{"__isSmartRef__":true,"id":3770},"strokeOpacity":0.5},"3770":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3771":{"fill":{"__isSmartRef__":true,"id":2101},"borderWidth":2,"borderColor":{"__isSmartRef__":true,"id":2100}},"3772":{"borderColor":{"__isSmartRef__":true,"id":3773},"borderWidth":1,"fill":{"__isSmartRef__":true,"id":159}},"3773":{"r":0,"g":0.8,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3774":{"borderRadius":15,"fill":{"__isSmartRef__":true,"id":3775},"fillOpacity":0.8},"3775":{"r":1,"g":0.9725490196078431,"b":0.8936274509803921,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3776":{"fill":{"__isSmartRef__":true,"id":58}},"3777":{"borderColor":{"__isSmartRef__":true,"id":147},"borderOpacity":1,"borderWidth":1,"borderRadius":6,"fill":{"__isSmartRef__":true,"id":148}},"3778":{"borderColor":{"__isSmartRef__":true,"id":159},"borderWidth":1,"strokeOpacity":1,"borderRadius":6,"fill":{"__isSmartRef__":true,"id":160}},"3779":{"borderColor":{"__isSmartRef__":true,"id":3780},"borderWidth":1,"borderRadius":6,"fill":{"__isSmartRef__":true,"id":3781}},"3780":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3781":{"vector":{"__isSmartRef__":true,"id":3782},"stops":[{"__isSmartRef__":true,"id":3783},{"__isSmartRef__":true,"id":3784},{"__isSmartRef__":true,"id":3785}],"refcount":19,"_livelyDataWrapperId_":"20:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"0","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"1","namespaceURI":null},{"key":"id","value":"20:lively.paint.LinearGradient","namespaceURI":null}]}},"3782":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3783":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(196,211,221)","namespaceURI":null}]}},"3784":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.5","namespaceURI":null},{"key":"stop-color","value":"rgb(137,167,187)","namespaceURI":null}]}},"3785":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(96,130,153)","namespaceURI":null}]}},"3786":{"borderColor":{"__isSmartRef__":true,"id":3780},"borderWidth":1,"borderRadius":6,"fill":{"__isSmartRef__":true,"id":3787}},"3787":{"vector":{"__isSmartRef__":true,"id":3782},"stops":[{"__isSmartRef__":true,"id":3788},{"__isSmartRef__":true,"id":3789},{"__isSmartRef__":true,"id":3790}],"refcount":19,"_livelyDataWrapperId_":"21:lively.paint.LinearGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.LinearGradient","__rawNodeInfo__":{"tagName":"linearGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"x1","value":"0","namespaceURI":null},{"key":"y1","value":"0","namespaceURI":null},{"key":"x2","value":"0","namespaceURI":null},{"key":"y2","value":"1","namespaceURI":null},{"key":"id","value":"21:lively.paint.LinearGradient","namespaceURI":null}]}},"3788":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(204,204,204)","namespaceURI":null}]}},"3789":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.4","namespaceURI":null},{"key":"stop-color","value":"rgb(240,240,240)","namespaceURI":null}]}},"3790":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(245,245,245)","namespaceURI":null}]}},"3791":{"borderRadius":8,"borderWidth":2,"bordercolor":{"__isSmartRef__":true,"id":3780},"fill":{"__isSmartRef__":true,"id":179}},"3792":{"fill":null},"3793":{"fill":{"__isSmartRef__":true,"id":3794},"fillOpacity":0.5},"3794":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3795":{"textColor":{"__isSmartRef__":true,"id":214},"fontStyle":"bold"},"3796":{"fill":{"__isSmartRef__":true,"id":222}},"3797":{"fill":{"__isSmartRef__":true,"id":248}},"3798":{"fill":{"__isSmartRef__":true,"id":274}},"3799":{"fill":{"__isSmartRef__":true,"id":3800}},"3800":{"stops":[{"__isSmartRef__":true,"id":3801},{"__isSmartRef__":true,"id":3802},{"__isSmartRef__":true,"id":3803}],"f":{"__isSmartRef__":true,"id":3804},"refcount":51,"_livelyDataWrapperId_":"26:lively.paint.RadialGradient","__SourceModuleName__":"Global.lively.scene","fx":0.4,"fy":0.2,"_fx":0.4,"_fy":0.2,"__LivelyClassName__":"lively.paint.RadialGradient","__rawNodeInfo__":{"tagName":"radialGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"26:lively.paint.RadialGradient","namespaceURI":null},{"key":"fx","value":"0.4","namespaceURI":null},{"key":"fy","value":"0.2","namespaceURI":null}]}},"3801":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(226,179,179)","namespaceURI":null}]}},"3802":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.5","namespaceURI":null},{"key":"stop-color","value":"rgb(158,0,0)","namespaceURI":null}]}},"3803":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(95,0,0)","namespaceURI":null}]}},"3804":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3805":{"fill":{"__isSmartRef__":true,"id":3806}},"3806":{"stops":[{"__isSmartRef__":true,"id":3807},{"__isSmartRef__":true,"id":3808},{"__isSmartRef__":true,"id":3809}],"f":{"__isSmartRef__":true,"id":3810},"refcount":51,"_livelyDataWrapperId_":"27:lively.paint.RadialGradient","__SourceModuleName__":"Global.lively.scene","fx":0.4,"fy":0.2,"_fx":0.4,"_fy":0.2,"__LivelyClassName__":"lively.paint.RadialGradient","__rawNodeInfo__":{"tagName":"radialGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"27:lively.paint.RadialGradient","namespaceURI":null},{"key":"fx","value":"0.4","namespaceURI":null},{"key":"fy","value":"0.2","namespaceURI":null}]}},"3807":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(179,219,179)","namespaceURI":null}]}},"3808":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.5","namespaceURI":null},{"key":"stop-color","value":"rgb(0,133,0)","namespaceURI":null}]}},"3809":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(0,79,0)","namespaceURI":null}]}},"3810":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3811":{"fill":{"__isSmartRef__":true,"id":3812}},"3812":{"stops":[{"__isSmartRef__":true,"id":3813},{"__isSmartRef__":true,"id":3814},{"__isSmartRef__":true,"id":3815}],"f":{"__isSmartRef__":true,"id":3816},"refcount":51,"_livelyDataWrapperId_":"28:lively.paint.RadialGradient","__SourceModuleName__":"Global.lively.scene","fx":0.4,"fy":0.2,"_fx":0.4,"_fy":0.2,"__LivelyClassName__":"lively.paint.RadialGradient","__rawNodeInfo__":{"tagName":"radialGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"28:lively.paint.RadialGradient","namespaceURI":null},{"key":"fx","value":"0.4","namespaceURI":null},{"key":"fy","value":"0.2","namespaceURI":null}]}},"3813":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(255,243,209)","namespaceURI":null}]}},"3814":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0.5","namespaceURI":null},{"key":"stop-color","value":"rgb(255,215,102)","namespaceURI":null}]}},"3815":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(153,129,61)","namespaceURI":null}]}},"3816":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3817":{"borderColor":{"__isSmartRef__":true,"id":3818},"borderWidth":4,"fill":{"__isSmartRef__":true,"id":3819}},"3818":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3819":{"stops":[{"__isSmartRef__":true,"id":3820},{"__isSmartRef__":true,"id":3821}],"refcount":0,"_livelyDataWrapperId_":"29:lively.paint.RadialGradient","__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.RadialGradient","__rawNodeInfo__":{"tagName":"radialGradient","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"29:lively.paint.RadialGradient","namespaceURI":null}]}},"3820":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(243,243,243)","namespaceURI":null}]}},"3821":{"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.paint.Stop","__rawNodeInfo__":{"tagName":"stop","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"offset","value":"1","namespaceURI":null},{"key":"stop-color","value":"rgb(230,230,230)","namespaceURI":null}]}},"3822":{"borderColor":{"__isSmartRef__":true,"id":3823},"borderWidth":1,"borderRadius":2,"fill":{"__isSmartRef__":true,"id":159},"opacity":1},"3823":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3824":{"fill":{"__isSmartRef__":true,"id":3794}},"isSimplifiedRegistry":true}}]]>