record -------\nrecord = Record.newPlainInstance({V1: 2, V2: 3})\nrelay = Relay.newInstance({Value1: \"+V1\", Value2: \"V2\"}, record)\nv = new TestView(relay)\nv.onValue2Update = Functions.Null;\nassert(23, v.getValue1())\nassert(9, v.getValue2())\nv.setValue2(99)\nv.getValue2();\n\n// ------- relay -> some object -------\nmodel = {getV2: function() { return 45 }}\nrelay = Relay.newInstance({Value2: \"-V2\"}, model)\nv = new TestView(relay)\nassert(45, v.getValue2());\n\n// ------- manual model -------\nmodel = {\n\tv2: 77,\n\tsetV1: function(v) { this.v1 = v },\n\tgetV2: function() { return this.v2 },\n\tsetV2: function(v) { this.v2 = v },\n};\nv = new TestView({model: model, setValue1: \"setV1\", setValue2: \"setV2\", getValue2: \"getV2\"})\nassert(77, v.getValue2())\nv.setValue2(33)\nassert(33, v.getValue2())\nassert(23, v.getValue1())\nv.setValue2(22)\nassert(23, v.getValue1())","savedTextString":"if (Class.forName('TestView')) TestView.remove();\n/*View*/DeprecatedView.subclass('TestView', {\n\tformals: ['Value1', 'Value2'],\n\tinitialize: function($super, model) {\n\t\t$super(model);\n\t\tthis.value1 = 23;\n\t},\n\tsetValue1: function(v) { this.value1 = v},\n\tgetValue1: function() { return this.value1 },\n})\n// ------- simple -------\nv = new TestView()\nassert(23 == v.getValue1(), 'simple')\n\n// ------- record as model -------\nrecord = Record.newPlainInstance({Value1: 2, Value2: 3})\nv = new TestView(record)\nassert(23, v.getValue1())\nv.setValue2(9)\nassert(9, v.getValue2())\n\n// ------- relay -> record -------\nrecord = Record.newPlainInstance({V1: 2, V2: 3})\nrelay = Relay.newInstance({Value1: \"+V1\", Value2: \"V2\"}, record)\nv = new TestView(relay)\nv.onValue2Update = Functions.Null;\nassert(23, v.getValue1())\nassert(9, v.getValue2())\nv.setValue2(99)\nv.getValue2();\n\n// ------- relay -> some object -------\nmodel = {getV2: function() { return 45 }}\nrelay = Relay.newInstance({Value2: \"-V2\"}, model)\nv = new TestView(relay)\nassert(45, v.getValue2());\n\n// ------- manual model -------\nmodel = {\n\tv2: 77,\n\tsetV1: function(v) { this.v1 = v },\n\tgetV2: function() { return this.v2 },\n\tsetV2: function(v) { this.v2 = v },\n};\nv = new TestView({model: model, setValue1: \"setV1\", setValue2: \"setV2\", getValue2: \"getV2\"})\nassert(77, v.getValue2())\nv.setValue2(33)\nassert(33, v.getValue2())\nassert(23, v.getValue1())\nv.setValue2(22)\nassert(23, v.getValue1())","submorphs":[{"__isSmartRef__":true,"id":614}],"owner":{"__isSmartRef__":true,"id":612},"_livelyDataWrapperId_":"6639:TextMorph","origin":{"__isSmartRef__":true,"id":619},"shape":{"__isSmartRef__":true,"id":620},"textContent":{"__isSmartRef__":true,"id":621},"lineNumberHint":50,"pvtCachedTransform":{"__isSmartRef__":true,"id":622},"textSelection":{"__isSmartRef__":true,"id":614},"priorExtent":{"__isSmartRef__":true,"id":623},"useChangeClue":true,"changeClue":{"__isSmartRef__":true,"id":624},"suppressHandles":true,"openForDragAndDrop":false,"isSelecting":false,"hasKeyboardFocus":false,"__SourceModuleName__":"Global.lively.Text","textStyle":{"__isSmartRef__":true,"id":630},"fontFamily":"Courier","undoTextStyle":{"__isSmartRef__":true,"id":751},"__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":"6639:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]},"withLayers":["BrowserSyntaxHighlightLayer"]},"614":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":613},"_livelyDataWrapperId_":"6641:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":615},"shape":{"__isSmartRef__":true,"id":616},"priorExtent":{"__isSmartRef__":true,"id":617},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":618},"openForDragAndDrop":false,"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":"6641:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"615":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"616":{"_livelyDataWrapperId_":"6640: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":"6640: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}]}},"617":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"618":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"619":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"620":{"_x":0,"_y":0,"_width":670,"_height":741.1999999999994,"_stroke":{"__isSmartRef__":true,"id":48},"_fill":{"__isSmartRef__":true,"id":55},"__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":"670","namespaceURI":null},{"key":"height","value":"741.1999999999994","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}]}},"621":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"622":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"623":{"x":658,"y":733.2000122070312,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"624":{"submorphs":[],"owner":null,"_livelyDataWrapperId_":"6642:Morph","origin":{"__isSmartRef__":true,"id":625},"shape":{"__isSmartRef__":true,"id":626},"priorExtent":{"__isSmartRef__":true,"id":627},"mouseHandler":null,"_pointer-events":"none","ignoreWhenCopying":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":628},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":629},"__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":"6642:Morph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(1,1)","namespaceURI":null}]}},"625":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"626":{"_x":0,"_y":0,"_width":5,"_height":5,"_stroke":{"__isSmartRef__":true,"id":48},"_fill":{"__isSmartRef__":true,"id":49},"__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}]}},"627":{"x":5,"y":5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"628":{"a":1,"b":0,"c":0,"d":1,"e":1,"f":1,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"629":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"630":{"runs":[2,16,10,22,8,14,1,8,1,10,2,1,2,8,2,8,2,8,4,11,1,8,16,1,20,4,10,2,3,1,3,10,1,8,4,1,1,4,11,1,3,10,1,8,3,1,1,6,1,4,8,1,2,1,2,25,5,3,19,2,19,8,3,34,34,1,7,1,1,2,7,1,1,1,6,3,25,2,29,1,9,1,18,34,34,1,3,1,1,2,3,1,1,1,28,1,7,1,5,2,7,1,4,1,14,3,59,2,24,1,29,2,18,39,9,1,6,1,8,3,1,1,6,1,2,1,2,27,1,7,1,5,1,13,3,24,2,19,31,9,1,2,3,1,2,3,6,1,8,4,1,1,4,8,1,3,6,1,8,3,1,1,6,1,4,4,1,3,6,1,8,4,1,1,4,8,1,2,1,6,3,10,1,6,8,10,1,7,2,10,1,7,2,10,1,7,1,9,2,29,2,9,2,24,2,29,2,9,2,17],"values":[{"__isSmartRef__":true,"id":631},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":635},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":637},{"__isSmartRef__":true,"id":639},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":640},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":641},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":642},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":644},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":646},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":647},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":648},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":649},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":651},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":652},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":653},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":655},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":656},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":657},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":658},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":659},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":660},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":661},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":662},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":663},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":664},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":665},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":666},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":667},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":668},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":669},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":670},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":671},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":672},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":673},{"__isSmartRef__":true,"id":674},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":675},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":676},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":677},{"__isSmartRef__":true,"id":678},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":679},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":680},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":681},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":682},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":683},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":684},{"__isSmartRef__":true,"id":685},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":686},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":687},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":688},{"__isSmartRef__":true,"id":689},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":690},{"__isSmartRef__":true,"id":691},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":692},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":693},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":694},{"__isSmartRef__":true,"id":695},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":696},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":697},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":698},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":699},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":700},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":701},{"__isSmartRef__":true,"id":702},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":703},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":704},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":705},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":706},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":707},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":708},{"__isSmartRef__":true,"id":709},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":710},{"__isSmartRef__":true,"id":711},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":712},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":713},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":714},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":715},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":716},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":717},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":718},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":719},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":720},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":721},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":722},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":723},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":724},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":725},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":726},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":727},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":728},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":729},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":730},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":731},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":732},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":733},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":734},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":735},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":736},{"__isSmartRef__":true,"id":737},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":738},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":739},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":740},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":741},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":742},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":743},{"__isSmartRef__":true,"id":744},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":745},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":746},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":747},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":748},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":749},{"__isSmartRef__":true,"id":633},{"__isSmartRef__":true,"id":750},{"__isSmartRef__":true,"id":633}],"lastIndex":1424,"lastRunIndex":209,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"631":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"632":{"r":0,"g":0,"b":0.5019607843137255,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"633":{"color":{"__isSmartRef__":true,"id":634},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"634":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"635":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"636":{"r":0,"g":0.5019607843137255,"b":0.5019607843137255,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"637":{"color":{"__isSmartRef__":true,"id":638},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"638":{"r":0.5019607843137255,"g":0.5019607843137255,"b":0.5019607843137255,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"639":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"640":{"color":{"__isSmartRef__":true,"id":638},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"641":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"642":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"643":{"r":0,"g":0.5019607843137255,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"644":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"645":{"r":0.5450980392156862,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"646":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"647":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"648":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"649":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"650":{"r":0,"g":0,"b":0.5450980392156862,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"651":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"652":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"653":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"654":{"r":0,"g":0,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"655":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"656":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"657":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"658":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"659":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"660":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"661":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"662":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"663":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"664":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"665":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"666":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"667":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"668":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"669":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"670":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"671":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"672":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"673":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"674":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"675":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"676":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"677":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"678":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"679":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"680":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"681":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"682":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"683":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"684":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"685":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"686":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"687":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"688":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"689":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"690":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"691":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"692":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"693":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"694":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"695":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"696":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"697":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"698":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"699":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"700":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"701":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"702":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"703":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"704":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"705":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"706":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"707":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"708":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"709":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"710":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"711":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"712":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"713":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"714":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"715":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"716":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"717":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"718":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"719":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"720":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"721":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"722":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"723":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"724":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"725":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"726":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"727":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"728":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"729":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"730":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"731":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"732":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"733":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"734":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"735":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"736":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"737":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"738":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"739":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"740":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"741":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"742":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"743":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"744":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"745":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"746":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"747":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"748":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"749":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"750":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"751":{"runs":[2,16,10,22,8,14,1,8,1,10,2,1,2,8,2,8,2,8,4,11,1,8,16,1,20,4,10,2,3,1,3,10,1,8,4,1,1,4,11,1,3,10,1,8,3,1,1,6,1,4,8,1,2,1,2,25,5,3,19,2,19,8,3,34,34,1,7,1,1,2,7,1,1,1,6,3,26,2,29,1,9,1,18,34,34,1,3,1,1,2,3,1,1,1,28,1,7,1,5,2,7,1,4,1,14,3,59,2,24,1,29,2,18,39,9,1,6,1,8,3,1,1,6,1,2,1,2,27,1,7,1,5,1,13,3,24,2,19,31,9,1,2,3,1,2,3,6,1,8,4,1,1,4,8,1,3,6,1,8,3,1,1,6,1,4,4,1,3,6,1,8,4,1,1,4,8,1,2,1,6,3,10,1,6,8,10,1,7,2,10,1,7,2,10,1,7,1,9,2,29,2,9,2,24,2,29,2,9,2,16],"values":[{"__isSmartRef__":true,"id":752},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":754},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":755},{"__isSmartRef__":true,"id":757},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":758},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":759},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":760},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":761},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":763},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":764},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":765},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":766},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":767},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":768},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":769},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":771},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":772},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":773},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":774},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":775},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":776},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":777},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":778},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":779},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":780},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":781},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":782},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":783},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":784},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":785},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":786},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":787},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":788},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":789},{"__isSmartRef__":true,"id":790},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":791},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":792},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":793},{"__isSmartRef__":true,"id":794},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":795},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":796},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":797},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":798},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":799},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":800},{"__isSmartRef__":true,"id":801},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":802},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":803},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":804},{"__isSmartRef__":true,"id":805},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":806},{"__isSmartRef__":true,"id":807},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":808},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":809},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":810},{"__isSmartRef__":true,"id":811},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":812},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":813},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":814},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":815},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":816},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":817},{"__isSmartRef__":true,"id":818},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":819},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":820},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":821},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":822},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":823},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":824},{"__isSmartRef__":true,"id":825},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":826},{"__isSmartRef__":true,"id":827},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":828},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":829},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":830},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":831},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":832},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":833},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":834},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":835},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":836},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":837},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":838},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":839},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":840},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":841},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":842},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":843},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":844},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":845},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":846},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":847},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":848},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":849},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":850},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":851},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":852},{"__isSmartRef__":true,"id":853},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":854},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":855},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":856},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":857},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":858},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":859},{"__isSmartRef__":true,"id":860},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":861},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":862},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":863},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":864},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":865},{"__isSmartRef__":true,"id":753},{"__isSmartRef__":true,"id":866},{"__isSmartRef__":true,"id":753}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"752":{"color":{"__isSmartRef__":true,"id":236},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"753":{"color":{"__isSmartRef__":true,"id":223},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"754":{"color":{"__isSmartRef__":true,"id":265},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"755":{"color":{"__isSmartRef__":true,"id":756},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"756":{"r":0.5019607843137255,"g":0.5019607843137255,"b":0.5019607843137255,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"757":{"color":{"__isSmartRef__":true,"id":236},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"758":{"color":{"__isSmartRef__":true,"id":756},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"759":{"color":{"__isSmartRef__":true,"id":265},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"760":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"761":{"color":{"__isSmartRef__":true,"id":762},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"762":{"r":0.5450980392156862,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"763":{"color":{"__isSmartRef__":true,"id":265},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"764":{"color":{"__isSmartRef__":true,"id":265},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"765":{"color":{"__isSmartRef__":true,"id":762},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"766":{"color":{"__isSmartRef__":true,"id":231},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"767":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"768":{"color":{"__isSmartRef__":true,"id":231},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"769":{"color":{"__isSmartRef__":true,"id":770},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"770":{"r":0,"g":0,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"771":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"772":{"color":{"__isSmartRef__":true,"id":762},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"773":{"color":{"__isSmartRef__":true,"id":231},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"774":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"775":{"color":{"__isSmartRef__":true,"id":231},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"776":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"777":{"color":{"__isSmartRef__":true,"id":762},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"778":{"color":{"__isSmartRef__":true,"id":231},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"779":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"780":{"color":{"__isSmartRef__":true,"id":236},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"781":{"color":{"__isSmartRef__":true,"id":231},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"782":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"783":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"784":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"785":{"color":{"__isSmartRef__":true,"id":231},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"786":{"color":{"__isSmartRef__":true,"id":770},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"787":{"color":{"__isSmartRef__":true,"id":265},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"788":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"789":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"790":{"color":{"__isSmartRef__":true,"id":762},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"791":{"color":{"__isSmartRef__":true,"id":770},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"792":{"color":{"__isSmartRef__":true,"id":762},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"793":{"color":{"__isSmartRef__":true,"id":770},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"794":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"795":{"color":{"__isSmartRef__":true,"id":231},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"796":{"color":{"__isSmartRef__":true,"id":770},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"797":{"color":{"__isSmartRef__":true,"id":770},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"798":{"color":{"__isSmartRef__":true,"id":770},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"799":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"800":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"801":{"color":{"__isSmartRef__":true,"id":762},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"802":{"color":{"__isSmartRef__":true,"id":770},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"803":{"color":{"__isSmartRef__":true,"id":762},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"804":{"color":{"__isSmartRef__":true,"id":770},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"805":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"806":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"807":{"color":{"__isSmartRef__":true,"id":762},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"808":{"color":{"__isSmartRef__":true,"id":265},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"809":{"color":{"__isSmartRef__":true,"id":762},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"810":{"color":{"__isSmartRef__":true,"id":265},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"811":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"812":{"color":{"__isSmartRef__":true,"id":231},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"813":{"color":{"__isSmartRef__":true,"id":770},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"814":{"color":{"__isSmartRef__":true,"id":770},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"815":{"color":{"__isSmartRef__":true,"id":770},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"816":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"817":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"818":{"color":{"__isSmartRef__":true,"id":762},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"819":{"color":{"__isSmartRef__":true,"id":231},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"820":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"821":{"color":{"__isSmartRef__":true,"id":236},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"822":{"color":{"__isSmartRef__":true,"id":770},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"823":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"824":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"825":{"color":{"__isSmartRef__":true,"id":762},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"826":{"color":{"__isSmartRef__":true,"id":265},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"827":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"828":{"color":{"__isSmartRef__":true,"id":231},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"829":{"color":{"__isSmartRef__":true,"id":770},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"830":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"831":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"832":{"color":{"__isSmartRef__":true,"id":762},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"833":{"color":{"__isSmartRef__":true,"id":770},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"834":{"color":{"__isSmartRef__":true,"id":762},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"835":{"color":{"__isSmartRef__":true,"id":231},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"836":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"837":{"color":{"__isSmartRef__":true,"id":231},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"838":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"839":{"color":{"__isSmartRef__":true,"id":762},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"840":{"color":{"__isSmartRef__":true,"id":231},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"841":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"842":{"color":{"__isSmartRef__":true,"id":236},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"843":{"color":{"__isSmartRef__":true,"id":231},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"844":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"845":{"color":{"__isSmartRef__":true,"id":762},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"846":{"color":{"__isSmartRef__":true,"id":231},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"847":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"848":{"color":{"__isSmartRef__":true,"id":231},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"849":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"850":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"851":{"color":{"__isSmartRef__":true,"id":231},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"852":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"853":{"color":{"__isSmartRef__":true,"id":762},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"854":{"color":{"__isSmartRef__":true,"id":762},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"855":{"color":{"__isSmartRef__":true,"id":265},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"856":{"color":{"__isSmartRef__":true,"id":762},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"857":{"color":{"__isSmartRef__":true,"id":265},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"858":{"color":{"__isSmartRef__":true,"id":762},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"859":{"color":{"__isSmartRef__":true,"id":265},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"860":{"color":{"__isSmartRef__":true,"id":233},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"861":{"color":{"__isSmartRef__":true,"id":770},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"862":{"color":{"__isSmartRef__":true,"id":770},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"863":{"color":{"__isSmartRef__":true,"id":770},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"864":{"color":{"__isSmartRef__":true,"id":770},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"865":{"color":{"__isSmartRef__":true,"id":770},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"866":{"color":{"__isSmartRef__":true,"id":770},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"867":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"868":{"_x":0,"_y":0,"_width":670,"_height":628,"_fill":{"__isSmartRef__":true,"id":55},"__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":"670","namespaceURI":null},{"key":"height","value":"628","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}]}},"869":{"x":500,"y":200,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"870":{"_livelyDataWrapperId_":"37:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":871},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"37:lively.scene.Clip","namespaceURI":null}]}},"871":{"_fill":{"__isSmartRef__":true,"id":55},"__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":"670","namespaceURI":null},{"key":"height","value":"628","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}]}},"872":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"873":{"submorphs":[{"__isSmartRef__":true,"id":874}],"owner":{"__isSmartRef__":true,"id":611},"_livelyDataWrapperId_":"6646:SliderMorph","origin":{"__isSmartRef__":true,"id":881},"shape":{"__isSmartRef__":true,"id":882},"priorExtent":{"__isSmartRef__":true,"id":883},"value":0,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":884},"slider":{"__isSmartRef__":true,"id":874},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":885},{"__isSmartRef__":true,"id":886}],"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","hitPoint":{"__isSmartRef__":true,"id":887},"__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":"6646:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(669,0)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]}},"874":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":873},"_livelyDataWrapperId_":"6647:Morph","origin":{"__isSmartRef__":true,"id":875},"shape":{"__isSmartRef__":true,"id":876},"priorExtent":{"__isSmartRef__":true,"id":877},"pvtCachedTransform":{"__isSmartRef__":true,"id":878},"mouseHandler":{"__isSmartRef__":true,"id":879},"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":"6647:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null}]}},"875":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"876":{"_x":0,"_y":0,"_width":13,"_height":530.9178656992339,"_stroke":{"__isSmartRef__":true,"id":70},"_fill":{"__isSmartRef__":true,"id":71},"_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":"530.9178656992339","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}]}},"877":{"x":12,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"878":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"879":{"target":{"__isSmartRef__":true,"id":873},"eventSpec":{"__isSmartRef__":true,"id":880},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"880":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"881":{"x":669,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"882":{"_x":0,"_y":0,"_width":13,"_height":628,"_stroke":{"__isSmartRef__":true,"id":82},"_fill":{"__isSmartRef__":true,"id":83},"_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":"628","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}]}},"883":{"x":5,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"884":{"a":1,"b":0,"c":0,"d":1,"e":669,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"885":{"sourceObj":{"__isSmartRef__":true,"id":873},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":611},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","isActive":false,"__LivelyClassName__":"AttributeConnection"},"886":{"sourceObj":{"__isSmartRef__":true,"id":873},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":611},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"887":{"x":8.5,"y":491.0396951396028,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"888":{"x":0,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"889":{"_x":0,"_y":0,"_width":682,"_height":628,"_fill":null,"_stroke":{"__isSmartRef__":true,"id":48},"__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":"682","namespaceURI":null},{"key":"height","value":"628","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null}]}},"890":{"x":500,"y":200,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"891":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":22,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"892":{"sourceObj":{"__isSmartRef__":true,"id":611},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":873},"targetMethodName":"setValue","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","isActive":false,"__LivelyClassName__":"AttributeConnection"},"893":{"submorphs":[{"__isSmartRef__":true,"id":894},{"__isSmartRef__":true,"id":906},{"__isSmartRef__":true,"id":917},{"__isSmartRef__":true,"id":938},{"__isSmartRef__":true,"id":959}],"owner":{"__isSmartRef__":true,"id":610},"_livelyDataWrapperId_":"6649:TitleBarMorph","origin":{"__isSmartRef__":true,"id":980},"shape":{"__isSmartRef__":true,"id":981},"priorExtent":{"__isSmartRef__":true,"id":982},"pvtCachedTransform":{"__isSmartRef__":true,"id":983},"mouseHandler":null,"_pointer-events":"none","contentMorph":{"__isSmartRef__":true,"id":895},"windowMorph":{"__isSmartRef__":true,"id":610},"label":{"__isSmartRef__":true,"id":906},"closeButton":{"__isSmartRef__":true,"id":917},"menuButton":{"__isSmartRef__":true,"id":938},"collapseButton":{"__isSmartRef__":true,"id":959},"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":"6649:TitleBarMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"894":{"submorphs":[{"__isSmartRef__":true,"id":895}],"owner":{"__isSmartRef__":true,"id":893},"_livelyDataWrapperId_":"6651:ClipMorph","origin":{"__isSmartRef__":true,"id":900},"shape":{"__isSmartRef__":true,"id":901},"priorExtent":{"__isSmartRef__":true,"id":902},"clip":{"__isSmartRef__":true,"id":903},"_clip-path":"url(#38:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":905},"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":"6651:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#38:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(-1,-1)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"895":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":894},"_livelyDataWrapperId_":"6650:Morph","origin":{"__isSmartRef__":true,"id":896},"shape":{"__isSmartRef__":true,"id":897},"priorExtent":{"__isSmartRef__":true,"id":898},"pvtCachedTransform":{"__isSmartRef__":true,"id":899},"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":"6650:Morph","namespaceURI":null},{"key":"transform","value":"translate(1,1)","namespaceURI":null},{"key":"class","value":"titleBar","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"896":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"897":{"_x":0,"_y":0,"_width":682,"_height":30,"_stroke":{"__isSmartRef__":true,"id":48},"_fill":{"__isSmartRef__":true,"id":101},"_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":"682","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}]}},"898":{"x":501,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"899":{"a":1,"b":0,"c":0,"d":1,"e":1,"f":1,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"900":{"x":-1,"y":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"901":{"_x":0,"_y":0,"_width":684,"_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":"684","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}]}},"902":{"x":501,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"903":{"_livelyDataWrapperId_":"38:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":904},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"38:lively.scene.Clip","namespaceURI":null}]}},"904":{"_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":"684","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}]}},"905":{"a":1,"b":0,"c":0,"d":1,"e":-1,"f":-1,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"906":{"textString":"tests","savedTextString":"","submorphs":[{"__isSmartRef__":true,"id":907}],"owner":{"__isSmartRef__":true,"id":893},"_livelyDataWrapperId_":"6653:TextMorph","origin":{"__isSmartRef__":true,"id":912},"shape":{"__isSmartRef__":true,"id":913},"textContent":{"__isSmartRef__":true,"id":914},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":915},"textSelection":{"__isSmartRef__":true,"id":907},"priorExtent":{"__isSmartRef__":true,"id":916},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":125},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"openForDragAndDrop":false,"styleClass":["titleBar_label"],"__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":"6653:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(324,3)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"class","value":"titleBar_label","namespaceURI":null}]}},"907":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":906},"_livelyDataWrapperId_":"6655:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":908},"shape":{"__isSmartRef__":true,"id":909},"priorExtent":{"__isSmartRef__":true,"id":910},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":911},"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":"6655:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"908":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"909":{"_livelyDataWrapperId_":"6654: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":"6654: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}]}},"910":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"911":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"912":{"x":324,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"913":{"_x":0,"_y":0,"_width":37,"_height":17.2,"_stroke":{"__isSmartRef__":true,"id":48},"_fill":null,"_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":"37","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}]}},"914":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"915":{"a":1,"b":0,"c":0,"d":1,"e":324,"f":3,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"916":{"x":25,"y":13.200000762939453,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"917":{"submorphs":[{"__isSmartRef__":true,"id":918}],"owner":{"__isSmartRef__":true,"id":893},"_livelyDataWrapperId_":"6656:WindowControlMorph","origin":{"__isSmartRef__":true,"id":932},"shape":{"__isSmartRef__":true,"id":933},"priorExtent":{"__isSmartRef__":true,"id":934},"label":{"__isSmartRef__":true,"id":918},"pvtCachedTransform":{"__isSmartRef__":true,"id":935},"styleClass":["titleBar_closeButton"],"attributeConnections":[{"__isSmartRef__":true,"id":936},{"__isSmartRef__":true,"id":937}],"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":"6656:WindowControlMorph","namespaceURI":null},{"key":"transform","value":"translate(671,11)","namespaceURI":null},{"key":"class","value":"titleBar_closeButton","namespaceURI":null}]}},"918":{"textString":"X","savedTextString":"X","submorphs":[{"__isSmartRef__":true,"id":919}],"owner":{"__isSmartRef__":true,"id":917},"_livelyDataWrapperId_":"6657:TextMorph","origin":{"__isSmartRef__":true,"id":924},"shape":{"__isSmartRef__":true,"id":925},"textContent":{"__isSmartRef__":true,"id":926},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":927},"textSelection":{"__isSmartRef__":true,"id":919},"priorExtent":{"__isSmartRef__":true,"id":928},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":929},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"styleClass":["titleBar_button_label"],"textColor":{"__isSmartRef__":true,"id":136},"textStyle":{"__isSmartRef__":true,"id":930},"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":"6657: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}]}},"919":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":918},"_livelyDataWrapperId_":"6659:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":920},"shape":{"__isSmartRef__":true,"id":921},"priorExtent":{"__isSmartRef__":true,"id":922},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":923},"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":"6659:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"920":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"921":{"_livelyDataWrapperId_":"6658: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":"6658: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}]}},"922":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"923":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"924":{"x":-4,"y":-6,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"925":{"_x":0,"_y":0,"_width":8,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":48},"_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}]}},"926":{"_fill":{"__isSmartRef__":true,"id":136},"__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}]}},"927":{"a":1,"b":0,"c":0,"d":1,"e":-4,"f":-6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"928":{"x":8,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"929":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"930":{"runs":[2],"values":[{"__isSmartRef__":true,"id":931}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"931":{"style":"bold","__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"932":{"x":671,"y":11,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"933":{"_cx":0,"_cy":0,"_rx":8,"_ry":8,"_fill":{"__isSmartRef__":true,"id":144},"__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(#23:lively.paint.RadialGradient)","namespaceURI":null}]}},"934":{"x":16,"y":16,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"935":{"a":1,"b":0,"c":0,"d":1,"e":671,"f":11,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"936":{"sourceObj":{"__isSmartRef__":true,"id":917},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":610},"targetMethodName":"getCloseHelp","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"937":{"sourceObj":{"__isSmartRef__":true,"id":917},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":610},"targetMethodName":"initiateShutdown","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"938":{"submorphs":[{"__isSmartRef__":true,"id":939}],"owner":{"__isSmartRef__":true,"id":893},"_livelyDataWrapperId_":"6660:WindowControlMorph","origin":{"__isSmartRef__":true,"id":953},"shape":{"__isSmartRef__":true,"id":954},"priorExtent":{"__isSmartRef__":true,"id":955},"label":{"__isSmartRef__":true,"id":939},"pvtCachedTransform":{"__isSmartRef__":true,"id":956},"styleClass":["titleBar_menuButton"],"attributeConnections":[{"__isSmartRef__":true,"id":957},{"__isSmartRef__":true,"id":958}],"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":"6660:WindowControlMorph","namespaceURI":null},{"key":"transform","value":"translate(11,11)","namespaceURI":null},{"key":"class","value":"titleBar_menuButton","namespaceURI":null}]}},"939":{"textString":"M","savedTextString":"M","submorphs":[{"__isSmartRef__":true,"id":940}],"owner":{"__isSmartRef__":true,"id":938},"_livelyDataWrapperId_":"6661:TextMorph","origin":{"__isSmartRef__":true,"id":945},"shape":{"__isSmartRef__":true,"id":946},"textContent":{"__isSmartRef__":true,"id":947},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":948},"textSelection":{"__isSmartRef__":true,"id":940},"priorExtent":{"__isSmartRef__":true,"id":949},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":950},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"styleClass":["titleBar_button_label"],"textColor":{"__isSmartRef__":true,"id":136},"textStyle":{"__isSmartRef__":true,"id":951},"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":"6661: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}]}},"940":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":939},"_livelyDataWrapperId_":"6663:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":941},"shape":{"__isSmartRef__":true,"id":942},"priorExtent":{"__isSmartRef__":true,"id":943},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":944},"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":"6663:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"941":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"942":{"_livelyDataWrapperId_":"6662: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":"6662: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}]}},"943":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"944":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"945":{"x":-5,"y":-6,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"946":{"_x":0,"_y":0,"_width":10,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":48},"_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}]}},"947":{"_fill":{"__isSmartRef__":true,"id":136},"__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}]}},"948":{"a":1,"b":0,"c":0,"d":1,"e":-5,"f":-6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"949":{"x":10,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"950":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"951":{"runs":[2],"values":[{"__isSmartRef__":true,"id":952}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"952":{"style":"bold","__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"953":{"x":11,"y":11,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"954":{"_cx":0,"_cy":0,"_rx":8,"_ry":8,"_fill":{"__isSmartRef__":true,"id":170},"__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(#24:lively.paint.RadialGradient)","namespaceURI":null}]}},"955":{"x":16,"y":16,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"956":{"a":1,"b":0,"c":0,"d":1,"e":11,"f":11,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"957":{"sourceObj":{"__isSmartRef__":true,"id":938},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":610},"targetMethodName":"getMenuHelp","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"958":{"sourceObj":{"__isSmartRef__":true,"id":938},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":610},"targetMethodName":"showTargetMorphMenu","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"959":{"submorphs":[{"__isSmartRef__":true,"id":960}],"owner":{"__isSmartRef__":true,"id":893},"_livelyDataWrapperId_":"6664:WindowControlMorph","origin":{"__isSmartRef__":true,"id":974},"shape":{"__isSmartRef__":true,"id":975},"priorExtent":{"__isSmartRef__":true,"id":976},"label":{"__isSmartRef__":true,"id":960},"pvtCachedTransform":{"__isSmartRef__":true,"id":977},"styleClass":["titleBar_collapseButton"],"attributeConnections":[{"__isSmartRef__":true,"id":978},{"__isSmartRef__":true,"id":979}],"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":"6664:WindowControlMorph","namespaceURI":null},{"key":"transform","value":"translate(652,11)","namespaceURI":null},{"key":"class","value":"titleBar_collapseButton","namespaceURI":null}]}},"960":{"textString":"–","savedTextString":"–","submorphs":[{"__isSmartRef__":true,"id":961}],"owner":{"__isSmartRef__":true,"id":959},"_livelyDataWrapperId_":"6665:TextMorph","origin":{"__isSmartRef__":true,"id":966},"shape":{"__isSmartRef__":true,"id":967},"textContent":{"__isSmartRef__":true,"id":968},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":969},"textSelection":{"__isSmartRef__":true,"id":961},"priorExtent":{"__isSmartRef__":true,"id":970},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":971},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"styleClass":["titleBar_button_label"],"textColor":{"__isSmartRef__":true,"id":136},"textStyle":{"__isSmartRef__":true,"id":972},"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":"6665: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}]}},"961":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":960},"_livelyDataWrapperId_":"6667:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":962},"shape":{"__isSmartRef__":true,"id":963},"priorExtent":{"__isSmartRef__":true,"id":964},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":965},"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":"6667:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"962":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"963":{"_livelyDataWrapperId_":"6666: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":"6666: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}]}},"964":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"965":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"966":{"x":-3,"y":-6,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"967":{"_x":0,"_y":0,"_width":7,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":48},"_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}]}},"968":{"_fill":{"__isSmartRef__":true,"id":136},"__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}]}},"969":{"a":1,"b":0,"c":0,"d":1,"e":-3,"f":-6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"970":{"x":7,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"971":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"972":{"runs":[2],"values":[{"__isSmartRef__":true,"id":973}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"973":{"style":"bold","__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"974":{"x":652,"y":11,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"975":{"_cx":0,"_cy":0,"_rx":8,"_ry":8,"_fill":{"__isSmartRef__":true,"id":196},"__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(#25:lively.paint.RadialGradient)","namespaceURI":null}]}},"976":{"x":16,"y":16,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"977":{"a":1,"b":0,"c":0,"d":1,"e":652,"f":11,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"978":{"sourceObj":{"__isSmartRef__":true,"id":959},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":610},"targetMethodName":"getCollapseHelp","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"979":{"sourceObj":{"__isSmartRef__":true,"id":959},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":610},"targetMethodName":"toggleCollapse","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"980":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"981":{"_x":0,"_y":0,"_width":682,"_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":"682","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}]}},"982":{"x":501,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"983":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"984":{"x":1183,"y":478,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"985":{"_x":0,"_y":0,"_width":682,"_height":650,"_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":"682","namespaceURI":null},{"key":"height","value":"650","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"986":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"987":{"a":1,"b":0,"c":0,"d":1,"e":1183,"f":478,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"988":{"x":0,"y":23,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"989":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"990":{"submorphs":[{"__isSmartRef__":true,"id":991},{"__isSmartRef__":true,"id":3958}],"owner":{"__isSmartRef__":true,"id":0},"_livelyDataWrapperId_":"1997:WindowMorph","origin":{"__isSmartRef__":true,"id":4049},"shape":{"__isSmartRef__":true,"id":4050},"priorExtent":{"__isSmartRef__":true,"id":4051},"pvtCachedTransform":{"__isSmartRef__":true,"id":4052},"targetMorph":{"__isSmartRef__":true,"id":991},"titleBar":{"__isSmartRef__":true,"id":3958},"contentOffset":{"__isSmartRef__":true,"id":4053},"openForDragAndDrop":false,"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":4054},"__SourceModuleName__":"Global.lively.Widgets","__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":"1997:WindowMorph","namespaceURI":null},{"key":"transform","value":"translate(837,39)","namespaceURI":null}]}},"991":{"submorphs":[{"__isSmartRef__":true,"id":992},{"__isSmartRef__":true,"id":3851},{"__isSmartRef__":true,"id":3874},{"__isSmartRef__":true,"id":2617},{"__isSmartRef__":true,"id":2919},{"__isSmartRef__":true,"id":3011},{"__isSmartRef__":true,"id":3549},{"__isSmartRef__":true,"id":3899},{"__isSmartRef__":true,"id":1721},{"__isSmartRef__":true,"id":3905},{"__isSmartRef__":true,"id":3909},{"__isSmartRef__":true,"id":3609},{"__isSmartRef__":true,"id":3642},{"__isSmartRef__":true,"id":3670},{"__isSmartRef__":true,"id":3698},{"__isSmartRef__":true,"id":3726},{"__isSmartRef__":true,"id":3754},{"__isSmartRef__":true,"id":3782}],"owner":{"__isSmartRef__":true,"id":990},"_livelyDataWrapperId_":"1710:lively.ide.BrowserPanel","origin":{"__isSmartRef__":true,"id":3952},"shape":{"__isSmartRef__":true,"id":3953},"priorExtent":{"__isSmartRef__":true,"id":3956},"lastNavigable":{"__isSmartRef__":true,"id":3782},"styleClass":["panel"],"pvtCachedTransform":{"__isSmartRef__":true,"id":3957},"locationPane":{"__isSmartRef__":true,"id":992},"codeBaseDirBtn":{"__isSmartRef__":true,"id":3851},"localDirBtn":{"__isSmartRef__":true,"id":3874},"Pane1":{"__isSmartRef__":true,"id":2617},"Pane2":{"__isSmartRef__":true,"id":2919},"Pane3":{"__isSmartRef__":true,"id":3011},"Pane4":{"__isSmartRef__":true,"id":3549},"midResizer":{"__isSmartRef__":true,"id":3899},"sourcePane":{"__isSmartRef__":true,"id":1721},"bottomResizer":{"__isSmartRef__":true,"id":3905},"commentPane":{"__isSmartRef__":true,"id":3909},"suppressHandles":true,"ownerWidget":{"__isSmartRef__":true,"id":1010},"openForDragAndDrop":false,"targetURL":{"__isSmartRef__":true,"id":3811},"__SourceModuleName__":"Global.lively.ide.BrowserFramework","__LivelyClassName__":"lively.ide.BrowserPanel","__rawNodeInfo__":{"tagName":"g","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"lively:type","value":"lively.ide.BrowserPanel","namespaceURI":"http://www.experimentalstuff.com/Lively"},{"key":"id","value":"1710:lively.ide.BrowserPanel","namespaceURI":null},{"key":"class","value":"panel","namespaceURI":null},{"key":"transform","value":"translate(0,22)","namespaceURI":null}]}},"992":{"submorphs":[{"__isSmartRef__":true,"id":993},{"__isSmartRef__":true,"id":3832}],"owner":{"__isSmartRef__":true,"id":991},"_livelyDataWrapperId_":"1715:ScrollPane","origin":{"__isSmartRef__":true,"id":3846},"shape":{"__isSmartRef__":true,"id":3847},"priorExtent":{"__isSmartRef__":true,"id":3848},"pvtCachedTransform":{"__isSmartRef__":true,"id":3849},"clipMorph":{"__isSmartRef__":true,"id":993},"verticalScrollBar":{"__isSmartRef__":true,"id":3832},"attributeConnections":[{"__isSmartRef__":true,"id":3850}],"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":"1715:ScrollPane","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"993":{"submorphs":[{"__isSmartRef__":true,"id":994}],"owner":{"__isSmartRef__":true,"id":992},"_livelyDataWrapperId_":"1716:ClipMorph","origin":{"__isSmartRef__":true,"id":3826},"shape":{"__isSmartRef__":true,"id":3827},"priorExtent":{"__isSmartRef__":true,"id":3828},"clip":{"__isSmartRef__":true,"id":3829},"_clip-path":"url(#44:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":3831},"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":"1716:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#44:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"994":{"textString":"http://lively-kernel.org/repository/webwerkstatt/lively/","savedTextString":"","submorphs":[{"__isSmartRef__":true,"id":995}],"owner":{"__isSmartRef__":true,"id":993},"_livelyDataWrapperId_":"1711:TextMorph","origin":{"__isSmartRef__":true,"id":1000},"shape":{"__isSmartRef__":true,"id":1001},"textContent":{"__isSmartRef__":true,"id":1002},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":1003},"textSelection":{"__isSmartRef__":true,"id":995},"priorExtent":{"__isSmartRef__":true,"id":1004},"useChangeClue":true,"changeClue":{"__isSmartRef__":true,"id":1005},"suppressHandles":true,"isInputLine":true,"suppressGrabbing":true,"noEval":true,"styleClass":["Browser_locationInput"],"attributeConnections":[{"__isSmartRef__":true,"id":1009}],"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":"1711:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"Browser_locationInput","namespaceURI":null}]}},"995":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":994},"_livelyDataWrapperId_":"1713:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":996},"shape":{"__isSmartRef__":true,"id":997},"priorExtent":{"__isSmartRef__":true,"id":998},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":999},"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":"1713:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"996":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"997":{"_livelyDataWrapperId_":"1712: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":"1712: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}]}},"998":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"999":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1000":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1001":{"_x":0,"_y":0,"_width":645.5999755859375,"_height":21.2,"_stroke":{"__isSmartRef__":true,"id":223},"_fill":{"__isSmartRef__":true,"id":224},"__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":"645.5999755859375","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","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1002":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"1003":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1004":{"x":633.5999755859375,"y":13.200000762939453,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1005":{"submorphs":[],"owner":null,"_livelyDataWrapperId_":"1714:Morph","origin":{"__isSmartRef__":true,"id":1006},"shape":{"__isSmartRef__":true,"id":1007},"priorExtent":{"__isSmartRef__":true,"id":1008},"mouseHandler":null,"_pointer-events":"none","ignoreWhenCopying":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":"1714:Morph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1006":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1007":{"_x":0,"_y":0,"_width":5,"_height":5,"_stroke":{"__isSmartRef__":true,"id":223},"_fill":{"__isSmartRef__":true,"id":288},"__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}]}},"1008":{"x":5,"y":5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1009":{"sourceObj":{"__isSmartRef__":true,"id":994},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":1010},"targetMethodName":"setTargetURL","converterString":"function (value) { return new URL(value) }","updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1010":{"_livelyDataWrapperId_":"1709:lively.ide.SystemBrowser","formalModel":{"__isSmartRef__":true,"id":1011},"buttonCommands":[{"__isSmartRef__":true,"id":3608},{"__isSmartRef__":true,"id":3664},{"__isSmartRef__":true,"id":3692},{"__isSmartRef__":true,"id":3720},{"__isSmartRef__":true,"id":3748},{"__isSmartRef__":true,"id":3776},{"__isSmartRef__":true,"id":3805}],"evaluate":true,"targetURL":{"__isSmartRef__":true,"id":3811},"_rootNode":{"__isSmartRef__":true,"id":1017},"panel":{"__isSmartRef__":true,"id":991},"attributeConnections":[{"__isSmartRef__":true,"id":3812}],"pane1Selection":{"__isSmartRef__":true,"id":1493},"pane2Selection":{"__isSmartRef__":true,"id":1615},"sourceString":"View.subclass('NetRequest', {\n\tdocumentation: \"a view that writes the contents of an http request into the model\",\n\n\t// see XMLHttpRequest documentation for the following:\n\tUnsent: 0,\n\tOpened: 1,\n\tHeadersReceived: 2,\n\tLoading: 3,\n\tDone: 4,\n\n\tformals: [\"+Status\", // Updated once, when request is {Done} with the value returned from 'getStatus'.\n\t\t\"+ReadyState\", // Updated on every state transition of the request.\n\t\t\"+ResponseXML\", // Updated at most once, when request state is {Done}, with the parsed XML document retrieved.\n\t\t\"+ResponseText\", // Updated at most once, when request state is {Done}, with the text content retrieved.\n\t\t\"+ResponseHeaders\", // Updated at most once, when request state is {Done}, with the response headers retrieved.\n\t\t\"StreamContent\",\n\t\t\"Progress\",\n\t],\n\n\tinitialize: function($super, modelPlug) {\n\t\tthis.transport = new XMLHttpRequest();\n\t\tthis.requestNetworkAccess();\n\t\tthis.transport.onreadystatechange = this.onReadyStateChange.bind(this);\n\t\tthis.isSync = false;\n\t\tthis.isBinary = false;\n\t\tthis.requestHeaders = {};\n\t\t$super(modelPlug)\n\t},\n\n\tenableProgress: function() {\n\t\tconsole.log(\"enableProgress\")\n\t\t// FIXME onprogress leads to strange 101 errors when no internet connection available\n\t\tthis.transport.onprogress = this.onProgress.bind(this);\n\t\tif (!UserAgent.isTouch && this.transport.upload !== undefined) // FIXME crashes Mobile Safari && IE9+\n\t\t\tthis.transport.upload.onprogress = this.onProgress.bind(this);\n\t},\n\n\trequestNetworkAccess: function() {\n\t\tif (Global.netscape && Global.location.protocol == \"file:\") { \n\t\t\ttry {\n\t\t\t\tnetscape.security.PrivilegeManager.enablePrivilege(\"UniversalBrowserRead\");\n\t\t\t\tconsole.log(\"requested browser read privilege\");\n\t\t\t\treturn true;\n\t\t\t} catch (er) {\n\t\t\t\tconsole.log(\"no privilege granted: \" + er);\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t},\n\n\tbeSync: function() {\n\t\tthis.isSync = true;\n\t\treturn this;\n\t},\n\n\tbeBinary: function() {\n\t\tthis.isBinary = true;\n\t\treturn this;\n\t},\n\n\tonReadyStateChange: function() {\n\t\tthis.setReadyState(this.getReadyState());\n\t\tif (this.getReadyState() === this.Loading) { // For comet networking\n\t\t\tthis.setStatus(this.getStatus());\n\t\t\tvar hasResponseText = false;\n\t\t\ttry {\n\t\t\t\t// FIX for IE9+ if responseText is not available yet\n\t\t\t\thasResponseText = this.transport.responseText;\n\t\t\t} catch (e) { console.warn('Request\\'s response text is not available yet.'); }\n\t\t\tif (hasResponseText) {\n\t\t\t\tvar allContent = this.getResponseText();\n\t\t\t\tvar newStart = this._streamContentLength ? this._streamContentLength : 0;\n\t\t\t\tvar newContent = allContent.substring(newStart);\n\t\t\t\tnewContent = /^([^\\n\\r]*)/.exec(newContent)[1]; // remove line breaks\n\t\t\t\tthis.setStreamContent(newContent);\n\t\t\t\tthis._streamContentLength = allContent.length;\n\t\t\t}\n\t\t}\n\t\tif (this.getReadyState() === this.Done) {\n\t\t\tthis.setStatus(this.getStatus());\n\t\t\tif (this.transport.responseText) \n\t\t\t\tthis.setResponseText(this.getResponseText());\n\t\t\tif (this.transport.responseXML) \n\t\t\t\tthis.setResponseXML(this.getResponseXML());\n\t\t\tif (this.transport.getAllResponseHeaders())\n\t\t\t\tthis.setResponseHeaders(this.getResponseHeaders());\n\t\t\tthis.disconnectModel(); // autodisconnect?\n\t\t}\n\t},\n\n\tonProgress: function(progress) { this.setProgress(progress) },\n\t\n\tsetRequestHeaders: function(record) {\n\t\tProperties.forEachOwn(record, function(prop, value) {\n\t\t\tthis.requestHeaders[prop] = value;\n\t\t}, this);\n\t},\n\n\tsetContentType: function(string) {\n\t\t// valid before send but after open?\n\t\tthis.requestHeaders[\"Content-Type\"] = string;\n\t},\n\n\tgetReadyState: function() {\n\t\treturn this.transport.readyState;\n\t},\n\n\tgetResponseText: function() {\n\t\treturn this.transport.responseText || \"\";\n\t},\n\n\tgetResponseXML: function() {\n\t\treturn this.transport.responseXML || \"\";\n\t},\n\n\tgetResponseHeaders: function() {\n\t\tvar headerString = this.transport.getAllResponseHeaders();\n\t\tvar headerObj = {};\n\t\theaderString.split('\\r\\n').each(function(ea) {\n\t\t\tvar splitter = ea.indexOf(':');\n\t\t\tif (splitter != -1) {\n\t\t\t\theaderObj[ea.slice(0, splitter)] = ea.slice(splitter + 1).trim();\n\t\t\t\t// as headers should be case-insensitiv, add lower case headers (for Safari)\n\t\t\t\theaderObj[ea.slice(0, splitter).toLowerCase()] = ea.slice(splitter + 1).trim();\n\t\t\t}\n\t\t});\n\t\treturn headerObj;\n\t},\n\n\tgetStatus: function() {\n\t\treturn new NetRequestStatus(this.method, this.url, this.transport);\n\t},\n\n\trequest: function(method, url, content) {\n\t\ttry {\n\t\t\tthis.url = url;\n\t\t\tthis.method = method.toUpperCase();\t \n\t\t\tthis.transport.open(this.method, url.toString(), !this.isSync);\n\t\t\tProperties.forEachOwn(this.requestHeaders, function(p, value) {\n\t\t\t\tthis.transport.setRequestHeader(p, value);\n\t\t\t\t}, this);\n\t\t\tif (!this.isBinary)\n\t\t\t\tthis.transport.send(content || '');\n\t\t\telse\n\t\t\t\tthis.transport.sendAsBinary(content || '');\n\t\t\tif (Global.isFirefox && this.isSync) // mr: FF does not use callback when sync \n\t\t\t\tthis.onReadyStateChange();\n\t\t\treturn this;\n\t\t} catch (er) {\n\t\t\tvar status = this.getStatus();\n\t\t\tstatus.setException(er);\n\t\t\tthis.setStatus(status);\n\t\t\tthrow er;\n\t\t}\n\t},\n\n\tget: function(url) {\n\t\treturn this.request(\"GET\", URL.makeProxied(url), null);\n\t},\n\n\tput: function(url, content) {\n\t\treturn this.request(\"PUT\", URL.makeProxied(url), content);\n\t},\n\n\tpost: function(url, content) {\n\t\treturn this.request(\"POST\", URL.makeProxied(url), content);\n\t},\n\n\tpropfind: function(url, depth, content) {\n\t\tthis.setContentType(\"text/xml\"); // complain if it's set to something else?\n\t\tif (depth != 0 && depth != 1)\n\t\t\tdepth = \"infinity\";\n\t\tthis.setRequestHeaders({ \"Depth\" : depth });\n\t\treturn this.request(\"PROPFIND\", URL.makeProxied(url), content);\n\t},\n\n\treport: function(url, content) {\n\t\treturn this.request(\"REPORT\", URL.makeProxied(url), content);\n\t},\n\n\tmkcol: function(url, content) {\n\t\treturn this.request(\"MKCOL\", URL.makeProxied(url), content);\n\t},\n\n\tdel: function(url) {\n\t\treturn this.request(\"DELETE\", URL.makeProxied(url));\n\t},\n\n\tcopy: function(url, destUrl, overwrite) {\n\t\tthis.setRequestHeaders({ \"Destination\" : destUrl.toString() });\n\t\tif (overwrite) this.setRequestHeaders({ \"Overwrite\" : 'T' });\n\t\treturn this.request(\"COPY\", URL.makeProxied(url));\n\t},\n\n\tlock: function(url, owner) {\n\t\tthis.setRequestHeaders({Timeout: 'Infinite, Second-30'});\n\t\tvar content = Strings.format(' \\n\\\n\t\t \\n\\\n\t\t \\n\\\n\t\t \\n\\\n\t\t%s \\n\\\n\t\t', owner || 'unknown user');\n\t\treturn this.request(\"LOCK\", URL.makeProxied(url), content);\n\t},\n\t\n\tunlock: function(url, lockToken, force) {\n\t\tif (force) {\n\t\t\tvar req = new NetRequest().beSync().propfind(url);\n\t\t\tvar xml = req.getResponseXML() || stringToXML(req.getResponseText());\n\t\t\tvar q = new Query('/descendant::*/D:lockdiscovery/descendant::*/D:locktoken/D:href');\n\t\t\tvar tokenElement = q.findFirst(xml);\n\t\t\tif (!tokenElement) // no lock token, assume that resource isn't locked\n\t\t\treturn req;\n\t\t\tlockToken = tokenElement.textContent;\n\t\t}\n\t\tthis.setRequestHeaders({'Lock-Token': '<' + lockToken + '>'});\n\t\treturn this.request(\"UNLOCK\", URL.makeProxied(url));\n\t},\n\thead: function(url) {\n\t\treturn this.request(\"HEAD\", URL.makeProxied(url), null);\n\t},\n\n\ttoString: function() {\n\t\treturn \"#\";\n\t},\n\n});\n","currentModuleName":"lively.Network","pane3Selection":{"__isSmartRef__":true,"id":1638},"pane4Selection":null,"__SourceModuleName__":"Global.lively.ide.SystemCodeBrowser","_statusMorph":{"__isSmartRef__":true,"id":3813},"__LivelyClassName__":"lively.ide.SystemBrowser","__rawNodeInfo__":{"tagName":"widget","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"1709:lively.ide.SystemBrowser","namespaceURI":null}]}},"1011":{"delegate":{"__isSmartRef__":true,"id":1012},"__SourceModuleName__":"Global.anonymous_module_3","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},"1012":{"rawNode":{"__isSmartRef__":true,"id":1013},"SourceString$observers":[{"__isSmartRef__":true,"id":1712},{"__isSmartRef__":true,"id":1713}],"StatusMessage$observers":[{"__isSmartRef__":true,"id":1712}],"RootFilters$observers":[{"__isSmartRef__":true,"id":1712}],"Pane1Content$observers":[{"__isSmartRef__":true,"id":1712},{"__isSmartRef__":true,"id":2597}],"Pane1Selection$observers":[{"__isSmartRef__":true,"id":1712},{"__isSmartRef__":true,"id":2597}],"Pane1Menu$observers":[{"__isSmartRef__":true,"id":1712},{"__isSmartRef__":true,"id":2597}],"Pane1Filters$observers":[{"__isSmartRef__":true,"id":1712}],"Pane2Content$observers":[{"__isSmartRef__":true,"id":1712},{"__isSmartRef__":true,"id":2677}],"Pane2Selection$observers":[{"__isSmartRef__":true,"id":1712},{"__isSmartRef__":true,"id":2677}],"Pane2Menu$observers":[{"__isSmartRef__":true,"id":1712},{"__isSmartRef__":true,"id":2677}],"Pane2Filters$observers":[{"__isSmartRef__":true,"id":1712}],"Pane3Content$observers":[{"__isSmartRef__":true,"id":1712},{"__isSmartRef__":true,"id":2979}],"Pane3Selection$observers":[{"__isSmartRef__":true,"id":1712},{"__isSmartRef__":true,"id":2979}],"Pane3Menu$observers":[{"__isSmartRef__":true,"id":1712},{"__isSmartRef__":true,"id":2979}],"Pane3Filters$observers":[{"__isSmartRef__":true,"id":1712}],"Pane4Content$observers":[{"__isSmartRef__":true,"id":1712},{"__isSmartRef__":true,"id":3070}],"Pane4Selection$observers":[{"__isSmartRef__":true,"id":1712},{"__isSmartRef__":true,"id":3070}],"Pane4Menu$observers":[{"__isSmartRef__":true,"id":1712},{"__isSmartRef__":true,"id":3070}],"Pane4Filters$observers":[{"__isSmartRef__":true,"id":1712}],"__SourceModuleName__":"Global.anonymous_module_3","definition":"{\"Pane1Content\":{},\"Pane1Selection\":{},\"Pane1Menu\":{},\"Pane1Filters\":{},\"Pane2Content\":{},\"Pane2Selection\":{},\"Pane2Menu\":{},\"Pane2Filters\":{},\"Pane3Content\":{},\"Pane3Selection\":{},\"Pane3Menu\":{},\"Pane3Filters\":{},\"Pane4Content\":{},\"Pane4Selection\":{},\"Pane4Menu\":{},\"Pane4Filters\":{},\"SourceString\":{},\"StatusMessage\":{},\"RootFilters\":{}}","isInstanceOfAnonymousClass":true,"isPlainRecord":true},"1013":{"Pane1Content":[{"__isSmartRef__":true,"id":1014},{"__isSmartRef__":true,"id":1529},{"__isSmartRef__":true,"id":1530},{"__isSmartRef__":true,"id":1531},{"__isSmartRef__":true,"id":1532},{"__isSmartRef__":true,"id":1533},{"__isSmartRef__":true,"id":1534},{"__isSmartRef__":true,"id":1535},{"__isSmartRef__":true,"id":1536},{"__isSmartRef__":true,"id":1537},{"__isSmartRef__":true,"id":1538},{"__isSmartRef__":true,"id":1539},{"__isSmartRef__":true,"id":1540},{"__isSmartRef__":true,"id":1541},{"__isSmartRef__":true,"id":1542},{"__isSmartRef__":true,"id":1543},{"__isSmartRef__":true,"id":1544},{"__isSmartRef__":true,"id":1545},{"__isSmartRef__":true,"id":1546},{"__isSmartRef__":true,"id":1547},{"__isSmartRef__":true,"id":1548},{"__isSmartRef__":true,"id":1549},{"__isSmartRef__":true,"id":1550},{"__isSmartRef__":true,"id":1551},{"__isSmartRef__":true,"id":1552},{"__isSmartRef__":true,"id":1553},{"__isSmartRef__":true,"id":1554},{"__isSmartRef__":true,"id":1555},{"__isSmartRef__":true,"id":1556},{"__isSmartRef__":true,"id":1557},{"__isSmartRef__":true,"id":1558},{"__isSmartRef__":true,"id":1559},{"__isSmartRef__":true,"id":1560},{"__isSmartRef__":true,"id":1561},{"__isSmartRef__":true,"id":1562},{"__isSmartRef__":true,"id":1563},{"__isSmartRef__":true,"id":1564},{"__isSmartRef__":true,"id":1565},{"__isSmartRef__":true,"id":1566},{"__isSmartRef__":true,"id":1567},{"__isSmartRef__":true,"id":1568},{"__isSmartRef__":true,"id":1569},{"__isSmartRef__":true,"id":1570},{"__isSmartRef__":true,"id":1571},{"__isSmartRef__":true,"id":1572},{"__isSmartRef__":true,"id":1573},{"__isSmartRef__":true,"id":1574},{"__isSmartRef__":true,"id":1575},{"__isSmartRef__":true,"id":1576},{"__isSmartRef__":true,"id":1577},{"__isSmartRef__":true,"id":1578},{"__isSmartRef__":true,"id":1579},{"__isSmartRef__":true,"id":1580},{"__isSmartRef__":true,"id":1581},{"__isSmartRef__":true,"id":1582},{"__isSmartRef__":true,"id":1583},{"__isSmartRef__":true,"id":1584},{"__isSmartRef__":true,"id":1585},{"__isSmartRef__":true,"id":1586},{"__isSmartRef__":true,"id":1587},{"__isSmartRef__":true,"id":1588},{"__isSmartRef__":true,"id":1589},{"__isSmartRef__":true,"id":1590},{"__isSmartRef__":true,"id":1591},{"__isSmartRef__":true,"id":1592},{"__isSmartRef__":true,"id":1593},{"__isSmartRef__":true,"id":1594},{"__isSmartRef__":true,"id":1595},{"__isSmartRef__":true,"id":1596},{"__isSmartRef__":true,"id":1597},{"__isSmartRef__":true,"id":1598},{"__isSmartRef__":true,"id":1599}],"Pane1Selection":{"__isSmartRef__":true,"id":1493},"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":1600},{"__isSmartRef__":true,"id":1601}],"Pane2Content":[{"__isSmartRef__":true,"id":1602},{"__isSmartRef__":true,"id":1604},{"__isSmartRef__":true,"id":1606},{"__isSmartRef__":true,"id":1608},{"__isSmartRef__":true,"id":1610},{"__isSmartRef__":true,"id":1612},{"__isSmartRef__":true,"id":1614},{"__isSmartRef__":true,"id":1616},{"__isSmartRef__":true,"id":1618},{"__isSmartRef__":true,"id":1620},{"__isSmartRef__":true,"id":1622},{"__isSmartRef__":true,"id":1624},{"__isSmartRef__":true,"id":1626},{"__isSmartRef__":true,"id":1628},{"__isSmartRef__":true,"id":1630},{"__isSmartRef__":true,"id":1632},{"__isSmartRef__":true,"id":1634}],"Pane2Selection":{"__isSmartRef__":true,"id":1615},"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":1636}],"Pane3Content":[{"__isSmartRef__":true,"id":1637},{"__isSmartRef__":true,"id":1639}],"Pane3Selection":{"__isSmartRef__":true,"id":1638},"Pane3Menu":[["add sibling below",null],["remove",null]],"Pane3Filters":[{"__isSmartRef__":true,"id":1641}],"Pane4Content":[{"__isSmartRef__":true,"id":1642},{"__isSmartRef__":true,"id":1644},{"__isSmartRef__":true,"id":1646},{"__isSmartRef__":true,"id":1648},{"__isSmartRef__":true,"id":1650},{"__isSmartRef__":true,"id":1652},{"__isSmartRef__":true,"id":1654},{"__isSmartRef__":true,"id":1656},{"__isSmartRef__":true,"id":1658},{"__isSmartRef__":true,"id":1660},{"__isSmartRef__":true,"id":1662},{"__isSmartRef__":true,"id":1664},{"__isSmartRef__":true,"id":1666},{"__isSmartRef__":true,"id":1668},{"__isSmartRef__":true,"id":1670},{"__isSmartRef__":true,"id":1672},{"__isSmartRef__":true,"id":1674},{"__isSmartRef__":true,"id":1676},{"__isSmartRef__":true,"id":1678},{"__isSmartRef__":true,"id":1680},{"__isSmartRef__":true,"id":1682},{"__isSmartRef__":true,"id":1684},{"__isSmartRef__":true,"id":1686},{"__isSmartRef__":true,"id":1688},{"__isSmartRef__":true,"id":1690},{"__isSmartRef__":true,"id":1692},{"__isSmartRef__":true,"id":1694},{"__isSmartRef__":true,"id":1696},{"__isSmartRef__":true,"id":1698},{"__isSmartRef__":true,"id":1700},{"__isSmartRef__":true,"id":1702},{"__isSmartRef__":true,"id":1704},{"__isSmartRef__":true,"id":1706},{"__isSmartRef__":true,"id":1708}],"Pane4Selection":null,"Pane4Menu":[["-------"],["add method",null]],"Pane4Filters":[{"__isSmartRef__":true,"id":1710}],"SourceString":"View.subclass('NetRequest', {\n\tdocumentation: \"a view that writes the contents of an http request into the model\",\n\n\t// see XMLHttpRequest documentation for the following:\n\tUnsent: 0,\n\tOpened: 1,\n\tHeadersReceived: 2,\n\tLoading: 3,\n\tDone: 4,\n\n\tformals: [\"+Status\", // Updated once, when request is {Done} with the value returned from 'getStatus'.\n\t\t\"+ReadyState\", // Updated on every state transition of the request.\n\t\t\"+ResponseXML\", // Updated at most once, when request state is {Done}, with the parsed XML document retrieved.\n\t\t\"+ResponseText\", // Updated at most once, when request state is {Done}, with the text content retrieved.\n\t\t\"+ResponseHeaders\", // Updated at most once, when request state is {Done}, with the response headers retrieved.\n\t\t\"StreamContent\",\n\t\t\"Progress\",\n\t],\n\n\tinitialize: function($super, modelPlug) {\n\t\tthis.transport = new XMLHttpRequest();\n\t\tthis.requestNetworkAccess();\n\t\tthis.transport.onreadystatechange = this.onReadyStateChange.bind(this);\n\t\tthis.isSync = false;\n\t\tthis.isBinary = false;\n\t\tthis.requestHeaders = {};\n\t\t$super(modelPlug)\n\t},\n\n\tenableProgress: function() {\n\t\tconsole.log(\"enableProgress\")\n\t\t// FIXME onprogress leads to strange 101 errors when no internet connection available\n\t\tthis.transport.onprogress = this.onProgress.bind(this);\n\t\tif (!UserAgent.isTouch && this.transport.upload !== undefined) // FIXME crashes Mobile Safari && IE9+\n\t\t\tthis.transport.upload.onprogress = this.onProgress.bind(this);\n\t},\n\n\trequestNetworkAccess: function() {\n\t\tif (Global.netscape && Global.location.protocol == \"file:\") { \n\t\t\ttry {\n\t\t\t\tnetscape.security.PrivilegeManager.enablePrivilege(\"UniversalBrowserRead\");\n\t\t\t\tconsole.log(\"requested browser read privilege\");\n\t\t\t\treturn true;\n\t\t\t} catch (er) {\n\t\t\t\tconsole.log(\"no privilege granted: \" + er);\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t},\n\n\tbeSync: function() {\n\t\tthis.isSync = true;\n\t\treturn this;\n\t},\n\n\tbeBinary: function() {\n\t\tthis.isBinary = true;\n\t\treturn this;\n\t},\n\n\tonReadyStateChange: function() {\n\t\tthis.setReadyState(this.getReadyState());\n\t\tif (this.getReadyState() === this.Loading) { // For comet networking\n\t\t\tthis.setStatus(this.getStatus());\n\t\t\tvar hasResponseText = false;\n\t\t\ttry {\n\t\t\t\t// FIX for IE9+ if responseText is not available yet\n\t\t\t\thasResponseText = this.transport.responseText;\n\t\t\t} catch (e) { console.warn('Request\\'s response text is not available yet.'); }\n\t\t\tif (hasResponseText) {\n\t\t\t\tvar allContent = this.getResponseText();\n\t\t\t\tvar newStart = this._streamContentLength ? this._streamContentLength : 0;\n\t\t\t\tvar newContent = allContent.substring(newStart);\n\t\t\t\tnewContent = /^([^\\n\\r]*)/.exec(newContent)[1]; // remove line breaks\n\t\t\t\tthis.setStreamContent(newContent);\n\t\t\t\tthis._streamContentLength = allContent.length;\n\t\t\t}\n\t\t}\n\t\tif (this.getReadyState() === this.Done) {\n\t\t\tthis.setStatus(this.getStatus());\n\t\t\tif (this.transport.responseText) \n\t\t\t\tthis.setResponseText(this.getResponseText());\n\t\t\tif (this.transport.responseXML) \n\t\t\t\tthis.setResponseXML(this.getResponseXML());\n\t\t\tif (this.transport.getAllResponseHeaders())\n\t\t\t\tthis.setResponseHeaders(this.getResponseHeaders());\n\t\t\tthis.disconnectModel(); // autodisconnect?\n\t\t}\n\t},\n\n\tonProgress: function(progress) { this.setProgress(progress) },\n\t\n\tsetRequestHeaders: function(record) {\n\t\tProperties.forEachOwn(record, function(prop, value) {\n\t\t\tthis.requestHeaders[prop] = value;\n\t\t}, this);\n\t},\n\n\tsetContentType: function(string) {\n\t\t// valid before send but after open?\n\t\tthis.requestHeaders[\"Content-Type\"] = string;\n\t},\n\n\tgetReadyState: function() {\n\t\treturn this.transport.readyState;\n\t},\n\n\tgetResponseText: function() {\n\t\treturn this.transport.responseText || \"\";\n\t},\n\n\tgetResponseXML: function() {\n\t\treturn this.transport.responseXML || \"\";\n\t},\n\n\tgetResponseHeaders: function() {\n\t\tvar headerString = this.transport.getAllResponseHeaders();\n\t\tvar headerObj = {};\n\t\theaderString.split('\\r\\n').each(function(ea) {\n\t\t\tvar splitter = ea.indexOf(':');\n\t\t\tif (splitter != -1) {\n\t\t\t\theaderObj[ea.slice(0, splitter)] = ea.slice(splitter + 1).trim();\n\t\t\t\t// as headers should be case-insensitiv, add lower case headers (for Safari)\n\t\t\t\theaderObj[ea.slice(0, splitter).toLowerCase()] = ea.slice(splitter + 1).trim();\n\t\t\t}\n\t\t});\n\t\treturn headerObj;\n\t},\n\n\tgetStatus: function() {\n\t\treturn new NetRequestStatus(this.method, this.url, this.transport);\n\t},\n\n\trequest: function(method, url, content) {\n\t\ttry {\n\t\t\tthis.url = url;\n\t\t\tthis.method = method.toUpperCase();\t \n\t\t\tthis.transport.open(this.method, url.toString(), !this.isSync);\n\t\t\tProperties.forEachOwn(this.requestHeaders, function(p, value) {\n\t\t\t\tthis.transport.setRequestHeader(p, value);\n\t\t\t\t}, this);\n\t\t\tif (!this.isBinary)\n\t\t\t\tthis.transport.send(content || '');\n\t\t\telse\n\t\t\t\tthis.transport.sendAsBinary(content || '');\n\t\t\tif (Global.isFirefox && this.isSync) // mr: FF does not use callback when sync \n\t\t\t\tthis.onReadyStateChange();\n\t\t\treturn this;\n\t\t} catch (er) {\n\t\t\tvar status = this.getStatus();\n\t\t\tstatus.setException(er);\n\t\t\tthis.setStatus(status);\n\t\t\tthrow er;\n\t\t}\n\t},\n\n\tget: function(url) {\n\t\treturn this.request(\"GET\", URL.makeProxied(url), null);\n\t},\n\n\tput: function(url, content) {\n\t\treturn this.request(\"PUT\", URL.makeProxied(url), content);\n\t},\n\n\tpost: function(url, content) {\n\t\treturn this.request(\"POST\", URL.makeProxied(url), content);\n\t},\n\n\tpropfind: function(url, depth, content) {\n\t\tthis.setContentType(\"text/xml\"); // complain if it's set to something else?\n\t\tif (depth != 0 && depth != 1)\n\t\t\tdepth = \"infinity\";\n\t\tthis.setRequestHeaders({ \"Depth\" : depth });\n\t\treturn this.request(\"PROPFIND\", URL.makeProxied(url), content);\n\t},\n\n\treport: function(url, content) {\n\t\treturn this.request(\"REPORT\", URL.makeProxied(url), content);\n\t},\n\n\tmkcol: function(url, content) {\n\t\treturn this.request(\"MKCOL\", URL.makeProxied(url), content);\n\t},\n\n\tdel: function(url) {\n\t\treturn this.request(\"DELETE\", URL.makeProxied(url));\n\t},\n\n\tcopy: function(url, destUrl, overwrite) {\n\t\tthis.setRequestHeaders({ \"Destination\" : destUrl.toString() });\n\t\tif (overwrite) this.setRequestHeaders({ \"Overwrite\" : 'T' });\n\t\treturn this.request(\"COPY\", URL.makeProxied(url));\n\t},\n\n\tlock: function(url, owner) {\n\t\tthis.setRequestHeaders({Timeout: 'Infinite, Second-30'});\n\t\tvar content = Strings.format(' \\n\\\n\t\t \\n\\\n\t\t \\n\\\n\t\t \\n\\\n\t\t%s \\n\\\n\t\t', owner || 'unknown user');\n\t\treturn this.request(\"LOCK\", URL.makeProxied(url), content);\n\t},\n\t\n\tunlock: function(url, lockToken, force) {\n\t\tif (force) {\n\t\t\tvar req = new NetRequest().beSync().propfind(url);\n\t\t\tvar xml = req.getResponseXML() || stringToXML(req.getResponseText());\n\t\t\tvar q = new Query('/descendant::*/D:lockdiscovery/descendant::*/D:locktoken/D:href');\n\t\t\tvar tokenElement = q.findFirst(xml);\n\t\t\tif (!tokenElement) // no lock token, assume that resource isn't locked\n\t\t\treturn req;\n\t\t\tlockToken = tokenElement.textContent;\n\t\t}\n\t\tthis.setRequestHeaders({'Lock-Token': '<' + lockToken + '>'});\n\t\treturn this.request(\"UNLOCK\", URL.makeProxied(url));\n\t},\n\thead: function(url) {\n\t\treturn this.request(\"HEAD\", URL.makeProxied(url), null);\n\t},\n\n\ttoString: function() {\n\t\treturn \"#\";\n\t},\n\n});\n","StatusMessage":null,"RootFilters":[{"__isSmartRef__":true,"id":1711}]},"1014":{"isListItem":true,"string":"AST/","value":{"__isSmartRef__":true,"id":1015}},"1015":{"target":{"__isSmartRef__":true,"id":1016},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"localName":"AST/","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.NamespaceNode"},"1016":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/lively/AST/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"1017":{"target":{"__isSmartRef__":true,"id":1018},"browser":{"__isSmartRef__":true,"id":1010},"parent":null,"allFiles":["lively/Undo.js","lively/Traits.js","lively/Widgets.js","lively/DOMAbstraction.js","lively/defaultconfig.js","lively/LKFileParser.ometa","lively/SyntaxHighlighting.js","lively/TouchSupport.js","lively/WikiParser.js","lively/WebPIM.js","lively/Text.js","lively/TestModule.js","lively/EmuDom.js","lively/TestRunnerExtensions.js","lively/Tools.js","lively/rhino-compat.js","lively/Storage.js","lively/Ometa.js","lively/JSON.js","lively/localconfig.js","lively/TileScripting.js","lively/Styles.js","lively/LKFileParser.js","lively/Network.js","lively/TestFramework.js","lively/scene.js","lively/OldModel.js","lively/SerializationRefactoring.js","lively/ChangeSet.js","lively/WikiWidget.js","lively/OldBase.js","lively/Data.js","lively/WikiParser.ometa","lively/Base.js","lively/CanvasExpt.js","lively/Rendering.js","lively/Examples.js","lively/Helper.js","lively/GeometryEvents.js","lively/SmartRefSerialization.js","lively/demofx.js","lively/miniprototype.js","lively/GridLayout.js","lively/Persistence.js","lively/Core.js","lively/LayerableMorphs.js","lively/LKWiki.js","lively/bindings.js","lively/Fabrik.js","lively/SmalltalkParserSupport.js","lively/SmalltalkParser.js","lively/Scripting.js","lively/lk-js-parser.ometa","lively/SpellChecker.js","lively/Graffle.js","lively/Presentation.js","lively/bootstrap.js","lively/Main.js","lively/FileUploadWidget.js","lively/SmalltalkParser.ometa","lively/Connector.js","lively/simpleMain.js","lively/ide.js"],"subNamespacePaths":[{"__isSmartRef__":true,"id":1016},{"__isSmartRef__":true,"id":1450},{"__isSmartRef__":true,"id":1451},{"__isSmartRef__":true,"id":1452},{"__isSmartRef__":true,"id":1453},{"__isSmartRef__":true,"id":1454},{"__isSmartRef__":true,"id":1455}],"parentNamespacePath":{"__isSmartRef__":true,"id":1456},"_childNodes":[{"__isSmartRef__":true,"id":1015},{"__isSmartRef__":true,"id":1457},{"__isSmartRef__":true,"id":1458},{"__isSmartRef__":true,"id":1459},{"__isSmartRef__":true,"id":1460},{"__isSmartRef__":true,"id":1461},{"__isSmartRef__":true,"id":1462},{"__isSmartRef__":true,"id":1463},{"__isSmartRef__":true,"id":1464},{"__isSmartRef__":true,"id":1465},{"__isSmartRef__":true,"id":1466},{"__isSmartRef__":true,"id":1467},{"__isSmartRef__":true,"id":1468},{"__isSmartRef__":true,"id":1469},{"__isSmartRef__":true,"id":1470},{"__isSmartRef__":true,"id":1471},{"__isSmartRef__":true,"id":1472},{"__isSmartRef__":true,"id":1473},{"__isSmartRef__":true,"id":1474},{"__isSmartRef__":true,"id":1475},{"__isSmartRef__":true,"id":1476},{"__isSmartRef__":true,"id":1477},{"__isSmartRef__":true,"id":1478},{"__isSmartRef__":true,"id":1479},{"__isSmartRef__":true,"id":1480},{"__isSmartRef__":true,"id":1481},{"__isSmartRef__":true,"id":1482},{"__isSmartRef__":true,"id":1483},{"__isSmartRef__":true,"id":1484},{"__isSmartRef__":true,"id":1485},{"__isSmartRef__":true,"id":1486},{"__isSmartRef__":true,"id":1487},{"__isSmartRef__":true,"id":1488},{"__isSmartRef__":true,"id":1489},{"__isSmartRef__":true,"id":1490},{"__isSmartRef__":true,"id":1491},{"__isSmartRef__":true,"id":1492},{"__isSmartRef__":true,"id":1493},{"__isSmartRef__":true,"id":1494},{"__isSmartRef__":true,"id":1495},{"__isSmartRef__":true,"id":1496},{"__isSmartRef__":true,"id":1497},{"__isSmartRef__":true,"id":1498},{"__isSmartRef__":true,"id":1499},{"__isSmartRef__":true,"id":1500},{"__isSmartRef__":true,"id":1501},{"__isSmartRef__":true,"id":1502},{"__isSmartRef__":true,"id":1503},{"__isSmartRef__":true,"id":1504},{"__isSmartRef__":true,"id":1505},{"__isSmartRef__":true,"id":1506},{"__isSmartRef__":true,"id":1507},{"__isSmartRef__":true,"id":1508},{"__isSmartRef__":true,"id":1509},{"__isSmartRef__":true,"id":1510},{"__isSmartRef__":true,"id":1511},{"__isSmartRef__":true,"id":1512},{"__isSmartRef__":true,"id":1513},{"__isSmartRef__":true,"id":1514},{"__isSmartRef__":true,"id":1515},{"__isSmartRef__":true,"id":1516},{"__isSmartRef__":true,"id":1517},{"__isSmartRef__":true,"id":1518},{"__isSmartRef__":true,"id":1519},{"__isSmartRef__":true,"id":1520},{"__isSmartRef__":true,"id":1521},{"__isSmartRef__":true,"id":1522},{"__isSmartRef__":true,"id":1523},{"__isSmartRef__":true,"id":1524},{"__isSmartRef__":true,"id":1525},{"__isSmartRef__":true,"id":1526},{"__isSmartRef__":true,"id":1527}],"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.SourceControlNode"},"1018":{"editHistory":{"__isSmartRef__":true,"id":1019},"modules":{"__isSmartRef__":true,"id":1020},"registeredBrowsers":[{"__isSmartRef__":true,"id":1010}],"__SourceModuleName__":"Global.lively.ide.SourceDatabase","__LivelyClassName__":"AnotherSourceDatabase"},"1019":{},"1020":{"lively/Network.js":{"__isSmartRef__":true,"id":1021},"lively/OldModel.js":{"__isSmartRef__":true,"id":1290},"lively/OldBase.js":{"__isSmartRef__":true,"id":1347}},"1021":{"_moduleName":"lively.Network","_type":"js","_ast":{"__isSmartRef__":true,"id":1022},"__SourceModuleName__":"Global.lively.ide.SourceDatabase","__LivelyClassName__":"lively.ide.ModuleWrapper"},"1022":{"name":"lively.Network","type":"moduleDef","startIndex":1384,"stopIndex":48890,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1023},{"__isSmartRef__":true,"id":1024},{"__isSmartRef__":true,"id":1052},{"__isSmartRef__":true,"id":1053},{"__isSmartRef__":true,"id":1057},{"__isSmartRef__":true,"id":1060},{"__isSmartRef__":true,"id":1061},{"__isSmartRef__":true,"id":1064},{"__isSmartRef__":true,"id":1065},{"__isSmartRef__":true,"id":1071},{"__isSmartRef__":true,"id":1072},{"__isSmartRef__":true,"id":1086},{"__isSmartRef__":true,"id":1087},{"__isSmartRef__":true,"id":1159},{"__isSmartRef__":true,"id":1160},{"__isSmartRef__":true,"id":1163},{"__isSmartRef__":true,"id":1164},{"__isSmartRef__":true,"id":1165},{"__isSmartRef__":true,"id":1166},{"__isSmartRef__":true,"id":1183},{"__isSmartRef__":true,"id":1184},{"__isSmartRef__":true,"id":1201},{"__isSmartRef__":true,"id":1202},{"__isSmartRef__":true,"id":1209},{"__isSmartRef__":true,"id":1210},{"__isSmartRef__":true,"id":1228},{"__isSmartRef__":true,"id":1229},{"__isSmartRef__":true,"id":1233},{"__isSmartRef__":true,"id":1234},{"__isSmartRef__":true,"id":1261},{"__isSmartRef__":true,"id":1262},{"__isSmartRef__":true,"id":1284},{"__isSmartRef__":true,"id":1287},{"__isSmartRef__":true,"id":1288},{"__isSmartRef__":true,"id":1289}],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1023":{"name":null,"type":"comment","startIndex":1485,"stopIndex":1486,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1024":{"name":"URL","type":"klassDef","startIndex":1487,"stopIndex":8280,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1025},{"__isSmartRef__":true,"id":1027},{"__isSmartRef__":true,"id":1028},{"__isSmartRef__":true,"id":1029},{"__isSmartRef__":true,"id":1030},{"__isSmartRef__":true,"id":1031},{"__isSmartRef__":true,"id":1032},{"__isSmartRef__":true,"id":1033},{"__isSmartRef__":true,"id":1034},{"__isSmartRef__":true,"id":1035},{"__isSmartRef__":true,"id":1036},{"__isSmartRef__":true,"id":1037},{"__isSmartRef__":true,"id":1038},{"__isSmartRef__":true,"id":1039},{"__isSmartRef__":true,"id":1040},{"__isSmartRef__":true,"id":1041},{"__isSmartRef__":true,"id":1042},{"__isSmartRef__":true,"id":1043},{"__isSmartRef__":true,"id":1044},{"__isSmartRef__":true,"id":1045},{"__isSmartRef__":true,"id":1046},{"__isSmartRef__":true,"id":1047},{"__isSmartRef__":true,"id":1048},{"__isSmartRef__":true,"id":1049},{"__isSmartRef__":true,"id":1050},{"__isSmartRef__":true,"id":1051}],"sourceControl":{"__isSmartRef__":true,"id":1018},"superclassName":"Object","categories":[{"__isSmartRef__":true,"id":1026}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1025":{"name":"splitter","type":"propertyDef","startIndex":1512,"stopIndex":1597,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1026},"className":"URL","_owner":{"__isSmartRef__":true,"id":1024},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1026":{"name":"default category","type":"categoryDef","startIndex":1510,"stopIndex":8277,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1025},{"__isSmartRef__":true,"id":1027},{"__isSmartRef__":true,"id":1028},{"__isSmartRef__":true,"id":1029},{"__isSmartRef__":true,"id":1030},{"__isSmartRef__":true,"id":1031},{"__isSmartRef__":true,"id":1032},{"__isSmartRef__":true,"id":1033},{"__isSmartRef__":true,"id":1034},{"__isSmartRef__":true,"id":1035},{"__isSmartRef__":true,"id":1036},{"__isSmartRef__":true,"id":1037},{"__isSmartRef__":true,"id":1038},{"__isSmartRef__":true,"id":1039},{"__isSmartRef__":true,"id":1040},{"__isSmartRef__":true,"id":1041},{"__isSmartRef__":true,"id":1042},{"__isSmartRef__":true,"id":1043},{"__isSmartRef__":true,"id":1044},{"__isSmartRef__":true,"id":1045},{"__isSmartRef__":true,"id":1046},{"__isSmartRef__":true,"id":1047},{"__isSmartRef__":true,"id":1048},{"__isSmartRef__":true,"id":1049},{"__isSmartRef__":true,"id":1050},{"__isSmartRef__":true,"id":1051}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1027":{"name":"pathSplitter","type":"propertyDef","startIndex":1599,"stopIndex":1658,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1026},"className":"URL","_owner":{"__isSmartRef__":true,"id":1024},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1028":{"name":"initialize","type":"propertyDef","startIndex":1665,"stopIndex":2891,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1026},"className":"URL","_owner":{"__isSmartRef__":true,"id":1024},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1029":{"name":"inspect","type":"propertyDef","startIndex":2898,"stopIndex":2954,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1026},"className":"URL","_owner":{"__isSmartRef__":true,"id":1024},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1030":{"name":"toString","type":"propertyDef","startIndex":2961,"stopIndex":3089,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1026},"className":"URL","_owner":{"__isSmartRef__":true,"id":1024},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1031":{"name":"fullPath","type":"propertyDef","startIndex":3092,"stopIndex":3184,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1026},"className":"URL","_owner":{"__isSmartRef__":true,"id":1024},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1032":{"name":"isLeaf","type":"propertyDef","startIndex":3191,"stopIndex":3256,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1026},"className":"URL","_owner":{"__isSmartRef__":true,"id":1024},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1033":{"name":"dirname","type":"propertyDef","startIndex":3263,"stopIndex":3452,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1026},"className":"URL","_owner":{"__isSmartRef__":true,"id":1024},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1034":{"name":"filename","type":"propertyDef","startIndex":3455,"stopIndex":3626,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1026},"className":"URL","_owner":{"__isSmartRef__":true,"id":1024},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1035":{"name":"normalizedHostname","type":"propertyDef","startIndex":3629,"stopIndex":3717,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1026},"className":"URL","_owner":{"__isSmartRef__":true,"id":1024},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1036":{"name":"getDirectory","type":"propertyDef","startIndex":3721,"stopIndex":3791,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1026},"className":"URL","_owner":{"__isSmartRef__":true,"id":1024},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1037":{"name":"withPath","type":"propertyDef","startIndex":3794,"stopIndex":4048,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1026},"className":"URL","_owner":{"__isSmartRef__":true,"id":1024},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1038":{"name":"withRelativePath","type":"propertyDef","startIndex":4051,"stopIndex":4348,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1026},"className":"URL","_owner":{"__isSmartRef__":true,"id":1024},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1039":{"name":"withFilename","type":"propertyDef","startIndex":4355,"stopIndex":4681,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1026},"className":"URL","_owner":{"__isSmartRef__":true,"id":1024},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1040":{"name":"toQueryString","type":"propertyDef","startIndex":4684,"stopIndex":4910,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1026},"className":"URL","_owner":{"__isSmartRef__":true,"id":1024},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1041":{"name":"withQuery","type":"propertyDef","startIndex":4913,"stopIndex":5120,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1026},"className":"URL","_owner":{"__isSmartRef__":true,"id":1024},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1042":{"name":"withoutQuery","type":"propertyDef","startIndex":5127,"stopIndex":5269,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1026},"className":"URL","_owner":{"__isSmartRef__":true,"id":1024},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1043":{"name":"getQuery","type":"propertyDef","startIndex":5272,"stopIndex":5390,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1026},"className":"URL","_owner":{"__isSmartRef__":true,"id":1024},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1044":{"name":"eq","type":"propertyDef","startIndex":5394,"stopIndex":5667,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1026},"className":"URL","_owner":{"__isSmartRef__":true,"id":1024},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1045":{"name":"relativePathFrom","type":"propertyDef","startIndex":5670,"stopIndex":6595,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1026},"className":"URL","_owner":{"__isSmartRef__":true,"id":1024},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1046":{"name":"svnWorkspacePath","type":"propertyDef","startIndex":6598,"stopIndex":6990,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1026},"className":"URL","_owner":{"__isSmartRef__":true,"id":1024},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1047":{"name":"svnVersioned","type":"propertyDef","startIndex":6993,"stopIndex":7163,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1026},"className":"URL","_owner":{"__isSmartRef__":true,"id":1024},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1048":{"name":"notSvnVersioned","type":"propertyDef","startIndex":7170,"stopIndex":7473,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1026},"className":"URL","_owner":{"__isSmartRef__":true,"id":1024},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1049":{"name":"toLiteral","type":"propertyDef","startIndex":7476,"stopIndex":7554,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1026},"className":"URL","_owner":{"__isSmartRef__":true,"id":1024},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1050":{"name":"toExpression","type":"propertyDef","startIndex":7561,"stopIndex":7869,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1026},"className":"URL","_owner":{"__isSmartRef__":true,"id":1024},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1051":{"name":"withRelativePartsResolved","type":"propertyDef","startIndex":7872,"stopIndex":8274,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1026},"className":"URL","_owner":{"__isSmartRef__":true,"id":1024},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1052":{"name":null,"type":"comment","startIndex":8281,"stopIndex":8309,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1053":{"name":"URL","type":"klassExtensionDef","startIndex":8310,"stopIndex":8639,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1054},{"__isSmartRef__":true,"id":1056}],"sourceControl":{"__isSmartRef__":true,"id":1018},"categories":[{"__isSmartRef__":true,"id":1055}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1054":{"name":"source","type":"propertyDef","startIndex":8331,"stopIndex":8361,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1055},"className":"URL","_owner":{"__isSmartRef__":true,"id":1053},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1055":{"name":"default category","type":"categoryDef","startIndex":8329,"stopIndex":8636,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1054},{"__isSmartRef__":true,"id":1056}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1056":{"name":"codeBase","type":"propertyDef","startIndex":8363,"stopIndex":8634,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1055},"className":"URL","_owner":{"__isSmartRef__":true,"id":1053},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1057":{"name":"URL","type":"klassExtensionDef","startIndex":8640,"stopIndex":8985,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1058}],"sourceControl":{"__isSmartRef__":true,"id":1018},"categories":[{"__isSmartRef__":true,"id":1059}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1058":{"name":"proxy","type":"propertyDef","startIndex":8661,"stopIndex":8979,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1059},"className":"URL","_owner":{"__isSmartRef__":true,"id":1057},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1059":{"name":"default category","type":"categoryDef","startIndex":8659,"stopIndex":8982,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1058}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1060":{"name":null,"type":"comment","startIndex":8986,"stopIndex":8986,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1061":{"name":"URL","type":"klassExtensionDef","startIndex":8987,"stopIndex":9335,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1062}],"sourceControl":{"__isSmartRef__":true,"id":1018},"categories":[{"__isSmartRef__":true,"id":1063}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1062":{"name":"common","type":"propertyDef","startIndex":9008,"stopIndex":9330,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1063},"className":"URL","_owner":{"__isSmartRef__":true,"id":1061},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1063":{"name":"default category","type":"categoryDef","startIndex":9006,"stopIndex":9332,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1062}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1064":{"name":null,"type":"comment","startIndex":9336,"stopIndex":9336,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1065":{"name":"URL","type":"klassExtensionDef","startIndex":9337,"stopIndex":10346,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1066},{"__isSmartRef__":true,"id":1068},{"__isSmartRef__":true,"id":1069},{"__isSmartRef__":true,"id":1070}],"sourceControl":{"__isSmartRef__":true,"id":1018},"categories":[{"__isSmartRef__":true,"id":1067}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1066":{"name":"create","type":"propertyDef","startIndex":9360,"stopIndex":9412,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1067},"className":"URL","_owner":{"__isSmartRef__":true,"id":1065},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1067":{"name":"default category","type":"categoryDef","startIndex":9356,"stopIndex":10343,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1066},{"__isSmartRef__":true,"id":1068},{"__isSmartRef__":true,"id":1069},{"__isSmartRef__":true,"id":1070}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1068":{"name":"ensureAbsoluteURL","type":"propertyDef","startIndex":9415,"stopIndex":9594,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1067},"className":"URL","_owner":{"__isSmartRef__":true,"id":1065},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1069":{"name":"fromLiteral","type":"propertyDef","startIndex":9597,"stopIndex":9656,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1067},"className":"URL","_owner":{"__isSmartRef__":true,"id":1065},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1070":{"name":"makeProxied","type":"propertyDef","startIndex":9659,"stopIndex":10340,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1067},"className":"URL","_owner":{"__isSmartRef__":true,"id":1065},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1071":{"name":null,"type":"comment","startIndex":10347,"stopIndex":10348,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1072":{"name":"NetRequestStatus","type":"klassDef","startIndex":10349,"stopIndex":11347,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1073},{"__isSmartRef__":true,"id":1075},{"__isSmartRef__":true,"id":1077},{"__isSmartRef__":true,"id":1079},{"__isSmartRef__":true,"id":1080},{"__isSmartRef__":true,"id":1082},{"__isSmartRef__":true,"id":1083},{"__isSmartRef__":true,"id":1084},{"__isSmartRef__":true,"id":1085}],"sourceControl":{"__isSmartRef__":true,"id":1018},"superclassName":"Object","categories":[{"__isSmartRef__":true,"id":1074},{"__isSmartRef__":true,"id":1076},{"__isSmartRef__":true,"id":1078},{"__isSmartRef__":true,"id":1081}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1073":{"name":"documentation","type":"propertyDef","startIndex":10404,"stopIndex":10504,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1074},"className":"NetRequestStatus","_owner":{"__isSmartRef__":true,"id":1072},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1074":{"name":"documentation","type":"categoryDef","startIndex":10385,"stopIndex":10507,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1073}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1075":{"name":"initialize","type":"propertyDef","startIndex":10529,"stopIndex":10676,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1076},"className":"NetRequestStatus","_owner":{"__isSmartRef__":true,"id":1072},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1076":{"name":"initialization","type":"categoryDef","startIndex":10509,"stopIndex":10679,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1075}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1077":{"name":"isDone","type":"propertyDef","startIndex":10694,"stopIndex":10774,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1078},"className":"NetRequestStatus","_owner":{"__isSmartRef__":true,"id":1072},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1078":{"name":"testing","type":"categoryDef","startIndex":10681,"stopIndex":10879,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1077},{"__isSmartRef__":true,"id":1079}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1079":{"name":"isSuccess","type":"propertyDef","startIndex":10777,"stopIndex":10876,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1078},"className":"NetRequestStatus","_owner":{"__isSmartRef__":true,"id":1072},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1080":{"name":"setException","type":"propertyDef","startIndex":10896,"stopIndex":10949,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1081},"className":"NetRequestStatus","_owner":{"__isSmartRef__":true,"id":1072},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1081":{"name":"accessing","type":"categoryDef","startIndex":10881,"stopIndex":11344,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1080},{"__isSmartRef__":true,"id":1082},{"__isSmartRef__":true,"id":1083},{"__isSmartRef__":true,"id":1084},{"__isSmartRef__":true,"id":1085}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1082":{"name":"toString","type":"propertyDef","startIndex":10952,"stopIndex":11100,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1081},"className":"NetRequestStatus","_owner":{"__isSmartRef__":true,"id":1072},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1083":{"name":"requestString","type":"propertyDef","startIndex":11103,"stopIndex":11193,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1081},"className":"NetRequestStatus","_owner":{"__isSmartRef__":true,"id":1072},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1084":{"name":"code","type":"propertyDef","startIndex":11196,"stopIndex":11250,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1081},"className":"NetRequestStatus","_owner":{"__isSmartRef__":true,"id":1072},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1085":{"name":"getResponseHeader","type":"propertyDef","startIndex":11253,"stopIndex":11341,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1081},"className":"NetRequestStatus","_owner":{"__isSmartRef__":true,"id":1072},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1086":{"name":null,"type":"comment","startIndex":11348,"stopIndex":11349,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1087":{"name":"NetRequest","type":"klassDef","startIndex":11350,"stopIndex":18644,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1088},{"__isSmartRef__":true,"id":1090},{"__isSmartRef__":true,"id":1091},{"__isSmartRef__":true,"id":1092},{"__isSmartRef__":true,"id":1093},{"__isSmartRef__":true,"id":1094},{"__isSmartRef__":true,"id":1095},{"__isSmartRef__":true,"id":1096},{"__isSmartRef__":true,"id":1097},{"__isSmartRef__":true,"id":1098},{"__isSmartRef__":true,"id":1099},{"__isSmartRef__":true,"id":1100},{"__isSmartRef__":true,"id":1101},{"__isSmartRef__":true,"id":1102},{"__isSmartRef__":true,"id":1103},{"__isSmartRef__":true,"id":1104},{"__isSmartRef__":true,"id":1105},{"__isSmartRef__":true,"id":1106},{"__isSmartRef__":true,"id":1107},{"__isSmartRef__":true,"id":1108},{"__isSmartRef__":true,"id":1109},{"__isSmartRef__":true,"id":1110},{"__isSmartRef__":true,"id":1111},{"__isSmartRef__":true,"id":1112},{"__isSmartRef__":true,"id":1113},{"__isSmartRef__":true,"id":1114},{"__isSmartRef__":true,"id":1115},{"__isSmartRef__":true,"id":1116},{"__isSmartRef__":true,"id":1117},{"__isSmartRef__":true,"id":1118},{"__isSmartRef__":true,"id":1119},{"__isSmartRef__":true,"id":1120},{"__isSmartRef__":true,"id":1121},{"__isSmartRef__":true,"id":1122}],"sourceControl":{"__isSmartRef__":true,"id":1018},"superclassName":"View","categories":[{"__isSmartRef__":true,"id":1123}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1088":{"name":"documentation","type":"propertyDef","startIndex":11380,"stopIndex":11463,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1089":{"name":"default category","type":"categoryDef","startIndex":11378,"stopIndex":18641,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1088},{"__isSmartRef__":true,"id":1090},{"__isSmartRef__":true,"id":1091},{"__isSmartRef__":true,"id":1092},{"__isSmartRef__":true,"id":1093},{"__isSmartRef__":true,"id":1094},{"__isSmartRef__":true,"id":1095},{"__isSmartRef__":true,"id":1096},{"__isSmartRef__":true,"id":1097},{"__isSmartRef__":true,"id":1098},{"__isSmartRef__":true,"id":1099},{"__isSmartRef__":true,"id":1100},{"__isSmartRef__":true,"id":1101},{"__isSmartRef__":true,"id":1102},{"__isSmartRef__":true,"id":1103},{"__isSmartRef__":true,"id":1104},{"__isSmartRef__":true,"id":1105},{"__isSmartRef__":true,"id":1106},{"__isSmartRef__":true,"id":1107},{"__isSmartRef__":true,"id":1108},{"__isSmartRef__":true,"id":1109},{"__isSmartRef__":true,"id":1110},{"__isSmartRef__":true,"id":1111},{"__isSmartRef__":true,"id":1112},{"__isSmartRef__":true,"id":1113},{"__isSmartRef__":true,"id":1114},{"__isSmartRef__":true,"id":1115},{"__isSmartRef__":true,"id":1116},{"__isSmartRef__":true,"id":1117},{"__isSmartRef__":true,"id":1118},{"__isSmartRef__":true,"id":1119},{"__isSmartRef__":true,"id":1120},{"__isSmartRef__":true,"id":1121},{"__isSmartRef__":true,"id":1122}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1090":{"name":"Unsent","type":"propertyDef","startIndex":11466,"stopIndex":11532,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1091":{"name":"Opened","type":"propertyDef","startIndex":11534,"stopIndex":11544,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1092":{"name":"HeadersReceived","type":"propertyDef","startIndex":11546,"stopIndex":11565,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1093":{"name":"Loading","type":"propertyDef","startIndex":11567,"stopIndex":11578,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1094":{"name":"Done","type":"propertyDef","startIndex":11580,"stopIndex":11588,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1095":{"name":"formals","type":"propertyDef","startIndex":11591,"stopIndex":12136,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1096":{"name":"initialize","type":"propertyDef","startIndex":12139,"stopIndex":12426,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1097":{"name":"enableProgress","type":"propertyDef","startIndex":12429,"stopIndex":12809,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1098":{"name":"requestNetworkAccess","type":"propertyDef","startIndex":12812,"stopIndex":13173,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1099":{"name":"beSync","type":"propertyDef","startIndex":13176,"stopIndex":13237,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1100":{"name":"beBinary","type":"propertyDef","startIndex":13240,"stopIndex":13305,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1101":{"name":"onReadyStateChange","type":"propertyDef","startIndex":13308,"stopIndex":14508,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1102":{"name":"onProgress","type":"propertyDef","startIndex":14511,"stopIndex":14573,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1103":{"name":"setRequestHeaders","type":"propertyDef","startIndex":14577,"stopIndex":14724,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1104":{"name":"setContentType","type":"propertyDef","startIndex":14727,"stopIndex":14852,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1105":{"name":"getReadyState","type":"propertyDef","startIndex":14855,"stopIndex":14922,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1106":{"name":"getResponseText","type":"propertyDef","startIndex":14925,"stopIndex":15002,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1107":{"name":"getResponseXML","type":"propertyDef","startIndex":15005,"stopIndex":15080,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1108":{"name":"getResponseHeaders","type":"propertyDef","startIndex":15083,"stopIndex":15577,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1109":{"name":"getStatus","type":"propertyDef","startIndex":15580,"stopIndex":15677,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1110":{"name":"request","type":"propertyDef","startIndex":15680,"stopIndex":16363,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1111":{"name":"get","type":"propertyDef","startIndex":16366,"stopIndex":16448,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1112":{"name":"put","type":"propertyDef","startIndex":16451,"stopIndex":16545,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1113":{"name":"post","type":"propertyDef","startIndex":16548,"stopIndex":16644,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1114":{"name":"propfind","type":"propertyDef","startIndex":16647,"stopIndex":16938,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1115":{"name":"report","type":"propertyDef","startIndex":16941,"stopIndex":17041,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1116":{"name":"mkcol","type":"propertyDef","startIndex":17044,"stopIndex":17142,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1117":{"name":"del","type":"propertyDef","startIndex":17145,"stopIndex":17224,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1118":{"name":"copy","type":"propertyDef","startIndex":17227,"stopIndex":17455,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1119":{"name":"lock","type":"propertyDef","startIndex":17458,"stopIndex":17886,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1120":{"name":"unlock","type":"propertyDef","startIndex":17890,"stopIndex":18460,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1121":{"name":"head","type":"propertyDef","startIndex":18462,"stopIndex":18546,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1122":{"name":"toString","type":"propertyDef","startIndex":18549,"stopIndex":18638,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1089},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1087},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1123":{"name":"default category","type":"categoryDef","startIndex":11378,"stopIndex":18641,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1124},{"__isSmartRef__":true,"id":1126},{"__isSmartRef__":true,"id":1127},{"__isSmartRef__":true,"id":1128},{"__isSmartRef__":true,"id":1129},{"__isSmartRef__":true,"id":1130},{"__isSmartRef__":true,"id":1131},{"__isSmartRef__":true,"id":1132},{"__isSmartRef__":true,"id":1133},{"__isSmartRef__":true,"id":1134},{"__isSmartRef__":true,"id":1135},{"__isSmartRef__":true,"id":1136},{"__isSmartRef__":true,"id":1137},{"__isSmartRef__":true,"id":1138},{"__isSmartRef__":true,"id":1139},{"__isSmartRef__":true,"id":1140},{"__isSmartRef__":true,"id":1141},{"__isSmartRef__":true,"id":1142},{"__isSmartRef__":true,"id":1143},{"__isSmartRef__":true,"id":1144},{"__isSmartRef__":true,"id":1145},{"__isSmartRef__":true,"id":1146},{"__isSmartRef__":true,"id":1147},{"__isSmartRef__":true,"id":1148},{"__isSmartRef__":true,"id":1149},{"__isSmartRef__":true,"id":1150},{"__isSmartRef__":true,"id":1151},{"__isSmartRef__":true,"id":1152},{"__isSmartRef__":true,"id":1153},{"__isSmartRef__":true,"id":1154},{"__isSmartRef__":true,"id":1155},{"__isSmartRef__":true,"id":1156},{"__isSmartRef__":true,"id":1157},{"__isSmartRef__":true,"id":1158}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1124":{"name":"documentation","type":"propertyDef","startIndex":11380,"stopIndex":11463,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1125":{"name":"NetRequest","type":"klassDef","startIndex":11350,"stopIndex":18644,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1124},{"__isSmartRef__":true,"id":1126},{"__isSmartRef__":true,"id":1127},{"__isSmartRef__":true,"id":1128},{"__isSmartRef__":true,"id":1129},{"__isSmartRef__":true,"id":1130},{"__isSmartRef__":true,"id":1131},{"__isSmartRef__":true,"id":1132},{"__isSmartRef__":true,"id":1133},{"__isSmartRef__":true,"id":1134},{"__isSmartRef__":true,"id":1135},{"__isSmartRef__":true,"id":1136},{"__isSmartRef__":true,"id":1137},{"__isSmartRef__":true,"id":1138},{"__isSmartRef__":true,"id":1139},{"__isSmartRef__":true,"id":1140},{"__isSmartRef__":true,"id":1141},{"__isSmartRef__":true,"id":1142},{"__isSmartRef__":true,"id":1143},{"__isSmartRef__":true,"id":1144},{"__isSmartRef__":true,"id":1145},{"__isSmartRef__":true,"id":1146},{"__isSmartRef__":true,"id":1147},{"__isSmartRef__":true,"id":1148},{"__isSmartRef__":true,"id":1149},{"__isSmartRef__":true,"id":1150},{"__isSmartRef__":true,"id":1151},{"__isSmartRef__":true,"id":1152},{"__isSmartRef__":true,"id":1153},{"__isSmartRef__":true,"id":1154},{"__isSmartRef__":true,"id":1155},{"__isSmartRef__":true,"id":1156},{"__isSmartRef__":true,"id":1157},{"__isSmartRef__":true,"id":1158}],"sourceControl":{"__isSmartRef__":true,"id":1018},"superclassName":"View","categories":[{"__isSmartRef__":true,"id":1123}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1126":{"name":"Unsent","type":"propertyDef","startIndex":11466,"stopIndex":11532,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1127":{"name":"Opened","type":"propertyDef","startIndex":11534,"stopIndex":11544,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1128":{"name":"HeadersReceived","type":"propertyDef","startIndex":11546,"stopIndex":11565,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1129":{"name":"Loading","type":"propertyDef","startIndex":11567,"stopIndex":11578,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1130":{"name":"Done","type":"propertyDef","startIndex":11580,"stopIndex":11588,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1131":{"name":"formals","type":"propertyDef","startIndex":11591,"stopIndex":12136,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1132":{"name":"initialize","type":"propertyDef","startIndex":12139,"stopIndex":12426,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1133":{"name":"enableProgress","type":"propertyDef","startIndex":12429,"stopIndex":12809,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1134":{"name":"requestNetworkAccess","type":"propertyDef","startIndex":12812,"stopIndex":13173,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1135":{"name":"beSync","type":"propertyDef","startIndex":13176,"stopIndex":13237,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1136":{"name":"beBinary","type":"propertyDef","startIndex":13240,"stopIndex":13305,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1137":{"name":"onReadyStateChange","type":"propertyDef","startIndex":13308,"stopIndex":14508,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1138":{"name":"onProgress","type":"propertyDef","startIndex":14511,"stopIndex":14573,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1139":{"name":"setRequestHeaders","type":"propertyDef","startIndex":14577,"stopIndex":14724,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1140":{"name":"setContentType","type":"propertyDef","startIndex":14727,"stopIndex":14852,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1141":{"name":"getReadyState","type":"propertyDef","startIndex":14855,"stopIndex":14922,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1142":{"name":"getResponseText","type":"propertyDef","startIndex":14925,"stopIndex":15002,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1143":{"name":"getResponseXML","type":"propertyDef","startIndex":15005,"stopIndex":15080,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1144":{"name":"getResponseHeaders","type":"propertyDef","startIndex":15083,"stopIndex":15577,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1145":{"name":"getStatus","type":"propertyDef","startIndex":15580,"stopIndex":15677,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1146":{"name":"request","type":"propertyDef","startIndex":15680,"stopIndex":16363,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1147":{"name":"get","type":"propertyDef","startIndex":16366,"stopIndex":16448,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1148":{"name":"put","type":"propertyDef","startIndex":16451,"stopIndex":16545,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1149":{"name":"post","type":"propertyDef","startIndex":16548,"stopIndex":16644,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1150":{"name":"propfind","type":"propertyDef","startIndex":16647,"stopIndex":16938,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1151":{"name":"report","type":"propertyDef","startIndex":16941,"stopIndex":17041,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1152":{"name":"mkcol","type":"propertyDef","startIndex":17044,"stopIndex":17142,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1153":{"name":"del","type":"propertyDef","startIndex":17145,"stopIndex":17224,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1154":{"name":"copy","type":"propertyDef","startIndex":17227,"stopIndex":17455,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1155":{"name":"lock","type":"propertyDef","startIndex":17458,"stopIndex":17886,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1156":{"name":"unlock","type":"propertyDef","startIndex":17890,"stopIndex":18460,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1157":{"name":"head","type":"propertyDef","startIndex":18462,"stopIndex":18546,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1158":{"name":"toString","type":"propertyDef","startIndex":18549,"stopIndex":18638,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1123},"className":"NetRequest","_owner":{"__isSmartRef__":true,"id":1125},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1159":{"name":null,"type":"comment","startIndex":18645,"stopIndex":18742,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1160":{"name":"NetRequestReporterTrait","type":"objectDef","startIndex":18743,"stopIndex":20187,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1161}],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1161":{"name":"setRequestStatus","type":"propertyDef","startIndex":18771,"stopIndex":20184,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1162},"_owner":{"__isSmartRef__":true,"id":1160},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1162":{"name":"default category","type":"categoryDef","startIndex":26,"stopIndex":1442,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":1161}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1163":{"name":null,"type":"comment","startIndex":20188,"stopIndex":20247,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1164":{"name":"NetRequestReporter","type":"klassDef","startIndex":20248,"stopIndex":20311,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"traits":["NetRequestReporterTrait"],"superclassName":"Object","categories":[],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1165":{"name":null,"type":"comment","startIndex":20312,"stopIndex":20314,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1166":{"name":"Resource","type":"klassDef","startIndex":20315,"stopIndex":24911,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1167},{"__isSmartRef__":true,"id":1169},{"__isSmartRef__":true,"id":1170},{"__isSmartRef__":true,"id":1171},{"__isSmartRef__":true,"id":1172},{"__isSmartRef__":true,"id":1173},{"__isSmartRef__":true,"id":1174},{"__isSmartRef__":true,"id":1175},{"__isSmartRef__":true,"id":1176},{"__isSmartRef__":true,"id":1177},{"__isSmartRef__":true,"id":1178},{"__isSmartRef__":true,"id":1179},{"__isSmartRef__":true,"id":1180},{"__isSmartRef__":true,"id":1181},{"__isSmartRef__":true,"id":1182}],"sourceControl":{"__isSmartRef__":true,"id":1018},"traits":["NetRequestReporterTrait"],"superclassName":"View","categories":[{"__isSmartRef__":true,"id":1168}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1167":{"name":"documentation","type":"propertyDef","startIndex":20368,"stopIndex":20456,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1168},"className":"Resource","_owner":{"__isSmartRef__":true,"id":1166},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1168":{"name":"default category","type":"categoryDef","startIndex":20366,"stopIndex":24908,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1167},{"__isSmartRef__":true,"id":1169},{"__isSmartRef__":true,"id":1170},{"__isSmartRef__":true,"id":1171},{"__isSmartRef__":true,"id":1172},{"__isSmartRef__":true,"id":1173},{"__isSmartRef__":true,"id":1174},{"__isSmartRef__":true,"id":1175},{"__isSmartRef__":true,"id":1176},{"__isSmartRef__":true,"id":1177},{"__isSmartRef__":true,"id":1178},{"__isSmartRef__":true,"id":1179},{"__isSmartRef__":true,"id":1180},{"__isSmartRef__":true,"id":1181},{"__isSmartRef__":true,"id":1182}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1169":{"name":"formals","type":"propertyDef","startIndex":20511,"stopIndex":20669,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1168},"className":"Resource","_owner":{"__isSmartRef__":true,"id":1166},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1170":{"name":"initialize","type":"propertyDef","startIndex":20672,"stopIndex":20779,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1168},"className":"Resource","_owner":{"__isSmartRef__":true,"id":1166},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1171":{"name":"deserialize","type":"propertyDef","startIndex":20782,"stopIndex":20811,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1168},"className":"Resource","_owner":{"__isSmartRef__":true,"id":1166},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1172":{"name":"toString","type":"propertyDef","startIndex":20862,"stopIndex":20935,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1168},"className":"Resource","_owner":{"__isSmartRef__":true,"id":1166},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1173":{"name":"removeNetRequestReporterTrait","type":"propertyDef","startIndex":20938,"stopIndex":21201,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1168},"className":"Resource","_owner":{"__isSmartRef__":true,"id":1166},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1174":{"name":"updateView","type":"propertyDef","startIndex":21205,"stopIndex":21399,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1168},"className":"Resource","_owner":{"__isSmartRef__":true,"id":1166},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1175":{"name":"onURLUpdate","type":"propertyDef","startIndex":21402,"stopIndex":21460,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1168},"className":"Resource","_owner":{"__isSmartRef__":true,"id":1166},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1176":{"name":"fetch","type":"propertyDef","startIndex":21463,"stopIndex":22020,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1168},"className":"Resource","_owner":{"__isSmartRef__":true,"id":1166},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1177":{"name":"fetchProperties","type":"propertyDef","startIndex":22023,"stopIndex":22759,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1168},"className":"Resource","_owner":{"__isSmartRef__":true,"id":1166},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1178":{"name":"store","type":"propertyDef","startIndex":22762,"stopIndex":23414,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1168},"className":"Resource","_owner":{"__isSmartRef__":true,"id":1166},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1179":{"name":"findAll","type":"propertyDef","startIndex":23417,"stopIndex":23604,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1168},"className":"Resource","_owner":{"__isSmartRef__":true,"id":1166},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1180":{"name":"fetchHeadRevision","type":"propertyDef","startIndex":23608,"stopIndex":24253,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1168},"className":"Resource","_owner":{"__isSmartRef__":true,"id":1166},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1181":{"name":"logReportTemplate","type":"propertyDef","startIndex":24256,"stopIndex":24458,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1168},"className":"Resource","_owner":{"__isSmartRef__":true,"id":1166},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1182":{"name":"fetchVersionHistory","type":"propertyDef","startIndex":24461,"stopIndex":24907,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1168},"className":"Resource","_owner":{"__isSmartRef__":true,"id":1166},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1183":{"name":null,"type":"comment","startIndex":24912,"stopIndex":24912,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1184":{"name":"SVNResource","type":"klassDef","startIndex":24913,"stopIndex":30992,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1185},{"__isSmartRef__":true,"id":1187},{"__isSmartRef__":true,"id":1188},{"__isSmartRef__":true,"id":1189},{"__isSmartRef__":true,"id":1190},{"__isSmartRef__":true,"id":1191},{"__isSmartRef__":true,"id":1192},{"__isSmartRef__":true,"id":1193},{"__isSmartRef__":true,"id":1194},{"__isSmartRef__":true,"id":1195},{"__isSmartRef__":true,"id":1196},{"__isSmartRef__":true,"id":1197},{"__isSmartRef__":true,"id":1198},{"__isSmartRef__":true,"id":1199},{"__isSmartRef__":true,"id":1200}],"sourceControl":{"__isSmartRef__":true,"id":1018},"superclassName":"Resource","categories":[{"__isSmartRef__":true,"id":1186}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1185":{"name":"formals","type":"propertyDef","startIndex":24949,"stopIndex":25022,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1186},"className":"SVNResource","_owner":{"__isSmartRef__":true,"id":1184},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1186":{"name":"default category","type":"categoryDef","startIndex":24946,"stopIndex":30989,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1185},{"__isSmartRef__":true,"id":1187},{"__isSmartRef__":true,"id":1188},{"__isSmartRef__":true,"id":1189},{"__isSmartRef__":true,"id":1190},{"__isSmartRef__":true,"id":1191},{"__isSmartRef__":true,"id":1192},{"__isSmartRef__":true,"id":1193},{"__isSmartRef__":true,"id":1194},{"__isSmartRef__":true,"id":1195},{"__isSmartRef__":true,"id":1196},{"__isSmartRef__":true,"id":1197},{"__isSmartRef__":true,"id":1198},{"__isSmartRef__":true,"id":1199},{"__isSmartRef__":true,"id":1200}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1187":{"name":"initialize","type":"propertyDef","startIndex":25025,"stopIndex":25153,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1186},"className":"SVNResource","_owner":{"__isSmartRef__":true,"id":1184},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1188":{"name":"getLocalUrl","type":"propertyDef","startIndex":25156,"stopIndex":25269,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1186},"className":"SVNResource","_owner":{"__isSmartRef__":true,"id":1184},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1189":{"name":"fetchHeadRevision","type":"propertyDef","startIndex":25272,"stopIndex":25609,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1186},"className":"SVNResource","_owner":{"__isSmartRef__":true,"id":1184},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1190":{"name":"fetch","type":"propertyDef","startIndex":25612,"stopIndex":25870,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1186},"className":"SVNResource","_owner":{"__isSmartRef__":true,"id":1184},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1191":{"name":"store","type":"propertyDef","startIndex":25874,"stopIndex":26658,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1186},"className":"SVNResource","_owner":{"__isSmartRef__":true,"id":1184},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1192":{"name":"del","type":"propertyDef","startIndex":26662,"stopIndex":26953,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1186},"className":"SVNResource","_owner":{"__isSmartRef__":true,"id":1184},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1193":{"name":"fetchProperties","type":"propertyDef","startIndex":26956,"stopIndex":27349,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1186},"className":"SVNResource","_owner":{"__isSmartRef__":true,"id":1184},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1194":{"name":"fetchMetadata","type":"propertyDef","startIndex":27352,"stopIndex":28094,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1186},"className":"SVNResource","_owner":{"__isSmartRef__":true,"id":1184},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1195":{"name":"pvtSetHeadRevFromDoc","type":"propertyDef","startIndex":28097,"stopIndex":28429,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1186},"className":"SVNResource","_owner":{"__isSmartRef__":true,"id":1184},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1196":{"name":"pvtScanLogReportForVersionInfos","type":"propertyDef","startIndex":28432,"stopIndex":30185,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1186},"className":"SVNResource","_owner":{"__isSmartRef__":true,"id":1184},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1197":{"name":"pvtScanLogReportForVersionInfosTrace","type":"propertyDef","startIndex":30189,"stopIndex":30349,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1186},"className":"SVNResource","_owner":{"__isSmartRef__":true,"id":1184},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1198":{"name":"pvtRequestMetadataXML","type":"propertyDef","startIndex":30352,"stopIndex":30706,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1186},"className":"SVNResource","_owner":{"__isSmartRef__":true,"id":1184},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1199":{"name":"withBaselineUriDo","type":"propertyDef","startIndex":30709,"stopIndex":30871,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1186},"className":"SVNResource","_owner":{"__isSmartRef__":true,"id":1184},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1200":{"name":"createVersionURLString","type":"propertyDef","startIndex":30873,"stopIndex":30986,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1186},"className":"SVNResource","_owner":{"__isSmartRef__":true,"id":1184},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1201":{"name":null,"type":"comment","startIndex":30993,"stopIndex":30993,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1202":{"name":"SVNVersionInfo","type":"klassDef","startIndex":30994,"stopIndex":32645,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1203},{"__isSmartRef__":true,"id":1205},{"__isSmartRef__":true,"id":1206},{"__isSmartRef__":true,"id":1207},{"__isSmartRef__":true,"id":1208}],"sourceControl":{"__isSmartRef__":true,"id":1018},"superclassName":"Object","categories":[{"__isSmartRef__":true,"id":1204}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1203":{"name":"documentation","type":"propertyDef","startIndex":31031,"stopIndex":31109,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1204},"className":"SVNVersionInfo","_owner":{"__isSmartRef__":true,"id":1202},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1204":{"name":"default category","type":"categoryDef","startIndex":31028,"stopIndex":32642,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1203},{"__isSmartRef__":true,"id":1205},{"__isSmartRef__":true,"id":1206},{"__isSmartRef__":true,"id":1207},{"__isSmartRef__":true,"id":1208}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1205":{"name":"initialize","type":"propertyDef","startIndex":31112,"stopIndex":31581,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1204},"className":"SVNVersionInfo","_owner":{"__isSmartRef__":true,"id":1202},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1206":{"name":"parseUTCDateString","type":"propertyDef","startIndex":31584,"stopIndex":31925,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1204},"className":"SVNVersionInfo","_owner":{"__isSmartRef__":true,"id":1202},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1207":{"name":"toString","type":"propertyDef","startIndex":31928,"stopIndex":32386,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1204},"className":"SVNVersionInfo","_owner":{"__isSmartRef__":true,"id":1202},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1208":{"name":"toExpression","type":"propertyDef","startIndex":32390,"stopIndex":32638,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1204},"className":"SVNVersionInfo","_owner":{"__isSmartRef__":true,"id":1202},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1209":{"name":null,"type":"comment","startIndex":32646,"stopIndex":32718,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1210":{"name":"FileDirectory","type":"klassDef","startIndex":32719,"stopIndex":36768,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1211},{"__isSmartRef__":true,"id":1213},{"__isSmartRef__":true,"id":1214},{"__isSmartRef__":true,"id":1215},{"__isSmartRef__":true,"id":1216},{"__isSmartRef__":true,"id":1217},{"__isSmartRef__":true,"id":1218},{"__isSmartRef__":true,"id":1219},{"__isSmartRef__":true,"id":1220},{"__isSmartRef__":true,"id":1221},{"__isSmartRef__":true,"id":1222},{"__isSmartRef__":true,"id":1223},{"__isSmartRef__":true,"id":1224},{"__isSmartRef__":true,"id":1225},{"__isSmartRef__":true,"id":1226},{"__isSmartRef__":true,"id":1227}],"sourceControl":{"__isSmartRef__":true,"id":1018},"superclassName":"Object","categories":[{"__isSmartRef__":true,"id":1212}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1211":{"name":"initialize","type":"propertyDef","startIndex":32755,"stopIndex":32867,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1212},"className":"FileDirectory","_owner":{"__isSmartRef__":true,"id":1210},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1212":{"name":"default category","type":"categoryDef","startIndex":32752,"stopIndex":36765,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1211},{"__isSmartRef__":true,"id":1213},{"__isSmartRef__":true,"id":1214},{"__isSmartRef__":true,"id":1215},{"__isSmartRef__":true,"id":1216},{"__isSmartRef__":true,"id":1217},{"__isSmartRef__":true,"id":1218},{"__isSmartRef__":true,"id":1219},{"__isSmartRef__":true,"id":1220},{"__isSmartRef__":true,"id":1221},{"__isSmartRef__":true,"id":1222},{"__isSmartRef__":true,"id":1223},{"__isSmartRef__":true,"id":1224},{"__isSmartRef__":true,"id":1225},{"__isSmartRef__":true,"id":1226},{"__isSmartRef__":true,"id":1227}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1213":{"name":"fileContent","type":"propertyDef","startIndex":32870,"stopIndex":33213,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1212},"className":"FileDirectory","_owner":{"__isSmartRef__":true,"id":1210},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1214":{"name":"filesAndDirs","type":"propertyDef","startIndex":33216,"stopIndex":33452,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1212},"className":"FileDirectory","_owner":{"__isSmartRef__":true,"id":1210},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1215":{"name":"files","type":"propertyDef","startIndex":33455,"stopIndex":33564,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1212},"className":"FileDirectory","_owner":{"__isSmartRef__":true,"id":1210},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1216":{"name":"filenames","type":"propertyDef","startIndex":33567,"stopIndex":33677,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1212},"className":"FileDirectory","_owner":{"__isSmartRef__":true,"id":1210},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1217":{"name":"subdirectories","type":"propertyDef","startIndex":33680,"stopIndex":33899,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1212},"className":"FileDirectory","_owner":{"__isSmartRef__":true,"id":1210},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1218":{"name":"subdirectoryNames","type":"propertyDef","startIndex":33902,"stopIndex":34029,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1212},"className":"FileDirectory","_owner":{"__isSmartRef__":true,"id":1210},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1219":{"name":"fileOrDirectoryExists","type":"propertyDef","startIndex":34032,"stopIndex":34178,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1212},"className":"FileDirectory","_owner":{"__isSmartRef__":true,"id":1210},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1220":{"name":"writeFileNamed","type":"propertyDef","startIndex":34181,"stopIndex":34531,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1212},"className":"FileDirectory","_owner":{"__isSmartRef__":true,"id":1210},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1221":{"name":"createDirectory","type":"propertyDef","startIndex":34534,"stopIndex":34676,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1212},"className":"FileDirectory","_owner":{"__isSmartRef__":true,"id":1210},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1222":{"name":"deleteFileNamed","type":"propertyDef","startIndex":34679,"stopIndex":34826,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1212},"className":"FileDirectory","_owner":{"__isSmartRef__":true,"id":1210},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1223":{"name":"copyFile","type":"propertyDef","startIndex":34829,"stopIndex":35026,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1212},"className":"FileDirectory","_owner":{"__isSmartRef__":true,"id":1210},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1224":{"name":"copyFileNamed","type":"propertyDef","startIndex":35029,"stopIndex":35366,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1212},"className":"FileDirectory","_owner":{"__isSmartRef__":true,"id":1210},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1225":{"name":"copyAllFiles","type":"propertyDef","startIndex":35369,"stopIndex":35599,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1212},"className":"FileDirectory","_owner":{"__isSmartRef__":true,"id":1210},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1226":{"name":"copySubdirectory","type":"propertyDef","startIndex":35602,"stopIndex":36366,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1212},"className":"FileDirectory","_owner":{"__isSmartRef__":true,"id":1210},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1227":{"name":"copyAllSubdirectories","type":"propertyDef","startIndex":36369,"stopIndex":36762,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1212},"className":"FileDirectory","_owner":{"__isSmartRef__":true,"id":1210},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1228":{"name":null,"type":"comment","startIndex":36769,"stopIndex":36769,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1229":{"name":"FileDirectory","type":"klassExtensionDef","startIndex":36770,"stopIndex":37127,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1230},{"__isSmartRef__":true,"id":1232}],"sourceControl":{"__isSmartRef__":true,"id":1018},"categories":[{"__isSmartRef__":true,"id":1231}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1230":{"name":"getContent","type":"propertyDef","startIndex":36801,"stopIndex":36947,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1231},"className":"FileDirectory","_owner":{"__isSmartRef__":true,"id":1229},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1231":{"name":"default category","type":"categoryDef","startIndex":36799,"stopIndex":37124,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1230},{"__isSmartRef__":true,"id":1232}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1232":{"name":"setContent","type":"propertyDef","startIndex":36949,"stopIndex":37122,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1231},"className":"FileDirectory","_owner":{"__isSmartRef__":true,"id":1229},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1233":{"name":null,"type":"comment","startIndex":37128,"stopIndex":37128,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1234":{"name":"WebResource","type":"klassDef","startIndex":37129,"stopIndex":41194,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1235},{"__isSmartRef__":true,"id":1237},{"__isSmartRef__":true,"id":1239},{"__isSmartRef__":true,"id":1240},{"__isSmartRef__":true,"id":1241},{"__isSmartRef__":true,"id":1242},{"__isSmartRef__":true,"id":1243},{"__isSmartRef__":true,"id":1244},{"__isSmartRef__":true,"id":1245},{"__isSmartRef__":true,"id":1246},{"__isSmartRef__":true,"id":1247},{"__isSmartRef__":true,"id":1248},{"__isSmartRef__":true,"id":1250},{"__isSmartRef__":true,"id":1251},{"__isSmartRef__":true,"id":1253},{"__isSmartRef__":true,"id":1254},{"__isSmartRef__":true,"id":1255},{"__isSmartRef__":true,"id":1256},{"__isSmartRef__":true,"id":1257},{"__isSmartRef__":true,"id":1258},{"__isSmartRef__":true,"id":1259}],"sourceControl":{"__isSmartRef__":true,"id":1018},"superclassName":"Object","categories":[{"__isSmartRef__":true,"id":1236},{"__isSmartRef__":true,"id":1238},{"__isSmartRef__":true,"id":1249},{"__isSmartRef__":true,"id":1252},{"__isSmartRef__":true,"id":1260}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1235":{"name":"initialize","type":"propertyDef","startIndex":37179,"stopIndex":37272,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1236},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1234},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1236":{"name":"initializing","type":"categoryDef","startIndex":37160,"stopIndex":37275,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1235}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1237":{"name":"getURL","type":"propertyDef","startIndex":37320,"stopIndex":37361,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1238},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1234},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1238":{"name":"accessing, testing, and configuration","type":"categoryDef","startIndex":37277,"stopIndex":37953,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1237},{"__isSmartRef__":true,"id":1239},{"__isSmartRef__":true,"id":1240},{"__isSmartRef__":true,"id":1241},{"__isSmartRef__":true,"id":1242},{"__isSmartRef__":true,"id":1243},{"__isSmartRef__":true,"id":1244},{"__isSmartRef__":true,"id":1245},{"__isSmartRef__":true,"id":1246},{"__isSmartRef__":true,"id":1247}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1239":{"name":"getName","type":"propertyDef","startIndex":37363,"stopIndex":37420,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1238},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1234},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1240":{"name":"isSync","type":"propertyDef","startIndex":37422,"stopIndex":37466,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1238},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1234},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1241":{"name":"beSync","type":"propertyDef","startIndex":37468,"stopIndex":37525,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1238},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1234},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1242":{"name":"beAsync","type":"propertyDef","startIndex":37527,"stopIndex":37586,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1238},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1234},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1243":{"name":"isBinary","type":"propertyDef","startIndex":37588,"stopIndex":37636,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1238},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1234},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1244":{"name":"beBinary","type":"propertyDef","startIndex":37638,"stopIndex":37699,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1238},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1234},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1245":{"name":"beText","type":"propertyDef","startIndex":37701,"stopIndex":37761,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1238},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1234},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1246":{"name":"forceUncached","type":"propertyDef","startIndex":37763,"stopIndex":37878,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1238},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1234},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1247":{"name":"del","type":"propertyDef","startIndex":37881,"stopIndex":37950,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1238},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1234},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1248":{"name":"enableShowingProgress","type":"propertyDef","startIndex":37969,"stopIndex":38041,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1249},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1234},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1249":{"name":"progress","type":"categoryDef","startIndex":37955,"stopIndex":38481,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1248},{"__isSmartRef__":true,"id":1250}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1250":{"name":"createProgressBar","type":"propertyDef","startIndex":38043,"stopIndex":38477,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1249},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1234},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1251":{"name":"getContent","type":"propertyDef","startIndex":38499,"stopIndex":38886,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1252},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1234},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1252":{"name":"DEPRECATED","type":"categoryDef","startIndex":38483,"stopIndex":41103,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1251},{"__isSmartRef__":true,"id":1253},{"__isSmartRef__":true,"id":1254},{"__isSmartRef__":true,"id":1255},{"__isSmartRef__":true,"id":1256},{"__isSmartRef__":true,"id":1257},{"__isSmartRef__":true,"id":1258}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1253":{"name":"getDocument","type":"propertyDef","startIndex":38888,"stopIndex":39229,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1252},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1234},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1254":{"name":"setContent","type":"propertyDef","startIndex":39231,"stopIndex":39486,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1252},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1234},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1255":{"name":"exists","type":"propertyDef","startIndex":39488,"stopIndex":39790,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1252},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1234},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1256":{"name":"isCollection","type":"propertyDef","startIndex":39792,"stopIndex":39852,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1252},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1234},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1257":{"name":"copyTo","type":"propertyDef","startIndex":39855,"stopIndex":40041,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1252},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1234},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1258":{"name":"subElements","type":"propertyDef","startIndex":40044,"stopIndex":40830,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1252},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1234},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1259":{"name":"toString","type":"propertyDef","startIndex":41120,"stopIndex":41189,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1260},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1234},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1260":{"name":"debugging","type":"categoryDef","startIndex":41105,"stopIndex":41191,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1259}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1261":{"name":null,"type":"comment","startIndex":41195,"stopIndex":41222,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1262":{"name":"WebResource","type":"klassExtensionDef","startIndex":41223,"stopIndex":48751,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1263},{"__isSmartRef__":true,"id":1265},{"__isSmartRef__":true,"id":1266},{"__isSmartRef__":true,"id":1267},{"__isSmartRef__":true,"id":1268},{"__isSmartRef__":true,"id":1269},{"__isSmartRef__":true,"id":1270},{"__isSmartRef__":true,"id":1271},{"__isSmartRef__":true,"id":1272},{"__isSmartRef__":true,"id":1273},{"__isSmartRef__":true,"id":1274},{"__isSmartRef__":true,"id":1275},{"__isSmartRef__":true,"id":1276},{"__isSmartRef__":true,"id":1277},{"__isSmartRef__":true,"id":1278},{"__isSmartRef__":true,"id":1279},{"__isSmartRef__":true,"id":1280},{"__isSmartRef__":true,"id":1281},{"__isSmartRef__":true,"id":1282},{"__isSmartRef__":true,"id":1283}],"sourceControl":{"__isSmartRef__":true,"id":1018},"categories":[{"__isSmartRef__":true,"id":1264}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1263":{"name":"connections","type":"propertyDef","startIndex":41249,"stopIndex":41405,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1264},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1262},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1264":{"name":"default category","type":"categoryDef","startIndex":41246,"stopIndex":48748,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1263},{"__isSmartRef__":true,"id":1265},{"__isSmartRef__":true,"id":1266},{"__isSmartRef__":true,"id":1267},{"__isSmartRef__":true,"id":1268},{"__isSmartRef__":true,"id":1269},{"__isSmartRef__":true,"id":1270},{"__isSmartRef__":true,"id":1271},{"__isSmartRef__":true,"id":1272},{"__isSmartRef__":true,"id":1273},{"__isSmartRef__":true,"id":1274},{"__isSmartRef__":true,"id":1275},{"__isSmartRef__":true,"id":1276},{"__isSmartRef__":true,"id":1277},{"__isSmartRef__":true,"id":1278},{"__isSmartRef__":true,"id":1279},{"__isSmartRef__":true,"id":1280},{"__isSmartRef__":true,"id":1281},{"__isSmartRef__":true,"id":1282},{"__isSmartRef__":true,"id":1283}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1265":{"name":"reset","type":"propertyDef","startIndex":41408,"stopIndex":41591,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1264},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1262},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1266":{"name":"setRequestHeaders","type":"propertyDef","startIndex":41594,"stopIndex":41684,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1264},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1262},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1267":{"name":"createResource","type":"propertyDef","startIndex":41687,"stopIndex":43034,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1264},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1262},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1268":{"name":"createNetRequest","type":"propertyDef","startIndex":43037,"stopIndex":44068,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1264},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1262},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1269":{"name":"get","type":"propertyDef","startIndex":44071,"stopIndex":44279,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1264},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1262},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1270":{"name":"put","type":"propertyDef","startIndex":44282,"stopIndex":44914,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1264},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1262},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1271":{"name":"create","type":"propertyDef","startIndex":44917,"stopIndex":45078,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1264},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1262},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1272":{"name":"del","type":"propertyDef","startIndex":45081,"stopIndex":45188,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1264},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1262},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1273":{"name":"post","type":"propertyDef","startIndex":45191,"stopIndex":45414,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1264},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1262},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1274":{"name":"exists","type":"propertyDef","startIndex":45418,"stopIndex":45586,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1264},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1262},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1275":{"name":"head","type":"propertyDef","startIndex":45588,"stopIndex":45697,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1264},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1262},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1276":{"name":"propfind","type":"propertyDef","startIndex":45700,"stopIndex":45846,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1264},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1262},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1277":{"name":"getSubElements","type":"propertyDef","startIndex":45849,"stopIndex":46046,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1264},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1262},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1278":{"name":"copyTo","type":"propertyDef","startIndex":46049,"stopIndex":46342,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1264},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1262},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1279":{"name":"getVersions","type":"propertyDef","startIndex":46346,"stopIndex":46924,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1264},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1262},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1280":{"name":"getHeadRevision","type":"propertyDef","startIndex":46927,"stopIndex":47050,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1264},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1262},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1281":{"name":"pvtProcessPropfindForSubElements","type":"propertyDef","startIndex":47054,"stopIndex":48065,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1264},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1262},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1282":{"name":"getProperties","type":"propertyDef","startIndex":48068,"stopIndex":48239,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1264},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1262},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1283":{"name":"statusMessage","type":"propertyDef","startIndex":48243,"stopIndex":48745,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1264},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1262},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1284":{"name":"WebResource","type":"klassExtensionDef","startIndex":48752,"stopIndex":48833,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1285}],"sourceControl":{"__isSmartRef__":true,"id":1018},"categories":[{"__isSmartRef__":true,"id":1286}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1285":{"name":"create","type":"propertyDef","startIndex":48781,"stopIndex":48828,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1286},"className":"WebResource","_owner":{"__isSmartRef__":true,"id":1284},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1286":{"name":"default category","type":"categoryDef","startIndex":48779,"stopIndex":48830,"fileName":"lively/Network.js","_subElements":[{"__isSmartRef__":true,"id":1285}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1287":{"name":null,"type":"comment","startIndex":48834,"stopIndex":48834,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1288":{"name":null,"type":"unknown","startIndex":48835,"stopIndex":48868,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1289":{"name":null,"type":"comment","startIndex":48869,"stopIndex":48870,"fileName":"lively/Network.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1290":{"_moduleName":"lively.OldModel","_type":"js","_ast":{"__isSmartRef__":true,"id":1291},"__SourceModuleName__":"Global.lively.ide.SourceDatabase","__LivelyClassName__":"lively.ide.ModuleWrapper"},"1291":{"name":"lively.OldModel","type":"moduleDef","startIndex":0,"stopIndex":11741,"fileName":"lively/OldModel.js","_subElements":[{"__isSmartRef__":true,"id":1292},{"__isSmartRef__":true,"id":1293},{"__isSmartRef__":true,"id":1301},{"__isSmartRef__":true,"id":1302},{"__isSmartRef__":true,"id":1310},{"__isSmartRef__":true,"id":1311},{"__isSmartRef__":true,"id":1325},{"__isSmartRef__":true,"id":1326},{"__isSmartRef__":true,"id":1339},{"__isSmartRef__":true,"id":1340},{"__isSmartRef__":true,"id":1344},{"__isSmartRef__":true,"id":1345},{"__isSmartRef__":true,"id":1346}],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1292":{"name":null,"type":"comment","startIndex":70,"stopIndex":1306,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1293":{"name":"Model","type":"klassDef","startIndex":1307,"stopIndex":2390,"fileName":"lively/OldModel.js","_subElements":[{"__isSmartRef__":true,"id":1294},{"__isSmartRef__":true,"id":1296},{"__isSmartRef__":true,"id":1297},{"__isSmartRef__":true,"id":1298},{"__isSmartRef__":true,"id":1299},{"__isSmartRef__":true,"id":1300}],"sourceControl":{"__isSmartRef__":true,"id":1018},"superclassName":"Object","categories":[{"__isSmartRef__":true,"id":1295}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1294":{"name":"initialize","type":"propertyDef","startIndex":1335,"stopIndex":1489,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1295},"className":"Model","_owner":{"__isSmartRef__":true,"id":1293},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1295":{"name":"default category","type":"categoryDef","startIndex":1332,"stopIndex":2387,"fileName":"lively/OldModel.js","_subElements":[{"__isSmartRef__":true,"id":1294},{"__isSmartRef__":true,"id":1296},{"__isSmartRef__":true,"id":1297},{"__isSmartRef__":true,"id":1298},{"__isSmartRef__":true,"id":1299},{"__isSmartRef__":true,"id":1300}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1296":{"name":"addDependent","type":"propertyDef","startIndex":1492,"stopIndex":1557,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1295},"className":"Model","_owner":{"__isSmartRef__":true,"id":1293},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1297":{"name":"removeDependent","type":"propertyDef","startIndex":1560,"stopIndex":1684,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1295},"className":"Model","_owner":{"__isSmartRef__":true,"id":1293},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1298":{"name":"changed","type":"propertyDef","startIndex":1687,"stopIndex":2112,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1295},"className":"Model","_owner":{"__isSmartRef__":true,"id":1293},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1299":{"name":"toString","type":"propertyDef","startIndex":2115,"stopIndex":2203,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1295},"className":"Model","_owner":{"__isSmartRef__":true,"id":1293},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1300":{"name":"copyFrom","type":"propertyDef","startIndex":2206,"stopIndex":2386,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1295},"className":"Model","_owner":{"__isSmartRef__":true,"id":1293},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1301":{"name":null,"type":"comment","startIndex":2391,"stopIndex":2391,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1302":{"name":"ModelPlug","type":"klassDef","startIndex":2392,"stopIndex":3617,"fileName":"lively/OldModel.js","_subElements":[{"__isSmartRef__":true,"id":1303},{"__isSmartRef__":true,"id":1305},{"__isSmartRef__":true,"id":1306},{"__isSmartRef__":true,"id":1307},{"__isSmartRef__":true,"id":1308},{"__isSmartRef__":true,"id":1309}],"sourceControl":{"__isSmartRef__":true,"id":1018},"superclassName":"lively.data.Wrapper","categories":[{"__isSmartRef__":true,"id":1304}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1303":{"name":"documentation","type":"propertyDef","startIndex":2435,"stopIndex":2558,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1304},"className":"ModelPlug","_owner":{"__isSmartRef__":true,"id":1302},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1304":{"name":"default category","type":"categoryDef","startIndex":2434,"stopIndex":3614,"fileName":"lively/OldModel.js","_subElements":[{"__isSmartRef__":true,"id":1303},{"__isSmartRef__":true,"id":1305},{"__isSmartRef__":true,"id":1306},{"__isSmartRef__":true,"id":1307},{"__isSmartRef__":true,"id":1308},{"__isSmartRef__":true,"id":1309}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1305":{"name":"initialize","type":"propertyDef","startIndex":2561,"stopIndex":2714,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1304},"className":"ModelPlug","_owner":{"__isSmartRef__":true,"id":1302},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1306":{"name":"toString","type":"propertyDef","startIndex":2721,"stopIndex":2919,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1304},"className":"ModelPlug","_owner":{"__isSmartRef__":true,"id":1302},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1307":{"name":"serialize","type":"propertyDef","startIndex":2922,"stopIndex":3280,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1304},"className":"ModelPlug","_owner":{"__isSmartRef__":true,"id":1302},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1308":{"name":"inspect","type":"propertyDef","startIndex":3283,"stopIndex":3344,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1304},"className":"ModelPlug","_owner":{"__isSmartRef__":true,"id":1302},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1309":{"name":"deserialize","type":"propertyDef","startIndex":3347,"stopIndex":3613,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1304},"className":"ModelPlug","_owner":{"__isSmartRef__":true,"id":1302},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1310":{"name":null,"type":"comment","startIndex":3618,"stopIndex":3619,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1311":{"name":"SyntheticModel","type":"klassDef","startIndex":3620,"stopIndex":6063,"fileName":"lively/OldModel.js","_subElements":[{"__isSmartRef__":true,"id":1312},{"__isSmartRef__":true,"id":1314},{"__isSmartRef__":true,"id":1315},{"__isSmartRef__":true,"id":1316},{"__isSmartRef__":true,"id":1317},{"__isSmartRef__":true,"id":1318},{"__isSmartRef__":true,"id":1319},{"__isSmartRef__":true,"id":1320},{"__isSmartRef__":true,"id":1321},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1323},{"__isSmartRef__":true,"id":1324}],"sourceControl":{"__isSmartRef__":true,"id":1018},"superclassName":"Model","categories":[{"__isSmartRef__":true,"id":1313}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1312":{"name":"documentation","type":"propertyDef","startIndex":3655,"stopIndex":3738,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1313},"className":"SyntheticModel","_owner":{"__isSmartRef__":true,"id":1311},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1313":{"name":"default category","type":"categoryDef","startIndex":3653,"stopIndex":6060,"fileName":"lively/OldModel.js","_subElements":[{"__isSmartRef__":true,"id":1312},{"__isSmartRef__":true,"id":1314},{"__isSmartRef__":true,"id":1315},{"__isSmartRef__":true,"id":1316},{"__isSmartRef__":true,"id":1317},{"__isSmartRef__":true,"id":1318},{"__isSmartRef__":true,"id":1319},{"__isSmartRef__":true,"id":1320},{"__isSmartRef__":true,"id":1321},{"__isSmartRef__":true,"id":1322},{"__isSmartRef__":true,"id":1323},{"__isSmartRef__":true,"id":1324}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1314":{"name":"initialize","type":"propertyDef","startIndex":3741,"stopIndex":4067,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1313},"className":"SyntheticModel","_owner":{"__isSmartRef__":true,"id":1311},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1315":{"name":"makeGetter","type":"propertyDef","startIndex":4070,"stopIndex":4196,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1313},"className":"SyntheticModel","_owner":{"__isSmartRef__":true,"id":1311},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1316":{"name":"makeSetter","type":"propertyDef","startIndex":4199,"stopIndex":4349,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1313},"className":"SyntheticModel","_owner":{"__isSmartRef__":true,"id":1311},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1317":{"name":"addVariable","type":"propertyDef","startIndex":4352,"stopIndex":4559,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1313},"className":"SyntheticModel","_owner":{"__isSmartRef__":true,"id":1311},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1318":{"name":"getterName","type":"propertyDef","startIndex":4562,"stopIndex":4628,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1313},"className":"SyntheticModel","_owner":{"__isSmartRef__":true,"id":1311},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1319":{"name":"get","type":"propertyDef","startIndex":4631,"stopIndex":4822,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1313},"className":"SyntheticModel","_owner":{"__isSmartRef__":true,"id":1311},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1320":{"name":"setterName","type":"propertyDef","startIndex":4825,"stopIndex":4891,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1313},"className":"SyntheticModel","_owner":{"__isSmartRef__":true,"id":1311},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1321":{"name":"set","type":"propertyDef","startIndex":4894,"stopIndex":5097,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1313},"className":"SyntheticModel","_owner":{"__isSmartRef__":true,"id":1311},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1322":{"name":"makePlugSpecFromPins","type":"propertyDef","startIndex":5100,"stopIndex":5605,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1313},"className":"SyntheticModel","_owner":{"__isSmartRef__":true,"id":1311},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1323":{"name":"makePlugSpec","type":"propertyDef","startIndex":5608,"stopIndex":5939,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1313},"className":"SyntheticModel","_owner":{"__isSmartRef__":true,"id":1311},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1324":{"name":"variables","type":"propertyDef","startIndex":5942,"stopIndex":6059,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1313},"className":"SyntheticModel","_owner":{"__isSmartRef__":true,"id":1311},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1325":{"name":null,"type":"comment","startIndex":6064,"stopIndex":6064,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1326":{"name":"Global.ViewTrait","type":"objectDef","startIndex":6065,"stopIndex":11257,"fileName":"lively/OldModel.js","_subElements":[{"__isSmartRef__":true,"id":1327},{"__isSmartRef__":true,"id":1329},{"__isSmartRef__":true,"id":1330},{"__isSmartRef__":true,"id":1331},{"__isSmartRef__":true,"id":1332},{"__isSmartRef__":true,"id":1333},{"__isSmartRef__":true,"id":1334},{"__isSmartRef__":true,"id":1335},{"__isSmartRef__":true,"id":1336},{"__isSmartRef__":true,"id":1337},{"__isSmartRef__":true,"id":1338}],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1327":{"name":"connectModel","type":"propertyDef","startIndex":6086,"stopIndex":7182,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1328},"_owner":{"__isSmartRef__":true,"id":1326},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1328":{"name":"default category","type":"categoryDef","startIndex":19,"stopIndex":5190,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":1327},{"__isSmartRef__":true,"id":1329},{"__isSmartRef__":true,"id":1330},{"__isSmartRef__":true,"id":1331},{"__isSmartRef__":true,"id":1332},{"__isSmartRef__":true,"id":1333},{"__isSmartRef__":true,"id":1334},{"__isSmartRef__":true,"id":1335},{"__isSmartRef__":true,"id":1336},{"__isSmartRef__":true,"id":1337},{"__isSmartRef__":true,"id":1338}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1329":{"name":"relayToModel","type":"propertyDef","startIndex":7185,"stopIndex":7326,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1328},"_owner":{"__isSmartRef__":true,"id":1326},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1330":{"name":"reconnectModel","type":"propertyDef","startIndex":7329,"stopIndex":7856,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1328},"_owner":{"__isSmartRef__":true,"id":1326},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1331":{"name":"checkModel","type":"propertyDef","startIndex":7859,"stopIndex":8331,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1328},"_owner":{"__isSmartRef__":true,"id":1326},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1332":{"name":"disconnectModel","type":"propertyDef","startIndex":8334,"stopIndex":8494,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1328},"_owner":{"__isSmartRef__":true,"id":1326},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1333":{"name":"getModel","type":"propertyDef","startIndex":8497,"stopIndex":8609,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1328},"_owner":{"__isSmartRef__":true,"id":1326},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1334":{"name":"getActualModel","type":"propertyDef","startIndex":8612,"stopIndex":8735,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1328},"_owner":{"__isSmartRef__":true,"id":1326},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1335":{"name":"getModelPlug","type":"propertyDef","startIndex":8739,"stopIndex":8857,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1328},"_owner":{"__isSmartRef__":true,"id":1326},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1336":{"name":"getModelValue","type":"propertyDef","startIndex":8860,"stopIndex":9693,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1328},"_owner":{"__isSmartRef__":true,"id":1326},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1337":{"name":"setModelValue","type":"propertyDef","startIndex":9696,"stopIndex":10820,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1328},"_owner":{"__isSmartRef__":true,"id":1326},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1338":{"name":"updateView","type":"propertyDef","startIndex":10823,"stopIndex":11253,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1328},"_owner":{"__isSmartRef__":true,"id":1326},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1339":{"name":null,"type":"comment","startIndex":11258,"stopIndex":11258,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1340":{"name":"View","type":"klassDef","startIndex":11259,"stopIndex":11490,"fileName":"lively/OldModel.js","_subElements":[{"__isSmartRef__":true,"id":1341},{"__isSmartRef__":true,"id":1343}],"sourceControl":{"__isSmartRef__":true,"id":1018},"traits":["ViewTrait"],"superclassName":"Object","categories":[{"__isSmartRef__":true,"id":1342}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1341":{"name":"initialize","type":"propertyDef","startIndex":11297,"stopIndex":11390,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1342},"className":"View","_owner":{"__isSmartRef__":true,"id":1340},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1342":{"name":"default category","type":"categoryDef","startIndex":11294,"stopIndex":11487,"fileName":"lively/OldModel.js","_subElements":[{"__isSmartRef__":true,"id":1341},{"__isSmartRef__":true,"id":1343}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1343":{"name":"toString","type":"propertyDef","startIndex":11393,"stopIndex":11484,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1342},"className":"View","_owner":{"__isSmartRef__":true,"id":1340},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1344":{"name":null,"type":"comment","startIndex":11491,"stopIndex":11512,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1345":{"name":"addRecordStuffToWrapper","type":"functionDef","startIndex":11513,"stopIndex":11720,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1346":{"name":null,"type":"comment","startIndex":11721,"stopIndex":11722,"fileName":"lively/OldModel.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1347":{"_moduleName":"lively.OldBase","_type":"js","_ast":{"__isSmartRef__":true,"id":1348},"__SourceModuleName__":"Global.lively.ide.SourceDatabase","__LivelyClassName__":"lively.ide.ModuleWrapper"},"1348":{"name":"lively.OldBase","type":"moduleDef","startIndex":0,"stopIndex":25587,"fileName":"lively/OldBase.js","_subElements":[{"__isSmartRef__":true,"id":1349},{"__isSmartRef__":true,"id":1350},{"__isSmartRef__":true,"id":1362},{"__isSmartRef__":true,"id":1363},{"__isSmartRef__":true,"id":1368},{"__isSmartRef__":true,"id":1369},{"__isSmartRef__":true,"id":1382},{"__isSmartRef__":true,"id":1383},{"__isSmartRef__":true,"id":1387},{"__isSmartRef__":true,"id":1388},{"__isSmartRef__":true,"id":1398},{"__isSmartRef__":true,"id":1399},{"__isSmartRef__":true,"id":1400},{"__isSmartRef__":true,"id":1401},{"__isSmartRef__":true,"id":1411},{"__isSmartRef__":true,"id":1412},{"__isSmartRef__":true,"id":1422},{"__isSmartRef__":true,"id":1423},{"__isSmartRef__":true,"id":1429},{"__isSmartRef__":true,"id":1430},{"__isSmartRef__":true,"id":1437},{"__isSmartRef__":true,"id":1438},{"__isSmartRef__":true,"id":1441},{"__isSmartRef__":true,"id":1442},{"__isSmartRef__":true,"id":1449}],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1349":{"name":null,"type":"comment","startIndex":55,"stopIndex":86,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1350":{"name":"Record","type":"klassDef","startIndex":87,"stopIndex":4169,"fileName":"lively/OldBase.js","_subElements":[{"__isSmartRef__":true,"id":1351},{"__isSmartRef__":true,"id":1353},{"__isSmartRef__":true,"id":1354},{"__isSmartRef__":true,"id":1355},{"__isSmartRef__":true,"id":1356},{"__isSmartRef__":true,"id":1357},{"__isSmartRef__":true,"id":1358},{"__isSmartRef__":true,"id":1359},{"__isSmartRef__":true,"id":1360},{"__isSmartRef__":true,"id":1361}],"sourceControl":{"__isSmartRef__":true,"id":1018},"superclassName":"Object","categories":[{"__isSmartRef__":true,"id":1352}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1351":{"name":"description","type":"propertyDef","startIndex":116,"stopIndex":221,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1352},"className":"Record","_owner":{"__isSmartRef__":true,"id":1350},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1352":{"name":"default category","type":"categoryDef","startIndex":113,"stopIndex":4166,"fileName":"lively/OldBase.js","_subElements":[{"__isSmartRef__":true,"id":1351},{"__isSmartRef__":true,"id":1353},{"__isSmartRef__":true,"id":1354},{"__isSmartRef__":true,"id":1355},{"__isSmartRef__":true,"id":1356},{"__isSmartRef__":true,"id":1357},{"__isSmartRef__":true,"id":1358},{"__isSmartRef__":true,"id":1359},{"__isSmartRef__":true,"id":1360},{"__isSmartRef__":true,"id":1361}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1353":{"name":"definition","type":"propertyDef","startIndex":223,"stopIndex":246,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1352},"className":"Record","_owner":{"__isSmartRef__":true,"id":1350},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1354":{"name":"initialize","type":"propertyDef","startIndex":301,"stopIndex":501,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1352},"className":"Record","_owner":{"__isSmartRef__":true,"id":1350},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1355":{"name":"newRelay","type":"propertyDef","startIndex":505,"stopIndex":575,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1352},"className":"Record","_owner":{"__isSmartRef__":true,"id":1350},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1356":{"name":"addObserver","type":"propertyDef","startIndex":578,"stopIndex":1060,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1352},"className":"Record","_owner":{"__isSmartRef__":true,"id":1350},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1357":{"name":"removeObserver","type":"propertyDef","startIndex":1063,"stopIndex":1815,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1352},"className":"Record","_owner":{"__isSmartRef__":true,"id":1350},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1358":{"name":"addObserversFromSetters","type":"propertyDef","startIndex":1818,"stopIndex":3270,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1352},"className":"Record","_owner":{"__isSmartRef__":true,"id":1350},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1359":{"name":"toString","type":"propertyDef","startIndex":3274,"stopIndex":3371,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1352},"className":"Record","_owner":{"__isSmartRef__":true,"id":1350},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1360":{"name":"create","type":"propertyDef","startIndex":3374,"stopIndex":3691,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1352},"className":"Record","_owner":{"__isSmartRef__":true,"id":1350},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1361":{"name":"addField","type":"propertyDef","startIndex":3695,"stopIndex":4165,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1352},"className":"Record","_owner":{"__isSmartRef__":true,"id":1350},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1362":{"name":null,"type":"comment","startIndex":4170,"stopIndex":4171,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1363":{"name":"PlainRecord","type":"klassDef","startIndex":4172,"stopIndex":4416,"fileName":"lively/OldBase.js","_subElements":[{"__isSmartRef__":true,"id":1364},{"__isSmartRef__":true,"id":1366},{"__isSmartRef__":true,"id":1367}],"sourceControl":{"__isSmartRef__":true,"id":1018},"superclassName":"Record","categories":[{"__isSmartRef__":true,"id":1365}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1364":{"name":"getRecordField","type":"propertyDef","startIndex":4205,"stopIndex":4266,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1365},"className":"PlainRecord","_owner":{"__isSmartRef__":true,"id":1363},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1365":{"name":"default category","type":"categoryDef","startIndex":4203,"stopIndex":4413,"fileName":"lively/OldBase.js","_subElements":[{"__isSmartRef__":true,"id":1364},{"__isSmartRef__":true,"id":1366},{"__isSmartRef__":true,"id":1367}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1366":{"name":"setRecordField","type":"propertyDef","startIndex":4269,"stopIndex":4345,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1365},"className":"PlainRecord","_owner":{"__isSmartRef__":true,"id":1363},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1367":{"name":"removeRecordField","type":"propertyDef","startIndex":4348,"stopIndex":4412,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1365},"className":"PlainRecord","_owner":{"__isSmartRef__":true,"id":1363},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1368":{"name":null,"type":"comment","startIndex":4417,"stopIndex":4417,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1369":{"name":"Record","type":"klassExtensionDef","startIndex":4418,"stopIndex":8993,"fileName":"lively/OldBase.js","_subElements":[{"__isSmartRef__":true,"id":1370},{"__isSmartRef__":true,"id":1372},{"__isSmartRef__":true,"id":1373},{"__isSmartRef__":true,"id":1374},{"__isSmartRef__":true,"id":1375},{"__isSmartRef__":true,"id":1376},{"__isSmartRef__":true,"id":1377},{"__isSmartRef__":true,"id":1378},{"__isSmartRef__":true,"id":1379},{"__isSmartRef__":true,"id":1380},{"__isSmartRef__":true,"id":1381}],"sourceControl":{"__isSmartRef__":true,"id":1018},"categories":[{"__isSmartRef__":true,"id":1371}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1370":{"name":"newPlainInstance","type":"propertyDef","startIndex":4444,"stopIndex":4684,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1371},"className":"Record","_owner":{"__isSmartRef__":true,"id":1369},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1371":{"name":"default category","type":"categoryDef","startIndex":4440,"stopIndex":8990,"fileName":"lively/OldBase.js","_subElements":[{"__isSmartRef__":true,"id":1370},{"__isSmartRef__":true,"id":1372},{"__isSmartRef__":true,"id":1373},{"__isSmartRef__":true,"id":1374},{"__isSmartRef__":true,"id":1375},{"__isSmartRef__":true,"id":1376},{"__isSmartRef__":true,"id":1377},{"__isSmartRef__":true,"id":1378},{"__isSmartRef__":true,"id":1379},{"__isSmartRef__":true,"id":1380},{"__isSmartRef__":true,"id":1381}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1372":{"name":"newNodeInstance","type":"propertyDef","startIndex":4687,"stopIndex":4976,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1371},"className":"Record","_owner":{"__isSmartRef__":true,"id":1369},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1373":{"name":"newInstance","type":"propertyDef","startIndex":4979,"stopIndex":5508,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1371},"className":"Record","_owner":{"__isSmartRef__":true,"id":1369},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1374":{"name":"extendRecordClass","type":"propertyDef","startIndex":5511,"stopIndex":5696,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1371},"className":"Record","_owner":{"__isSmartRef__":true,"id":1369},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1375":{"name":"addAccessorMethods","type":"propertyDef","startIndex":5699,"stopIndex":6091,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1371},"className":"Record","_owner":{"__isSmartRef__":true,"id":1369},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1376":{"name":"observerListName","type":"propertyDef","startIndex":6096,"stopIndex":6159,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1371},"className":"Record","_owner":{"__isSmartRef__":true,"id":1369},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1377":{"name":"addObserverTo","type":"propertyDef","startIndex":6162,"stopIndex":6387,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1371},"className":"Record","_owner":{"__isSmartRef__":true,"id":1369},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1378":{"name":"notifyObserversOf","type":"propertyDef","startIndex":6393,"stopIndex":7114,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1371},"className":"Record","_owner":{"__isSmartRef__":true,"id":1369},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1379":{"name":"newRecordSetter","type":"propertyDef","startIndex":7117,"stopIndex":7748,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1371},"className":"Record","_owner":{"__isSmartRef__":true,"id":1369},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1380":{"name":"newRecordGetter","type":"propertyDef","startIndex":7752,"stopIndex":8188,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1371},"className":"Record","_owner":{"__isSmartRef__":true,"id":1369},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1381":{"name":"createDependentObserver","type":"propertyDef","startIndex":8191,"stopIndex":8987,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1371},"className":"Record","_owner":{"__isSmartRef__":true,"id":1369},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1382":{"name":null,"type":"comment","startIndex":8994,"stopIndex":8994,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1383":{"name":"Relay","type":"klassDef","startIndex":8995,"stopIndex":9258,"fileName":"lively/OldBase.js","_subElements":[{"__isSmartRef__":true,"id":1384},{"__isSmartRef__":true,"id":1386}],"sourceControl":{"__isSmartRef__":true,"id":1018},"superclassName":"Object","categories":[{"__isSmartRef__":true,"id":1385}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1384":{"name":"documentation","type":"propertyDef","startIndex":9022,"stopIndex":9073,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1385},"className":"Relay","_owner":{"__isSmartRef__":true,"id":1383},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1385":{"name":"default category","type":"categoryDef","startIndex":9020,"stopIndex":9255,"fileName":"lively/OldBase.js","_subElements":[{"__isSmartRef__":true,"id":1384},{"__isSmartRef__":true,"id":1386}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1386":{"name":"initialize","type":"propertyDef","startIndex":9075,"stopIndex":9254,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1385},"className":"Relay","_owner":{"__isSmartRef__":true,"id":1383},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1387":{"name":null,"type":"comment","startIndex":9259,"stopIndex":9259,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1388":{"name":"Relay","type":"klassExtensionDef","startIndex":9260,"stopIndex":15150,"fileName":"lively/OldBase.js","_subElements":[{"__isSmartRef__":true,"id":1389},{"__isSmartRef__":true,"id":1391},{"__isSmartRef__":true,"id":1392},{"__isSmartRef__":true,"id":1393},{"__isSmartRef__":true,"id":1394},{"__isSmartRef__":true,"id":1395},{"__isSmartRef__":true,"id":1396},{"__isSmartRef__":true,"id":1397}],"sourceControl":{"__isSmartRef__":true,"id":1018},"categories":[{"__isSmartRef__":true,"id":1390}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1389":{"name":"newRelaySetter","type":"propertyDef","startIndex":9284,"stopIndex":9789,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1390},"className":"Relay","_owner":{"__isSmartRef__":true,"id":1388},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1390":{"name":"default category","type":"categoryDef","startIndex":9281,"stopIndex":15147,"fileName":"lively/OldBase.js","_subElements":[{"__isSmartRef__":true,"id":1389},{"__isSmartRef__":true,"id":1391},{"__isSmartRef__":true,"id":1392},{"__isSmartRef__":true,"id":1393},{"__isSmartRef__":true,"id":1394},{"__isSmartRef__":true,"id":1395},{"__isSmartRef__":true,"id":1396},{"__isSmartRef__":true,"id":1397}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1391":{"name":"newRelayGetter","type":"propertyDef","startIndex":9792,"stopIndex":10254,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1390},"className":"Relay","_owner":{"__isSmartRef__":true,"id":1388},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1392":{"name":"newRelayUpdater","type":"propertyDef","startIndex":10257,"stopIndex":10569,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1390},"className":"Relay","_owner":{"__isSmartRef__":true,"id":1388},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1393":{"name":"handleStringSpec","type":"propertyDef","startIndex":10572,"stopIndex":11973,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1390},"className":"Relay","_owner":{"__isSmartRef__":true,"id":1388},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1394":{"name":"handleDictSpec","type":"propertyDef","startIndex":11977,"stopIndex":12621,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1390},"className":"Relay","_owner":{"__isSmartRef__":true,"id":1388},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1395":{"name":"create","type":"propertyDef","startIndex":12624,"stopIndex":13259,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1390},"className":"Relay","_owner":{"__isSmartRef__":true,"id":1388},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1396":{"name":"newInstance","type":"propertyDef","startIndex":13262,"stopIndex":13412,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1390},"className":"Relay","_owner":{"__isSmartRef__":true,"id":1388},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1397":{"name":"newDelegationMixin","type":"propertyDef","startIndex":13416,"stopIndex":15146,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1390},"className":"Relay","_owner":{"__isSmartRef__":true,"id":1388},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1398":{"name":null,"type":"comment","startIndex":15151,"stopIndex":15221,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1399":{"name":null,"type":"unknown","startIndex":15222,"stopIndex":15247,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1400":{"name":null,"type":"comment","startIndex":15248,"stopIndex":15326,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1401":{"name":"lively.data.DOMRecord","type":"klassDef","startIndex":15327,"stopIndex":16901,"fileName":"lively/OldBase.js","_subElements":[{"__isSmartRef__":true,"id":1402},{"__isSmartRef__":true,"id":1404},{"__isSmartRef__":true,"id":1405},{"__isSmartRef__":true,"id":1406},{"__isSmartRef__":true,"id":1407},{"__isSmartRef__":true,"id":1408},{"__isSmartRef__":true,"id":1409},{"__isSmartRef__":true,"id":1410}],"sourceControl":{"__isSmartRef__":true,"id":1018},"superclassName":"Record","categories":[{"__isSmartRef__":true,"id":1403}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1402":{"name":"description","type":"propertyDef","startIndex":15370,"stopIndex":15429,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1403},"className":"lively.data.DOMRecord","_owner":{"__isSmartRef__":true,"id":1401},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1403":{"name":"default category","type":"categoryDef","startIndex":15368,"stopIndex":16898,"fileName":"lively/OldBase.js","_subElements":[{"__isSmartRef__":true,"id":1402},{"__isSmartRef__":true,"id":1404},{"__isSmartRef__":true,"id":1405},{"__isSmartRef__":true,"id":1406},{"__isSmartRef__":true,"id":1407},{"__isSmartRef__":true,"id":1408},{"__isSmartRef__":true,"id":1409},{"__isSmartRef__":true,"id":1410}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1404":{"name":"noShallowCopyProperties","type":"propertyDef","startIndex":15431,"stopIndex":15499,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1403},"className":"lively.data.DOMRecord","_owner":{"__isSmartRef__":true,"id":1401},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1405":{"name":"initialize","type":"propertyDef","startIndex":15502,"stopIndex":15763,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1403},"className":"lively.data.DOMRecord","_owner":{"__isSmartRef__":true,"id":1401},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1406":{"name":"deserialize","type":"propertyDef","startIndex":15766,"stopIndex":15838,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1403},"className":"lively.data.DOMRecord","_owner":{"__isSmartRef__":true,"id":1401},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1407":{"name":"getRecordField","type":"propertyDef","startIndex":15841,"stopIndex":16196,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1403},"className":"lively.data.DOMRecord","_owner":{"__isSmartRef__":true,"id":1401},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1408":{"name":"setRecordField","type":"propertyDef","startIndex":16199,"stopIndex":16523,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1403},"className":"lively.data.DOMRecord","_owner":{"__isSmartRef__":true,"id":1401},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1409":{"name":"removeRecordField","type":"propertyDef","startIndex":16526,"stopIndex":16618,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1403},"className":"lively.data.DOMRecord","_owner":{"__isSmartRef__":true,"id":1401},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1410":{"name":"copyFrom","type":"propertyDef","startIndex":16621,"stopIndex":16895,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1403},"className":"lively.data.DOMRecord","_owner":{"__isSmartRef__":true,"id":1401},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1411":{"name":null,"type":"comment","startIndex":16902,"stopIndex":16902,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1412":{"name":"lively.data.DOMNodeRecord","type":"klassDef","startIndex":16903,"stopIndex":20511,"fileName":"lively/OldBase.js","_subElements":[{"__isSmartRef__":true,"id":1413},{"__isSmartRef__":true,"id":1415},{"__isSmartRef__":true,"id":1416},{"__isSmartRef__":true,"id":1417},{"__isSmartRef__":true,"id":1418},{"__isSmartRef__":true,"id":1419},{"__isSmartRef__":true,"id":1420},{"__isSmartRef__":true,"id":1421}],"sourceControl":{"__isSmartRef__":true,"id":1018},"superclassName":"lively.data.DOMRecord","categories":[{"__isSmartRef__":true,"id":1414}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1413":{"name":"documentation","type":"propertyDef","startIndex":16965,"stopIndex":17031,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1414},"className":"lively.data.DOMNodeRecord","_owner":{"__isSmartRef__":true,"id":1412},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1414":{"name":"default category","type":"categoryDef","startIndex":16963,"stopIndex":20508,"fileName":"lively/OldBase.js","_subElements":[{"__isSmartRef__":true,"id":1413},{"__isSmartRef__":true,"id":1415},{"__isSmartRef__":true,"id":1416},{"__isSmartRef__":true,"id":1417},{"__isSmartRef__":true,"id":1418},{"__isSmartRef__":true,"id":1419},{"__isSmartRef__":true,"id":1420},{"__isSmartRef__":true,"id":1421}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1415":{"name":"getRecordField","type":"propertyDef","startIndex":17034,"stopIndex":18160,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1414},"className":"lively.data.DOMNodeRecord","_owner":{"__isSmartRef__":true,"id":1412},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1416":{"name":"setRecordField","type":"propertyDef","startIndex":18164,"stopIndex":18944,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1414},"className":"lively.data.DOMNodeRecord","_owner":{"__isSmartRef__":true,"id":1412},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1417":{"name":"removeRecordField","type":"propertyDef","startIndex":18948,"stopIndex":19272,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1414},"className":"lively.data.DOMNodeRecord","_owner":{"__isSmartRef__":true,"id":1412},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1418":{"name":"deserialize","type":"propertyDef","startIndex":19275,"stopIndex":19770,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1414},"className":"lively.data.DOMNodeRecord","_owner":{"__isSmartRef__":true,"id":1412},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1419":{"name":"copyFrom","type":"propertyDef","startIndex":19773,"stopIndex":20089,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1414},"className":"lively.data.DOMNodeRecord","_owner":{"__isSmartRef__":true,"id":1412},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1420":{"name":"updateDefintionNode","type":"propertyDef","startIndex":20092,"stopIndex":20359,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1414},"className":"lively.data.DOMNodeRecord","_owner":{"__isSmartRef__":true,"id":1412},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1421":{"name":"addField","type":"propertyDef","startIndex":20363,"stopIndex":20507,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1414},"className":"lively.data.DOMNodeRecord","_owner":{"__isSmartRef__":true,"id":1412},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1422":{"name":null,"type":"comment","startIndex":20512,"stopIndex":20610,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1423":{"name":"lively.data.StyleRecord","type":"klassDef","startIndex":20611,"stopIndex":21368,"fileName":"lively/OldBase.js","_subElements":[{"__isSmartRef__":true,"id":1424},{"__isSmartRef__":true,"id":1426},{"__isSmartRef__":true,"id":1427},{"__isSmartRef__":true,"id":1428}],"sourceControl":{"__isSmartRef__":true,"id":1018},"superclassName":"Record","categories":[{"__isSmartRef__":true,"id":1425}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1424":{"name":"description","type":"propertyDef","startIndex":20656,"stopIndex":20715,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1425},"className":"lively.data.StyleRecord","_owner":{"__isSmartRef__":true,"id":1423},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1425":{"name":"default category","type":"categoryDef","startIndex":20654,"stopIndex":21365,"fileName":"lively/OldBase.js","_subElements":[{"__isSmartRef__":true,"id":1424},{"__isSmartRef__":true,"id":1426},{"__isSmartRef__":true,"id":1427},{"__isSmartRef__":true,"id":1428}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1426":{"name":"getRecordField","type":"propertyDef","startIndex":20717,"stopIndex":20962,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1425},"className":"lively.data.StyleRecord","_owner":{"__isSmartRef__":true,"id":1423},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1427":{"name":"setRecordField","type":"propertyDef","startIndex":20965,"stopIndex":21224,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1425},"className":"lively.data.StyleRecord","_owner":{"__isSmartRef__":true,"id":1423},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1428":{"name":"removeRecordField","type":"propertyDef","startIndex":21227,"stopIndex":21364,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1425},"className":"lively.data.StyleRecord","_owner":{"__isSmartRef__":true,"id":1423},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1429":{"name":null,"type":"comment","startIndex":21369,"stopIndex":21370,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1430":{"name":"lively.data.Bind","type":"klassDef","startIndex":21371,"stopIndex":22795,"fileName":"lively/OldBase.js","_subElements":[{"__isSmartRef__":true,"id":1431},{"__isSmartRef__":true,"id":1433},{"__isSmartRef__":true,"id":1434},{"__isSmartRef__":true,"id":1435},{"__isSmartRef__":true,"id":1436}],"sourceControl":{"__isSmartRef__":true,"id":1018},"superclassName":"Object","categories":[{"__isSmartRef__":true,"id":1432}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1431":{"name":"initialize","type":"propertyDef","startIndex":21447,"stopIndex":21746,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1432},"className":"lively.data.Bind","_owner":{"__isSmartRef__":true,"id":1430},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1432":{"name":"default category","type":"categoryDef","startIndex":21407,"stopIndex":22792,"fileName":"lively/OldBase.js","_subElements":[{"__isSmartRef__":true,"id":1431},{"__isSmartRef__":true,"id":1433},{"__isSmartRef__":true,"id":1434},{"__isSmartRef__":true,"id":1435},{"__isSmartRef__":true,"id":1436}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1433":{"name":"update","type":"propertyDef","startIndex":21749,"stopIndex":22239,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1432},"className":"lively.data.Bind","_owner":{"__isSmartRef__":true,"id":1430},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1434":{"name":"get","type":"propertyDef","startIndex":22243,"stopIndex":22559,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1432},"className":"lively.data.Bind","_owner":{"__isSmartRef__":true,"id":1430},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1435":{"name":"toString","type":"propertyDef","startIndex":22562,"stopIndex":22632,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1432},"className":"lively.data.Bind","_owner":{"__isSmartRef__":true,"id":1430},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1436":{"name":"hookup","type":"propertyDef","startIndex":22635,"stopIndex":22791,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1432},"className":"lively.data.Bind","_owner":{"__isSmartRef__":true,"id":1430},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1437":{"name":null,"type":"comment","startIndex":22796,"stopIndex":22796,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1438":{"name":"lively.data.Bind","type":"klassExtensionDef","startIndex":22797,"stopIndex":22964,"fileName":"lively/OldBase.js","_subElements":[{"__isSmartRef__":true,"id":1439}],"sourceControl":{"__isSmartRef__":true,"id":1018},"categories":[{"__isSmartRef__":true,"id":1440}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1439":{"name":"fromLiteral","type":"propertyDef","startIndex":22831,"stopIndex":22960,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":true,"category":{"__isSmartRef__":true,"id":1440},"className":"lively.data.Bind","_owner":{"__isSmartRef__":true,"id":1438},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1440":{"name":"default category","type":"categoryDef","startIndex":22829,"stopIndex":22961,"fileName":"lively/OldBase.js","_subElements":[{"__isSmartRef__":true,"id":1439}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1441":{"name":null,"type":"comment","startIndex":22965,"stopIndex":22967,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1442":{"name":"lively.data.Resolver","type":"klassDef","startIndex":22968,"stopIndex":25583,"fileName":"lively/OldBase.js","_subElements":[{"__isSmartRef__":true,"id":1443},{"__isSmartRef__":true,"id":1445},{"__isSmartRef__":true,"id":1446},{"__isSmartRef__":true,"id":1447},{"__isSmartRef__":true,"id":1448}],"sourceControl":{"__isSmartRef__":true,"id":1018},"superclassName":"Object","categories":[{"__isSmartRef__":true,"id":1444}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1443":{"name":"description","type":"propertyDef","startIndex":23010,"stopIndex":23065,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1444},"className":"lively.data.Resolver","_owner":{"__isSmartRef__":true,"id":1442},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1444":{"name":"default category","type":"categoryDef","startIndex":23008,"stopIndex":25580,"fileName":"lively/OldBase.js","_subElements":[{"__isSmartRef__":true,"id":1443},{"__isSmartRef__":true,"id":1445},{"__isSmartRef__":true,"id":1446},{"__isSmartRef__":true,"id":1447},{"__isSmartRef__":true,"id":1448}],"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1445":{"name":"storedClassKey","type":"propertyDef","startIndex":23067,"stopIndex":23087,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1444},"className":"lively.data.Resolver","_owner":{"__isSmartRef__":true,"id":1442},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1446":{"name":"variableBindingKey","type":"propertyDef","startIndex":23088,"stopIndex":23142,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1444},"className":"lively.data.Resolver","_owner":{"__isSmartRef__":true,"id":1442},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1447":{"name":"defaultSearchPath","type":"propertyDef","startIndex":23144,"stopIndex":23172,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1444},"className":"lively.data.Resolver","_owner":{"__isSmartRef__":true,"id":1442},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1448":{"name":"link","type":"propertyDef","startIndex":23175,"stopIndex":25579,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"_isStatic":false,"category":{"__isSmartRef__":true,"id":1444},"className":"lively.data.Resolver","_owner":{"__isSmartRef__":true,"id":1442},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1449":{"name":null,"type":"comment","startIndex":25584,"stopIndex":25584,"fileName":"lively/OldBase.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":1018},"__SourceModuleName__":"Global.lively.ide.FileParsing","__LivelyClassName__":"lively.ide.FileFragment"},"1450":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/lively/dom/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"1451":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/lively/oldCore/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"1452":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/lively/deprecated/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"1453":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/lively/morphic/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"1454":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/lively/persistence/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"1455":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/lively/ide/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"1456":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/lively/../","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"1457":{"target":{"__isSmartRef__":true,"id":1452},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"localName":"deprecated/","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.NamespaceNode"},"1458":{"target":{"__isSmartRef__":true,"id":1450},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"localName":"dom/","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.NamespaceNode"},"1459":{"target":{"__isSmartRef__":true,"id":1455},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"localName":"ide/","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.NamespaceNode"},"1460":{"target":{"__isSmartRef__":true,"id":1453},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"localName":"morphic/","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.NamespaceNode"},"1461":{"target":{"__isSmartRef__":true,"id":1451},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"localName":"oldCore/","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.NamespaceNode"},"1462":{"target":{"__isSmartRef__":true,"id":1454},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"localName":"persistence/","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.NamespaceNode"},"1463":{"target":{"__isSmartRef__":true,"id":1456},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"localName":"../","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.NamespaceNode"},"1464":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/Base.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1465":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/bindings.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1466":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/bootstrap.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1467":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/CanvasExpt.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1468":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/ChangeSet.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1469":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/Connector.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1470":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/Core.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1471":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/Data.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1472":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/defaultconfig.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1473":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/demofx.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1474":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/DOMAbstraction.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1475":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/EmuDom.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1476":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/Examples.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1477":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/Fabrik.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1478":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/FileUploadWidget.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1479":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/GeometryEvents.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1480":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/Graffle.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1481":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/GridLayout.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1482":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/Helper.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1483":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/ide.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1484":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/JSON.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1485":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/LayerableMorphs.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1486":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/lk-js-parser.ometa","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteOmetaFragmentNode"},"1487":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/LKFileParser.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1488":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/LKFileParser.ometa","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteOmetaFragmentNode"},"1489":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/LKWiki.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1490":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/localconfig.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1491":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/Main.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1492":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/miniprototype.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1493":{"target":{"__isSmartRef__":true,"id":1022},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/Network.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1494":{"target":{"__isSmartRef__":true,"id":1348},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/OldBase.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1495":{"target":{"__isSmartRef__":true,"id":1291},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/OldModel.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1496":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/Ometa.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1497":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/Persistence.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1498":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/Presentation.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1499":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/Rendering.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1500":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/rhino-compat.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1501":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/scene.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1502":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/Scripting.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1503":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/SerializationRefactoring.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1504":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/simpleMain.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1505":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/SmalltalkParser.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1506":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/SmalltalkParser.ometa","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteOmetaFragmentNode"},"1507":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/SmalltalkParserSupport.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1508":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/SmartRefSerialization.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1509":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/SpellChecker.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1510":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/Storage.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1511":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/Styles.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1512":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/SyntaxHighlighting.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1513":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/TestFramework.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1514":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/TestModule.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1515":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/TestRunnerExtensions.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1516":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/Text.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1517":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/TileScripting.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1518":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/Tools.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1519":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/TouchSupport.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1520":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/Traits.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1521":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/Undo.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1522":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/WebPIM.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1523":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/Widgets.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1524":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/WikiParser.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1525":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/WikiParser.ometa","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteOmetaFragmentNode"},"1526":{"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1017},"moduleName":"lively/WikiWidget.js","showAll":false,"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CompleteFileFragmentNode"},"1527":{"target":{"__isSmartRef__":true,"id":1528},"browser":{"__isSmartRef__":true,"id":1010},"__SourceModuleName__":"Global.lively.ide.LocalBrowser","__LivelyClassName__":"lively.ide.ChangeSetNode"},"1528":{"name":"Local code","__SourceModuleName__":"Global.lively.ChangeSet","__LivelyClassName__":"ChangeSet"},"1529":{"isListItem":true,"string":"deprecated/","value":{"__isSmartRef__":true,"id":1457}},"1530":{"isListItem":true,"string":"dom/","value":{"__isSmartRef__":true,"id":1458}},"1531":{"isListItem":true,"string":"ide/","value":{"__isSmartRef__":true,"id":1459}},"1532":{"isListItem":true,"string":"morphic/","value":{"__isSmartRef__":true,"id":1460}},"1533":{"isListItem":true,"string":"oldCore/","value":{"__isSmartRef__":true,"id":1461}},"1534":{"isListItem":true,"string":"persistence/","value":{"__isSmartRef__":true,"id":1462}},"1535":{"isListItem":true,"string":"../","value":{"__isSmartRef__":true,"id":1463}},"1536":{"isListItem":true,"string":"Base.js (not parsed)","value":{"__isSmartRef__":true,"id":1464}},"1537":{"isListItem":true,"string":"bindings.js (not parsed)","value":{"__isSmartRef__":true,"id":1465}},"1538":{"isListItem":true,"string":"bootstrap.js (not parsed)","value":{"__isSmartRef__":true,"id":1466}},"1539":{"isListItem":true,"string":"CanvasExpt.js (not parsed)","value":{"__isSmartRef__":true,"id":1467}},"1540":{"isListItem":true,"string":"ChangeSet.js (not parsed)","value":{"__isSmartRef__":true,"id":1468}},"1541":{"isListItem":true,"string":"Connector.js (not parsed)","value":{"__isSmartRef__":true,"id":1469}},"1542":{"isListItem":true,"string":"Core.js (not parsed)","value":{"__isSmartRef__":true,"id":1470}},"1543":{"isListItem":true,"string":"Data.js (not parsed)","value":{"__isSmartRef__":true,"id":1471}},"1544":{"isListItem":true,"string":"defaultconfig.js (not parsed)","value":{"__isSmartRef__":true,"id":1472}},"1545":{"isListItem":true,"string":"demofx.js (not parsed)","value":{"__isSmartRef__":true,"id":1473}},"1546":{"isListItem":true,"string":"DOMAbstraction.js (not parsed)","value":{"__isSmartRef__":true,"id":1474}},"1547":{"isListItem":true,"string":"EmuDom.js (not parsed)","value":{"__isSmartRef__":true,"id":1475}},"1548":{"isListItem":true,"string":"Examples.js (not parsed)","value":{"__isSmartRef__":true,"id":1476}},"1549":{"isListItem":true,"string":"Fabrik.js (not parsed)","value":{"__isSmartRef__":true,"id":1477}},"1550":{"isListItem":true,"string":"FileUploadWidget.js (not parsed)","value":{"__isSmartRef__":true,"id":1478}},"1551":{"isListItem":true,"string":"GeometryEvents.js (not parsed)","value":{"__isSmartRef__":true,"id":1479}},"1552":{"isListItem":true,"string":"Graffle.js (not parsed)","value":{"__isSmartRef__":true,"id":1480}},"1553":{"isListItem":true,"string":"GridLayout.js (not parsed)","value":{"__isSmartRef__":true,"id":1481}},"1554":{"isListItem":true,"string":"Helper.js (not parsed)","value":{"__isSmartRef__":true,"id":1482}},"1555":{"isListItem":true,"string":"ide.js (not parsed)","value":{"__isSmartRef__":true,"id":1483}},"1556":{"isListItem":true,"string":"JSON.js (not parsed)","value":{"__isSmartRef__":true,"id":1484}},"1557":{"isListItem":true,"string":"LayerableMorphs.js (not parsed)","value":{"__isSmartRef__":true,"id":1485}},"1558":{"isListItem":true,"string":"lk-js-parser.ometa (not parsed)","value":{"__isSmartRef__":true,"id":1486}},"1559":{"isListItem":true,"string":"LKFileParser.js (not parsed)","value":{"__isSmartRef__":true,"id":1487}},"1560":{"isListItem":true,"string":"LKFileParser.ometa (not parsed)","value":{"__isSmartRef__":true,"id":1488}},"1561":{"isListItem":true,"string":"LKWiki.js (not parsed)","value":{"__isSmartRef__":true,"id":1489}},"1562":{"isListItem":true,"string":"localconfig.js (not parsed)","value":{"__isSmartRef__":true,"id":1490}},"1563":{"isListItem":true,"string":"Main.js (not parsed)","value":{"__isSmartRef__":true,"id":1491}},"1564":{"isListItem":true,"string":"miniprototype.js (not parsed)","value":{"__isSmartRef__":true,"id":1492}},"1565":{"isListItem":true,"string":"Network.js","value":{"__isSmartRef__":true,"id":1493}},"1566":{"isListItem":true,"string":"OldBase.js","value":{"__isSmartRef__":true,"id":1494}},"1567":{"isListItem":true,"string":"OldModel.js","value":{"__isSmartRef__":true,"id":1495}},"1568":{"isListItem":true,"string":"Ometa.js (not parsed)","value":{"__isSmartRef__":true,"id":1496}},"1569":{"isListItem":true,"string":"Persistence.js (not parsed)","value":{"__isSmartRef__":true,"id":1497}},"1570":{"isListItem":true,"string":"Presentation.js (not parsed)","value":{"__isSmartRef__":true,"id":1498}},"1571":{"isListItem":true,"string":"Rendering.js (not parsed)","value":{"__isSmartRef__":true,"id":1499}},"1572":{"isListItem":true,"string":"rhino-compat.js (not parsed)","value":{"__isSmartRef__":true,"id":1500}},"1573":{"isListItem":true,"string":"scene.js (not parsed)","value":{"__isSmartRef__":true,"id":1501}},"1574":{"isListItem":true,"string":"Scripting.js (not parsed)","value":{"__isSmartRef__":true,"id":1502}},"1575":{"isListItem":true,"string":"SerializationRefactoring.js (not parsed)","value":{"__isSmartRef__":true,"id":1503}},"1576":{"isListItem":true,"string":"simpleMain.js (not parsed)","value":{"__isSmartRef__":true,"id":1504}},"1577":{"isListItem":true,"string":"SmalltalkParser.js (not parsed)","value":{"__isSmartRef__":true,"id":1505}},"1578":{"isListItem":true,"string":"SmalltalkParser.ometa (not parsed)","value":{"__isSmartRef__":true,"id":1506}},"1579":{"isListItem":true,"string":"SmalltalkParserSupport.js (not parsed)","value":{"__isSmartRef__":true,"id":1507}},"1580":{"isListItem":true,"string":"SmartRefSerialization.js (not parsed)","value":{"__isSmartRef__":true,"id":1508}},"1581":{"isListItem":true,"string":"SpellChecker.js (not parsed)","value":{"__isSmartRef__":true,"id":1509}},"1582":{"isListItem":true,"string":"Storage.js (not parsed)","value":{"__isSmartRef__":true,"id":1510}},"1583":{"isListItem":true,"string":"Styles.js (not parsed)","value":{"__isSmartRef__":true,"id":1511}},"1584":{"isListItem":true,"string":"SyntaxHighlighting.js (not parsed)","value":{"__isSmartRef__":true,"id":1512}},"1585":{"isListItem":true,"string":"TestFramework.js (not parsed)","value":{"__isSmartRef__":true,"id":1513}},"1586":{"isListItem":true,"string":"TestModule.js (not parsed)","value":{"__isSmartRef__":true,"id":1514}},"1587":{"isListItem":true,"string":"TestRunnerExtensions.js (not parsed)","value":{"__isSmartRef__":true,"id":1515}},"1588":{"isListItem":true,"string":"Text.js (not parsed)","value":{"__isSmartRef__":true,"id":1516}},"1589":{"isListItem":true,"string":"TileScripting.js (not parsed)","value":{"__isSmartRef__":true,"id":1517}},"1590":{"isListItem":true,"string":"Tools.js (not parsed)","value":{"__isSmartRef__":true,"id":1518}},"1591":{"isListItem":true,"string":"TouchSupport.js (not parsed)","value":{"__isSmartRef__":true,"id":1519}},"1592":{"isListItem":true,"string":"Traits.js (not parsed)","value":{"__isSmartRef__":true,"id":1520}},"1593":{"isListItem":true,"string":"Undo.js (not parsed)","value":{"__isSmartRef__":true,"id":1521}},"1594":{"isListItem":true,"string":"WebPIM.js (not parsed)","value":{"__isSmartRef__":true,"id":1522}},"1595":{"isListItem":true,"string":"Widgets.js (not parsed)","value":{"__isSmartRef__":true,"id":1523}},"1596":{"isListItem":true,"string":"WikiParser.js (not parsed)","value":{"__isSmartRef__":true,"id":1524}},"1597":{"isListItem":true,"string":"WikiParser.ometa (not parsed)","value":{"__isSmartRef__":true,"id":1525}},"1598":{"isListItem":true,"string":"WikiWidget.js (not parsed)","value":{"__isSmartRef__":true,"id":1526}},"1599":{"isListItem":true,"string":"Local code","value":{"__isSmartRef__":true,"id":1527}},"1600":{"__SourceModuleName__":"Global.lively.ide.BrowserFramework","__LivelyClassName__":"lively.ide.NodeFilter"},"1601":{"attributes":["isClassNode","isGrammarNode","isChangeNode","isFunctionNode","isObjectNode"],"__SourceModuleName__":"Global.lively.ide.BrowserFramework","__LivelyClassName__":"lively.ide.NodeTypeFilter"},"1602":{"isListItem":true,"string":"URL","value":{"__isSmartRef__":true,"id":1603}},"1603":{"target":{"__isSmartRef__":true,"id":1024},"browser":{"__isSmartRef__":true,"id":1010},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode"},"1604":{"isListItem":true,"string":"URL (extension)","value":{"__isSmartRef__":true,"id":1605}},"1605":{"target":{"__isSmartRef__":true,"id":1053},"browser":{"__isSmartRef__":true,"id":1010},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode"},"1606":{"isListItem":true,"string":"URL (extension)","value":{"__isSmartRef__":true,"id":1607}},"1607":{"target":{"__isSmartRef__":true,"id":1057},"browser":{"__isSmartRef__":true,"id":1010},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode"},"1608":{"isListItem":true,"string":"URL (extension)","value":{"__isSmartRef__":true,"id":1609}},"1609":{"target":{"__isSmartRef__":true,"id":1061},"browser":{"__isSmartRef__":true,"id":1010},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode"},"1610":{"isListItem":true,"string":"URL (extension)","value":{"__isSmartRef__":true,"id":1611}},"1611":{"target":{"__isSmartRef__":true,"id":1065},"browser":{"__isSmartRef__":true,"id":1010},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode"},"1612":{"isListItem":true,"string":"NetRequestStatus","value":{"__isSmartRef__":true,"id":1613}},"1613":{"target":{"__isSmartRef__":true,"id":1072},"browser":{"__isSmartRef__":true,"id":1010},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode"},"1614":{"isListItem":true,"string":"NetRequest","value":{"__isSmartRef__":true,"id":1615}},"1615":{"target":{"__isSmartRef__":true,"id":1087},"browser":{"__isSmartRef__":true,"id":1010},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode"},"1616":{"isListItem":true,"string":"NetRequestReporterTrait (object)","value":{"__isSmartRef__":true,"id":1617}},"1617":{"target":{"__isSmartRef__":true,"id":1160},"browser":{"__isSmartRef__":true,"id":1010},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ObjectFragmentNode"},"1618":{"isListItem":true,"string":"NetRequestReporter","value":{"__isSmartRef__":true,"id":1619}},"1619":{"target":{"__isSmartRef__":true,"id":1164},"browser":{"__isSmartRef__":true,"id":1010},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode"},"1620":{"isListItem":true,"string":"Resource","value":{"__isSmartRef__":true,"id":1621}},"1621":{"target":{"__isSmartRef__":true,"id":1166},"browser":{"__isSmartRef__":true,"id":1010},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode"},"1622":{"isListItem":true,"string":"SVNResource","value":{"__isSmartRef__":true,"id":1623}},"1623":{"target":{"__isSmartRef__":true,"id":1184},"browser":{"__isSmartRef__":true,"id":1010},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode"},"1624":{"isListItem":true,"string":"SVNVersionInfo","value":{"__isSmartRef__":true,"id":1625}},"1625":{"target":{"__isSmartRef__":true,"id":1202},"browser":{"__isSmartRef__":true,"id":1010},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode"},"1626":{"isListItem":true,"string":"FileDirectory","value":{"__isSmartRef__":true,"id":1627}},"1627":{"target":{"__isSmartRef__":true,"id":1210},"browser":{"__isSmartRef__":true,"id":1010},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode"},"1628":{"isListItem":true,"string":"FileDirectory (extension)","value":{"__isSmartRef__":true,"id":1629}},"1629":{"target":{"__isSmartRef__":true,"id":1229},"browser":{"__isSmartRef__":true,"id":1010},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode"},"1630":{"isListItem":true,"string":"WebResource","value":{"__isSmartRef__":true,"id":1631}},"1631":{"target":{"__isSmartRef__":true,"id":1234},"browser":{"__isSmartRef__":true,"id":1010},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode"},"1632":{"isListItem":true,"string":"WebResource (extension)","value":{"__isSmartRef__":true,"id":1633}},"1633":{"target":{"__isSmartRef__":true,"id":1262},"browser":{"__isSmartRef__":true,"id":1010},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode"},"1634":{"isListItem":true,"string":"WebResource (extension)","value":{"__isSmartRef__":true,"id":1635}},"1635":{"target":{"__isSmartRef__":true,"id":1284},"browser":{"__isSmartRef__":true,"id":1010},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode"},"1636":{"__SourceModuleName__":"Global.lively.ide.BrowserFramework","__LivelyClassName__":"lively.ide.NodeFilter"},"1637":{"isListItem":true,"string":"-- all --","value":{"__isSmartRef__":true,"id":1638}},"1638":{"target":{"__isSmartRef__":true,"id":1087},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1615},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.AllMethodCategoryFragmentNode"},"1639":{"isListItem":true,"string":"default category","value":{"__isSmartRef__":true,"id":1640}},"1640":{"target":{"__isSmartRef__":true,"id":1123},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1615},"targets":[{"__isSmartRef__":true,"id":1123}],"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.MethodCategoryFragmentNode"},"1641":{"__SourceModuleName__":"Global.lively.ide.BrowserFramework","__LivelyClassName__":"lively.ide.NodeFilter"},"1642":{"isListItem":true,"string":"documentation (proto)","value":{"__isSmartRef__":true,"id":1643}},"1643":{"target":{"__isSmartRef__":true,"id":1088},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1644":{"isListItem":true,"string":"Unsent (proto)","value":{"__isSmartRef__":true,"id":1645}},"1645":{"target":{"__isSmartRef__":true,"id":1090},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1646":{"isListItem":true,"string":"Opened (proto)","value":{"__isSmartRef__":true,"id":1647}},"1647":{"target":{"__isSmartRef__":true,"id":1091},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1648":{"isListItem":true,"string":"HeadersReceived (proto)","value":{"__isSmartRef__":true,"id":1649}},"1649":{"target":{"__isSmartRef__":true,"id":1092},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1650":{"isListItem":true,"string":"Loading (proto)","value":{"__isSmartRef__":true,"id":1651}},"1651":{"target":{"__isSmartRef__":true,"id":1093},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1652":{"isListItem":true,"string":"Done (proto)","value":{"__isSmartRef__":true,"id":1653}},"1653":{"target":{"__isSmartRef__":true,"id":1094},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1654":{"isListItem":true,"string":"formals (proto)","value":{"__isSmartRef__":true,"id":1655}},"1655":{"target":{"__isSmartRef__":true,"id":1095},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1656":{"isListItem":true,"string":"initialize (proto)","value":{"__isSmartRef__":true,"id":1657}},"1657":{"target":{"__isSmartRef__":true,"id":1096},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1658":{"isListItem":true,"string":"enableProgress (proto)","value":{"__isSmartRef__":true,"id":1659}},"1659":{"target":{"__isSmartRef__":true,"id":1097},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1660":{"isListItem":true,"string":"requestNetworkAccess (proto)","value":{"__isSmartRef__":true,"id":1661}},"1661":{"target":{"__isSmartRef__":true,"id":1098},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1662":{"isListItem":true,"string":"beSync (proto)","value":{"__isSmartRef__":true,"id":1663}},"1663":{"target":{"__isSmartRef__":true,"id":1099},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1664":{"isListItem":true,"string":"beBinary (proto)","value":{"__isSmartRef__":true,"id":1665}},"1665":{"target":{"__isSmartRef__":true,"id":1100},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1666":{"isListItem":true,"string":"onReadyStateChange (proto)","value":{"__isSmartRef__":true,"id":1667}},"1667":{"target":{"__isSmartRef__":true,"id":1101},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1668":{"isListItem":true,"string":"onProgress (proto)","value":{"__isSmartRef__":true,"id":1669}},"1669":{"target":{"__isSmartRef__":true,"id":1102},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1670":{"isListItem":true,"string":"setRequestHeaders (proto)","value":{"__isSmartRef__":true,"id":1671}},"1671":{"target":{"__isSmartRef__":true,"id":1103},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1672":{"isListItem":true,"string":"setContentType (proto)","value":{"__isSmartRef__":true,"id":1673}},"1673":{"target":{"__isSmartRef__":true,"id":1104},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1674":{"isListItem":true,"string":"getReadyState (proto)","value":{"__isSmartRef__":true,"id":1675}},"1675":{"target":{"__isSmartRef__":true,"id":1105},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1676":{"isListItem":true,"string":"getResponseText (proto)","value":{"__isSmartRef__":true,"id":1677}},"1677":{"target":{"__isSmartRef__":true,"id":1106},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1678":{"isListItem":true,"string":"getResponseXML (proto)","value":{"__isSmartRef__":true,"id":1679}},"1679":{"target":{"__isSmartRef__":true,"id":1107},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1680":{"isListItem":true,"string":"getResponseHeaders (proto)","value":{"__isSmartRef__":true,"id":1681}},"1681":{"target":{"__isSmartRef__":true,"id":1108},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1682":{"isListItem":true,"string":"getStatus (proto)","value":{"__isSmartRef__":true,"id":1683}},"1683":{"target":{"__isSmartRef__":true,"id":1109},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1684":{"isListItem":true,"string":"request (proto)","value":{"__isSmartRef__":true,"id":1685}},"1685":{"target":{"__isSmartRef__":true,"id":1110},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1686":{"isListItem":true,"string":"get (proto)","value":{"__isSmartRef__":true,"id":1687}},"1687":{"target":{"__isSmartRef__":true,"id":1111},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1688":{"isListItem":true,"string":"put (proto)","value":{"__isSmartRef__":true,"id":1689}},"1689":{"target":{"__isSmartRef__":true,"id":1112},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1690":{"isListItem":true,"string":"post (proto)","value":{"__isSmartRef__":true,"id":1691}},"1691":{"target":{"__isSmartRef__":true,"id":1113},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1692":{"isListItem":true,"string":"propfind (proto)","value":{"__isSmartRef__":true,"id":1693}},"1693":{"target":{"__isSmartRef__":true,"id":1114},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1694":{"isListItem":true,"string":"report (proto)","value":{"__isSmartRef__":true,"id":1695}},"1695":{"target":{"__isSmartRef__":true,"id":1115},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1696":{"isListItem":true,"string":"mkcol (proto)","value":{"__isSmartRef__":true,"id":1697}},"1697":{"target":{"__isSmartRef__":true,"id":1116},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1698":{"isListItem":true,"string":"del (proto)","value":{"__isSmartRef__":true,"id":1699}},"1699":{"target":{"__isSmartRef__":true,"id":1117},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1700":{"isListItem":true,"string":"copy (proto)","value":{"__isSmartRef__":true,"id":1701}},"1701":{"target":{"__isSmartRef__":true,"id":1118},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1702":{"isListItem":true,"string":"lock (proto)","value":{"__isSmartRef__":true,"id":1703}},"1703":{"target":{"__isSmartRef__":true,"id":1119},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1704":{"isListItem":true,"string":"unlock (proto)","value":{"__isSmartRef__":true,"id":1705}},"1705":{"target":{"__isSmartRef__":true,"id":1120},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1706":{"isListItem":true,"string":"head (proto)","value":{"__isSmartRef__":true,"id":1707}},"1707":{"target":{"__isSmartRef__":true,"id":1121},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1708":{"isListItem":true,"string":"toString (proto)","value":{"__isSmartRef__":true,"id":1709}},"1709":{"target":{"__isSmartRef__":true,"id":1122},"browser":{"__isSmartRef__":true,"id":1010},"parent":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes","__LivelyClassName__":"lively.ide.ClassElemFragmentNode"},"1710":{"__SourceModuleName__":"Global.lively.ide.BrowserFramework","__LivelyClassName__":"lively.ide.NodeFilter"},"1711":{"__SourceModuleName__":"Global.lively.ide.BrowserFramework","__LivelyClassName__":"lively.ide.NodeFilter"},"1712":{"delegate":{"__isSmartRef__":true,"id":1010},"__SourceModuleName__":"Global.anonymous_module_3","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},"1713":{"delegate":{"__isSmartRef__":true,"id":1714},"__SourceModuleName__":"Global.anonymous_module_3","definition":"{\"SourceString\":\"!Text\"}","isInstanceOfAnonymousClass":true,"isRelay":true},"1714":{"textString":"View.subclass('NetRequest', {\n\tdocumentation: \"a view that writes the contents of an http request into the model\",\n\n\t// see XMLHttpRequest documentation for the following:\n\tUnsent: 0,\n\tOpened: 1,\n\tHeadersReceived: 2,\n\tLoading: 3,\n\tDone: 4,\n\n\tformals: [\"+Status\", // Updated once, when request is {Done} with the value returned from 'getStatus'.\n\t\t\"+ReadyState\", // Updated on every state transition of the request.\n\t\t\"+ResponseXML\", // Updated at most once, when request state is {Done}, with the parsed XML document retrieved.\n\t\t\"+ResponseText\", // Updated at most once, when request state is {Done}, with the text content retrieved.\n\t\t\"+ResponseHeaders\", // Updated at most once, when request state is {Done}, with the response headers retrieved.\n\t\t\"StreamContent\",\n\t\t\"Progress\",\n\t],\n\n\tinitialize: function($super, modelPlug) {\n\t\tthis.transport = new XMLHttpRequest();\n\t\tthis.requestNetworkAccess();\n\t\tthis.transport.onreadystatechange = this.onReadyStateChange.bind(this);\n\t\tthis.isSync = false;\n\t\tthis.isBinary = false;\n\t\tthis.requestHeaders = {};\n\t\t$super(modelPlug)\n\t},\n\n\tenableProgress: function() {\n\t\tconsole.log(\"enableProgress\")\n\t\t// FIXME onprogress leads to strange 101 errors when no internet connection available\n\t\tthis.transport.onprogress = this.onProgress.bind(this);\n\t\tif (!UserAgent.isTouch && this.transport.upload !== undefined) // FIXME crashes Mobile Safari && IE9+\n\t\t\tthis.transport.upload.onprogress = this.onProgress.bind(this);\n\t},\n\n\trequestNetworkAccess: function() {\n\t\tif (Global.netscape && Global.location.protocol == \"file:\") { \n\t\t\ttry {\n\t\t\t\tnetscape.security.PrivilegeManager.enablePrivilege(\"UniversalBrowserRead\");\n\t\t\t\tconsole.log(\"requested browser read privilege\");\n\t\t\t\treturn true;\n\t\t\t} catch (er) {\n\t\t\t\tconsole.log(\"no privilege granted: \" + er);\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t},\n\n\tbeSync: function() {\n\t\tthis.isSync = true;\n\t\treturn this;\n\t},\n\n\tbeBinary: function() {\n\t\tthis.isBinary = true;\n\t\treturn this;\n\t},\n\n\tonReadyStateChange: function() {\n\t\tthis.setReadyState(this.getReadyState());\n\t\tif (this.getReadyState() === this.Loading) { // For comet networking\n\t\t\tthis.setStatus(this.getStatus());\n\t\t\tvar hasResponseText = false;\n\t\t\ttry {\n\t\t\t\t// FIX for IE9+ if responseText is not available yet\n\t\t\t\thasResponseText = this.transport.responseText;\n\t\t\t} catch (e) { console.warn('Request\\'s response text is not available yet.'); }\n\t\t\tif (hasResponseText) {\n\t\t\t\tvar allContent = this.getResponseText();\n\t\t\t\tvar newStart = this._streamContentLength ? this._streamContentLength : 0;\n\t\t\t\tvar newContent = allContent.substring(newStart);\n\t\t\t\tnewContent = /^([^\\n\\r]*)/.exec(newContent)[1]; // remove line breaks\n\t\t\t\tthis.setStreamContent(newContent);\n\t\t\t\tthis._streamContentLength = allContent.length;\n\t\t\t}\n\t\t}\n\t\tif (this.getReadyState() === this.Done) {\n\t\t\tthis.setStatus(this.getStatus());\n\t\t\tif (this.transport.responseText) \n\t\t\t\tthis.setResponseText(this.getResponseText());\n\t\t\tif (this.transport.responseXML) \n\t\t\t\tthis.setResponseXML(this.getResponseXML());\n\t\t\tif (this.transport.getAllResponseHeaders())\n\t\t\t\tthis.setResponseHeaders(this.getResponseHeaders());\n\t\t\tthis.disconnectModel(); // autodisconnect?\n\t\t}\n\t},\n\n\tonProgress: function(progress) { this.setProgress(progress) },\n\t\n\tsetRequestHeaders: function(record) {\n\t\tProperties.forEachOwn(record, function(prop, value) {\n\t\t\tthis.requestHeaders[prop] = value;\n\t\t}, this);\n\t},\n\n\tsetContentType: function(string) {\n\t\t// valid before send but after open?\n\t\tthis.requestHeaders[\"Content-Type\"] = string;\n\t},\n\n\tgetReadyState: function() {\n\t\treturn this.transport.readyState;\n\t},\n\n\tgetResponseText: function() {\n\t\treturn this.transport.responseText || \"\";\n\t},\n\n\tgetResponseXML: function() {\n\t\treturn this.transport.responseXML || \"\";\n\t},\n\n\tgetResponseHeaders: function() {\n\t\tvar headerString = this.transport.getAllResponseHeaders();\n\t\tvar headerObj = {};\n\t\theaderString.split('\\r\\n').each(function(ea) {\n\t\t\tvar splitter = ea.indexOf(':');\n\t\t\tif (splitter != -1) {\n\t\t\t\theaderObj[ea.slice(0, splitter)] = ea.slice(splitter + 1).trim();\n\t\t\t\t// as headers should be case-insensitiv, add lower case headers (for Safari)\n\t\t\t\theaderObj[ea.slice(0, splitter).toLowerCase()] = ea.slice(splitter + 1).trim();\n\t\t\t}\n\t\t});\n\t\treturn headerObj;\n\t},\n\n\tgetStatus: function() {\n\t\treturn new NetRequestStatus(this.method, this.url, this.transport);\n\t},\n\n\trequest: function(method, url, content) {\n\t\ttry {\n\t\t\tthis.url = url;\n\t\t\tthis.method = method.toUpperCase();\t \n\t\t\tthis.transport.open(this.method, url.toString(), !this.isSync);\n\t\t\tProperties.forEachOwn(this.requestHeaders, function(p, value) {\n\t\t\t\tthis.transport.setRequestHeader(p, value);\n\t\t\t\t}, this);\n\t\t\tif (!this.isBinary)\n\t\t\t\tthis.transport.send(content || '');\n\t\t\telse\n\t\t\t\tthis.transport.sendAsBinary(content || '');\n\t\t\tif (Global.isFirefox && this.isSync) // mr: FF does not use callback when sync \n\t\t\t\tthis.onReadyStateChange();\n\t\t\treturn this;\n\t\t} catch (er) {\n\t\t\tvar status = this.getStatus();\n\t\t\tstatus.setException(er);\n\t\t\tthis.setStatus(status);\n\t\t\tthrow er;\n\t\t}\n\t},\n\n\tget: function(url) {\n\t\treturn this.request(\"GET\", URL.makeProxied(url), null);\n\t},\n\n\tput: function(url, content) {\n\t\treturn this.request(\"PUT\", URL.makeProxied(url), content);\n\t},\n\n\tpost: function(url, content) {\n\t\treturn this.request(\"POST\", URL.makeProxied(url), content);\n\t},\n\n\tpropfind: function(url, depth, content) {\n\t\tthis.setContentType(\"text/xml\"); // complain if it's set to something else?\n\t\tif (depth != 0 && depth != 1)\n\t\t\tdepth = \"infinity\";\n\t\tthis.setRequestHeaders({ \"Depth\" : depth });\n\t\treturn this.request(\"PROPFIND\", URL.makeProxied(url), content);\n\t},\n\n\treport: function(url, content) {\n\t\treturn this.request(\"REPORT\", URL.makeProxied(url), content);\n\t},\n\n\tmkcol: function(url, content) {\n\t\treturn this.request(\"MKCOL\", URL.makeProxied(url), content);\n\t},\n\n\tdel: function(url) {\n\t\treturn this.request(\"DELETE\", URL.makeProxied(url));\n\t},\n\n\tcopy: function(url, destUrl, overwrite) {\n\t\tthis.setRequestHeaders({ \"Destination\" : destUrl.toString() });\n\t\tif (overwrite) this.setRequestHeaders({ \"Overwrite\" : 'T' });\n\t\treturn this.request(\"COPY\", URL.makeProxied(url));\n\t},\n\n\tlock: function(url, owner) {\n\t\tthis.setRequestHeaders({Timeout: 'Infinite, Second-30'});\n\t\tvar content = Strings.format(' \\n\\\n\t\t \\n\\\n\t\t \\n\\\n\t\t \\n\\\n\t\t%s \\n\\\n\t\t', owner || 'unknown user');\n\t\treturn this.request(\"LOCK\", URL.makeProxied(url), content);\n\t},\n\t\n\tunlock: function(url, lockToken, force) {\n\t\tif (force) {\n\t\t\tvar req = new NetRequest().beSync().propfind(url);\n\t\t\tvar xml = req.getResponseXML() || stringToXML(req.getResponseText());\n\t\t\tvar q = new Query('/descendant::*/D:lockdiscovery/descendant::*/D:locktoken/D:href');\n\t\t\tvar tokenElement = q.findFirst(xml);\n\t\t\tif (!tokenElement) // no lock token, assume that resource isn't locked\n\t\t\treturn req;\n\t\t\tlockToken = tokenElement.textContent;\n\t\t}\n\t\tthis.setRequestHeaders({'Lock-Token': '<' + lockToken + '>'});\n\t\treturn this.request(\"UNLOCK\", URL.makeProxied(url));\n\t},\n\thead: function(url) {\n\t\treturn this.request(\"HEAD\", URL.makeProxied(url), null);\n\t},\n\n\ttoString: function() {\n\t\treturn \"#\";\n\t},\n\n});\n","savedTextString":"View.subclass('NetRequest', {\n\tdocumentation: \"a view that writes the contents of an http request into the model\",\n\n\t// see XMLHttpRequest documentation for the following:\n\tUnsent: 0,\n\tOpened: 1,\n\tHeadersReceived: 2,\n\tLoading: 3,\n\tDone: 4,\n\n\tformals: [\"+Status\", // Updated once, when request is {Done} with the value returned from 'getStatus'.\n\t\t\"+ReadyState\", // Updated on every state transition of the request.\n\t\t\"+ResponseXML\", // Updated at most once, when request state is {Done}, with the parsed XML document retrieved.\n\t\t\"+ResponseText\", // Updated at most once, when request state is {Done}, with the text content retrieved.\n\t\t\"+ResponseHeaders\", // Updated at most once, when request state is {Done}, with the response headers retrieved.\n\t\t\"StreamContent\",\n\t\t\"Progress\",\n\t],\n\n\tinitialize: function($super, modelPlug) {\n\t\tthis.transport = new XMLHttpRequest();\n\t\tthis.requestNetworkAccess();\n\t\tthis.transport.onreadystatechange = this.onReadyStateChange.bind(this);\n\t\tthis.isSync = false;\n\t\tthis.isBinary = false;\n\t\tthis.requestHeaders = {};\n\t\t$super(modelPlug)\n\t},\n\n\tenableProgress: function() {\n\t\tconsole.log(\"enableProgress\")\n\t\t// FIXME onprogress leads to strange 101 errors when no internet connection available\n\t\tthis.transport.onprogress = this.onProgress.bind(this);\n\t\tif (!UserAgent.isTouch && this.transport.upload !== undefined) // FIXME crashes Mobile Safari && IE9+\n\t\t\tthis.transport.upload.onprogress = this.onProgress.bind(this);\n\t},\n\n\trequestNetworkAccess: function() {\n\t\tif (Global.netscape && Global.location.protocol == \"file:\") { \n\t\t\ttry {\n\t\t\t\tnetscape.security.PrivilegeManager.enablePrivilege(\"UniversalBrowserRead\");\n\t\t\t\tconsole.log(\"requested browser read privilege\");\n\t\t\t\treturn true;\n\t\t\t} catch (er) {\n\t\t\t\tconsole.log(\"no privilege granted: \" + er);\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t},\n\n\tbeSync: function() {\n\t\tthis.isSync = true;\n\t\treturn this;\n\t},\n\n\tbeBinary: function() {\n\t\tthis.isBinary = true;\n\t\treturn this;\n\t},\n\n\tonReadyStateChange: function() {\n\t\tthis.setReadyState(this.getReadyState());\n\t\tif (this.getReadyState() === this.Loading) { // For comet networking\n\t\t\tthis.setStatus(this.getStatus());\n\t\t\tvar hasResponseText = false;\n\t\t\ttry {\n\t\t\t\t// FIX for IE9+ if responseText is not available yet\n\t\t\t\thasResponseText = this.transport.responseText;\n\t\t\t} catch (e) { console.warn('Request\\'s response text is not available yet.'); }\n\t\t\tif (hasResponseText) {\n\t\t\t\tvar allContent = this.getResponseText();\n\t\t\t\tvar newStart = this._streamContentLength ? this._streamContentLength : 0;\n\t\t\t\tvar newContent = allContent.substring(newStart);\n\t\t\t\tnewContent = /^([^\\n\\r]*)/.exec(newContent)[1]; // remove line breaks\n\t\t\t\tthis.setStreamContent(newContent);\n\t\t\t\tthis._streamContentLength = allContent.length;\n\t\t\t}\n\t\t}\n\t\tif (this.getReadyState() === this.Done) {\n\t\t\tthis.setStatus(this.getStatus());\n\t\t\tif (this.transport.responseText) \n\t\t\t\tthis.setResponseText(this.getResponseText());\n\t\t\tif (this.transport.responseXML) \n\t\t\t\tthis.setResponseXML(this.getResponseXML());\n\t\t\tif (this.transport.getAllResponseHeaders())\n\t\t\t\tthis.setResponseHeaders(this.getResponseHeaders());\n\t\t\tthis.disconnectModel(); // autodisconnect?\n\t\t}\n\t},\n\n\tonProgress: function(progress) { this.setProgress(progress) },\n\t\n\tsetRequestHeaders: function(record) {\n\t\tProperties.forEachOwn(record, function(prop, value) {\n\t\t\tthis.requestHeaders[prop] = value;\n\t\t}, this);\n\t},\n\n\tsetContentType: function(string) {\n\t\t// valid before send but after open?\n\t\tthis.requestHeaders[\"Content-Type\"] = string;\n\t},\n\n\tgetReadyState: function() {\n\t\treturn this.transport.readyState;\n\t},\n\n\tgetResponseText: function() {\n\t\treturn this.transport.responseText || \"\";\n\t},\n\n\tgetResponseXML: function() {\n\t\treturn this.transport.responseXML || \"\";\n\t},\n\n\tgetResponseHeaders: function() {\n\t\tvar headerString = this.transport.getAllResponseHeaders();\n\t\tvar headerObj = {};\n\t\theaderString.split('\\r\\n').each(function(ea) {\n\t\t\tvar splitter = ea.indexOf(':');\n\t\t\tif (splitter != -1) {\n\t\t\t\theaderObj[ea.slice(0, splitter)] = ea.slice(splitter + 1).trim();\n\t\t\t\t// as headers should be case-insensitiv, add lower case headers (for Safari)\n\t\t\t\theaderObj[ea.slice(0, splitter).toLowerCase()] = ea.slice(splitter + 1).trim();\n\t\t\t}\n\t\t});\n\t\treturn headerObj;\n\t},\n\n\tgetStatus: function() {\n\t\treturn new NetRequestStatus(this.method, this.url, this.transport);\n\t},\n\n\trequest: function(method, url, content) {\n\t\ttry {\n\t\t\tthis.url = url;\n\t\t\tthis.method = method.toUpperCase();\t \n\t\t\tthis.transport.open(this.method, url.toString(), !this.isSync);\n\t\t\tProperties.forEachOwn(this.requestHeaders, function(p, value) {\n\t\t\t\tthis.transport.setRequestHeader(p, value);\n\t\t\t\t}, this);\n\t\t\tif (!this.isBinary)\n\t\t\t\tthis.transport.send(content || '');\n\t\t\telse\n\t\t\t\tthis.transport.sendAsBinary(content || '');\n\t\t\tif (Global.isFirefox && this.isSync) // mr: FF does not use callback when sync \n\t\t\t\tthis.onReadyStateChange();\n\t\t\treturn this;\n\t\t} catch (er) {\n\t\t\tvar status = this.getStatus();\n\t\t\tstatus.setException(er);\n\t\t\tthis.setStatus(status);\n\t\t\tthrow er;\n\t\t}\n\t},\n\n\tget: function(url) {\n\t\treturn this.request(\"GET\", URL.makeProxied(url), null);\n\t},\n\n\tput: function(url, content) {\n\t\treturn this.request(\"PUT\", URL.makeProxied(url), content);\n\t},\n\n\tpost: function(url, content) {\n\t\treturn this.request(\"POST\", URL.makeProxied(url), content);\n\t},\n\n\tpropfind: function(url, depth, content) {\n\t\tthis.setContentType(\"text/xml\"); // complain if it's set to something else?\n\t\tif (depth != 0 && depth != 1)\n\t\t\tdepth = \"infinity\";\n\t\tthis.setRequestHeaders({ \"Depth\" : depth });\n\t\treturn this.request(\"PROPFIND\", URL.makeProxied(url), content);\n\t},\n\n\treport: function(url, content) {\n\t\treturn this.request(\"REPORT\", URL.makeProxied(url), content);\n\t},\n\n\tmkcol: function(url, content) {\n\t\treturn this.request(\"MKCOL\", URL.makeProxied(url), content);\n\t},\n\n\tdel: function(url) {\n\t\treturn this.request(\"DELETE\", URL.makeProxied(url));\n\t},\n\n\tcopy: function(url, destUrl, overwrite) {\n\t\tthis.setRequestHeaders({ \"Destination\" : destUrl.toString() });\n\t\tif (overwrite) this.setRequestHeaders({ \"Overwrite\" : 'T' });\n\t\treturn this.request(\"COPY\", URL.makeProxied(url));\n\t},\n\n\tlock: function(url, owner) {\n\t\tthis.setRequestHeaders({Timeout: 'Infinite, Second-30'});\n\t\tvar content = Strings.format(' \\n\\\n\t\t \\n\\\n\t\t \\n\\\n\t\t \\n\\\n\t\t%s \\n\\\n\t\t', owner || 'unknown user');\n\t\treturn this.request(\"LOCK\", URL.makeProxied(url), content);\n\t},\n\t\n\tunlock: function(url, lockToken, force) {\n\t\tif (force) {\n\t\t\tvar req = new NetRequest().beSync().propfind(url);\n\t\t\tvar xml = req.getResponseXML() || stringToXML(req.getResponseText());\n\t\t\tvar q = new Query('/descendant::*/D:lockdiscovery/descendant::*/D:locktoken/D:href');\n\t\t\tvar tokenElement = q.findFirst(xml);\n\t\t\tif (!tokenElement) // no lock token, assume that resource isn't locked\n\t\t\treturn req;\n\t\t\tlockToken = tokenElement.textContent;\n\t\t}\n\t\tthis.setRequestHeaders({'Lock-Token': '<' + lockToken + '>'});\n\t\treturn this.request(\"UNLOCK\", URL.makeProxied(url));\n\t},\n\thead: function(url) {\n\t\treturn this.request(\"HEAD\", URL.makeProxied(url), null);\n\t},\n\n\ttoString: function() {\n\t\treturn \"#\";\n\t},\n\n});\n","submorphs":[{"__isSmartRef__":true,"id":1715}],"owner":{"__isSmartRef__":true,"id":1720},"_livelyDataWrapperId_":"1763:TextMorph","origin":{"__isSmartRef__":true,"id":1747},"shape":{"__isSmartRef__":true,"id":1748},"textContent":{"__isSmartRef__":true,"id":1749},"lineNumberHint":228,"pvtCachedTransform":{"__isSmartRef__":true,"id":1750},"textSelection":{"__isSmartRef__":true,"id":1715},"priorExtent":{"__isSmartRef__":true,"id":1751},"useChangeClue":true,"changeClue":{"__isSmartRef__":true,"id":1752},"suppressHandles":true,"maxSafeSize":2000000,"formalModel":{"__isSmartRef__":true,"id":1756},"styleClass":["Browser_codePaneText"],"openForDragAndDrop":false,"textStyle":{"__isSmartRef__":true,"id":1757},"fontFamily":"Courier","undoTextStyle":{"__isSmartRef__":true,"id":2178},"textBeforeChanges":"View.subclass('NetRequest', {\n\tdocumentation: \"a view that writes the contents of an http request into the model\",\n\n\t// see XMLHttpRequest documentation for the following:\n\tUnsent: 0,\n\tOpened: 1,\n\tHeadersReceived: 2,\n\tLoading: 3,\n\tDone: 4,\n\n\tformals: [\"+Status\", // Updated once, when request is {Done} with the value returned from 'getStatus'.\n\t\t\"+ReadyState\", // Updated on every state transition of the request.\n\t\t\"+ResponseXML\", // Updated at most once, when request state is {Done}, with the parsed XML document retrieved.\n\t\t\"+ResponseText\", // Updated at most once, when request state is {Done}, with the text content retrieved.\n\t\t\"+ResponseHeaders\", // Updated at most once, when request state is {Done}, with the response headers retrieved.\n\t\t\"StreamContent\",\n\t\t\"Progress\",\n\t],\n\n\tinitialize: function($super, modelPlug) {\n\t\tthis.transport = new XMLHttpRequest();\n\t\tthis.requestNetworkAccess();\n\t\tthis.transport.onreadystatechange = this.onReadyStateChange.bind(this);\n\t\tthis.isSync = false;\n\t\tthis.isBinary = false;\n\t\tthis.requestHeaders = {};\n\t\t$super(modelPlug)\n\t},\n\n\tenableProgress: function() {\n\t\tconsole.log(\"enableProgress\")\n\t\t// FIXME onprogress leads to strange 101 errors when no internet connection available\n\t\tthis.transport.onprogress = this.onProgress.bind(this);\n\t\tif (!UserAgent.isTouch && this.transport.upload !== undefined) // FIXME crashes Mobile Safari && IE9+\n\t\t\tthis.transport.upload.onprogress = this.onProgress.bind(this);\n\t},\n\n\trequestNetworkAccess: function() {\n\t\tif (Global.netscape && Global.location.protocol == \"file:\") { \n\t\t\ttry {\n\t\t\t\tnetscape.security.PrivilegeManager.enablePrivilege(\"UniversalBrowserRead\");\n\t\t\t\tconsole.log(\"requested browser read privilege\");\n\t\t\t\treturn true;\n\t\t\t} catch (er) {\n\t\t\t\tconsole.log(\"no privilege granted: \" + er);\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t},\n\n\tbeSync: function() {\n\t\tthis.isSync = true;\n\t\treturn this;\n\t},\n\n\tbeBinary: function() {\n\t\tthis.isBinary = true;\n\t\treturn this;\n\t},\n\n\tonReadyStateChange: function() {\n\t\tthis.setReadyState(this.getReadyState());\n\t\tif (this.getReadyState() === this.Loading) { // For comet networking\n\t\t\tthis.setStatus(this.getStatus());\n\t\t\tvar hasResponseText = false;\n\t\t\ttry {\n\t\t\t\t// FIX for IE9+ if responseText is not available yet\n\t\t\t\thasResponseText = this.transport.responseText;\n\t\t\t} catch (e) { console.warn('Request\\'s response text is not available yet.'); }\n\t\t\tif (hasResponseText) {\n\t\t\t\tvar allContent = this.getResponseText();\n\t\t\t\tvar newStart = this._streamContentLength ? this._streamContentLength : 0;\n\t\t\t\tvar newContent = allContent.substring(newStart);\n\t\t\t\tnewContent = /^([^\\n\\r]*)/.exec(newContent)[1]; // remove line breaks\n\t\t\t\tthis.setStreamContent(newContent);\n\t\t\t\tthis._streamContentLength = allContent.length;\n\t\t\t}\n\t\t}\n\t\tif (this.getReadyState() === this.Done) {\n\t\t\tthis.setStatus(this.getStatus());\n\t\t\tif (this.transport.responseText) \n\t\t\t\tthis.setResponseText(this.getResponseText());\n\t\t\tif (this.transport.responseXML) \n\t\t\t\tthis.setResponseXML(this.getResponseXML());\n\t\t\tif (this.transport.getAllResponseHeaders())\n\t\t\t\tthis.setResponseHeaders(this.getResponseHeaders());\n\t\t\tthis.disconnectModel(); // autodisconnect?\n\t\t}\n\t},\n\n\tonProgress: function(progress) { this.setProgress(progress) },\n\t\n\tsetRequestHeaders: function(record) {\n\t\tProperties.forEachOwn(record, function(prop, value) {\n\t\t\tthis.requestHeaders[prop] = value;\n\t\t}, this);\n\t},\n\n\tsetContentType: function(string) {\n\t\t// valid before send but after open?\n\t\tthis.requestHeaders[\"Content-Type\"] = string;\n\t},\n\n\tgetReadyState: function() {\n\t\treturn this.transport.readyState;\n\t},\n\n\tgetResponseText: function() {\n\t\treturn this.transport.responseText || \"\";\n\t},\n\n\tgetResponseXML: function() {\n\t\treturn this.transport.responseXML || \"\";\n\t},\n\n\tgetResponseHeaders: function() {\n\t\tvar headerString = this.transport.getAllResponseHeaders();\n\t\tvar headerObj = {};\n\t\theaderString.split('\\r\\n').each(function(ea) {\n\t\t\tvar splitter = ea.indexOf(':');\n\t\t\tif (splitter != -1) {\n\t\t\t\theaderObj[ea.slice(0, splitter)] = ea.slice(splitter + 1).trim();\n\t\t\t\t// as headers should be case-insensitiv, add lower case headers (for Safari)\n\t\t\t\theaderObj[ea.slice(0, splitter).toLowerCase()] = ea.slice(splitter + 1).trim();\n\t\t\t}\n\t\t});\n\t\treturn headerObj;\n\t},\n\n\tgetStatus: function() {\n\t\treturn new NetRequestStatus(this.method, this.url, this.transport);\n\t},\n\n\trequest: function(method, url, content) {\n\t\ttry {\n\t\t\tthis.url = url;\n\t\t\tthis.method = method.toUpperCase();\t \n\t\t\tthis.transport.open(this.method, url.toString(), !this.isSync);\n\t\t\tProperties.forEachOwn(this.requestHeaders, function(p, value) {\n\t\t\t\tthis.transport.setRequestHeader(p, value);\n\t\t\t\t}, this);\n\t\t\tif (!this.isBinary)\n\t\t\t\tthis.transport.send(content || '');\n\t\t\telse\n\t\t\t\tthis.transport.sendAsBinary(content || '');\n\t\t\tif (Global.isFirefox && this.isSync) // mr: FF does not use callback when sync \n\t\t\t\tthis.onReadyStateChange();\n\t\t\treturn this;\n\t\t} catch (er) {\n\t\t\tvar status = this.getStatus();\n\t\t\tstatus.setException(er);\n\t\t\tthis.setStatus(status);\n\t\t\tthrow er;\n\t\t}\n\t},\n\n\tget: function(url) {\n\t\treturn this.request(\"GET\", URL.makeProxied(url), null);\n\t},\n\n\tput: function(url, content) {\n\t\treturn this.request(\"PUT\", URL.makeProxied(url), content);\n\t},\n\n\tpost: function(url, content) {\n\t\treturn this.request(\"POST\", URL.makeProxied(url), content);\n\t},\n\n\tpropfind: function(url, depth, content) {\n\t\tthis.setContentType(\"text/xml\"); // complain if it's set to something else?\n\t\tif (depth != 0 && depth != 1)\n\t\t\tdepth = \"infinity\";\n\t\tthis.setRequestHeaders({ \"Depth\" : depth });\n\t\treturn this.request(\"PROPFIND\", URL.makeProxied(url), content);\n\t},\n\n\treport: function(url, content) {\n\t\treturn this.request(\"REPORT\", URL.makeProxied(url), content);\n\t},\n\n\tmkcol: function(url, content) {\n\t\treturn this.request(\"MKCOL\", URL.makeProxied(url), content);\n\t},\n\n\tdel: function(url) {\n\t\treturn this.request(\"DELETE\", URL.makeProxied(url));\n\t},\n\n\tcopy: function(url, destUrl, overwrite) {\n\t\tthis.setRequestHeaders({ \"Destination\" : destUrl.toString() });\n\t\tif (overwrite) this.setRequestHeaders({ \"Overwrite\" : 'T' });\n\t\treturn this.request(\"COPY\", URL.makeProxied(url));\n\t},\n\n\tlock: function(url, owner) {\n\t\tthis.setRequestHeaders({Timeout: 'Infinite, Second-30'});\n\t\tvar content = Strings.format(' \\n\\\n\t\t \\n\\\n\t\t \\n\\\n\t\t \\n\\\n\t\t%s \\n\\\n\t\t', owner || 'unknown user');\n\t\treturn this.request(\"LOCK\", URL.makeProxied(url), content);\n\t},\n\t\n\tunlock: function(url, lockToken, force) {\n\t\tif (force) {\n\t\t\tvar req = new NetRequest().beSync().propfind(url);\n\t\t\tvar xml = req.getResponseXML() || stringToXML(req.getResponseText());\n\t\t\tvar q = new Query('/descendant::*/D:lockdiscovery/descendant::*/D:locktoken/D:href');\n\t\t\tvar tokenElement = q.findFirst(xml);\n\t\t\tif (!tokenElement) // no lock token, assume that resource isn't locked\n\t\t\treturn req;\n\t\t\tlockToken = tokenElement.textContent;\n\t\t}\n\t\tthis.setRequestHeaders({'Lock-Token': '<' + lockToken + '>'});\n\t\treturn this.request(\"UNLOCK\", URL.makeProxied(url));\n\t},\n\thead: function(url) {\n\t\treturn this.request(\"HEAD\", URL.makeProxied(url), null);\n\t},\n\n\ttoString: function() {\n\t\treturn \"#\";\n\t},\n\n});\n","__SourceModuleName__":"Global.lively.Text","isSelecting":false,"hasKeyboardFocus":false,"__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":"1763:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(0,-5.200000000000001)","namespaceURI":null},{"key":"class","value":"Browser_codePaneText","namespaceURI":null}]},"withLayers":["BrowserSyntaxHighlightLayer"]},"1715":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1714},"_livelyDataWrapperId_":"1765:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":1716},"shape":{"__isSmartRef__":true,"id":1717},"priorExtent":{"__isSmartRef__":true,"id":1718},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":1719},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","isCursor":true,"__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":"1765:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1716":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1717":{"_livelyDataWrapperId_":"1764: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":"1764: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}]}},"1718":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1719":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1720":{"submorphs":[{"__isSmartRef__":true,"id":1714}],"owner":{"__isSmartRef__":true,"id":1721},"_livelyDataWrapperId_":"1768:ClipMorph","origin":{"__isSmartRef__":true,"id":1741},"shape":{"__isSmartRef__":true,"id":1742},"priorExtent":{"__isSmartRef__":true,"id":1743},"clip":{"__isSmartRef__":true,"id":1744},"_clip-path":"url(#39:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":1746},"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":"1768:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#39:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"1721":{"submorphs":[{"__isSmartRef__":true,"id":1720},{"__isSmartRef__":true,"id":1722}],"owner":{"__isSmartRef__":true,"id":991},"_livelyDataWrapperId_":"1767:ScrollPane","origin":{"__isSmartRef__":true,"id":1736},"shape":{"__isSmartRef__":true,"id":1737},"priorExtent":{"__isSmartRef__":true,"id":1738},"pvtCachedTransform":{"__isSmartRef__":true,"id":1739},"clipMorph":{"__isSmartRef__":true,"id":1720},"verticalScrollBar":{"__isSmartRef__":true,"id":1722},"attributeConnections":[{"__isSmartRef__":true,"id":1740}],"suppressHandles":true,"styleClass":["Browser_codePane"],"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":"1767:ScrollPane","namespaceURI":null},{"key":"transform","value":"translate(0,248.85)","namespaceURI":null},{"key":"class","value":"Browser_codePane","namespaceURI":null}]}},"1722":{"submorphs":[{"__isSmartRef__":true,"id":1723}],"owner":{"__isSmartRef__":true,"id":1721},"_livelyDataWrapperId_":"1770:SliderMorph","origin":{"__isSmartRef__":true,"id":1730},"shape":{"__isSmartRef__":true,"id":1731},"priorExtent":{"__isSmartRef__":true,"id":1732},"value":0.001709160167693768,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":1733},"slider":{"__isSmartRef__":true,"id":1723},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":1734},{"__isSmartRef__":true,"id":1735}],"openForDragAndDrop":false,"focusHalo":null,"__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":"1770:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(809,0)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]}},"1723":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":1722},"_livelyDataWrapperId_":"1771:Morph","origin":{"__isSmartRef__":true,"id":1724},"shape":{"__isSmartRef__":true,"id":1725},"priorExtent":{"__isSmartRef__":true,"id":1726},"pvtCachedTransform":{"__isSmartRef__":true,"id":1727},"mouseHandler":{"__isSmartRef__":true,"id":1728},"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":"1771:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0.42505901978629196)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null}]}},"1724":{"x":0,"y":0.42505901978629196,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1725":{"_x":0,"_y":0,"_width":13,"_height":22.275333616882513,"_stroke":{"__isSmartRef__":true,"id":70},"_fill":{"__isSmartRef__":true,"id":71},"_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":"22.275333616882513","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}]}},"1726":{"x":12,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1727":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0.42505901978629196,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1728":{"target":{"__isSmartRef__":true,"id":1722},"eventSpec":{"__isSmartRef__":true,"id":1729},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"1729":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"1730":{"x":809,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1731":{"_x":0,"_y":0,"_width":13,"_height":270.9700012207031,"_stroke":{"__isSmartRef__":true,"id":82},"_fill":{"__isSmartRef__":true,"id":83},"_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":"270.9700012207031","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}]}},"1732":{"x":5,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1733":{"a":1,"b":0,"c":0,"d":1,"e":809,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1734":{"sourceObj":{"__isSmartRef__":true,"id":1722},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":1721},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1735":{"sourceObj":{"__isSmartRef__":true,"id":1722},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":1721},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1736":{"x":0,"y":248.85,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1737":{"_x":0,"_y":0,"_width":822,"_height":270.96999999999997,"_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":"270.96999999999997","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"1738":{"x":820,"y":269.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1739":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":248.85,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1740":{"sourceObj":{"__isSmartRef__":true,"id":1721},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":1722},"targetMethodName":"setValue","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"1741":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1742":{"_x":0,"_y":0,"_width":810,"_height":270.9700012207031,"_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":"810","namespaceURI":null},{"key":"height","value":"270.9700012207031","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1743":{"x":820,"y":269.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1744":{"_livelyDataWrapperId_":"39:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":1745},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"39:lively.scene.Clip","namespaceURI":null}]}},"1745":{"_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.9700012207031","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"1746":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1747":{"x":0,"y":-5.200000000000001,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1748":{"_x":0,"_y":0,"_width":810,"_height":3304.4000000000133,"_stroke":{"__isSmartRef__":true,"id":223},"_fill":{"__isSmartRef__":true,"id":224},"__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":"810","namespaceURI":null},{"key":"height","value":"3304.4000000000133","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}]}},"1749":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"1750":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":-5.200000000000001,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"1751":{"x":798,"y":3296.39990234375,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1752":{"submorphs":[],"owner":null,"_livelyDataWrapperId_":"1766:Morph","origin":{"__isSmartRef__":true,"id":1753},"shape":{"__isSmartRef__":true,"id":1754},"priorExtent":{"__isSmartRef__":true,"id":1755},"mouseHandler":null,"_pointer-events":"none","ignoreWhenCopying":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":"1766:Morph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"1753":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1754":{"_x":0,"_y":0,"_width":5,"_height":5,"_stroke":{"__isSmartRef__":true,"id":223},"_fill":{"__isSmartRef__":true,"id":288},"__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}]}},"1755":{"x":5,"y":5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1756":{"delegate":{"__isSmartRef__":true,"id":1012},"__SourceModuleName__":"Global.anonymous_module_3","definition":"{\"Text\":\"SourceString\"}","isInstanceOfAnonymousClass":true,"isRelay":true},"1757":{"runs":[4,1,8,1,12,2,1,2,14,1,67,4,54,2,7,1,1,3,7,1,1,3,16,1,1,3,8,1,1,3,5,1,1,4,8,2,9,3,81,3,13,2,52,3,14,2,94,3,15,2,87,3,18,3,91,3,15,4,10,8,11,1,8,20,1,3,4,13,3,21,4,27,4,32,4,25,4,5,4,19,4,21,4,18,2,23,1,4,15,1,8,3,1,15,16,4,85,3,4,24,4,17,4,5,2,24,4,22,9,2,38,4,4,31,4,17,4,4,1,4,21,1,8,3,1,3,2,49,7,2,1,11,3,1,1,56,22,19,34,7,6,10,1,1,5,6,1,17,24,12,6,11,1,3,1,2,1,4,7,1,8,3,1,3,4,18,6,1,4,3,1,4,9,1,8,3,1,3,4,20,6,1,4,3,1,4,19,1,8,3,1,3,4,15,4,21,2,2,4,21,4,10,1,1,23,4,4,11,4,18,3,29,3,1,1,5,52,23,4,28,1,1,5,5,1,14,48,3,1,4,2,19,1,5,3,14,4,24,3,12,4,24,4,24,1,6,3,63,13,18,1,3,21,5,4,35,4,46,1,3,1,3,2,2,4,21,4,7,1,4,4,11,4,18,2,2,4,30,4,17,4,24,2,2,4,29,4,16,4,23,2,2,4,40,4,20,4,27,4,20,18,3,1,2,1,4,11,1,8,11,1,1,4,23,1,5,18,1,8,9,1,33,8,14,1,4,4,33,1,2,4,4,1,4,15,1,8,9,1,3,36,3,4,16,14,13,1,4,14,1,8,3,1,3,6,1,4,24,1,4,16,1,8,3,1,3,6,1,4,27,2,3,1,4,15,1,8,3,1,3,6,1,4,26,2,3,1,4,19,1,8,3,1,3,3,16,4,38,3,13,2,23,6,7,8,5,1,4,3,23,3,6,2,15,1,2,1,24,1,35,1,14,76,24,1,49,1,13,1,3,1,5,6,13,1,4,10,1,8,3,1,3,6,1,3,18,4,9,4,6,4,14,1,4,8,1,8,23,1,3,3,1,1,4,4,15,4,40,4,16,4,26,4,35,4,17,8,11,1,5,4,43,1,2,4,6,2,3,4,15,4,27,2,6,4,5,4,35,2,6,2,22,4,9,42,5,4,26,6,1,4,4,1,1,5,6,1,4,3,10,4,45,4,23,5,7,1,2,1,4,4,1,8,6,1,3,6,1,4,9,5,32,1,4,4,1,8,15,1,3,6,1,4,9,5,35,1,4,5,1,8,15,1,3,6,1,4,9,6,35,1,4,9,1,8,22,1,3,4,16,10,3,42,3,2,11,1,13,1,13,10,4,4,19,1,1,7,9,1,5,6,1,4,9,10,35,1,4,7,1,8,15,1,3,6,1,4,9,8,35,1,4,6,1,8,15,1,3,6,1,4,9,7,35,1,4,4,1,8,6,1,3,6,1,4,9,8,26,1,4,5,1,8,26,1,3,4,19,1,1,13,22,1,5,2,13,4,19,1,1,11,3,3,1,1,5,6,1,4,9,6,26,1,4,5,1,8,13,1,3,4,19,1,8,1,21,1,5,3,41,5,10,7,11,2,9,6,4,4,11,2,11,2,9,4,2,18,2,10,2,5,4,2,17,2,10,2,15,2,9,13,18,6,1,4,9,6,35,1,5,7,1,8,24,1,3,2,9,1,4,3,7,3,41,3,70,3,5,3,7,65,6,3,37,2,17,51,4,6,49,1,3,4,19,1,12,2,3,15,3,1,5,6,1,4,9,8,26,1,3,5,1,8,6,1,3,6,1,4,9,6,32,1,4,9,1,8,3,1,3,6,1,15,2,4,10,3,3,4,7,4,3,1,3,1,4],"values":[{"__isSmartRef__":true,"id":1758},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1760},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1761},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1762},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1763},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1764},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1765},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1766},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1767},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1768},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1769},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1770},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1771},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1772},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1773},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1774},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1775},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1776},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1777},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1778},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1779},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1780},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1781},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1782},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1783},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1784},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1785},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1786},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1787},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1788},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1789},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1790},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1791},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1792},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1793},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1794},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1795},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1796},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1797},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1798},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1799},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1800},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1801},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1802},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1803},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1804},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1805},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1806},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1807},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1808},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1809},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1810},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1811},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1812},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1813},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1815},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1816},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1817},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1818},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1819},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1820},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1821},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1822},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1823},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1824},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1825},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1826},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1827},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1828},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1829},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1830},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1831},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1832},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1833},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1834},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1835},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1836},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1837},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1838},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1839},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1840},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1841},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1842},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1843},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1844},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1845},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1846},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1847},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1848},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1849},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1850},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1851},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1852},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1853},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1854},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1855},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1856},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1857},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1858},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1859},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1860},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1861},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1862},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1863},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1864},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1865},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1866},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1867},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1868},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1869},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1870},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1871},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1872},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1873},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1874},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1875},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1876},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1877},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1878},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1879},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1880},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1881},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1882},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1883},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1884},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1886},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1887},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1888},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1889},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1890},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1891},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1892},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1893},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1894},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1895},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1896},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1897},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1898},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1899},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1900},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1901},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1902},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1903},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1904},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1905},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1906},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1907},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1908},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1909},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1910},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1911},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1912},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1913},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1914},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1915},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1916},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1917},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1918},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1919},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1920},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1921},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1922},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1923},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1924},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1925},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1926},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1927},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1928},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1929},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1930},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1931},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1932},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1933},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1934},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1935},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1936},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1937},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1938},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1939},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1940},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1941},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1942},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1943},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1944},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1945},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1946},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1947},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1948},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1949},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1950},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1951},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1952},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1953},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1954},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1955},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1956},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1957},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1958},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1959},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1960},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1961},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1962},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1963},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1964},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1965},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1966},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1967},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1968},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1969},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1970},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1971},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1972},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1973},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1974},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1975},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1976},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1977},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1978},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1979},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1980},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1981},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1982},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1983},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1984},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1985},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1986},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1987},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1988},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1989},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1990},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1991},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1992},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1993},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1994},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1995},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1996},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1997},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1998},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":1999},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2000},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2001},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2002},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2003},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2004},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2005},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2006},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2007},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2008},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2009},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2010},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2011},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2012},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2013},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2014},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2015},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2016},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2017},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2018},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2019},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2020},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2021},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2022},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2023},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2024},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2025},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2026},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2027},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2028},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2029},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2030},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2031},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2032},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2033},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2034},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2035},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2036},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2037},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2038},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2039},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2040},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2041},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2042},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2043},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2044},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2045},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2046},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2047},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2048},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2049},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2050},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2051},{"__isSmartRef__":true,"id":2052},{"__isSmartRef__":true,"id":2053},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2054},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2055},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2056},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2057},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2058},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2059},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2060},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2061},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2062},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2063},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2064},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2065},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2066},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2067},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2068},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2069},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2070},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2071},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2072},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2073},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2074},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2075},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2076},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2077},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2078},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2079},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2080},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2081},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2082},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2083},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2084},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2085},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2086},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2087},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2088},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2089},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2090},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2091},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2092},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2093},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2094},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2095},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2096},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2097},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2098},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2099},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2100},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2101},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2102},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2103},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2104},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2105},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2106},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2107},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2108},{"__isSmartRef__":true,"id":2109},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2110},{"__isSmartRef__":true,"id":2111},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2112},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2113},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2114},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2115},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2116},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2117},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2118},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2119},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2120},{"__isSmartRef__":true,"id":2121},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2122},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2123},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2124},{"__isSmartRef__":true,"id":2125},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2126},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2127},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2128},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2129},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2130},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2131},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2132},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2133},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2134},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2135},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2136},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2137},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2138},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2139},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2140},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2141},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2142},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2143},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2144},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2145},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2146},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2147},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2148},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2149},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2150},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2151},{"__isSmartRef__":true,"id":2152},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2153},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2154},{"__isSmartRef__":true,"id":2155},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2156},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2157},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2158},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2159},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2160},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2161},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2162},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2163},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2164},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2165},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2166},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2167},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2168},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2169},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2170},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2171},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2172},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2173},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2174},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2175},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2176},{"__isSmartRef__":true,"id":1759},{"__isSmartRef__":true,"id":2177},{"__isSmartRef__":true,"id":1759}],"lastIndex":7292,"lastRunIndex":825,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"1758":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1759":{"color":{"__isSmartRef__":true,"id":634},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1760":{"color":{"__isSmartRef__":true,"id":638},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1761":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1762":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1763":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1764":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1765":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1766":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1767":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1768":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1769":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1770":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1771":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1772":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1773":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1774":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1775":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1776":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1777":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1778":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1779":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1780":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1781":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1782":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1783":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1784":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1785":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1786":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1787":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1788":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1789":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1790":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1791":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1792":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1793":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1794":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1795":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1796":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1797":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1798":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1799":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1800":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1801":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1802":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1803":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1804":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1805":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1806":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1807":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1808":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1809":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1810":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1811":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1812":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1813":{"color":{"__isSmartRef__":true,"id":1814},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1814":{"r":0.5019607843137255,"g":0,"b":0.5019607843137255,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1815":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1816":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1817":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1818":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1819":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1820":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1821":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1822":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1823":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1824":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1825":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1826":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1827":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1828":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1829":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1830":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1831":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1832":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1833":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1834":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1835":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1836":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1837":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1838":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1839":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1840":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1841":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1842":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1843":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1844":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1845":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1846":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1847":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1848":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1849":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1850":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1851":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1852":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1853":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1854":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1855":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1856":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1857":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1858":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1859":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1860":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1861":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1862":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1863":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1864":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1865":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1866":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1867":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1868":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1869":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1870":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1871":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1872":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1873":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1874":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1875":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1876":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1877":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1878":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1879":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1880":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1881":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1882":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1883":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1884":{"color":{"__isSmartRef__":true,"id":1885},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1885":{"r":0.5019607843137255,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1886":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1887":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1888":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1889":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1890":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1891":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1892":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1893":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1894":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1895":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1896":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1897":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1898":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1899":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1900":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1901":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1902":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1903":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1904":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1905":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1906":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1907":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1908":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1909":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1910":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1911":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1912":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1913":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1914":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1915":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1916":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1917":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1918":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1919":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1920":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1921":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1922":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1923":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1924":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1925":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1926":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1927":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1928":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1929":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1930":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1931":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1932":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1933":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1934":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1935":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1936":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1937":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1938":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1939":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1940":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1941":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1942":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1943":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1944":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1945":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1946":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1947":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1948":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1949":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1950":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1951":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1952":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1953":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1954":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1955":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1956":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1957":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1958":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1959":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1960":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1961":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1962":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1963":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1964":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1965":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1966":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1967":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1968":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1969":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1970":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1971":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1972":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1973":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1974":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1975":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1976":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1977":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1978":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1979":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1980":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1981":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1982":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1983":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1984":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1985":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1986":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1987":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1988":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1989":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1990":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1991":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1992":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1993":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1994":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1995":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1996":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1997":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1998":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"1999":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2000":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2001":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2002":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2003":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2004":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2005":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2006":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2007":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2008":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2009":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2010":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2011":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2012":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2013":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2014":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2015":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2016":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2017":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2018":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2019":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2020":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2021":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2022":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2023":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2024":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2025":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2026":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2027":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2028":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2029":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2030":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2031":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2032":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2033":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2034":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2035":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2036":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2037":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2038":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2039":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2040":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2041":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2042":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2043":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2044":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2045":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2046":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2047":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2048":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2049":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2050":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2051":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2052":{"color":{"__isSmartRef__":true,"id":1885},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2053":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2054":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2055":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2056":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2057":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2058":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2059":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2060":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2061":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2062":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2063":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2064":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2065":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2066":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2067":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2068":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2069":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2070":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2071":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2072":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2073":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2074":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2075":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2076":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2077":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2078":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2079":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2080":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2081":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2082":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2083":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2084":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2085":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2086":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2087":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2088":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2089":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2090":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2091":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2092":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2093":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2094":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2095":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2096":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2097":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2098":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2099":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2100":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2101":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2102":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2103":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2104":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2105":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2106":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2107":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2108":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2109":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2110":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2111":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2112":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2113":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2114":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2115":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2116":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2117":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2118":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2119":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2120":{"color":{"__isSmartRef__":true,"id":1885},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2121":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2122":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2123":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2124":{"color":{"__isSmartRef__":true,"id":1885},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2125":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2126":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2127":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2128":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2129":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2130":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2131":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2132":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2133":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2134":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2135":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2136":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2137":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2138":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2139":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2140":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2141":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2142":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2143":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2144":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2145":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2146":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2147":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2148":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2149":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2150":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2151":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2152":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2153":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2154":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2155":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2156":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2157":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2158":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2159":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2160":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2161":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2162":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2163":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2164":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2165":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2166":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2167":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2168":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2169":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2170":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2171":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2172":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2173":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2174":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2175":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2176":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2177":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2178":{"runs":[4,1,8,1,12,2,1,2,14,1,67,4,54,2,7,1,1,3,7,1,1,3,16,1,1,3,8,1,1,3,5,1,1,4,8,2,9,3,81,3,13,2,52,3,14,2,94,3,15,2,87,3,18,3,91,3,15,4,10,8,11,1,8,20,1,3,4,13,3,21,4,27,4,32,4,25,4,5,4,19,4,21,4,18,2,23,1,4,15,1,8,3,1,15,16,4,85,3,4,24,4,17,4,5,2,24,4,22,9,2,38,4,4,31,4,17,4,4,1,4,21,1,8,3,1,3,2,49,7,2,1,11,3,1,1,56,22,19,34,7,6,10,1,1,5,6,1,17,24,12,6,11,1,3,1,2,1,4,7,1,8,3,1,3,4,18,6,1,4,3,1,4,9,1,8,3,1,3,4,20,6,1,4,3,1,4,19,1,8,3,1,3,4,15,4,21,2,2,4,21,4,10,1,1,23,4,4,11,4,18,3,29,3,1,1,5,52,23,4,28,1,1,5,5,1,14,48,3,1,4,2,19,1,5,3,14,4,24,3,12,4,24,4,24,1,6,3,63,13,18,1,3,21,5,4,35,4,46,1,3,1,3,2,2,4,21,4,7,1,4,4,11,4,18,2,2,4,30,4,17,4,24,2,2,4,29,4,16,4,23,2,2,4,40,4,20,4,27,4,20,18,3,1,2,1,4,11,1,8,11,1,1,4,23,1,5,18,1,8,9,1,33,8,14,1,4,4,33,1,2,4,4,1,4,15,1,8,9,1,3,36,3,4,16,14,13,1,4,14,1,8,3,1,3,6,1,4,24,1,4,16,1,8,3,1,3,6,1,4,27,2,3,1,4,15,1,8,3,1,3,6,1,4,26,2,3,1,4,19,1,8,3,1,3,3,16,4,38,3,13,2,23,6,7,8,5,1,4,3,23,3,6,2,15,1,2,1,24,1,35,1,14,76,24,1,49,1,13,1,3,1,5,6,13,1,4,10,1,8,3,1,3,6,1,3,18,4,9,4,6,4,14,1,4,8,1,8,23,1,3,3,1,1,4,4,15,4,40,4,16,4,26,4,35,4,17,8,11,1,5,4,43,1,2,4,6,2,3,4,15,4,27,2,6,4,5,4,35,2,6,2,22,4,9,42,5,4,26,6,1,4,4,1,1,5,6,1,4,3,10,4,45,4,23,5,7,1,2,1,4,4,1,8,6,1,3,6,1,4,9,5,32,1,4,4,1,8,15,1,3,6,1,4,9,5,35,1,4,5,1,8,15,1,3,6,1,4,9,6,35,1,4,9,1,8,22,1,3,4,16,10,3,42,3,2,11,1,13,1,13,10,4,4,19,1,1,7,9,1,5,6,1,4,9,10,35,1,4,7,1,8,15,1,3,6,1,4,9,8,35,1,4,6,1,8,15,1,3,6,1,4,9,7,35,1,4,4,1,8,6,1,3,6,1,4,9,8,26,1,4,5,1,8,26,1,3,4,19,1,1,13,22,1,5,2,13,4,19,1,1,11,3,3,1,1,5,6,1,4,9,6,26,1,4,5,1,8,13,1,3,4,19,1,8,1,21,1,5,3,41,5,10,7,11,2,9,6,4,4,11,2,11,2,9,4,2,18,2,10,2,5,4,2,17,2,10,2,15,2,9,13,18,6,1,4,9,6,35,1,5,7,1,8,24,1,3,2,9,1,4,3,7,3,41,3,70,3,5,3,7,65,6,3,37,2,17,51,4,6,49,1,3,4,19,1,12,2,3,15,3,1,5,6,1,4,9,8,26,1,3,5,1,8,6,1,3,6,1,4,9,6,32,1,4,9,1,8,3,1,3,6,1,15,2,4,10,3,3,4,7,4,3,1,3,1,4],"values":[{"__isSmartRef__":true,"id":2179},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2181},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2182},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2183},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2184},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2185},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2186},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2187},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2188},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2189},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2190},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2191},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2192},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2193},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2194},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2195},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2196},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2197},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2198},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2199},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2200},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2201},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2202},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2203},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2204},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2205},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2206},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2207},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2208},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2209},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2210},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2211},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2212},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2213},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2214},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2215},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2216},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2217},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2218},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2219},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2220},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2221},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2222},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2223},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2224},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2225},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2226},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2227},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2228},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2229},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2230},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2231},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2232},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2233},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2234},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2235},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2236},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2237},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2238},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2239},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2240},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2241},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2242},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2243},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2244},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2245},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2246},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2247},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2248},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2249},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2250},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2251},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2252},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2253},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2254},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2255},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2256},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2257},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2258},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2259},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2260},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2261},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2262},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2263},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2264},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2265},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2266},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2267},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2268},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2269},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2270},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2271},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2272},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2273},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2274},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2275},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2276},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2277},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2278},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2279},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2280},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2281},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2282},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2283},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2284},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2285},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2286},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2287},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2288},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2289},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2290},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2291},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2292},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2293},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2294},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2295},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2296},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2297},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2298},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2299},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2300},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2301},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2302},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2303},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2304},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2305},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2306},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2307},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2308},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2309},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2310},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2311},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2312},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2313},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2314},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2315},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2316},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2317},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2318},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2319},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2320},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2321},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2322},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2323},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2324},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2325},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2326},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2327},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2328},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2329},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2330},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2331},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2332},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2333},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2334},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2335},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2336},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2337},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2338},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2339},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2340},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2341},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2342},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2343},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2344},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2345},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2346},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2347},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2348},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2349},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2350},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2351},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2352},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2353},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2354},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2355},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2356},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2357},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2358},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2359},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2360},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2361},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2362},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2363},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2364},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2365},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2366},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2367},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2368},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2369},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2370},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2371},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2372},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2373},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2374},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2375},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2376},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2377},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2378},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2379},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2380},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2381},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2382},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2383},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2384},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2385},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2386},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2387},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2388},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2389},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2390},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2391},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2392},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2393},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2394},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2395},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2396},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2397},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2398},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2399},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2400},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2401},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2402},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2403},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2404},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2405},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2406},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2407},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2408},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2409},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2410},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2411},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2412},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2413},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2414},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2415},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2416},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2417},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2418},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2419},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2420},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2421},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2422},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2423},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2424},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2425},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2426},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2427},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2428},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2429},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2430},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2431},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2432},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2433},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2434},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2435},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2436},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2437},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2438},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2439},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2440},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2441},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2442},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2443},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2444},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2445},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2446},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2447},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2448},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2449},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2450},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2451},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2452},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2453},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2454},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2455},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2456},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2457},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2458},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2459},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2460},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2461},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2462},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2463},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2464},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2465},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2466},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2467},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2468},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2469},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2470},{"__isSmartRef__":true,"id":2471},{"__isSmartRef__":true,"id":2472},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2473},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2474},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2475},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2476},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2477},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2478},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2479},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2480},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2481},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2482},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2483},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2484},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2485},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2486},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2487},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2488},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2489},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2490},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2491},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2492},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2493},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2494},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2495},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2496},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2497},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2498},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2499},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2500},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2501},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2502},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2503},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2504},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2505},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2506},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2507},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2508},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2509},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2510},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2511},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2512},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2513},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2514},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2515},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2516},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2517},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2518},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2519},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2520},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2521},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2522},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2523},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2524},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2525},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2526},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2527},{"__isSmartRef__":true,"id":2528},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2529},{"__isSmartRef__":true,"id":2530},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2531},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2532},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2533},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2534},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2535},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2536},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2537},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2538},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2539},{"__isSmartRef__":true,"id":2540},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2541},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2542},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2543},{"__isSmartRef__":true,"id":2544},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2545},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2546},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2547},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2548},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2549},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2550},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2551},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2552},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2553},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2554},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2555},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2556},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2557},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2558},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2559},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2560},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2561},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2562},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2563},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2564},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2565},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2566},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2567},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2568},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2569},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2570},{"__isSmartRef__":true,"id":2571},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2572},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2573},{"__isSmartRef__":true,"id":2574},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2575},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2576},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2577},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2578},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2579},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2580},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2581},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2582},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2583},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2584},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2585},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2586},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2587},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2588},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2589},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2590},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2591},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2592},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2593},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2594},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2595},{"__isSmartRef__":true,"id":2180},{"__isSmartRef__":true,"id":2596},{"__isSmartRef__":true,"id":2180}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"2179":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2180":{"color":{"__isSmartRef__":true,"id":634},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2181":{"color":{"__isSmartRef__":true,"id":638},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2182":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2183":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2184":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2185":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2186":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2187":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2188":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2189":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2190":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2191":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2192":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2193":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2194":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2195":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2196":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2197":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2198":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2199":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2200":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2201":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2202":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2203":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2204":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2205":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2206":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2207":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2208":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2209":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2210":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2211":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2212":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2213":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2214":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2215":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2216":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2217":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2218":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2219":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2220":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2221":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2222":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2223":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2224":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2225":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2226":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2227":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2228":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2229":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2230":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2231":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2232":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2233":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2234":{"color":{"__isSmartRef__":true,"id":1814},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2235":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2236":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2237":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2238":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2239":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2240":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2241":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2242":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2243":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2244":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2245":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2246":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2247":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2248":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2249":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2250":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2251":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2252":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2253":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2254":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2255":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2256":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2257":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2258":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2259":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2260":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2261":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2262":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2263":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2264":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2265":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2266":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2267":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2268":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2269":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2270":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2271":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2272":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2273":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2274":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2275":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2276":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2277":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2278":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2279":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2280":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2281":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2282":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2283":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2284":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2285":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2286":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2287":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2288":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2289":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2290":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2291":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2292":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2293":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2294":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2295":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2296":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2297":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2298":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2299":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2300":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2301":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2302":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2303":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2304":{"color":{"__isSmartRef__":true,"id":1885},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2305":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2306":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2307":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2308":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2309":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2310":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2311":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2312":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2313":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2314":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2315":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2316":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2317":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2318":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2319":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2320":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2321":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2322":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2323":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2324":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2325":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2326":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2327":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2328":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2329":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2330":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2331":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2332":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2333":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2334":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2335":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2336":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2337":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2338":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2339":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2340":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2341":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2342":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2343":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2344":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2345":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2346":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2347":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2348":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2349":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2350":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2351":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2352":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2353":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2354":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2355":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2356":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2357":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2358":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2359":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2360":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2361":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2362":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2363":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2364":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2365":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2366":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2367":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2368":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2369":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2370":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2371":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2372":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2373":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2374":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2375":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2376":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2377":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2378":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2379":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2380":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2381":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2382":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2383":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2384":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2385":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2386":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2387":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2388":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2389":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2390":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2391":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2392":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2393":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2394":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2395":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2396":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2397":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2398":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2399":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2400":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2401":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2402":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2403":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2404":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2405":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2406":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2407":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2408":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2409":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2410":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2411":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2412":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2413":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2414":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2415":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2416":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2417":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2418":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2419":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2420":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2421":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2422":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2423":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2424":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2425":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2426":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2427":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2428":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2429":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2430":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2431":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2432":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2433":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2434":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2435":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2436":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2437":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2438":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2439":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2440":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2441":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2442":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2443":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2444":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2445":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2446":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2447":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2448":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2449":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2450":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2451":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2452":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2453":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2454":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2455":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2456":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2457":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2458":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2459":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2460":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2461":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2462":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2463":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2464":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2465":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2466":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2467":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2468":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2469":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2470":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2471":{"color":{"__isSmartRef__":true,"id":1885},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2472":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2473":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2474":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2475":{"color":{"__isSmartRef__":true,"id":654},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2476":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2477":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2478":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2479":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2480":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2481":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2482":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2483":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2484":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2485":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2486":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2487":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2488":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2489":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2490":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2491":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2492":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2493":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2494":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2495":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2496":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2497":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2498":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2499":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2500":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2501":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2502":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2503":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2504":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2505":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2506":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2507":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2508":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2509":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2510":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2511":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2512":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2513":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2514":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2515":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2516":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2517":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2518":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2519":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2520":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2521":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2522":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2523":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2524":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2525":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2526":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2527":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2528":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2529":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2530":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2531":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2532":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2533":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2534":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2535":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2536":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2537":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2538":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2539":{"color":{"__isSmartRef__":true,"id":1885},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2540":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2541":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2542":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2543":{"color":{"__isSmartRef__":true,"id":1885},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2544":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2545":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2546":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2547":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2548":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2549":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2550":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2551":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2552":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2553":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2554":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2555":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2556":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2557":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2558":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2559":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2560":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2561":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2562":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2563":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2564":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2565":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2566":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2567":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2568":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2569":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2570":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2571":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2572":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2573":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2574":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2575":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2576":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2577":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2578":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2579":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2580":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2581":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2582":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2583":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2584":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2585":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2586":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2587":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2588":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2589":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2590":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2591":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2592":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2593":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2594":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2595":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2596":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"2597":{"delegate":{"__isSmartRef__":true,"id":2598},"__SourceModuleName__":"Global.anonymous_module_3","definition":"{\"Pane1Content\":\"!List\",\"Pane1Selection\":\"!Selection\",\"Pane1Menu\":\"!Menu\"}","isInstanceOfAnonymousClass":true,"isRelay":true},"2598":{"baseWidth":211,"textStyle":null,"submorphs":[{"__isSmartRef__":true,"id":2599}],"owner":{"__isSmartRef__":true,"id":2616},"_livelyDataWrapperId_":"1726:FilterableListMorph","origin":{"__isSmartRef__":true,"id":2671},"shape":{"__isSmartRef__":true,"id":2672},"priorExtent":{"__isSmartRef__":true,"id":2673},"itemList":[{"__isSmartRef__":true,"id":1014},{"__isSmartRef__":true,"id":1529},{"__isSmartRef__":true,"id":1530},{"__isSmartRef__":true,"id":1531},{"__isSmartRef__":true,"id":1532},{"__isSmartRef__":true,"id":1533},{"__isSmartRef__":true,"id":1534},{"__isSmartRef__":true,"id":1535},{"__isSmartRef__":true,"id":1536},{"__isSmartRef__":true,"id":1537},{"__isSmartRef__":true,"id":1538},{"__isSmartRef__":true,"id":1539},{"__isSmartRef__":true,"id":1540},{"__isSmartRef__":true,"id":1541},{"__isSmartRef__":true,"id":1542},{"__isSmartRef__":true,"id":1543},{"__isSmartRef__":true,"id":1544},{"__isSmartRef__":true,"id":1545},{"__isSmartRef__":true,"id":1546},{"__isSmartRef__":true,"id":1547},{"__isSmartRef__":true,"id":1548},{"__isSmartRef__":true,"id":1549},{"__isSmartRef__":true,"id":1550},{"__isSmartRef__":true,"id":1551},{"__isSmartRef__":true,"id":1552},{"__isSmartRef__":true,"id":1553},{"__isSmartRef__":true,"id":1554},{"__isSmartRef__":true,"id":1555},{"__isSmartRef__":true,"id":1556},{"__isSmartRef__":true,"id":1557},{"__isSmartRef__":true,"id":1558},{"__isSmartRef__":true,"id":1559},{"__isSmartRef__":true,"id":1560},{"__isSmartRef__":true,"id":1561},{"__isSmartRef__":true,"id":1562},{"__isSmartRef__":true,"id":1563},{"__isSmartRef__":true,"id":1564},{"__isSmartRef__":true,"id":1565},{"__isSmartRef__":true,"id":1566},{"__isSmartRef__":true,"id":1567},{"__isSmartRef__":true,"id":1568},{"__isSmartRef__":true,"id":1569},{"__isSmartRef__":true,"id":1570},{"__isSmartRef__":true,"id":1571},{"__isSmartRef__":true,"id":1572},{"__isSmartRef__":true,"id":1573},{"__isSmartRef__":true,"id":1574},{"__isSmartRef__":true,"id":1575},{"__isSmartRef__":true,"id":1576},{"__isSmartRef__":true,"id":1577},{"__isSmartRef__":true,"id":1578},{"__isSmartRef__":true,"id":1579},{"__isSmartRef__":true,"id":1580},{"__isSmartRef__":true,"id":1581},{"__isSmartRef__":true,"id":1582},{"__isSmartRef__":true,"id":1583},{"__isSmartRef__":true,"id":1584},{"__isSmartRef__":true,"id":1585},{"__isSmartRef__":true,"id":1586},{"__isSmartRef__":true,"id":1587},{"__isSmartRef__":true,"id":1588},{"__isSmartRef__":true,"id":1589},{"__isSmartRef__":true,"id":1590},{"__isSmartRef__":true,"id":1591},{"__isSmartRef__":true,"id":1592},{"__isSmartRef__":true,"id":1593},{"__isSmartRef__":true,"id":1594},{"__isSmartRef__":true,"id":1595},{"__isSmartRef__":true,"id":1596},{"__isSmartRef__":true,"id":1597},{"__isSmartRef__":true,"id":1598},{"__isSmartRef__":true,"id":1599}],"selectedLineNo":0,"selection":{"__isSmartRef__":true,"id":1493},"pvtCachedTransform":{"__isSmartRef__":true,"id":2674},"savedFill":null,"filter":{"__isSmartRef__":true,"id":2675},"suppressHandles":true,"formalModel":{"__isSmartRef__":true,"id":2676},"openForDragAndDrop":false,"savedTextColor":{"__isSmartRef__":true,"id":634},"hasKeyboardFocus":false,"dragItem":null,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"FilterableListMorph","__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":"1726:FilterableListMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2599":{"textString":"Network.js","savedTextString":"-----","submorphs":[{"__isSmartRef__":true,"id":2600}],"owner":{"__isSmartRef__":true,"id":2598},"_livelyDataWrapperId_":"1727:TextMorph","origin":{"__isSmartRef__":true,"id":2605},"shape":{"__isSmartRef__":true,"id":2606},"textContent":{"__isSmartRef__":true,"id":2608},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2610},"textSelection":{"__isSmartRef__":true,"id":2600},"priorExtent":{"__isSmartRef__":true,"id":2611},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2612},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":2613},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":2615},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Text","textColor":{"__isSmartRef__":true,"id":2609},"__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":"1727:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,4.5)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2600":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2599},"_livelyDataWrapperId_":"1729:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2601},"shape":{"__isSmartRef__":true,"id":2602},"priorExtent":{"__isSmartRef__":true,"id":2603},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2604},"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":"1729:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2601":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2602":{"_livelyDataWrapperId_":"1728: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":"1728: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}]}},"2603":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2604":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2605":{"x":3,"y":4.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2606":{"_x":0,"_y":0,"_width":205,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":223},"_fill":{"__isSmartRef__":true,"id":2607},"__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":"205","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}]}},"2607":{"r":0.3254901960784314,"g":0.5098039215686274,"b":0.6313725490196078,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2608":{"_fill":{"__isSmartRef__":true,"id":2609},"__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(243,243,243)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2609":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2610":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":4.5,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2611":{"x":197,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2612":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2613":{"target":{"__isSmartRef__":true,"id":2598},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"2614":{"onMouseDown":"onMouseDown","onMouseMove":"onMouseMove","onMouseUp":"onMouseUp"},"2615":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2616":{"submorphs":[{"__isSmartRef__":true,"id":2598}],"owner":{"__isSmartRef__":true,"id":2617},"_livelyDataWrapperId_":"1731:ClipMorph","origin":{"__isSmartRef__":true,"id":2664},"shape":{"__isSmartRef__":true,"id":2665},"priorExtent":{"__isSmartRef__":true,"id":2667},"clip":{"__isSmartRef__":true,"id":2668},"_clip-path":"url(#40:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":2670},"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":"1731:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#40:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2617":{"submorphs":[{"__isSmartRef__":true,"id":2616},{"__isSmartRef__":true,"id":2618},{"__isSmartRef__":true,"id":2632}],"owner":{"__isSmartRef__":true,"id":991},"_livelyDataWrapperId_":"1730:ScrollPane","origin":{"__isSmartRef__":true,"id":2659},"shape":{"__isSmartRef__":true,"id":2660},"priorExtent":{"__isSmartRef__":true,"id":2661},"pvtCachedTransform":{"__isSmartRef__":true,"id":2662},"clipMorph":{"__isSmartRef__":true,"id":2616},"verticalScrollBar":{"__isSmartRef__":true,"id":2618},"attributeConnections":[{"__isSmartRef__":true,"id":2663}],"suppressHandles":true,"menuButton":{"__isSmartRef__":true,"id":2632},"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":"1730:ScrollPane","namespaceURI":null},{"key":"transform","value":"translate(0,27.65)","namespaceURI":null}]}},"2618":{"submorphs":[{"__isSmartRef__":true,"id":2619}],"owner":{"__isSmartRef__":true,"id":2617},"_livelyDataWrapperId_":"1733:SliderMorph","origin":{"__isSmartRef__":true,"id":2626},"shape":{"__isSmartRef__":true,"id":2627},"priorExtent":{"__isSmartRef__":true,"id":2628},"value":0,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":2629},"slider":{"__isSmartRef__":true,"id":2619},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":2630},{"__isSmartRef__":true,"id":2631}],"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":"1733:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(192.5,14)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]}},"2619":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2618},"_livelyDataWrapperId_":"1734:Morph","origin":{"__isSmartRef__":true,"id":2620},"shape":{"__isSmartRef__":true,"id":2621},"priorExtent":{"__isSmartRef__":true,"id":2622},"pvtCachedTransform":{"__isSmartRef__":true,"id":2623},"mouseHandler":{"__isSmartRef__":true,"id":2624},"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":"1734:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null},{"key":"display","value":"none","namespaceURI":null}]}},"2620":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2621":{"_x":0,"_y":0,"_width":13,"_height":179.5500030517578,"_stroke":{"__isSmartRef__":true,"id":70},"_fill":{"__isSmartRef__":true,"id":71},"_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":"179.5500030517578","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}]}},"2622":{"x":12,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2623":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2624":{"target":{"__isSmartRef__":true,"id":2618},"eventSpec":{"__isSmartRef__":true,"id":2625},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"2625":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"2626":{"x":192.5,"y":14,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2627":{"_x":0,"_y":0,"_width":13,"_height":179.5500030517578,"_stroke":{"__isSmartRef__":true,"id":82},"_fill":{"__isSmartRef__":true,"id":83},"_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":"179.5500030517578","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}]}},"2628":{"x":5,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2629":{"a":1,"b":0,"c":0,"d":1,"e":192.5,"f":14,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2630":{"sourceObj":{"__isSmartRef__":true,"id":2618},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":2617},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2631":{"sourceObj":{"__isSmartRef__":true,"id":2618},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":2617},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2632":{"submorphs":[{"__isSmartRef__":true,"id":2633},{"__isSmartRef__":true,"id":2638},{"__isSmartRef__":true,"id":2643},{"__isSmartRef__":true,"id":2648}],"owner":{"__isSmartRef__":true,"id":2617},"_livelyDataWrapperId_":"1929:Morph","origin":{"__isSmartRef__":true,"id":2653},"shape":{"__isSmartRef__":true,"id":2654},"priorExtent":{"__isSmartRef__":true,"id":2655},"pvtCachedTransform":{"__isSmartRef__":true,"id":2656},"suppressHandles":true,"mouseHandler":{"__isSmartRef__":true,"id":2657},"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":"1929:Morph","namespaceURI":null},{"key":"transform","value":"translate(192.5,0)","namespaceURI":null}]}},"2633":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2632},"_livelyDataWrapperId_":"1930:Morph","origin":{"__isSmartRef__":true,"id":2634},"shape":{"__isSmartRef__":true,"id":2635},"priorExtent":{"__isSmartRef__":true,"id":2636},"pvtCachedTransform":{"__isSmartRef__":true,"id":2637},"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":"1930:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2634":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2635":{"_stroke":{"__isSmartRef__":true,"id":223},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Polyline","__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}]}},"2636":{"x":6,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2637":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2638":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2632},"_livelyDataWrapperId_":"1931:Morph","origin":{"__isSmartRef__":true,"id":2639},"shape":{"__isSmartRef__":true,"id":2640},"priorExtent":{"__isSmartRef__":true,"id":2641},"pvtCachedTransform":{"__isSmartRef__":true,"id":2642},"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":"1931:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2639":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2640":{"_stroke":{"__isSmartRef__":true,"id":223},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Polyline","__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}]}},"2641":{"x":2,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2642":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2643":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2632},"_livelyDataWrapperId_":"1932:Morph","origin":{"__isSmartRef__":true,"id":2644},"shape":{"__isSmartRef__":true,"id":2645},"priorExtent":{"__isSmartRef__":true,"id":2646},"pvtCachedTransform":{"__isSmartRef__":true,"id":2647},"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":"1932:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2644":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2645":{"_stroke":{"__isSmartRef__":true,"id":223},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Polyline","__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}]}},"2646":{"x":4,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2647":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2648":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2632},"_livelyDataWrapperId_":"1933:Morph","origin":{"__isSmartRef__":true,"id":2649},"shape":{"__isSmartRef__":true,"id":2650},"priorExtent":{"__isSmartRef__":true,"id":2651},"pvtCachedTransform":{"__isSmartRef__":true,"id":2652},"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":"1933:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2649":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2650":{"_stroke":{"__isSmartRef__":true,"id":223},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Polyline","__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}]}},"2651":{"x":6,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2652":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2653":{"x":192.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2654":{"_x":0,"_y":0,"_width":14,"_height":14,"_stroke":{"__isSmartRef__":true,"id":223},"_fill":{"__isSmartRef__":true,"id":83},"__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":"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}]}},"2655":{"x":14,"y":14,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2656":{"a":1,"b":0,"c":0,"d":1,"e":192.5,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2657":{"target":{"__isSmartRef__":true,"id":2617},"eventSpec":{"__isSmartRef__":true,"id":2658},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"2658":{"onMouseDown":"menuButtonPressed"},"2659":{"x":0,"y":27.65,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2660":{"_x":0,"_y":0,"_width":205.5,"_height":193.54999999999998,"_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":"205.5","namespaceURI":null},{"key":"height","value":"193.54999999999998","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"2661":{"x":205,"y":192.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2662":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":27.65,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2663":{"sourceObj":{"__isSmartRef__":true,"id":2617},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":2618},"targetMethodName":"setValue","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2664":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2665":{"_x":0,"_y":0,"_width":193.5,"_height":193.5500030517578,"_fill":{"__isSmartRef__":true,"id":2666},"__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":"193.5","namespaceURI":null},{"key":"height","value":"193.5500030517578","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}]}},"2666":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2667":{"x":205,"y":192.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2668":{"_livelyDataWrapperId_":"40:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":2669},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"40:lively.scene.Clip","namespaceURI":null}]}},"2669":{"_fill":{"__isSmartRef__":true,"id":2666},"__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.5500030517578","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}]}},"2670":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2671":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2672":{"_x":0,"_y":0,"_width":193.5,"_height":193.5500030517578,"_stroke":{"__isSmartRef__":true,"id":223},"_fill":{"__isSmartRef__":true,"id":2666},"__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":"193.5","namespaceURI":null},{"key":"height","value":"193.5500030517578","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}]}},"2673":{"x":205,"y":192.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2674":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2675":{"__regExp__":"/netw/i"},"2676":{"delegate":{"__isSmartRef__":true,"id":1012},"__SourceModuleName__":"Global.anonymous_module_3","definition":"{\"List\":\"-Pane1Content\",\"Selection\":\"Pane1Selection\",\"Menu\":\"-Pane1Menu\"}","isInstanceOfAnonymousClass":true,"isRelay":true},"2677":{"delegate":{"__isSmartRef__":true,"id":2678},"__SourceModuleName__":"Global.anonymous_module_3","definition":"{\"Pane2Content\":\"!List\",\"Pane2Selection\":\"!Selection\",\"Pane2Menu\":\"!Menu\"}","isInstanceOfAnonymousClass":true,"isRelay":true},"2678":{"baseWidth":208,"textStyle":null,"submorphs":[{"__isSmartRef__":true,"id":2679},{"__isSmartRef__":true,"id":2693},{"__isSmartRef__":true,"id":2707},{"__isSmartRef__":true,"id":2721},{"__isSmartRef__":true,"id":2735},{"__isSmartRef__":true,"id":2749},{"__isSmartRef__":true,"id":2763},{"__isSmartRef__":true,"id":2778},{"__isSmartRef__":true,"id":2792},{"__isSmartRef__":true,"id":2806},{"__isSmartRef__":true,"id":2820},{"__isSmartRef__":true,"id":2834},{"__isSmartRef__":true,"id":2848},{"__isSmartRef__":true,"id":2862},{"__isSmartRef__":true,"id":2876},{"__isSmartRef__":true,"id":2890},{"__isSmartRef__":true,"id":2904}],"owner":{"__isSmartRef__":true,"id":2918},"_livelyDataWrapperId_":"1735:FilterableListMorph","origin":{"__isSmartRef__":true,"id":2973},"shape":{"__isSmartRef__":true,"id":2974},"priorExtent":{"__isSmartRef__":true,"id":2975},"itemList":[{"__isSmartRef__":true,"id":1602},{"__isSmartRef__":true,"id":1604},{"__isSmartRef__":true,"id":1606},{"__isSmartRef__":true,"id":1608},{"__isSmartRef__":true,"id":1610},{"__isSmartRef__":true,"id":1612},{"__isSmartRef__":true,"id":1614},{"__isSmartRef__":true,"id":1616},{"__isSmartRef__":true,"id":1618},{"__isSmartRef__":true,"id":1620},{"__isSmartRef__":true,"id":1622},{"__isSmartRef__":true,"id":1624},{"__isSmartRef__":true,"id":1626},{"__isSmartRef__":true,"id":1628},{"__isSmartRef__":true,"id":1630},{"__isSmartRef__":true,"id":1632},{"__isSmartRef__":true,"id":1634}],"selectedLineNo":6,"selection":{"__isSmartRef__":true,"id":1615},"pvtCachedTransform":{"__isSmartRef__":true,"id":2976},"savedFill":null,"filter":{"__isSmartRef__":true,"id":2977},"suppressHandles":true,"formalModel":{"__isSmartRef__":true,"id":2978},"openForDragAndDrop":false,"dragItem":null,"savedTextColor":{"__isSmartRef__":true,"id":634},"hasKeyboardFocus":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"FilterableListMorph","__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":"1735:FilterableListMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2679":{"textString":"URL","savedTextString":"-----","submorphs":[{"__isSmartRef__":true,"id":2680}],"owner":{"__isSmartRef__":true,"id":2678},"_livelyDataWrapperId_":"1736:TextMorph","origin":{"__isSmartRef__":true,"id":2685},"shape":{"__isSmartRef__":true,"id":2686},"textContent":{"__isSmartRef__":true,"id":2687},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2688},"textSelection":{"__isSmartRef__":true,"id":2680},"priorExtent":{"__isSmartRef__":true,"id":2689},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2690},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":2691},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":2692},"openForDragAndDrop":false,"textColor":{"__isSmartRef__":true,"id":223},"__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":"1736:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,4.5)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2680":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2679},"_livelyDataWrapperId_":"1738:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2681},"shape":{"__isSmartRef__":true,"id":2682},"priorExtent":{"__isSmartRef__":true,"id":2683},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2684},"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":"1738:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2681":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2682":{"_livelyDataWrapperId_":"1737: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":"1737: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}]}},"2683":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2684":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2685":{"x":3,"y":4.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2686":{"_x":0,"_y":0,"_width":205,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":223},"_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":"205","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}]}},"2687":{"_fill":{"__isSmartRef__":true,"id":223},"__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}]}},"2688":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":4.5,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2689":{"x":197,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2690":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2691":{"target":{"__isSmartRef__":true,"id":2678},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"2692":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2693":{"textString":"URL (extension)","savedTextString":"URL (extension)","submorphs":[{"__isSmartRef__":true,"id":2694}],"owner":{"__isSmartRef__":true,"id":2678},"_livelyDataWrapperId_":"7028:TextMorph","origin":{"__isSmartRef__":true,"id":2699},"shape":{"__isSmartRef__":true,"id":2700},"textContent":{"__isSmartRef__":true,"id":2701},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2702},"textSelection":{"__isSmartRef__":true,"id":2694},"priorExtent":{"__isSmartRef__":true,"id":2703},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2704},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":2705},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":2706},"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":"7028:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,22.199999809265137)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2694":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2693},"_livelyDataWrapperId_":"7030:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2695},"shape":{"__isSmartRef__":true,"id":2696},"priorExtent":{"__isSmartRef__":true,"id":2697},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2698},"__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":"7030:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2695":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2696":{"_livelyDataWrapperId_":"7029: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":"7029: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}]}},"2697":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2698":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2699":{"x":3,"y":22.199999809265137,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2700":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"2701":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"2702":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":22.199999809265137,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2703":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2704":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2705":{"target":{"__isSmartRef__":true,"id":2678},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"2706":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2707":{"textString":"URL (extension)","savedTextString":"URL (extension)","submorphs":[{"__isSmartRef__":true,"id":2708}],"owner":{"__isSmartRef__":true,"id":2678},"_livelyDataWrapperId_":"7031:TextMorph","origin":{"__isSmartRef__":true,"id":2713},"shape":{"__isSmartRef__":true,"id":2714},"textContent":{"__isSmartRef__":true,"id":2715},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2716},"textSelection":{"__isSmartRef__":true,"id":2708},"priorExtent":{"__isSmartRef__":true,"id":2717},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2718},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":2719},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":2720},"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":"7031:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,39.89999961853027)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2708":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2707},"_livelyDataWrapperId_":"7033:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2709},"shape":{"__isSmartRef__":true,"id":2710},"priorExtent":{"__isSmartRef__":true,"id":2711},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2712},"__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":"7033:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2709":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2710":{"_livelyDataWrapperId_":"7032: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":"7032: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}]}},"2711":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2712":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2713":{"x":3,"y":39.89999961853027,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2714":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"2715":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"2716":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":39.89999961853027,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2717":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2718":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2719":{"target":{"__isSmartRef__":true,"id":2678},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"2720":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2721":{"textString":"URL (extension)","savedTextString":"URL (extension)","submorphs":[{"__isSmartRef__":true,"id":2722}],"owner":{"__isSmartRef__":true,"id":2678},"_livelyDataWrapperId_":"7034:TextMorph","origin":{"__isSmartRef__":true,"id":2727},"shape":{"__isSmartRef__":true,"id":2728},"textContent":{"__isSmartRef__":true,"id":2729},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2730},"textSelection":{"__isSmartRef__":true,"id":2722},"priorExtent":{"__isSmartRef__":true,"id":2731},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2732},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":2733},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":2734},"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":"7034:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,57.59999942779541)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2722":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2721},"_livelyDataWrapperId_":"7036:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2723},"shape":{"__isSmartRef__":true,"id":2724},"priorExtent":{"__isSmartRef__":true,"id":2725},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2726},"__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":"7036:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2723":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2724":{"_livelyDataWrapperId_":"7035: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":"7035: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}]}},"2725":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2726":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2727":{"x":3,"y":57.59999942779541,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2728":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"2729":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"2730":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":57.59999942779541,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2731":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2732":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2733":{"target":{"__isSmartRef__":true,"id":2678},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"2734":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2735":{"textString":"URL (extension)","savedTextString":"URL (extension)","submorphs":[{"__isSmartRef__":true,"id":2736}],"owner":{"__isSmartRef__":true,"id":2678},"_livelyDataWrapperId_":"7037:TextMorph","origin":{"__isSmartRef__":true,"id":2741},"shape":{"__isSmartRef__":true,"id":2742},"textContent":{"__isSmartRef__":true,"id":2743},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2744},"textSelection":{"__isSmartRef__":true,"id":2736},"priorExtent":{"__isSmartRef__":true,"id":2745},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2746},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":2747},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":2748},"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":"7037:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,75.29999923706055)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2736":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2735},"_livelyDataWrapperId_":"7039:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2737},"shape":{"__isSmartRef__":true,"id":2738},"priorExtent":{"__isSmartRef__":true,"id":2739},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2740},"__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":"7039:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2737":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2738":{"_livelyDataWrapperId_":"7038: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":"7038: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}]}},"2739":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2740":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2741":{"x":3,"y":75.29999923706055,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2742":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"2743":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"2744":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":75.29999923706055,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2745":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2746":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2747":{"target":{"__isSmartRef__":true,"id":2678},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"2748":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2749":{"textString":"NetRequestStatus","savedTextString":"NetRequestStatus","submorphs":[{"__isSmartRef__":true,"id":2750}],"owner":{"__isSmartRef__":true,"id":2678},"_livelyDataWrapperId_":"7040:TextMorph","origin":{"__isSmartRef__":true,"id":2755},"shape":{"__isSmartRef__":true,"id":2756},"textContent":{"__isSmartRef__":true,"id":2757},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2758},"textSelection":{"__isSmartRef__":true,"id":2750},"priorExtent":{"__isSmartRef__":true,"id":2759},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2760},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":2761},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":2762},"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":"7040:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,92.99999904632568)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2750":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2749},"_livelyDataWrapperId_":"7042:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2751},"shape":{"__isSmartRef__":true,"id":2752},"priorExtent":{"__isSmartRef__":true,"id":2753},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2754},"__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":"7042:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2751":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2752":{"_livelyDataWrapperId_":"7041: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":"7041: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}]}},"2753":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2754":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2755":{"x":3,"y":92.99999904632568,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2756":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"2757":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"2758":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":92.99999904632568,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2759":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2760":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2761":{"target":{"__isSmartRef__":true,"id":2678},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"2762":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2763":{"textString":"NetRequest","savedTextString":"NetRequest","submorphs":[{"__isSmartRef__":true,"id":2764}],"owner":{"__isSmartRef__":true,"id":2678},"_livelyDataWrapperId_":"7043:TextMorph","origin":{"__isSmartRef__":true,"id":2769},"shape":{"__isSmartRef__":true,"id":2770},"textContent":{"__isSmartRef__":true,"id":2771},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2773},"textSelection":{"__isSmartRef__":true,"id":2764},"priorExtent":{"__isSmartRef__":true,"id":2774},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2775},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":2776},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":2777},"openForDragAndDrop":false,"textColor":{"__isSmartRef__":true,"id":2772},"__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":"7043:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,110.69999885559082)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2764":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2763},"_livelyDataWrapperId_":"7045:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2765},"shape":{"__isSmartRef__":true,"id":2766},"priorExtent":{"__isSmartRef__":true,"id":2767},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2768},"__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":"7045:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2765":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2766":{"_livelyDataWrapperId_":"7044: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":"7044: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}]}},"2767":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2768":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2769":{"x":3,"y":110.69999885559082,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2770":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_fill":{"__isSmartRef__":true,"id":2607},"__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":"208","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}]}},"2771":{"_fill":{"__isSmartRef__":true,"id":2772},"__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(243,243,243)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2772":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2773":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":110.69999885559082,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2774":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2775":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2776":{"target":{"__isSmartRef__":true,"id":2678},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"2777":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2778":{"textString":"NetRequestReporterTrait (object)","savedTextString":"NetRequestReporterTrait (object)","submorphs":[{"__isSmartRef__":true,"id":2779}],"owner":{"__isSmartRef__":true,"id":2678},"_livelyDataWrapperId_":"7046:TextMorph","origin":{"__isSmartRef__":true,"id":2784},"shape":{"__isSmartRef__":true,"id":2785},"textContent":{"__isSmartRef__":true,"id":2786},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2787},"textSelection":{"__isSmartRef__":true,"id":2779},"priorExtent":{"__isSmartRef__":true,"id":2788},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2789},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":2790},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":2791},"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":"7046:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,128.39999866485596)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2779":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2778},"_livelyDataWrapperId_":"7048:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2780},"shape":{"__isSmartRef__":true,"id":2781},"priorExtent":{"__isSmartRef__":true,"id":2782},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2783},"__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":"7048:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2780":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2781":{"_livelyDataWrapperId_":"7047: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":"7047: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}]}},"2782":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2783":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2784":{"x":3,"y":128.39999866485596,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2785":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"2786":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"2787":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":128.39999866485596,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2788":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2789":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2790":{"target":{"__isSmartRef__":true,"id":2678},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"2791":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2792":{"textString":"NetRequestReporter","savedTextString":"NetRequestReporter","submorphs":[{"__isSmartRef__":true,"id":2793}],"owner":{"__isSmartRef__":true,"id":2678},"_livelyDataWrapperId_":"7049:TextMorph","origin":{"__isSmartRef__":true,"id":2798},"shape":{"__isSmartRef__":true,"id":2799},"textContent":{"__isSmartRef__":true,"id":2800},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2801},"textSelection":{"__isSmartRef__":true,"id":2793},"priorExtent":{"__isSmartRef__":true,"id":2802},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2803},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":2804},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":2805},"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":"7049:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,146.0999984741211)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2793":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2792},"_livelyDataWrapperId_":"7051:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2794},"shape":{"__isSmartRef__":true,"id":2795},"priorExtent":{"__isSmartRef__":true,"id":2796},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2797},"__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":"7051:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2794":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2795":{"_livelyDataWrapperId_":"7050: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":"7050: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}]}},"2796":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2797":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2798":{"x":3,"y":146.0999984741211,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2799":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"2800":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"2801":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":146.0999984741211,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2802":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2803":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2804":{"target":{"__isSmartRef__":true,"id":2678},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"2805":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2806":{"textString":"Resource","savedTextString":"Resource","submorphs":[{"__isSmartRef__":true,"id":2807}],"owner":{"__isSmartRef__":true,"id":2678},"_livelyDataWrapperId_":"7052:TextMorph","origin":{"__isSmartRef__":true,"id":2812},"shape":{"__isSmartRef__":true,"id":2813},"textContent":{"__isSmartRef__":true,"id":2814},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2815},"textSelection":{"__isSmartRef__":true,"id":2807},"priorExtent":{"__isSmartRef__":true,"id":2816},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2817},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":2818},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":2819},"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":"7052:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,163.79999828338623)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2807":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2806},"_livelyDataWrapperId_":"7054:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2808},"shape":{"__isSmartRef__":true,"id":2809},"priorExtent":{"__isSmartRef__":true,"id":2810},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2811},"__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":"7054:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2808":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2809":{"_livelyDataWrapperId_":"7053: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":"7053: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}]}},"2810":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2811":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2812":{"x":3,"y":163.79999828338623,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2813":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"2814":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"2815":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":163.79999828338623,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2816":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2817":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2818":{"target":{"__isSmartRef__":true,"id":2678},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"2819":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2820":{"textString":"SVNResource","savedTextString":"SVNResource","submorphs":[{"__isSmartRef__":true,"id":2821}],"owner":{"__isSmartRef__":true,"id":2678},"_livelyDataWrapperId_":"7055:TextMorph","origin":{"__isSmartRef__":true,"id":2826},"shape":{"__isSmartRef__":true,"id":2827},"textContent":{"__isSmartRef__":true,"id":2828},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2829},"textSelection":{"__isSmartRef__":true,"id":2821},"priorExtent":{"__isSmartRef__":true,"id":2830},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2831},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":2832},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":2833},"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":"7055:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,181.49999809265137)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2821":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2820},"_livelyDataWrapperId_":"7057:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2822},"shape":{"__isSmartRef__":true,"id":2823},"priorExtent":{"__isSmartRef__":true,"id":2824},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2825},"__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":"7057:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2822":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2823":{"_livelyDataWrapperId_":"7056: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":"7056: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}]}},"2824":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2825":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2826":{"x":3,"y":181.49999809265137,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2827":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"2828":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"2829":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":181.49999809265137,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2830":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2831":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2832":{"target":{"__isSmartRef__":true,"id":2678},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"2833":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2834":{"textString":"SVNVersionInfo","savedTextString":"SVNVersionInfo","submorphs":[{"__isSmartRef__":true,"id":2835}],"owner":{"__isSmartRef__":true,"id":2678},"_livelyDataWrapperId_":"7058:TextMorph","origin":{"__isSmartRef__":true,"id":2840},"shape":{"__isSmartRef__":true,"id":2841},"textContent":{"__isSmartRef__":true,"id":2842},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2843},"textSelection":{"__isSmartRef__":true,"id":2835},"priorExtent":{"__isSmartRef__":true,"id":2844},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2845},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":2846},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":2847},"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":"7058:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,199.1999979019165)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2835":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2834},"_livelyDataWrapperId_":"7060:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2836},"shape":{"__isSmartRef__":true,"id":2837},"priorExtent":{"__isSmartRef__":true,"id":2838},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2839},"__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":"7060:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2836":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2837":{"_livelyDataWrapperId_":"7059: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":"7059: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}]}},"2838":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2839":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2840":{"x":3,"y":199.1999979019165,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2841":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"2842":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"2843":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":199.1999979019165,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2844":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2845":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2846":{"target":{"__isSmartRef__":true,"id":2678},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"2847":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2848":{"textString":"FileDirectory","savedTextString":"FileDirectory","submorphs":[{"__isSmartRef__":true,"id":2849}],"owner":{"__isSmartRef__":true,"id":2678},"_livelyDataWrapperId_":"7061:TextMorph","origin":{"__isSmartRef__":true,"id":2854},"shape":{"__isSmartRef__":true,"id":2855},"textContent":{"__isSmartRef__":true,"id":2856},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2857},"textSelection":{"__isSmartRef__":true,"id":2849},"priorExtent":{"__isSmartRef__":true,"id":2858},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2859},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":2860},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":2861},"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":"7061:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,216.89999771118164)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2849":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2848},"_livelyDataWrapperId_":"7063:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2850},"shape":{"__isSmartRef__":true,"id":2851},"priorExtent":{"__isSmartRef__":true,"id":2852},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2853},"__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":"7063:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2850":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2851":{"_livelyDataWrapperId_":"7062: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":"7062: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}]}},"2852":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2853":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2854":{"x":3,"y":216.89999771118164,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2855":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"2856":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"2857":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":216.89999771118164,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2858":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2859":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2860":{"target":{"__isSmartRef__":true,"id":2678},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"2861":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2862":{"textString":"FileDirectory (extension)","savedTextString":"FileDirectory (extension)","submorphs":[{"__isSmartRef__":true,"id":2863}],"owner":{"__isSmartRef__":true,"id":2678},"_livelyDataWrapperId_":"7064:TextMorph","origin":{"__isSmartRef__":true,"id":2868},"shape":{"__isSmartRef__":true,"id":2869},"textContent":{"__isSmartRef__":true,"id":2870},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2871},"textSelection":{"__isSmartRef__":true,"id":2863},"priorExtent":{"__isSmartRef__":true,"id":2872},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2873},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":2874},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":2875},"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":"7064:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,234.59999752044678)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2863":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2862},"_livelyDataWrapperId_":"7066:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2864},"shape":{"__isSmartRef__":true,"id":2865},"priorExtent":{"__isSmartRef__":true,"id":2866},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2867},"__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":"7066:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2864":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2865":{"_livelyDataWrapperId_":"7065: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":"7065: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}]}},"2866":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2867":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2868":{"x":3,"y":234.59999752044678,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2869":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"2870":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"2871":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":234.59999752044678,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2872":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2873":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2874":{"target":{"__isSmartRef__":true,"id":2678},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"2875":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2876":{"textString":"WebResource","savedTextString":"WebResource","submorphs":[{"__isSmartRef__":true,"id":2877}],"owner":{"__isSmartRef__":true,"id":2678},"_livelyDataWrapperId_":"7067:TextMorph","origin":{"__isSmartRef__":true,"id":2882},"shape":{"__isSmartRef__":true,"id":2883},"textContent":{"__isSmartRef__":true,"id":2884},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2885},"textSelection":{"__isSmartRef__":true,"id":2877},"priorExtent":{"__isSmartRef__":true,"id":2886},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2887},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":2888},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":2889},"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":"7067:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,252.2999973297119)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2877":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2876},"_livelyDataWrapperId_":"7069:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2878},"shape":{"__isSmartRef__":true,"id":2879},"priorExtent":{"__isSmartRef__":true,"id":2880},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2881},"__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":"7069:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2878":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2879":{"_livelyDataWrapperId_":"7068: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":"7068: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}]}},"2880":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2881":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2882":{"x":3,"y":252.2999973297119,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2883":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"2884":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"2885":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":252.2999973297119,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2886":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2887":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2888":{"target":{"__isSmartRef__":true,"id":2678},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"2889":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2890":{"textString":"WebResource (extension)","savedTextString":"WebResource (extension)","submorphs":[{"__isSmartRef__":true,"id":2891}],"owner":{"__isSmartRef__":true,"id":2678},"_livelyDataWrapperId_":"7070:TextMorph","origin":{"__isSmartRef__":true,"id":2896},"shape":{"__isSmartRef__":true,"id":2897},"textContent":{"__isSmartRef__":true,"id":2898},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2899},"textSelection":{"__isSmartRef__":true,"id":2891},"priorExtent":{"__isSmartRef__":true,"id":2900},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2901},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":2902},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":2903},"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":"7070:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,269.99999713897705)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2891":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2890},"_livelyDataWrapperId_":"7072:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2892},"shape":{"__isSmartRef__":true,"id":2893},"priorExtent":{"__isSmartRef__":true,"id":2894},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2895},"__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":"7072:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2892":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2893":{"_livelyDataWrapperId_":"7071: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":"7071: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}]}},"2894":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2895":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2896":{"x":3,"y":269.99999713897705,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2897":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"2898":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"2899":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":269.99999713897705,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2900":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2901":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2902":{"target":{"__isSmartRef__":true,"id":2678},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"2903":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2904":{"textString":"WebResource (extension)","savedTextString":"WebResource (extension)","submorphs":[{"__isSmartRef__":true,"id":2905}],"owner":{"__isSmartRef__":true,"id":2678},"_livelyDataWrapperId_":"7073:TextMorph","origin":{"__isSmartRef__":true,"id":2910},"shape":{"__isSmartRef__":true,"id":2911},"textContent":{"__isSmartRef__":true,"id":2912},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2913},"textSelection":{"__isSmartRef__":true,"id":2905},"priorExtent":{"__isSmartRef__":true,"id":2914},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2915},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":2916},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":2917},"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":"7073:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,287.6999969482422)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2905":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2904},"_livelyDataWrapperId_":"7075:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2906},"shape":{"__isSmartRef__":true,"id":2907},"priorExtent":{"__isSmartRef__":true,"id":2908},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2909},"__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":"7075:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2906":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2907":{"_livelyDataWrapperId_":"7074: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":"7074: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}]}},"2908":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2909":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2910":{"x":3,"y":287.6999969482422,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2911":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"2912":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"2913":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":287.6999969482422,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2914":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2915":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2916":{"target":{"__isSmartRef__":true,"id":2678},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"2917":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2918":{"submorphs":[{"__isSmartRef__":true,"id":2678}],"owner":{"__isSmartRef__":true,"id":2919},"_livelyDataWrapperId_":"1740:ClipMorph","origin":{"__isSmartRef__":true,"id":2967},"shape":{"__isSmartRef__":true,"id":2968},"priorExtent":{"__isSmartRef__":true,"id":2969},"clip":{"__isSmartRef__":true,"id":2970},"_clip-path":"url(#41:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":2972},"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":"1740:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#41:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2919":{"submorphs":[{"__isSmartRef__":true,"id":2918},{"__isSmartRef__":true,"id":2920},{"__isSmartRef__":true,"id":2935}],"owner":{"__isSmartRef__":true,"id":991},"_livelyDataWrapperId_":"1739:ScrollPane","origin":{"__isSmartRef__":true,"id":2962},"shape":{"__isSmartRef__":true,"id":2963},"priorExtent":{"__isSmartRef__":true,"id":2964},"pvtCachedTransform":{"__isSmartRef__":true,"id":2965},"clipMorph":{"__isSmartRef__":true,"id":2918},"verticalScrollBar":{"__isSmartRef__":true,"id":2920},"attributeConnections":[{"__isSmartRef__":true,"id":2966}],"suppressHandles":true,"menuButton":{"__isSmartRef__":true,"id":2935},"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":"1739:ScrollPane","namespaceURI":null},{"key":"transform","value":"translate(205.5,27.65)","namespaceURI":null}]}},"2920":{"submorphs":[{"__isSmartRef__":true,"id":2921}],"owner":{"__isSmartRef__":true,"id":2919},"_livelyDataWrapperId_":"1742:SliderMorph","origin":{"__isSmartRef__":true,"id":2928},"shape":{"__isSmartRef__":true,"id":2929},"priorExtent":{"__isSmartRef__":true,"id":2930},"value":0,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":2931},"slider":{"__isSmartRef__":true,"id":2921},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":2932},{"__isSmartRef__":true,"id":2933}],"openForDragAndDrop":false,"hitPoint":{"__isSmartRef__":true,"id":2934},"__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":"1742:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(192.5,14)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]}},"2921":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2920},"_livelyDataWrapperId_":"1743:Morph","origin":{"__isSmartRef__":true,"id":2922},"shape":{"__isSmartRef__":true,"id":2923},"priorExtent":{"__isSmartRef__":true,"id":2924},"pvtCachedTransform":{"__isSmartRef__":true,"id":2925},"mouseHandler":{"__isSmartRef__":true,"id":2926},"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":"1743:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null}]}},"2922":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2923":{"_x":0,"_y":0,"_width":13,"_height":116.08991032928976,"_stroke":{"__isSmartRef__":true,"id":70},"_fill":{"__isSmartRef__":true,"id":71},"_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":"116.08991032928976","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}]}},"2924":{"x":12,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2925":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2926":{"target":{"__isSmartRef__":true,"id":2920},"eventSpec":{"__isSmartRef__":true,"id":2927},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"2927":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"2928":{"x":192.5,"y":14,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2929":{"_x":0,"_y":0,"_width":13,"_height":179.5500030517578,"_stroke":{"__isSmartRef__":true,"id":82},"_fill":{"__isSmartRef__":true,"id":83},"_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":"179.5500030517578","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}]}},"2930":{"x":5,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2931":{"a":1,"b":0,"c":0,"d":1,"e":192.5,"f":14,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2932":{"sourceObj":{"__isSmartRef__":true,"id":2920},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":2919},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2933":{"sourceObj":{"__isSmartRef__":true,"id":2920},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":2919},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2934":{"x":3.5,"y":47.85000038146973,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2935":{"submorphs":[{"__isSmartRef__":true,"id":2936},{"__isSmartRef__":true,"id":2941},{"__isSmartRef__":true,"id":2946},{"__isSmartRef__":true,"id":2951}],"owner":{"__isSmartRef__":true,"id":2919},"_livelyDataWrapperId_":"1934:Morph","origin":{"__isSmartRef__":true,"id":2956},"shape":{"__isSmartRef__":true,"id":2957},"priorExtent":{"__isSmartRef__":true,"id":2958},"pvtCachedTransform":{"__isSmartRef__":true,"id":2959},"suppressHandles":true,"mouseHandler":{"__isSmartRef__":true,"id":2960},"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":"1934:Morph","namespaceURI":null},{"key":"transform","value":"translate(192.5,0)","namespaceURI":null}]}},"2936":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2935},"_livelyDataWrapperId_":"1935:Morph","origin":{"__isSmartRef__":true,"id":2937},"shape":{"__isSmartRef__":true,"id":2938},"priorExtent":{"__isSmartRef__":true,"id":2939},"pvtCachedTransform":{"__isSmartRef__":true,"id":2940},"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":"1935:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2937":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2938":{"_stroke":{"__isSmartRef__":true,"id":223},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Polyline","__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}]}},"2939":{"x":6,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2940":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2941":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2935},"_livelyDataWrapperId_":"1936:Morph","origin":{"__isSmartRef__":true,"id":2942},"shape":{"__isSmartRef__":true,"id":2943},"priorExtent":{"__isSmartRef__":true,"id":2944},"pvtCachedTransform":{"__isSmartRef__":true,"id":2945},"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":"1936:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2942":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2943":{"_stroke":{"__isSmartRef__":true,"id":223},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Polyline","__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}]}},"2944":{"x":2,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2945":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2946":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2935},"_livelyDataWrapperId_":"1937:Morph","origin":{"__isSmartRef__":true,"id":2947},"shape":{"__isSmartRef__":true,"id":2948},"priorExtent":{"__isSmartRef__":true,"id":2949},"pvtCachedTransform":{"__isSmartRef__":true,"id":2950},"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":"1937:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2947":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2948":{"_stroke":{"__isSmartRef__":true,"id":223},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Polyline","__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}]}},"2949":{"x":4,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2950":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2951":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2935},"_livelyDataWrapperId_":"1938:Morph","origin":{"__isSmartRef__":true,"id":2952},"shape":{"__isSmartRef__":true,"id":2953},"priorExtent":{"__isSmartRef__":true,"id":2954},"pvtCachedTransform":{"__isSmartRef__":true,"id":2955},"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":"1938:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2952":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2953":{"_stroke":{"__isSmartRef__":true,"id":223},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Polyline","__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}]}},"2954":{"x":6,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2955":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2956":{"x":192.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2957":{"_x":0,"_y":0,"_width":14,"_height":14,"_stroke":{"__isSmartRef__":true,"id":223},"_fill":{"__isSmartRef__":true,"id":83},"__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":"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}]}},"2958":{"x":14,"y":14,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2959":{"a":1,"b":0,"c":0,"d":1,"e":192.5,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2960":{"target":{"__isSmartRef__":true,"id":2919},"eventSpec":{"__isSmartRef__":true,"id":2961},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"2961":{"onMouseDown":"menuButtonPressed"},"2962":{"x":205.5,"y":27.65,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2963":{"_x":0,"_y":0,"_width":205.5,"_height":193.54999999999998,"_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":"205.5","namespaceURI":null},{"key":"height","value":"193.54999999999998","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"2964":{"x":205,"y":192.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2965":{"a":1,"b":0,"c":0,"d":1,"e":205.5,"f":27.65,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2966":{"sourceObj":{"__isSmartRef__":true,"id":2919},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":2920},"targetMethodName":"setValue","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2967":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2968":{"_x":0,"_y":0,"_width":193.5,"_height":193.5500030517578,"_fill":{"__isSmartRef__":true,"id":2666},"__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":"193.5","namespaceURI":null},{"key":"height","value":"193.5500030517578","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}]}},"2969":{"x":205,"y":192.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2970":{"_livelyDataWrapperId_":"41:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":2971},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"41:lively.scene.Clip","namespaceURI":null}]}},"2971":{"_fill":{"__isSmartRef__":true,"id":2666},"__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.5500030517578","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}]}},"2972":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2973":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2974":{"_x":0,"_y":0,"_width":193.5,"_height":193.5500030517578,"_stroke":{"__isSmartRef__":true,"id":223},"_fill":{"__isSmartRef__":true,"id":2666},"__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":"193.5","namespaceURI":null},{"key":"height","value":"193.5500030517578","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}]}},"2975":{"x":205,"y":192.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2976":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2977":{"__regExp__":"/.*/i"},"2978":{"delegate":{"__isSmartRef__":true,"id":1012},"__SourceModuleName__":"Global.anonymous_module_3","definition":"{\"List\":\"-Pane2Content\",\"Selection\":\"Pane2Selection\",\"Menu\":\"-Pane2Menu\"}","isInstanceOfAnonymousClass":true,"isRelay":true},"2979":{"delegate":{"__isSmartRef__":true,"id":2980},"__SourceModuleName__":"Global.anonymous_module_3","definition":"{\"Pane3Content\":\"!List\",\"Pane3Selection\":\"!Selection\",\"Pane3Menu\":\"!Menu\"}","isInstanceOfAnonymousClass":true,"isRelay":true},"2980":{"baseWidth":208,"textStyle":null,"submorphs":[{"__isSmartRef__":true,"id":2981},{"__isSmartRef__":true,"id":2996}],"owner":{"__isSmartRef__":true,"id":3010},"_livelyDataWrapperId_":"1744:FilterableListMorph","origin":{"__isSmartRef__":true,"id":3064},"shape":{"__isSmartRef__":true,"id":3065},"priorExtent":{"__isSmartRef__":true,"id":3066},"itemList":[{"__isSmartRef__":true,"id":1637},{"__isSmartRef__":true,"id":1639}],"selectedLineNo":0,"selection":{"__isSmartRef__":true,"id":1638},"pvtCachedTransform":{"__isSmartRef__":true,"id":3067},"savedFill":null,"filter":{"__isSmartRef__":true,"id":3068},"suppressHandles":true,"formalModel":{"__isSmartRef__":true,"id":3069},"openForDragAndDrop":false,"savedTextColor":{"__isSmartRef__":true,"id":223},"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"FilterableListMorph","__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":"1744:FilterableListMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2981":{"textString":"-- all --","savedTextString":"-----","submorphs":[{"__isSmartRef__":true,"id":2982}],"owner":{"__isSmartRef__":true,"id":2980},"_livelyDataWrapperId_":"1745:TextMorph","origin":{"__isSmartRef__":true,"id":2987},"shape":{"__isSmartRef__":true,"id":2988},"textContent":{"__isSmartRef__":true,"id":2989},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":2991},"textSelection":{"__isSmartRef__":true,"id":2982},"priorExtent":{"__isSmartRef__":true,"id":2992},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":2993},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":2994},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":2995},"openForDragAndDrop":false,"textColor":{"__isSmartRef__":true,"id":2990},"__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":"1745:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,4.5)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2982":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2981},"_livelyDataWrapperId_":"1747:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2983},"shape":{"__isSmartRef__":true,"id":2984},"priorExtent":{"__isSmartRef__":true,"id":2985},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":2986},"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":"1747:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2983":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2984":{"_livelyDataWrapperId_":"1746: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":"1746: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}]}},"2985":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2986":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2987":{"x":3,"y":4.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2988":{"_x":0,"_y":0,"_width":205,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":223},"_fill":{"__isSmartRef__":true,"id":2607},"__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":"205","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}]}},"2989":{"_fill":{"__isSmartRef__":true,"id":2990},"__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(243,243,243)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"2990":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2991":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":4.5,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"2992":{"x":197,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2993":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2994":{"target":{"__isSmartRef__":true,"id":2980},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"2995":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2996":{"textString":"default category","savedTextString":"default category","submorphs":[{"__isSmartRef__":true,"id":2997}],"owner":{"__isSmartRef__":true,"id":2980},"_livelyDataWrapperId_":"7076:TextMorph","origin":{"__isSmartRef__":true,"id":3002},"shape":{"__isSmartRef__":true,"id":3003},"textContent":{"__isSmartRef__":true,"id":3004},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3005},"textSelection":{"__isSmartRef__":true,"id":2997},"priorExtent":{"__isSmartRef__":true,"id":3006},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3007},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3008},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3009},"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":"7076:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,22.199999809265137)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"2997":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":2996},"_livelyDataWrapperId_":"7078:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":2998},"shape":{"__isSmartRef__":true,"id":2999},"priorExtent":{"__isSmartRef__":true,"id":3000},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3001},"__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":"7078:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"2998":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2999":{"_livelyDataWrapperId_":"7077: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":"7077: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}]}},"3000":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3001":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3002":{"x":3,"y":22.199999809265137,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3003":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3004":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3005":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":22.199999809265137,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3006":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3007":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3008":{"target":{"__isSmartRef__":true,"id":2980},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3009":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3010":{"submorphs":[{"__isSmartRef__":true,"id":2980}],"owner":{"__isSmartRef__":true,"id":3011},"_livelyDataWrapperId_":"1749:ClipMorph","origin":{"__isSmartRef__":true,"id":3058},"shape":{"__isSmartRef__":true,"id":3059},"priorExtent":{"__isSmartRef__":true,"id":3060},"clip":{"__isSmartRef__":true,"id":3061},"_clip-path":"url(#42:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":3063},"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":"1749:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#42:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3011":{"submorphs":[{"__isSmartRef__":true,"id":3010},{"__isSmartRef__":true,"id":3012},{"__isSmartRef__":true,"id":3026}],"owner":{"__isSmartRef__":true,"id":991},"_livelyDataWrapperId_":"1748:ScrollPane","origin":{"__isSmartRef__":true,"id":3053},"shape":{"__isSmartRef__":true,"id":3054},"priorExtent":{"__isSmartRef__":true,"id":3055},"pvtCachedTransform":{"__isSmartRef__":true,"id":3056},"clipMorph":{"__isSmartRef__":true,"id":3010},"verticalScrollBar":{"__isSmartRef__":true,"id":3012},"attributeConnections":[{"__isSmartRef__":true,"id":3057}],"suppressHandles":true,"menuButton":{"__isSmartRef__":true,"id":3026},"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":"1748:ScrollPane","namespaceURI":null},{"key":"transform","value":"translate(411,27.65)","namespaceURI":null}]}},"3012":{"submorphs":[{"__isSmartRef__":true,"id":3013}],"owner":{"__isSmartRef__":true,"id":3011},"_livelyDataWrapperId_":"1751:SliderMorph","origin":{"__isSmartRef__":true,"id":3020},"shape":{"__isSmartRef__":true,"id":3021},"priorExtent":{"__isSmartRef__":true,"id":3022},"value":0,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":3023},"slider":{"__isSmartRef__":true,"id":3013},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":3024},{"__isSmartRef__":true,"id":3025}],"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":"1751:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(192.5,14)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]}},"3013":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3012},"_livelyDataWrapperId_":"1752:Morph","origin":{"__isSmartRef__":true,"id":3014},"shape":{"__isSmartRef__":true,"id":3015},"priorExtent":{"__isSmartRef__":true,"id":3016},"pvtCachedTransform":{"__isSmartRef__":true,"id":3017},"mouseHandler":{"__isSmartRef__":true,"id":3018},"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":"1752:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null},{"key":"display","value":"none","namespaceURI":null}]}},"3014":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3015":{"_x":0,"_y":0,"_width":13,"_height":179.5500030517578,"_stroke":{"__isSmartRef__":true,"id":70},"_fill":{"__isSmartRef__":true,"id":71},"_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":"179.5500030517578","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}]}},"3016":{"x":12,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3017":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3018":{"target":{"__isSmartRef__":true,"id":3012},"eventSpec":{"__isSmartRef__":true,"id":3019},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3019":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"3020":{"x":192.5,"y":14,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3021":{"_x":0,"_y":0,"_width":13,"_height":179.5500030517578,"_stroke":{"__isSmartRef__":true,"id":82},"_fill":{"__isSmartRef__":true,"id":83},"_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":"179.5500030517578","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}]}},"3022":{"x":5,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3023":{"a":1,"b":0,"c":0,"d":1,"e":192.5,"f":14,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3024":{"sourceObj":{"__isSmartRef__":true,"id":3012},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":3011},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3025":{"sourceObj":{"__isSmartRef__":true,"id":3012},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":3011},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3026":{"submorphs":[{"__isSmartRef__":true,"id":3027},{"__isSmartRef__":true,"id":3032},{"__isSmartRef__":true,"id":3037},{"__isSmartRef__":true,"id":3042}],"owner":{"__isSmartRef__":true,"id":3011},"_livelyDataWrapperId_":"1939:Morph","origin":{"__isSmartRef__":true,"id":3047},"shape":{"__isSmartRef__":true,"id":3048},"priorExtent":{"__isSmartRef__":true,"id":3049},"pvtCachedTransform":{"__isSmartRef__":true,"id":3050},"suppressHandles":true,"mouseHandler":{"__isSmartRef__":true,"id":3051},"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":"1939:Morph","namespaceURI":null},{"key":"transform","value":"translate(192.5,0)","namespaceURI":null}]}},"3027":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3026},"_livelyDataWrapperId_":"1940:Morph","origin":{"__isSmartRef__":true,"id":3028},"shape":{"__isSmartRef__":true,"id":3029},"priorExtent":{"__isSmartRef__":true,"id":3030},"pvtCachedTransform":{"__isSmartRef__":true,"id":3031},"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":"1940:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3028":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3029":{"_stroke":{"__isSmartRef__":true,"id":223},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Polyline","__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}]}},"3030":{"x":6,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3031":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3032":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3026},"_livelyDataWrapperId_":"1941:Morph","origin":{"__isSmartRef__":true,"id":3033},"shape":{"__isSmartRef__":true,"id":3034},"priorExtent":{"__isSmartRef__":true,"id":3035},"pvtCachedTransform":{"__isSmartRef__":true,"id":3036},"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":"1941:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3033":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3034":{"_stroke":{"__isSmartRef__":true,"id":223},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Polyline","__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}]}},"3035":{"x":2,"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":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3026},"_livelyDataWrapperId_":"1942:Morph","origin":{"__isSmartRef__":true,"id":3038},"shape":{"__isSmartRef__":true,"id":3039},"priorExtent":{"__isSmartRef__":true,"id":3040},"pvtCachedTransform":{"__isSmartRef__":true,"id":3041},"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":"1942:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3038":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3039":{"_stroke":{"__isSmartRef__":true,"id":223},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Polyline","__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}]}},"3040":{"x":4,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3041":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3042":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3026},"_livelyDataWrapperId_":"1943:Morph","origin":{"__isSmartRef__":true,"id":3043},"shape":{"__isSmartRef__":true,"id":3044},"priorExtent":{"__isSmartRef__":true,"id":3045},"pvtCachedTransform":{"__isSmartRef__":true,"id":3046},"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":"1943:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3043":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3044":{"_stroke":{"__isSmartRef__":true,"id":223},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Polyline","__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}]}},"3045":{"x":6,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3046":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3047":{"x":192.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3048":{"_x":0,"_y":0,"_width":14,"_height":14,"_stroke":{"__isSmartRef__":true,"id":223},"_fill":{"__isSmartRef__":true,"id":83},"__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":"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}]}},"3049":{"x":14,"y":14,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3050":{"a":1,"b":0,"c":0,"d":1,"e":192.5,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3051":{"target":{"__isSmartRef__":true,"id":3011},"eventSpec":{"__isSmartRef__":true,"id":3052},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3052":{"onMouseDown":"menuButtonPressed"},"3053":{"x":411,"y":27.65,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3054":{"_x":0,"_y":0,"_width":205.5,"_height":193.54999999999998,"_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":"205.5","namespaceURI":null},{"key":"height","value":"193.54999999999998","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"3055":{"x":205,"y":192.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3056":{"a":1,"b":0,"c":0,"d":1,"e":411,"f":27.65,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3057":{"sourceObj":{"__isSmartRef__":true,"id":3011},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":3012},"targetMethodName":"setValue","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3058":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3059":{"_x":0,"_y":0,"_width":193.5,"_height":193.5500030517578,"_fill":{"__isSmartRef__":true,"id":2666},"__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":"193.5","namespaceURI":null},{"key":"height","value":"193.5500030517578","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}]}},"3060":{"x":205,"y":192.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3061":{"_livelyDataWrapperId_":"42:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":3062},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"42:lively.scene.Clip","namespaceURI":null}]}},"3062":{"_fill":{"__isSmartRef__":true,"id":2666},"__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.5500030517578","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}]}},"3063":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3064":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3065":{"_x":0,"_y":0,"_width":193.5,"_height":193.5500030517578,"_stroke":{"__isSmartRef__":true,"id":223},"_fill":{"__isSmartRef__":true,"id":2666},"__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":"193.5","namespaceURI":null},{"key":"height","value":"193.5500030517578","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}]}},"3066":{"x":205,"y":192.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3067":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3068":{"__regExp__":"/.*/i"},"3069":{"delegate":{"__isSmartRef__":true,"id":1012},"__SourceModuleName__":"Global.anonymous_module_3","definition":"{\"List\":\"-Pane3Content\",\"Selection\":\"Pane3Selection\",\"Menu\":\"-Pane3Menu\"}","isInstanceOfAnonymousClass":true,"isRelay":true},"3070":{"delegate":{"__isSmartRef__":true,"id":3071},"__SourceModuleName__":"Global.anonymous_module_3","definition":"{\"Pane4Content\":\"!List\",\"Pane4Selection\":\"!Selection\",\"Pane4Menu\":\"!Menu\"}","isInstanceOfAnonymousClass":true,"isRelay":true},"3071":{"baseWidth":208,"textStyle":null,"submorphs":[{"__isSmartRef__":true,"id":3072},{"__isSmartRef__":true,"id":3086},{"__isSmartRef__":true,"id":3100},{"__isSmartRef__":true,"id":3114},{"__isSmartRef__":true,"id":3128},{"__isSmartRef__":true,"id":3142},{"__isSmartRef__":true,"id":3156},{"__isSmartRef__":true,"id":3170},{"__isSmartRef__":true,"id":3184},{"__isSmartRef__":true,"id":3198},{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3226},{"__isSmartRef__":true,"id":3240},{"__isSmartRef__":true,"id":3254},{"__isSmartRef__":true,"id":3268},{"__isSmartRef__":true,"id":3282},{"__isSmartRef__":true,"id":3296},{"__isSmartRef__":true,"id":3310},{"__isSmartRef__":true,"id":3324},{"__isSmartRef__":true,"id":3338},{"__isSmartRef__":true,"id":3352},{"__isSmartRef__":true,"id":3366},{"__isSmartRef__":true,"id":3380},{"__isSmartRef__":true,"id":3394},{"__isSmartRef__":true,"id":3408},{"__isSmartRef__":true,"id":3422},{"__isSmartRef__":true,"id":3436},{"__isSmartRef__":true,"id":3450},{"__isSmartRef__":true,"id":3464},{"__isSmartRef__":true,"id":3478},{"__isSmartRef__":true,"id":3492},{"__isSmartRef__":true,"id":3506},{"__isSmartRef__":true,"id":3520},{"__isSmartRef__":true,"id":3534}],"owner":{"__isSmartRef__":true,"id":3548},"_livelyDataWrapperId_":"1753:FilterableListMorph","origin":{"__isSmartRef__":true,"id":3602},"shape":{"__isSmartRef__":true,"id":3603},"priorExtent":{"__isSmartRef__":true,"id":3604},"itemList":[{"__isSmartRef__":true,"id":1642},{"__isSmartRef__":true,"id":1644},{"__isSmartRef__":true,"id":1646},{"__isSmartRef__":true,"id":1648},{"__isSmartRef__":true,"id":1650},{"__isSmartRef__":true,"id":1652},{"__isSmartRef__":true,"id":1654},{"__isSmartRef__":true,"id":1656},{"__isSmartRef__":true,"id":1658},{"__isSmartRef__":true,"id":1660},{"__isSmartRef__":true,"id":1662},{"__isSmartRef__":true,"id":1664},{"__isSmartRef__":true,"id":1666},{"__isSmartRef__":true,"id":1668},{"__isSmartRef__":true,"id":1670},{"__isSmartRef__":true,"id":1672},{"__isSmartRef__":true,"id":1674},{"__isSmartRef__":true,"id":1676},{"__isSmartRef__":true,"id":1678},{"__isSmartRef__":true,"id":1680},{"__isSmartRef__":true,"id":1682},{"__isSmartRef__":true,"id":1684},{"__isSmartRef__":true,"id":1686},{"__isSmartRef__":true,"id":1688},{"__isSmartRef__":true,"id":1690},{"__isSmartRef__":true,"id":1692},{"__isSmartRef__":true,"id":1694},{"__isSmartRef__":true,"id":1696},{"__isSmartRef__":true,"id":1698},{"__isSmartRef__":true,"id":1700},{"__isSmartRef__":true,"id":1702},{"__isSmartRef__":true,"id":1704},{"__isSmartRef__":true,"id":1706},{"__isSmartRef__":true,"id":1708}],"selectedLineNo":-1,"selection":null,"pvtCachedTransform":{"__isSmartRef__":true,"id":3605},"savedFill":null,"filter":{"__isSmartRef__":true,"id":3606},"suppressHandles":true,"formalModel":{"__isSmartRef__":true,"id":3607},"openForDragAndDrop":false,"savedTextColor":{"__isSmartRef__":true,"id":223},"hasKeyboardFocus":false,"dragItem":null,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"FilterableListMorph","__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":"1753:FilterableListMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3072":{"textString":"documentation (proto)","savedTextString":"-----","submorphs":[{"__isSmartRef__":true,"id":3073}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"1754: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":"None","mouseHandler":{"__isSmartRef__":true,"id":3084},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3085},"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":"1754:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,4.5)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3073":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3072},"_livelyDataWrapperId_":"1756: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":"1756: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_":"1755: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":"1755: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":3,"y":4.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3079":{"_x":0,"_y":0,"_width":205,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":223},"_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":"205","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":57},"__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}]}},"3081":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":4.5,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3082":{"x":197,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3083":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3084":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3085":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3086":{"textString":"Unsent (proto)","savedTextString":"Unsent (proto)","submorphs":[{"__isSmartRef__":true,"id":3087}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7182:TextMorph","origin":{"__isSmartRef__":true,"id":3092},"shape":{"__isSmartRef__":true,"id":3093},"textContent":{"__isSmartRef__":true,"id":3094},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3095},"textSelection":{"__isSmartRef__":true,"id":3087},"priorExtent":{"__isSmartRef__":true,"id":3096},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3097},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3098},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3099},"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":"7182:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,22.199999809265137)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3087":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3086},"_livelyDataWrapperId_":"7184:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3088},"shape":{"__isSmartRef__":true,"id":3089},"priorExtent":{"__isSmartRef__":true,"id":3090},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3091},"__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":"7184:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3088":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3089":{"_livelyDataWrapperId_":"7183: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":"7183: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}]}},"3090":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3091":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3092":{"x":3,"y":22.199999809265137,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3093":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3094":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3095":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":22.199999809265137,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3096":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3097":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3098":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3099":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3100":{"textString":"Opened (proto)","savedTextString":"Opened (proto)","submorphs":[{"__isSmartRef__":true,"id":3101}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7185:TextMorph","origin":{"__isSmartRef__":true,"id":3106},"shape":{"__isSmartRef__":true,"id":3107},"textContent":{"__isSmartRef__":true,"id":3108},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3109},"textSelection":{"__isSmartRef__":true,"id":3101},"priorExtent":{"__isSmartRef__":true,"id":3110},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3111},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3112},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3113},"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":"7185:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,39.89999961853027)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3101":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3100},"_livelyDataWrapperId_":"7187:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3102},"shape":{"__isSmartRef__":true,"id":3103},"priorExtent":{"__isSmartRef__":true,"id":3104},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3105},"__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":"7187:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3102":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3103":{"_livelyDataWrapperId_":"7186: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":"7186: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}]}},"3104":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3105":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3106":{"x":3,"y":39.89999961853027,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3107":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3108":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3109":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":39.89999961853027,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3110":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3111":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3112":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3113":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3114":{"textString":"HeadersReceived (proto)","savedTextString":"HeadersReceived (proto)","submorphs":[{"__isSmartRef__":true,"id":3115}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7188:TextMorph","origin":{"__isSmartRef__":true,"id":3120},"shape":{"__isSmartRef__":true,"id":3121},"textContent":{"__isSmartRef__":true,"id":3122},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3123},"textSelection":{"__isSmartRef__":true,"id":3115},"priorExtent":{"__isSmartRef__":true,"id":3124},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3125},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3126},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3127},"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":"7188:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,57.59999942779541)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3115":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3114},"_livelyDataWrapperId_":"7190:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3116},"shape":{"__isSmartRef__":true,"id":3117},"priorExtent":{"__isSmartRef__":true,"id":3118},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3119},"__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":"7190:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3116":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3117":{"_livelyDataWrapperId_":"7189: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":"7189: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}]}},"3118":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3119":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3120":{"x":3,"y":57.59999942779541,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3121":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3122":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3123":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":57.59999942779541,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3124":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3125":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3126":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3127":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3128":{"textString":"Loading (proto)","savedTextString":"Loading (proto)","submorphs":[{"__isSmartRef__":true,"id":3129}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7191:TextMorph","origin":{"__isSmartRef__":true,"id":3134},"shape":{"__isSmartRef__":true,"id":3135},"textContent":{"__isSmartRef__":true,"id":3136},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3137},"textSelection":{"__isSmartRef__":true,"id":3129},"priorExtent":{"__isSmartRef__":true,"id":3138},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3139},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3140},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3141},"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":"7191:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,75.29999923706055)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3129":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3128},"_livelyDataWrapperId_":"7193:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3130},"shape":{"__isSmartRef__":true,"id":3131},"priorExtent":{"__isSmartRef__":true,"id":3132},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3133},"__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":"7193:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3130":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3131":{"_livelyDataWrapperId_":"7192: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":"7192: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}]}},"3132":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3133":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3134":{"x":3,"y":75.29999923706055,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3135":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3136":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3137":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":75.29999923706055,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3138":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3139":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3140":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3141":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3142":{"textString":"Done (proto)","savedTextString":"Done (proto)","submorphs":[{"__isSmartRef__":true,"id":3143}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7194:TextMorph","origin":{"__isSmartRef__":true,"id":3148},"shape":{"__isSmartRef__":true,"id":3149},"textContent":{"__isSmartRef__":true,"id":3150},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3151},"textSelection":{"__isSmartRef__":true,"id":3143},"priorExtent":{"__isSmartRef__":true,"id":3152},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3153},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3154},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3155},"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":"7194:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,92.99999904632568)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3143":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3142},"_livelyDataWrapperId_":"7196:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3144},"shape":{"__isSmartRef__":true,"id":3145},"priorExtent":{"__isSmartRef__":true,"id":3146},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3147},"__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":"7196:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3144":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3145":{"_livelyDataWrapperId_":"7195: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":"7195: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}]}},"3146":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3147":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3148":{"x":3,"y":92.99999904632568,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3149":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3150":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3151":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":92.99999904632568,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3152":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3153":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3154":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3155":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3156":{"textString":"formals (proto)","savedTextString":"formals (proto)","submorphs":[{"__isSmartRef__":true,"id":3157}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7197:TextMorph","origin":{"__isSmartRef__":true,"id":3162},"shape":{"__isSmartRef__":true,"id":3163},"textContent":{"__isSmartRef__":true,"id":3164},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3165},"textSelection":{"__isSmartRef__":true,"id":3157},"priorExtent":{"__isSmartRef__":true,"id":3166},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3167},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3168},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3169},"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":"7197:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,110.69999885559082)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3157":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3156},"_livelyDataWrapperId_":"7199:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3158},"shape":{"__isSmartRef__":true,"id":3159},"priorExtent":{"__isSmartRef__":true,"id":3160},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3161},"__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":"7199:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3158":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3159":{"_livelyDataWrapperId_":"7198: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":"7198: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}]}},"3160":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3161":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3162":{"x":3,"y":110.69999885559082,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3163":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3164":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3165":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":110.69999885559082,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3166":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3167":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3168":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3169":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3170":{"textString":"initialize (proto)","savedTextString":"initialize (proto)","submorphs":[{"__isSmartRef__":true,"id":3171}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7200:TextMorph","origin":{"__isSmartRef__":true,"id":3176},"shape":{"__isSmartRef__":true,"id":3177},"textContent":{"__isSmartRef__":true,"id":3178},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3179},"textSelection":{"__isSmartRef__":true,"id":3171},"priorExtent":{"__isSmartRef__":true,"id":3180},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3181},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3182},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3183},"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":"7200:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,128.39999866485596)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3171":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3170},"_livelyDataWrapperId_":"7202:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3172},"shape":{"__isSmartRef__":true,"id":3173},"priorExtent":{"__isSmartRef__":true,"id":3174},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3175},"__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":"7202:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3172":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3173":{"_livelyDataWrapperId_":"7201: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":"7201: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}]}},"3174":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3175":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3176":{"x":3,"y":128.39999866485596,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3177":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3178":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3179":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":128.39999866485596,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3180":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3181":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3182":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3183":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3184":{"textString":"enableProgress (proto)","savedTextString":"enableProgress (proto)","submorphs":[{"__isSmartRef__":true,"id":3185}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7203:TextMorph","origin":{"__isSmartRef__":true,"id":3190},"shape":{"__isSmartRef__":true,"id":3191},"textContent":{"__isSmartRef__":true,"id":3192},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3193},"textSelection":{"__isSmartRef__":true,"id":3185},"priorExtent":{"__isSmartRef__":true,"id":3194},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3195},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3196},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3197},"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":"7203:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,146.0999984741211)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3185":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3184},"_livelyDataWrapperId_":"7205:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3186},"shape":{"__isSmartRef__":true,"id":3187},"priorExtent":{"__isSmartRef__":true,"id":3188},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3189},"__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":"7205:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3186":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3187":{"_livelyDataWrapperId_":"7204: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":"7204: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}]}},"3188":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3189":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3190":{"x":3,"y":146.0999984741211,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3191":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3192":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3193":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":146.0999984741211,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3194":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3195":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3196":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3197":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3198":{"textString":"requestNetworkAccess (proto)","savedTextString":"requestNetworkAccess (proto)","submorphs":[{"__isSmartRef__":true,"id":3199}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7206:TextMorph","origin":{"__isSmartRef__":true,"id":3204},"shape":{"__isSmartRef__":true,"id":3205},"textContent":{"__isSmartRef__":true,"id":3206},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3207},"textSelection":{"__isSmartRef__":true,"id":3199},"priorExtent":{"__isSmartRef__":true,"id":3208},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3209},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3210},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3211},"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":"7206:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,163.79999828338623)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3199":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3198},"_livelyDataWrapperId_":"7208:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3200},"shape":{"__isSmartRef__":true,"id":3201},"priorExtent":{"__isSmartRef__":true,"id":3202},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3203},"__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":"7208:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3200":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3201":{"_livelyDataWrapperId_":"7207: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":"7207: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}]}},"3202":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3203":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3204":{"x":3,"y":163.79999828338623,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3205":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3206":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3207":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":163.79999828338623,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3208":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3209":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3210":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3211":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3212":{"textString":"beSync (proto)","savedTextString":"beSync (proto)","submorphs":[{"__isSmartRef__":true,"id":3213}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7209:TextMorph","origin":{"__isSmartRef__":true,"id":3218},"shape":{"__isSmartRef__":true,"id":3219},"textContent":{"__isSmartRef__":true,"id":3220},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3221},"textSelection":{"__isSmartRef__":true,"id":3213},"priorExtent":{"__isSmartRef__":true,"id":3222},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3223},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3224},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3225},"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":"7209:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,181.49999809265137)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3213":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3212},"_livelyDataWrapperId_":"7211:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3214},"shape":{"__isSmartRef__":true,"id":3215},"priorExtent":{"__isSmartRef__":true,"id":3216},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3217},"__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":"7211:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3214":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3215":{"_livelyDataWrapperId_":"7210: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":"7210: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}]}},"3216":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3217":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3218":{"x":3,"y":181.49999809265137,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3219":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3220":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3221":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":181.49999809265137,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3222":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3223":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3224":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3225":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3226":{"textString":"beBinary (proto)","savedTextString":"beBinary (proto)","submorphs":[{"__isSmartRef__":true,"id":3227}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7212:TextMorph","origin":{"__isSmartRef__":true,"id":3232},"shape":{"__isSmartRef__":true,"id":3233},"textContent":{"__isSmartRef__":true,"id":3234},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3235},"textSelection":{"__isSmartRef__":true,"id":3227},"priorExtent":{"__isSmartRef__":true,"id":3236},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3237},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3238},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3239},"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":"7212:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,199.1999979019165)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3227":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3226},"_livelyDataWrapperId_":"7214:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3228},"shape":{"__isSmartRef__":true,"id":3229},"priorExtent":{"__isSmartRef__":true,"id":3230},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3231},"__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":"7214:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3228":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3229":{"_livelyDataWrapperId_":"7213: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":"7213: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}]}},"3230":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3231":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3232":{"x":3,"y":199.1999979019165,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3233":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3234":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3235":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":199.1999979019165,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3236":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3237":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3238":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3239":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3240":{"textString":"onReadyStateChange (proto)","savedTextString":"onReadyStateChange (proto)","submorphs":[{"__isSmartRef__":true,"id":3241}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7215:TextMorph","origin":{"__isSmartRef__":true,"id":3246},"shape":{"__isSmartRef__":true,"id":3247},"textContent":{"__isSmartRef__":true,"id":3248},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3249},"textSelection":{"__isSmartRef__":true,"id":3241},"priorExtent":{"__isSmartRef__":true,"id":3250},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3251},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3252},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3253},"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":"7215:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,216.89999771118164)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3241":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3240},"_livelyDataWrapperId_":"7217:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3242},"shape":{"__isSmartRef__":true,"id":3243},"priorExtent":{"__isSmartRef__":true,"id":3244},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3245},"__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":"7217:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3242":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3243":{"_livelyDataWrapperId_":"7216: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":"7216: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}]}},"3244":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3245":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3246":{"x":3,"y":216.89999771118164,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3247":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3248":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3249":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":216.89999771118164,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3250":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3251":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3252":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3253":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3254":{"textString":"onProgress (proto)","savedTextString":"onProgress (proto)","submorphs":[{"__isSmartRef__":true,"id":3255}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7218:TextMorph","origin":{"__isSmartRef__":true,"id":3260},"shape":{"__isSmartRef__":true,"id":3261},"textContent":{"__isSmartRef__":true,"id":3262},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3263},"textSelection":{"__isSmartRef__":true,"id":3255},"priorExtent":{"__isSmartRef__":true,"id":3264},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3265},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3266},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3267},"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":"7218:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,234.59999752044678)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3255":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3254},"_livelyDataWrapperId_":"7220:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3256},"shape":{"__isSmartRef__":true,"id":3257},"priorExtent":{"__isSmartRef__":true,"id":3258},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3259},"__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":"7220:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3256":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3257":{"_livelyDataWrapperId_":"7219: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":"7219: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}]}},"3258":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3259":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3260":{"x":3,"y":234.59999752044678,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3261":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3262":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3263":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":234.59999752044678,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3264":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3265":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3266":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3267":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3268":{"textString":"setRequestHeaders (proto)","savedTextString":"setRequestHeaders (proto)","submorphs":[{"__isSmartRef__":true,"id":3269}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7221:TextMorph","origin":{"__isSmartRef__":true,"id":3274},"shape":{"__isSmartRef__":true,"id":3275},"textContent":{"__isSmartRef__":true,"id":3276},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3277},"textSelection":{"__isSmartRef__":true,"id":3269},"priorExtent":{"__isSmartRef__":true,"id":3278},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3279},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3280},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3281},"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":"7221:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,252.2999973297119)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3269":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3268},"_livelyDataWrapperId_":"7223:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3270},"shape":{"__isSmartRef__":true,"id":3271},"priorExtent":{"__isSmartRef__":true,"id":3272},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3273},"__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":"7223:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3270":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3271":{"_livelyDataWrapperId_":"7222: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":"7222: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}]}},"3272":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3273":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3274":{"x":3,"y":252.2999973297119,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3275":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3276":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3277":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":252.2999973297119,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3278":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3279":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3280":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3281":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3282":{"textString":"setContentType (proto)","savedTextString":"setContentType (proto)","submorphs":[{"__isSmartRef__":true,"id":3283}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7224:TextMorph","origin":{"__isSmartRef__":true,"id":3288},"shape":{"__isSmartRef__":true,"id":3289},"textContent":{"__isSmartRef__":true,"id":3290},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3291},"textSelection":{"__isSmartRef__":true,"id":3283},"priorExtent":{"__isSmartRef__":true,"id":3292},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3293},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3294},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3295},"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":"7224:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,269.99999713897705)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3283":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3282},"_livelyDataWrapperId_":"7226:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3284},"shape":{"__isSmartRef__":true,"id":3285},"priorExtent":{"__isSmartRef__":true,"id":3286},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3287},"__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":"7226:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3284":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3285":{"_livelyDataWrapperId_":"7225: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":"7225: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}]}},"3286":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3287":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3288":{"x":3,"y":269.99999713897705,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3289":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3290":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3291":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":269.99999713897705,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3292":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3293":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3294":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3295":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3296":{"textString":"getReadyState (proto)","savedTextString":"getReadyState (proto)","submorphs":[{"__isSmartRef__":true,"id":3297}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7227:TextMorph","origin":{"__isSmartRef__":true,"id":3302},"shape":{"__isSmartRef__":true,"id":3303},"textContent":{"__isSmartRef__":true,"id":3304},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3305},"textSelection":{"__isSmartRef__":true,"id":3297},"priorExtent":{"__isSmartRef__":true,"id":3306},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3307},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3308},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3309},"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":"7227:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,287.6999969482422)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3297":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3296},"_livelyDataWrapperId_":"7229:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3298},"shape":{"__isSmartRef__":true,"id":3299},"priorExtent":{"__isSmartRef__":true,"id":3300},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3301},"__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":"7229:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3298":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3299":{"_livelyDataWrapperId_":"7228: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":"7228: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}]}},"3300":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3301":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3302":{"x":3,"y":287.6999969482422,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3303":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3304":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3305":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":287.6999969482422,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3306":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3307":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3308":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3309":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3310":{"textString":"getResponseText (proto)","savedTextString":"getResponseText (proto)","submorphs":[{"__isSmartRef__":true,"id":3311}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7230:TextMorph","origin":{"__isSmartRef__":true,"id":3316},"shape":{"__isSmartRef__":true,"id":3317},"textContent":{"__isSmartRef__":true,"id":3318},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3319},"textSelection":{"__isSmartRef__":true,"id":3311},"priorExtent":{"__isSmartRef__":true,"id":3320},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3321},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3322},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3323},"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":"7230:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,305.3999967575073)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3311":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3310},"_livelyDataWrapperId_":"7232:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3312},"shape":{"__isSmartRef__":true,"id":3313},"priorExtent":{"__isSmartRef__":true,"id":3314},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3315},"__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":"7232:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3312":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3313":{"_livelyDataWrapperId_":"7231: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":"7231: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}]}},"3314":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3315":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3316":{"x":3,"y":305.3999967575073,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3317":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3318":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3319":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":305.3999967575073,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3320":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3321":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3322":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3323":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3324":{"textString":"getResponseXML (proto)","savedTextString":"getResponseXML (proto)","submorphs":[{"__isSmartRef__":true,"id":3325}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7233:TextMorph","origin":{"__isSmartRef__":true,"id":3330},"shape":{"__isSmartRef__":true,"id":3331},"textContent":{"__isSmartRef__":true,"id":3332},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3333},"textSelection":{"__isSmartRef__":true,"id":3325},"priorExtent":{"__isSmartRef__":true,"id":3334},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3335},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3336},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3337},"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":"7233:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,323.09999656677246)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3325":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3324},"_livelyDataWrapperId_":"7235:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3326},"shape":{"__isSmartRef__":true,"id":3327},"priorExtent":{"__isSmartRef__":true,"id":3328},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3329},"__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":"7235:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3326":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3327":{"_livelyDataWrapperId_":"7234: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":"7234: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}]}},"3328":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3329":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3330":{"x":3,"y":323.09999656677246,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3331":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3332":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3333":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":323.09999656677246,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3334":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3335":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3336":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3337":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3338":{"textString":"getResponseHeaders (proto)","savedTextString":"getResponseHeaders (proto)","submorphs":[{"__isSmartRef__":true,"id":3339}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7236:TextMorph","origin":{"__isSmartRef__":true,"id":3344},"shape":{"__isSmartRef__":true,"id":3345},"textContent":{"__isSmartRef__":true,"id":3346},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3347},"textSelection":{"__isSmartRef__":true,"id":3339},"priorExtent":{"__isSmartRef__":true,"id":3348},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3349},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3350},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3351},"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":"7236:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,340.7999963760376)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3339":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3338},"_livelyDataWrapperId_":"7238:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3340},"shape":{"__isSmartRef__":true,"id":3341},"priorExtent":{"__isSmartRef__":true,"id":3342},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3343},"__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":"7238:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3340":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3341":{"_livelyDataWrapperId_":"7237: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":"7237: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}]}},"3342":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3343":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3344":{"x":3,"y":340.7999963760376,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3345":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3346":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3347":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":340.7999963760376,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3348":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3349":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3350":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3351":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3352":{"textString":"getStatus (proto)","savedTextString":"getStatus (proto)","submorphs":[{"__isSmartRef__":true,"id":3353}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7239:TextMorph","origin":{"__isSmartRef__":true,"id":3358},"shape":{"__isSmartRef__":true,"id":3359},"textContent":{"__isSmartRef__":true,"id":3360},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3361},"textSelection":{"__isSmartRef__":true,"id":3353},"priorExtent":{"__isSmartRef__":true,"id":3362},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3363},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3364},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3365},"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":"7239:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,358.49999618530273)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3353":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3352},"_livelyDataWrapperId_":"7241:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3354},"shape":{"__isSmartRef__":true,"id":3355},"priorExtent":{"__isSmartRef__":true,"id":3356},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3357},"__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":"7241:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3354":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3355":{"_livelyDataWrapperId_":"7240: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":"7240: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}]}},"3356":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3357":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3358":{"x":3,"y":358.49999618530273,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3359":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3360":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3361":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":358.49999618530273,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3362":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3363":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3364":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3365":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3366":{"textString":"request (proto)","savedTextString":"request (proto)","submorphs":[{"__isSmartRef__":true,"id":3367}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7242:TextMorph","origin":{"__isSmartRef__":true,"id":3372},"shape":{"__isSmartRef__":true,"id":3373},"textContent":{"__isSmartRef__":true,"id":3374},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3375},"textSelection":{"__isSmartRef__":true,"id":3367},"priorExtent":{"__isSmartRef__":true,"id":3376},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3377},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3378},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3379},"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":"7242:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,376.19999599456787)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3367":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3366},"_livelyDataWrapperId_":"7244:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3368},"shape":{"__isSmartRef__":true,"id":3369},"priorExtent":{"__isSmartRef__":true,"id":3370},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3371},"__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":"7244:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3368":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3369":{"_livelyDataWrapperId_":"7243: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":"7243: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}]}},"3370":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3371":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3372":{"x":3,"y":376.19999599456787,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3373":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3374":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3375":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":376.19999599456787,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3376":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3377":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3378":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3379":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3380":{"textString":"get (proto)","savedTextString":"get (proto)","submorphs":[{"__isSmartRef__":true,"id":3381}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7245:TextMorph","origin":{"__isSmartRef__":true,"id":3386},"shape":{"__isSmartRef__":true,"id":3387},"textContent":{"__isSmartRef__":true,"id":3388},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3389},"textSelection":{"__isSmartRef__":true,"id":3381},"priorExtent":{"__isSmartRef__":true,"id":3390},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3391},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3392},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3393},"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":"7245:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,393.899995803833)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3381":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3380},"_livelyDataWrapperId_":"7247:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3382},"shape":{"__isSmartRef__":true,"id":3383},"priorExtent":{"__isSmartRef__":true,"id":3384},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3385},"__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":"7247:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3382":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3383":{"_livelyDataWrapperId_":"7246: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":"7246: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}]}},"3384":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3385":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3386":{"x":3,"y":393.899995803833,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3387":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3388":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3389":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":393.899995803833,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3390":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3391":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3392":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3393":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3394":{"textString":"put (proto)","savedTextString":"put (proto)","submorphs":[{"__isSmartRef__":true,"id":3395}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7248:TextMorph","origin":{"__isSmartRef__":true,"id":3400},"shape":{"__isSmartRef__":true,"id":3401},"textContent":{"__isSmartRef__":true,"id":3402},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3403},"textSelection":{"__isSmartRef__":true,"id":3395},"priorExtent":{"__isSmartRef__":true,"id":3404},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3405},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3406},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3407},"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":"7248:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,411.59999561309814)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3395":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3394},"_livelyDataWrapperId_":"7250:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3396},"shape":{"__isSmartRef__":true,"id":3397},"priorExtent":{"__isSmartRef__":true,"id":3398},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3399},"__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":"7250:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3396":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3397":{"_livelyDataWrapperId_":"7249: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":"7249: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}]}},"3398":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3399":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3400":{"x":3,"y":411.59999561309814,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3401":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3402":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3403":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":411.59999561309814,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3404":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3405":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3406":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3407":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3408":{"textString":"post (proto)","savedTextString":"post (proto)","submorphs":[{"__isSmartRef__":true,"id":3409}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7251:TextMorph","origin":{"__isSmartRef__":true,"id":3414},"shape":{"__isSmartRef__":true,"id":3415},"textContent":{"__isSmartRef__":true,"id":3416},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3417},"textSelection":{"__isSmartRef__":true,"id":3409},"priorExtent":{"__isSmartRef__":true,"id":3418},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3419},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3420},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3421},"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":"7251:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,429.2999954223633)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3409":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3408},"_livelyDataWrapperId_":"7253:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3410},"shape":{"__isSmartRef__":true,"id":3411},"priorExtent":{"__isSmartRef__":true,"id":3412},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3413},"__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":"7253:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3410":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3411":{"_livelyDataWrapperId_":"7252: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":"7252: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}]}},"3412":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3413":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3414":{"x":3,"y":429.2999954223633,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3415":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3416":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3417":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":429.2999954223633,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3418":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3419":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3420":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3421":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3422":{"textString":"propfind (proto)","savedTextString":"propfind (proto)","submorphs":[{"__isSmartRef__":true,"id":3423}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7254:TextMorph","origin":{"__isSmartRef__":true,"id":3428},"shape":{"__isSmartRef__":true,"id":3429},"textContent":{"__isSmartRef__":true,"id":3430},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3431},"textSelection":{"__isSmartRef__":true,"id":3423},"priorExtent":{"__isSmartRef__":true,"id":3432},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3433},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3434},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3435},"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":"7254:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,446.9999952316284)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3423":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3422},"_livelyDataWrapperId_":"7256:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3424},"shape":{"__isSmartRef__":true,"id":3425},"priorExtent":{"__isSmartRef__":true,"id":3426},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3427},"__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":"7256:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3424":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3425":{"_livelyDataWrapperId_":"7255: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":"7255: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}]}},"3426":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3427":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3428":{"x":3,"y":446.9999952316284,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3429":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3430":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3431":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":446.9999952316284,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3432":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3433":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3434":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3435":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3436":{"textString":"report (proto)","savedTextString":"report (proto)","submorphs":[{"__isSmartRef__":true,"id":3437}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7257:TextMorph","origin":{"__isSmartRef__":true,"id":3442},"shape":{"__isSmartRef__":true,"id":3443},"textContent":{"__isSmartRef__":true,"id":3444},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3445},"textSelection":{"__isSmartRef__":true,"id":3437},"priorExtent":{"__isSmartRef__":true,"id":3446},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3447},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3448},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3449},"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":"7257:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,464.69999504089355)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3437":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3436},"_livelyDataWrapperId_":"7259:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3438},"shape":{"__isSmartRef__":true,"id":3439},"priorExtent":{"__isSmartRef__":true,"id":3440},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3441},"__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":"7259:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3438":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3439":{"_livelyDataWrapperId_":"7258: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":"7258: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}]}},"3440":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3441":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3442":{"x":3,"y":464.69999504089355,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3443":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3444":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3445":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":464.69999504089355,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3446":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3447":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3448":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3449":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3450":{"textString":"mkcol (proto)","savedTextString":"mkcol (proto)","submorphs":[{"__isSmartRef__":true,"id":3451}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7260:TextMorph","origin":{"__isSmartRef__":true,"id":3456},"shape":{"__isSmartRef__":true,"id":3457},"textContent":{"__isSmartRef__":true,"id":3458},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3459},"textSelection":{"__isSmartRef__":true,"id":3451},"priorExtent":{"__isSmartRef__":true,"id":3460},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3461},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3462},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3463},"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":"7260:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,482.3999948501587)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3451":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3450},"_livelyDataWrapperId_":"7262:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3452},"shape":{"__isSmartRef__":true,"id":3453},"priorExtent":{"__isSmartRef__":true,"id":3454},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3455},"__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":"7262:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3452":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3453":{"_livelyDataWrapperId_":"7261: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":"7261: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}]}},"3454":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3455":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3456":{"x":3,"y":482.3999948501587,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3457":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3458":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3459":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":482.3999948501587,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3460":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3461":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3462":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3463":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3464":{"textString":"del (proto)","savedTextString":"del (proto)","submorphs":[{"__isSmartRef__":true,"id":3465}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7263:TextMorph","origin":{"__isSmartRef__":true,"id":3470},"shape":{"__isSmartRef__":true,"id":3471},"textContent":{"__isSmartRef__":true,"id":3472},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3473},"textSelection":{"__isSmartRef__":true,"id":3465},"priorExtent":{"__isSmartRef__":true,"id":3474},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3475},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3476},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3477},"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":"7263:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,500.0999946594238)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3465":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3464},"_livelyDataWrapperId_":"7265:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3466},"shape":{"__isSmartRef__":true,"id":3467},"priorExtent":{"__isSmartRef__":true,"id":3468},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3469},"__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":"7265:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3466":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3467":{"_livelyDataWrapperId_":"7264: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":"7264: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}]}},"3468":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3469":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3470":{"x":3,"y":500.0999946594238,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3471":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3472":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3473":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":500.0999946594238,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3474":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3475":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3476":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3477":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3478":{"textString":"copy (proto)","savedTextString":"copy (proto)","submorphs":[{"__isSmartRef__":true,"id":3479}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7266:TextMorph","origin":{"__isSmartRef__":true,"id":3484},"shape":{"__isSmartRef__":true,"id":3485},"textContent":{"__isSmartRef__":true,"id":3486},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3487},"textSelection":{"__isSmartRef__":true,"id":3479},"priorExtent":{"__isSmartRef__":true,"id":3488},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3489},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3490},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3491},"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":"7266:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,517.799994468689)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3479":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3478},"_livelyDataWrapperId_":"7268:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3480},"shape":{"__isSmartRef__":true,"id":3481},"priorExtent":{"__isSmartRef__":true,"id":3482},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3483},"__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":"7268:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3480":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3481":{"_livelyDataWrapperId_":"7267: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":"7267: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}]}},"3482":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3483":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3484":{"x":3,"y":517.799994468689,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3485":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3486":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3487":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":517.799994468689,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3488":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3489":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3490":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3491":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3492":{"textString":"lock (proto)","savedTextString":"lock (proto)","submorphs":[{"__isSmartRef__":true,"id":3493}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7269:TextMorph","origin":{"__isSmartRef__":true,"id":3498},"shape":{"__isSmartRef__":true,"id":3499},"textContent":{"__isSmartRef__":true,"id":3500},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3501},"textSelection":{"__isSmartRef__":true,"id":3493},"priorExtent":{"__isSmartRef__":true,"id":3502},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3503},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3504},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3505},"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":"7269:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,535.4999942779541)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3493":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3492},"_livelyDataWrapperId_":"7271:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3494},"shape":{"__isSmartRef__":true,"id":3495},"priorExtent":{"__isSmartRef__":true,"id":3496},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3497},"__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":"7271:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3494":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3495":{"_livelyDataWrapperId_":"7270: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":"7270: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}]}},"3496":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3497":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3498":{"x":3,"y":535.4999942779541,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3499":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3500":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3501":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":535.4999942779541,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3502":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3503":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3504":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3505":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3506":{"textString":"unlock (proto)","savedTextString":"unlock (proto)","submorphs":[{"__isSmartRef__":true,"id":3507}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7272:TextMorph","origin":{"__isSmartRef__":true,"id":3512},"shape":{"__isSmartRef__":true,"id":3513},"textContent":{"__isSmartRef__":true,"id":3514},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3515},"textSelection":{"__isSmartRef__":true,"id":3507},"priorExtent":{"__isSmartRef__":true,"id":3516},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3517},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3518},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3519},"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":"7272:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,553.1999940872192)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3507":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3506},"_livelyDataWrapperId_":"7274:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3508},"shape":{"__isSmartRef__":true,"id":3509},"priorExtent":{"__isSmartRef__":true,"id":3510},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3511},"__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":"7274:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3508":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3509":{"_livelyDataWrapperId_":"7273: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":"7273: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}]}},"3510":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3511":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3512":{"x":3,"y":553.1999940872192,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3513":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3514":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3515":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":553.1999940872192,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3516":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3517":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3518":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3519":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3520":{"textString":"head (proto)","savedTextString":"head (proto)","submorphs":[{"__isSmartRef__":true,"id":3521}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7275:TextMorph","origin":{"__isSmartRef__":true,"id":3526},"shape":{"__isSmartRef__":true,"id":3527},"textContent":{"__isSmartRef__":true,"id":3528},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3529},"textSelection":{"__isSmartRef__":true,"id":3521},"priorExtent":{"__isSmartRef__":true,"id":3530},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3531},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3532},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3533},"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":"7275:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,570.8999938964844)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3521":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3520},"_livelyDataWrapperId_":"7277:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3522},"shape":{"__isSmartRef__":true,"id":3523},"priorExtent":{"__isSmartRef__":true,"id":3524},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3525},"__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":"7277:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3522":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3523":{"_livelyDataWrapperId_":"7276: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":"7276: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}]}},"3524":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3525":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3526":{"x":3,"y":570.8999938964844,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3527":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3528":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3529":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":570.8999938964844,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3530":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3531":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3532":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3533":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3534":{"textString":"toString (proto)","savedTextString":"toString (proto)","submorphs":[{"__isSmartRef__":true,"id":3535}],"owner":{"__isSmartRef__":true,"id":3071},"_livelyDataWrapperId_":"7278:TextMorph","origin":{"__isSmartRef__":true,"id":3540},"shape":{"__isSmartRef__":true,"id":3541},"textContent":{"__isSmartRef__":true,"id":3542},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3543},"textSelection":{"__isSmartRef__":true,"id":3535},"priorExtent":{"__isSmartRef__":true,"id":3544},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3545},"wrap":"None","mouseHandler":{"__isSmartRef__":true,"id":3546},"_pointer-events":"none","autoAdjustPadding":false,"suppressHandles":true,"acceptInput":false,"suppressGrabbing":true,"focusHaloBorderWidth":0,"margin":{"__isSmartRef__":true,"id":3547},"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":"7278:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(3,588.5999937057495)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3535":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3534},"_livelyDataWrapperId_":"7280:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3536},"shape":{"__isSmartRef__":true,"id":3537},"priorExtent":{"__isSmartRef__":true,"id":3538},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3539},"__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":"7280:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3536":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3537":{"_livelyDataWrapperId_":"7279: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":"7279: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}]}},"3538":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3539":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3540":{"x":3,"y":588.5999937057495,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3541":{"_x":0,"_y":0,"_width":208,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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":"208","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}]}},"3542":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3543":{"a":1,"b":0,"c":0,"d":1,"e":3,"f":588.5999937057495,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3544":{"x":200,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3545":{"x":4,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3546":{"target":{"__isSmartRef__":true,"id":3071},"eventSpec":{"__isSmartRef__":true,"id":2614},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3547":{"x":0,"y":1.5,"width":0,"height":-1.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3548":{"submorphs":[{"__isSmartRef__":true,"id":3071}],"owner":{"__isSmartRef__":true,"id":3549},"_livelyDataWrapperId_":"1758:ClipMorph","origin":{"__isSmartRef__":true,"id":3596},"shape":{"__isSmartRef__":true,"id":3597},"priorExtent":{"__isSmartRef__":true,"id":3598},"clip":{"__isSmartRef__":true,"id":3599},"_clip-path":"url(#43:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":3601},"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":"1758:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#43:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3549":{"submorphs":[{"__isSmartRef__":true,"id":3548},{"__isSmartRef__":true,"id":3550},{"__isSmartRef__":true,"id":3564}],"owner":{"__isSmartRef__":true,"id":991},"_livelyDataWrapperId_":"1757:ScrollPane","origin":{"__isSmartRef__":true,"id":3591},"shape":{"__isSmartRef__":true,"id":3592},"priorExtent":{"__isSmartRef__":true,"id":3593},"pvtCachedTransform":{"__isSmartRef__":true,"id":3594},"clipMorph":{"__isSmartRef__":true,"id":3548},"verticalScrollBar":{"__isSmartRef__":true,"id":3550},"attributeConnections":[{"__isSmartRef__":true,"id":3595}],"suppressHandles":true,"menuButton":{"__isSmartRef__":true,"id":3564},"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":"1757:ScrollPane","namespaceURI":null},{"key":"transform","value":"translate(616.5,27.65)","namespaceURI":null}]}},"3550":{"submorphs":[{"__isSmartRef__":true,"id":3551}],"owner":{"__isSmartRef__":true,"id":3549},"_livelyDataWrapperId_":"1760:SliderMorph","origin":{"__isSmartRef__":true,"id":3558},"shape":{"__isSmartRef__":true,"id":3559},"priorExtent":{"__isSmartRef__":true,"id":3560},"value":0,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":3561},"slider":{"__isSmartRef__":true,"id":3551},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":3562},{"__isSmartRef__":true,"id":3563}],"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":"1760:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(192.5,14)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]}},"3551":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3550},"_livelyDataWrapperId_":"1761:Morph","origin":{"__isSmartRef__":true,"id":3552},"shape":{"__isSmartRef__":true,"id":3553},"priorExtent":{"__isSmartRef__":true,"id":3554},"pvtCachedTransform":{"__isSmartRef__":true,"id":3555},"mouseHandler":{"__isSmartRef__":true,"id":3556},"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":"1761:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null}]}},"3552":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3553":{"_x":0,"_y":0,"_width":13,"_height":58.04495516464488,"_stroke":{"__isSmartRef__":true,"id":70},"_fill":{"__isSmartRef__":true,"id":71},"_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":"58.04495516464488","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}]}},"3554":{"x":12,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3555":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3556":{"target":{"__isSmartRef__":true,"id":3550},"eventSpec":{"__isSmartRef__":true,"id":3557},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3557":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"3558":{"x":192.5,"y":14,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3559":{"_x":0,"_y":0,"_width":13,"_height":179.5500030517578,"_stroke":{"__isSmartRef__":true,"id":82},"_fill":{"__isSmartRef__":true,"id":83},"_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":"179.5500030517578","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}]}},"3560":{"x":5,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3561":{"a":1,"b":0,"c":0,"d":1,"e":192.5,"f":14,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3562":{"sourceObj":{"__isSmartRef__":true,"id":3550},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":3549},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3563":{"sourceObj":{"__isSmartRef__":true,"id":3550},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":3549},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3564":{"submorphs":[{"__isSmartRef__":true,"id":3565},{"__isSmartRef__":true,"id":3570},{"__isSmartRef__":true,"id":3575},{"__isSmartRef__":true,"id":3580}],"owner":{"__isSmartRef__":true,"id":3549},"_livelyDataWrapperId_":"1944:Morph","origin":{"__isSmartRef__":true,"id":3585},"shape":{"__isSmartRef__":true,"id":3586},"priorExtent":{"__isSmartRef__":true,"id":3587},"pvtCachedTransform":{"__isSmartRef__":true,"id":3588},"suppressHandles":true,"mouseHandler":{"__isSmartRef__":true,"id":3589},"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":"1944:Morph","namespaceURI":null},{"key":"transform","value":"translate(192.5,0)","namespaceURI":null}]}},"3565":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3564},"_livelyDataWrapperId_":"1945:Morph","origin":{"__isSmartRef__":true,"id":3566},"shape":{"__isSmartRef__":true,"id":3567},"priorExtent":{"__isSmartRef__":true,"id":3568},"pvtCachedTransform":{"__isSmartRef__":true,"id":3569},"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":"1945:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3566":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3567":{"_stroke":{"__isSmartRef__":true,"id":223},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Polyline","__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}]}},"3568":{"x":6,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3569":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3570":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3564},"_livelyDataWrapperId_":"1946:Morph","origin":{"__isSmartRef__":true,"id":3571},"shape":{"__isSmartRef__":true,"id":3572},"priorExtent":{"__isSmartRef__":true,"id":3573},"pvtCachedTransform":{"__isSmartRef__":true,"id":3574},"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":"1946:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3571":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3572":{"_stroke":{"__isSmartRef__":true,"id":223},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Polyline","__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}]}},"3573":{"x":2,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3574":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3575":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3564},"_livelyDataWrapperId_":"1947:Morph","origin":{"__isSmartRef__":true,"id":3576},"shape":{"__isSmartRef__":true,"id":3577},"priorExtent":{"__isSmartRef__":true,"id":3578},"pvtCachedTransform":{"__isSmartRef__":true,"id":3579},"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":"1947:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3576":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3577":{"_stroke":{"__isSmartRef__":true,"id":223},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Polyline","__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}]}},"3578":{"x":4,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3579":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3580":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3564},"_livelyDataWrapperId_":"1948:Morph","origin":{"__isSmartRef__":true,"id":3581},"shape":{"__isSmartRef__":true,"id":3582},"priorExtent":{"__isSmartRef__":true,"id":3583},"pvtCachedTransform":{"__isSmartRef__":true,"id":3584},"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":"1948:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3581":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3582":{"_stroke":{"__isSmartRef__":true,"id":223},"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Polyline","__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}]}},"3583":{"x":6,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3584":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3585":{"x":192.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3586":{"_x":0,"_y":0,"_width":14,"_height":14,"_stroke":{"__isSmartRef__":true,"id":223},"_fill":{"__isSmartRef__":true,"id":83},"__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":"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}]}},"3587":{"x":14,"y":14,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3588":{"a":1,"b":0,"c":0,"d":1,"e":192.5,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3589":{"target":{"__isSmartRef__":true,"id":3549},"eventSpec":{"__isSmartRef__":true,"id":3590},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3590":{"onMouseDown":"menuButtonPressed"},"3591":{"x":616.5,"y":27.65,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3592":{"_x":0,"_y":0,"_width":205.5,"_height":193.54999999999998,"_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":"205.5","namespaceURI":null},{"key":"height","value":"193.54999999999998","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"3593":{"x":205,"y":192.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3594":{"a":1,"b":0,"c":0,"d":1,"e":616.5,"f":27.65,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3595":{"sourceObj":{"__isSmartRef__":true,"id":3549},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":3550},"targetMethodName":"setValue","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3596":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3597":{"_x":0,"_y":0,"_width":193.5,"_height":193.5500030517578,"_fill":{"__isSmartRef__":true,"id":2666},"__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":"193.5","namespaceURI":null},{"key":"height","value":"193.5500030517578","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}]}},"3598":{"x":205,"y":192.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3599":{"_livelyDataWrapperId_":"43:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":3600},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"43:lively.scene.Clip","namespaceURI":null}]}},"3600":{"_fill":{"__isSmartRef__":true,"id":2666},"__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.5500030517578","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}]}},"3601":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3602":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3603":{"_x":0,"_y":0,"_width":193.5,"_height":193.5500030517578,"_stroke":{"__isSmartRef__":true,"id":223},"_fill":{"__isSmartRef__":true,"id":2666},"__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":"193.5","namespaceURI":null},{"key":"height","value":"193.5500030517578","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}]}},"3604":{"x":205,"y":192.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3605":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3606":{"__regExp__":"/.*/i"},"3607":{"delegate":{"__isSmartRef__":true,"id":1012},"__SourceModuleName__":"Global.anonymous_module_3","definition":"{\"List\":\"-Pane4Content\",\"Selection\":\"Pane4Selection\",\"Menu\":\"-Pane4Menu\"}","isInstanceOfAnonymousClass":true,"isRelay":true},"3608":{"browser":{"__isSmartRef__":true,"id":1010},"button":{"__isSmartRef__":true,"id":3609},"__SourceModuleName__":"Global.lively.ide.BrowserCommands","__LivelyClassName__":"lively.ide.AddNewFileCommand"},"3609":{"baseFill":{"__isSmartRef__":true,"id":3610},"submorphs":[{"__isSmartRef__":true,"id":3614}],"owner":{"__isSmartRef__":true,"id":991},"_livelyDataWrapperId_":"1955:ButtonMorph","origin":{"__isSmartRef__":true,"id":3626},"shape":{"__isSmartRef__":true,"id":3627},"priorExtent":{"__isSmartRef__":true,"id":3633},"value":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3629},"lighterFill":{"__isSmartRef__":true,"id":3634},"command":{"__isSmartRef__":true,"id":3608},"label":{"__isSmartRef__":true,"id":3614},"pvtCachedTransform":{"__isSmartRef__":true,"id":3637},"attributeConnections":[{"__isSmartRef__":true,"id":3638},{"__isSmartRef__":true,"id":3639}],"modelPlug":{"__isSmartRef__":true,"id":3640},"nextNavigableSibling":{"__isSmartRef__":true,"id":3642},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ButtonMorph","__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":"1955:ButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(0,221.2)","namespaceURI":null}]}},"3610":{"vector":{"__isSmartRef__":true,"id":102},"stops":[{"__isSmartRef__":true,"id":3611},{"__isSmartRef__":true,"id":3612},{"__isSmartRef__":true,"id":3613}],"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}]}},"3611":{"__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}]}},"3612":{"__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}]}},"3613":{"__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}]}},"3614":{"textString":"Add module","savedTextString":"Add module","submorphs":[{"__isSmartRef__":true,"id":3615}],"owner":{"__isSmartRef__":true,"id":3609},"_livelyDataWrapperId_":"1958:TextMorph","origin":{"__isSmartRef__":true,"id":3620},"shape":{"__isSmartRef__":true,"id":3621},"textContent":{"__isSmartRef__":true,"id":3622},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3623},"textSelection":{"__isSmartRef__":true,"id":3615},"priorExtent":{"__isSmartRef__":true,"id":3624},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3625},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"textColor":{"__isSmartRef__":true,"id":223},"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":"1958:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(27.071430206298828,5.900000095367432)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3615":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3614},"_livelyDataWrapperId_":"1960: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},"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":"1960: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_":"1959: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":"1959: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":{"x":27.071430206298828,"y":5.900000095367432,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3621":{"_x":0,"_y":0,"_width":66,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":223},"_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":"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}]}},"3622":{"_fill":{"__isSmartRef__":true,"id":223},"__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}]}},"3623":{"a":1,"b":0,"c":0,"d":1,"e":27.071430206298828,"f":5.900000095367432,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3624":{"x":66,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3625":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3626":{"x":0,"y":221.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3627":{"_x":0,"_y":0,"_width":117.42857470628692,"_height":22.119999999999997,"_stroke":{"__isSmartRef__":true,"id":3628},"_fill":{"__isSmartRef__":true,"id":3629},"_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":"0","namespaceURI":null},{"key":"width","value":"117.42857470628692","namespaceURI":null},{"key":"height","value":"22.119999999999997","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#1956:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"3628":{"r":0.5019607843137255,"g":0.4470588235294118,"b":0.4666666666666667,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3629":{"vector":{"__isSmartRef__":true,"id":3630},"stops":[{"__isSmartRef__":true,"id":3631},{"__isSmartRef__":true,"id":3632}],"refcount":1,"_livelyDataWrapperId_":"1956: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":"1956:lively.paint.LinearGradient","namespaceURI":null}]}},"3630":{"x":0,"y":1,"width":0,"height":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3631":{"__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}]}},"3632":{"__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}]}},"3633":{"x":117.14286041259766,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3634":{"vector":{"__isSmartRef__":true,"id":3630},"stops":[{"__isSmartRef__":true,"id":3635},{"__isSmartRef__":true,"id":3636}],"refcount":0,"_livelyDataWrapperId_":"1957: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":"1957:lively.paint.LinearGradient","namespaceURI":null}]}},"3635":{"__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}]}},"3636":{"__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}]}},"3637":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":221.2,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3638":{"sourceObj":{"__isSmartRef__":true,"id":3609},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3608},"targetMethodName":"trigger","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3639":{"sourceObj":{"__isSmartRef__":true,"id":3609},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3609},"targetMethodName":"setLabel","converterString":"function () { return this.getSourceObj().command.asString() }","updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3640":{"model":{"__isSmartRef__":true,"id":3641},"setIsActive":"setIsActive","getIsActive":"getIsActive","__SourceModuleName__":"Global.lively.OldModel","__LivelyClassName__":"ModelPlug"},"3641":{},"3642":{"baseFill":{"__isSmartRef__":true,"id":3610},"submorphs":[{"__isSmartRef__":true,"id":3643}],"owner":{"__isSmartRef__":true,"id":991},"_livelyDataWrapperId_":"1961:ButtonMorph","origin":{"__isSmartRef__":true,"id":3655},"shape":{"__isSmartRef__":true,"id":3656},"priorExtent":{"__isSmartRef__":true,"id":3660},"value":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3657},"lighterFill":{"__isSmartRef__":true,"id":3661},"command":{"__isSmartRef__":true,"id":3664},"label":{"__isSmartRef__":true,"id":3643},"pvtCachedTransform":{"__isSmartRef__":true,"id":3665},"attributeConnections":[{"__isSmartRef__":true,"id":3666},{"__isSmartRef__":true,"id":3667}],"modelPlug":{"__isSmartRef__":true,"id":3668},"nextNavigableSibling":{"__isSmartRef__":true,"id":3670},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ButtonMorph","__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":"1961:ButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(117.42857469831195,221.2)","namespaceURI":null}]}},"3643":{"textString":"Load all","savedTextString":"Load all","submorphs":[{"__isSmartRef__":true,"id":3644}],"owner":{"__isSmartRef__":true,"id":3642},"_livelyDataWrapperId_":"1964:TextMorph","origin":{"__isSmartRef__":true,"id":3649},"shape":{"__isSmartRef__":true,"id":3650},"textContent":{"__isSmartRef__":true,"id":3651},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3652},"textSelection":{"__isSmartRef__":true,"id":3644},"priorExtent":{"__isSmartRef__":true,"id":3653},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3654},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"textColor":{"__isSmartRef__":true,"id":223},"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":"1964:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(38.071426936558055,5.900000095367432)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3644":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3643},"_livelyDataWrapperId_":"1966:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3645},"shape":{"__isSmartRef__":true,"id":3646},"priorExtent":{"__isSmartRef__":true,"id":3647},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3648},"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":"1966:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3645":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3646":{"_livelyDataWrapperId_":"1965: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":"1965: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}]}},"3647":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3648":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3649":{"x":38.071426936558055,"y":5.900000095367432,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3650":{"_x":0,"_y":0,"_width":44,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":223},"_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":"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}]}},"3651":{"_fill":{"__isSmartRef__":true,"id":223},"__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}]}},"3652":{"a":1,"b":0,"c":0,"d":1,"e":38.071426936558055,"f":5.900000095367432,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3653":{"x":44,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3654":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3655":{"x":117.42857469831195,"y":221.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3656":{"_x":0,"_y":0,"_width":117.42857470628692,"_height":22.119999999999997,"_stroke":{"__isSmartRef__":true,"id":3628},"_fill":{"__isSmartRef__":true,"id":3657},"_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":"0","namespaceURI":null},{"key":"width","value":"117.42857470628692","namespaceURI":null},{"key":"height","value":"22.119999999999997","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#1962:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"3657":{"vector":{"__isSmartRef__":true,"id":3630},"stops":[{"__isSmartRef__":true,"id":3658},{"__isSmartRef__":true,"id":3659}],"refcount":1,"_livelyDataWrapperId_":"1962: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":"1962:lively.paint.LinearGradient","namespaceURI":null}]}},"3658":{"__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}]}},"3659":{"__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}]}},"3660":{"x":117.14286041259766,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3661":{"vector":{"__isSmartRef__":true,"id":3630},"stops":[{"__isSmartRef__":true,"id":3662},{"__isSmartRef__":true,"id":3663}],"refcount":0,"_livelyDataWrapperId_":"1963: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":"1963:lively.paint.LinearGradient","namespaceURI":null}]}},"3662":{"__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}]}},"3663":{"__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}]}},"3664":{"browser":{"__isSmartRef__":true,"id":1010},"button":{"__isSmartRef__":true,"id":3642},"__SourceModuleName__":"Global.lively.ide.BrowserCommands","__LivelyClassName__":"lively.ide.AllModulesLoadCommand"},"3665":{"a":1,"b":0,"c":0,"d":1,"e":117.42857469831195,"f":221.2,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3666":{"sourceObj":{"__isSmartRef__":true,"id":3642},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3664},"targetMethodName":"trigger","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3667":{"sourceObj":{"__isSmartRef__":true,"id":3642},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3642},"targetMethodName":"setLabel","converterString":"function () { return this.getSourceObj().command.asString() }","updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3668":{"model":{"__isSmartRef__":true,"id":3669},"setIsActive":"setIsActive","getIsActive":"getIsActive","__SourceModuleName__":"Global.lively.OldModel","__LivelyClassName__":"ModelPlug"},"3669":{},"3670":{"baseFill":{"__isSmartRef__":true,"id":3610},"submorphs":[{"__isSmartRef__":true,"id":3671}],"owner":{"__isSmartRef__":true,"id":991},"_livelyDataWrapperId_":"1967:ButtonMorph","origin":{"__isSmartRef__":true,"id":3683},"shape":{"__isSmartRef__":true,"id":3684},"priorExtent":{"__isSmartRef__":true,"id":3688},"value":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3685},"lighterFill":{"__isSmartRef__":true,"id":3689},"command":{"__isSmartRef__":true,"id":3692},"label":{"__isSmartRef__":true,"id":3671},"pvtCachedTransform":{"__isSmartRef__":true,"id":3693},"attributeConnections":[{"__isSmartRef__":true,"id":3694},{"__isSmartRef__":true,"id":3695}],"modelPlug":{"__isSmartRef__":true,"id":3696},"nextNavigableSibling":{"__isSmartRef__":true,"id":3698},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ButtonMorph","__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":"1967:ButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(234.8571493966239,221.2)","namespaceURI":null}]}},"3671":{"textString":"LineNo","savedTextString":"LineNo","submorphs":[{"__isSmartRef__":true,"id":3672}],"owner":{"__isSmartRef__":true,"id":3670},"_livelyDataWrapperId_":"1970:TextMorph","origin":{"__isSmartRef__":true,"id":3677},"shape":{"__isSmartRef__":true,"id":3678},"textContent":{"__isSmartRef__":true,"id":3679},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3680},"textSelection":{"__isSmartRef__":true,"id":3672},"priorExtent":{"__isSmartRef__":true,"id":3681},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3682},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"textColor":{"__isSmartRef__":true,"id":223},"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":"1970:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(40.07142366681683,5.900000095367432)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3672":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3671},"_livelyDataWrapperId_":"1972:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3673},"shape":{"__isSmartRef__":true,"id":3674},"priorExtent":{"__isSmartRef__":true,"id":3675},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3676},"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":"1972:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3673":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3674":{"_livelyDataWrapperId_":"1971: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":"1971: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}]}},"3675":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3676":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3677":{"x":40.07142366681683,"y":5.900000095367432,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3678":{"_x":0,"_y":0,"_width":40,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":223},"_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}]}},"3679":{"_fill":{"__isSmartRef__":true,"id":223},"__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}]}},"3680":{"a":1,"b":0,"c":0,"d":1,"e":40.07142366681683,"f":5.900000095367432,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3681":{"x":40,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3682":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3683":{"x":234.8571493966239,"y":221.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3684":{"_x":0,"_y":0,"_width":117.42857470628692,"_height":22.119999999999997,"_stroke":{"__isSmartRef__":true,"id":3628},"_fill":{"__isSmartRef__":true,"id":3685},"_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":"0","namespaceURI":null},{"key":"width","value":"117.42857470628692","namespaceURI":null},{"key":"height","value":"22.119999999999997","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#1968:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"3685":{"vector":{"__isSmartRef__":true,"id":3630},"stops":[{"__isSmartRef__":true,"id":3686},{"__isSmartRef__":true,"id":3687}],"refcount":1,"_livelyDataWrapperId_":"1968: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":"1968:lively.paint.LinearGradient","namespaceURI":null}]}},"3686":{"__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}]}},"3687":{"__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}]}},"3688":{"x":117.14286041259766,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3689":{"vector":{"__isSmartRef__":true,"id":3630},"stops":[{"__isSmartRef__":true,"id":3690},{"__isSmartRef__":true,"id":3691}],"refcount":0,"_livelyDataWrapperId_":"1969: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":"1969:lively.paint.LinearGradient","namespaceURI":null}]}},"3690":{"__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}]}},"3691":{"__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}]}},"3692":{"browser":{"__isSmartRef__":true,"id":1010},"button":{"__isSmartRef__":true,"id":3670},"__SourceModuleName__":"Global.lively.ide.BrowserCommands","__LivelyClassName__":"lively.ide.ShowLineNumbersCommand"},"3693":{"a":1,"b":0,"c":0,"d":1,"e":234.8571493966239,"f":221.2,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3694":{"sourceObj":{"__isSmartRef__":true,"id":3670},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3692},"targetMethodName":"trigger","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3695":{"sourceObj":{"__isSmartRef__":true,"id":3670},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3670},"targetMethodName":"setLabel","converterString":"function () { return this.getSourceObj().command.asString() }","updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3696":{"model":{"__isSmartRef__":true,"id":3697},"setIsActive":"setIsActive","getIsActive":"getIsActive","__SourceModuleName__":"Global.lively.OldModel","__LivelyClassName__":"ModelPlug"},"3697":{},"3698":{"baseFill":{"__isSmartRef__":true,"id":3610},"submorphs":[{"__isSmartRef__":true,"id":3699}],"owner":{"__isSmartRef__":true,"id":991},"_livelyDataWrapperId_":"1973:ButtonMorph","origin":{"__isSmartRef__":true,"id":3711},"shape":{"__isSmartRef__":true,"id":3712},"priorExtent":{"__isSmartRef__":true,"id":3716},"value":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3713},"lighterFill":{"__isSmartRef__":true,"id":3717},"command":{"__isSmartRef__":true,"id":3720},"label":{"__isSmartRef__":true,"id":3699},"pvtCachedTransform":{"__isSmartRef__":true,"id":3721},"attributeConnections":[{"__isSmartRef__":true,"id":3722},{"__isSmartRef__":true,"id":3723}],"modelPlug":{"__isSmartRef__":true,"id":3724},"nextNavigableSibling":{"__isSmartRef__":true,"id":3726},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ButtonMorph","__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":"1973:ButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(352.2857012067522,221.2)","namespaceURI":null}]}},"3699":{"textString":"Refresh","savedTextString":"Refresh","submorphs":[{"__isSmartRef__":true,"id":3700}],"owner":{"__isSmartRef__":true,"id":3698},"_livelyDataWrapperId_":"1976:TextMorph","origin":{"__isSmartRef__":true,"id":3705},"shape":{"__isSmartRef__":true,"id":3706},"textContent":{"__isSmartRef__":true,"id":3707},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3708},"textSelection":{"__isSmartRef__":true,"id":3700},"priorExtent":{"__isSmartRef__":true,"id":3709},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3710},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"textColor":{"__isSmartRef__":true,"id":223},"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":"1976:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(38.57144328526192,5.900000095367432)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3700":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3699},"_livelyDataWrapperId_":"1978:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3701},"shape":{"__isSmartRef__":true,"id":3702},"priorExtent":{"__isSmartRef__":true,"id":3703},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3704},"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":"1978:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3701":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3702":{"_livelyDataWrapperId_":"1977: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":"1977: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}]}},"3703":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3704":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3705":{"x":38.57144328526192,"y":5.900000095367432,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3706":{"_x":0,"_y":0,"_width":43,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":223},"_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":"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}]}},"3707":{"_fill":{"__isSmartRef__":true,"id":223},"__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}]}},"3708":{"a":1,"b":0,"c":0,"d":1,"e":38.57144328526192,"f":5.900000095367432,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3709":{"x":43,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3710":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3711":{"x":352.2857012067522,"y":221.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3712":{"_x":0,"_y":0,"_width":117.42857470628692,"_height":22.119999999999997,"_stroke":{"__isSmartRef__":true,"id":3628},"_fill":{"__isSmartRef__":true,"id":3713},"_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":"0","namespaceURI":null},{"key":"width","value":"117.42857470628692","namespaceURI":null},{"key":"height","value":"22.119999999999997","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#1974:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"3713":{"vector":{"__isSmartRef__":true,"id":3630},"stops":[{"__isSmartRef__":true,"id":3714},{"__isSmartRef__":true,"id":3715}],"refcount":1,"_livelyDataWrapperId_":"1974: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":"1974:lively.paint.LinearGradient","namespaceURI":null}]}},"3714":{"__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}]}},"3715":{"__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}]}},"3716":{"x":117.14286041259766,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3717":{"vector":{"__isSmartRef__":true,"id":3630},"stops":[{"__isSmartRef__":true,"id":3718},{"__isSmartRef__":true,"id":3719}],"refcount":0,"_livelyDataWrapperId_":"1975: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":"1975:lively.paint.LinearGradient","namespaceURI":null}]}},"3718":{"__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}]}},"3719":{"__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}]}},"3720":{"browser":{"__isSmartRef__":true,"id":1010},"button":{"__isSmartRef__":true,"id":3698},"__SourceModuleName__":"Global.lively.ide.BrowserCommands","__LivelyClassName__":"lively.ide.RefreshCommand"},"3721":{"a":1,"b":0,"c":0,"d":1,"e":352.2857012067522,"f":221.2,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3722":{"sourceObj":{"__isSmartRef__":true,"id":3698},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3720},"targetMethodName":"trigger","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3723":{"sourceObj":{"__isSmartRef__":true,"id":3698},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3698},"targetMethodName":"setLabel","converterString":"function () { return this.getSourceObj().command.asString() }","updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3724":{"model":{"__isSmartRef__":true,"id":3725},"setIsActive":"setIsActive","getIsActive":"getIsActive","__SourceModuleName__":"Global.lively.OldModel","__LivelyClassName__":"ModelPlug"},"3725":{},"3726":{"baseFill":{"__isSmartRef__":true,"id":3610},"submorphs":[{"__isSmartRef__":true,"id":3727}],"owner":{"__isSmartRef__":true,"id":991},"_livelyDataWrapperId_":"1979:ButtonMorph","origin":{"__isSmartRef__":true,"id":3739},"shape":{"__isSmartRef__":true,"id":3740},"priorExtent":{"__isSmartRef__":true,"id":3744},"value":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3741},"lighterFill":{"__isSmartRef__":true,"id":3745},"command":{"__isSmartRef__":true,"id":3748},"label":{"__isSmartRef__":true,"id":3727},"pvtCachedTransform":{"__isSmartRef__":true,"id":3749},"attributeConnections":[{"__isSmartRef__":true,"id":3750},{"__isSmartRef__":true,"id":3751}],"modelPlug":{"__isSmartRef__":true,"id":3752},"nextNavigableSibling":{"__isSmartRef__":true,"id":3754},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ButtonMorph","__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":"1979:ButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(469.7142987932478,221.2)","namespaceURI":null}]}},"3727":{"textString":"Eval on","savedTextString":"Eval on","submorphs":[{"__isSmartRef__":true,"id":3728}],"owner":{"__isSmartRef__":true,"id":3726},"_livelyDataWrapperId_":"1982:TextMorph","origin":{"__isSmartRef__":true,"id":3733},"shape":{"__isSmartRef__":true,"id":3734},"textContent":{"__isSmartRef__":true,"id":3735},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3736},"textSelection":{"__isSmartRef__":true,"id":3728},"priorExtent":{"__isSmartRef__":true,"id":3737},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3738},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"textColor":{"__isSmartRef__":true,"id":223},"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":"1982:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(39.571417127335735,5.900000095367432)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3728":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3727},"_livelyDataWrapperId_":"1984:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3729},"shape":{"__isSmartRef__":true,"id":3730},"priorExtent":{"__isSmartRef__":true,"id":3731},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3732},"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":"1984:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3729":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3730":{"_livelyDataWrapperId_":"1983: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":"1983: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}]}},"3731":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3732":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3733":{"x":39.571417127335735,"y":5.900000095367432,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3734":{"_x":0,"_y":0,"_width":41,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":223},"_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}]}},"3735":{"_fill":{"__isSmartRef__":true,"id":223},"__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}]}},"3736":{"a":1,"b":0,"c":0,"d":1,"e":39.571417127335735,"f":5.900000095367432,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3737":{"x":41,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3738":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3739":{"x":469.7142987932478,"y":221.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3740":{"_x":0,"_y":0,"_width":117.42857470628692,"_height":22.119999999999997,"_stroke":{"__isSmartRef__":true,"id":3628},"_fill":{"__isSmartRef__":true,"id":3741},"_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":"0","namespaceURI":null},{"key":"width","value":"117.42857470628692","namespaceURI":null},{"key":"height","value":"22.119999999999997","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#1980:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"3741":{"vector":{"__isSmartRef__":true,"id":3630},"stops":[{"__isSmartRef__":true,"id":3742},{"__isSmartRef__":true,"id":3743}],"refcount":1,"_livelyDataWrapperId_":"1980: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":"1980:lively.paint.LinearGradient","namespaceURI":null}]}},"3742":{"__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}]}},"3743":{"__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}]}},"3744":{"x":117.14286041259766,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3745":{"vector":{"__isSmartRef__":true,"id":3630},"stops":[{"__isSmartRef__":true,"id":3746},{"__isSmartRef__":true,"id":3747}],"refcount":0,"_livelyDataWrapperId_":"1981: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":"1981:lively.paint.LinearGradient","namespaceURI":null}]}},"3746":{"__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}]}},"3747":{"__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}]}},"3748":{"browser":{"__isSmartRef__":true,"id":1010},"button":{"__isSmartRef__":true,"id":3726},"__SourceModuleName__":"Global.lively.ide.BrowserCommands","__LivelyClassName__":"lively.ide.EvaluateCommand"},"3749":{"a":1,"b":0,"c":0,"d":1,"e":469.7142987932478,"f":221.2,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3750":{"sourceObj":{"__isSmartRef__":true,"id":3726},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3748},"targetMethodName":"trigger","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3751":{"sourceObj":{"__isSmartRef__":true,"id":3726},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3726},"targetMethodName":"setLabel","converterString":"function () { return this.getSourceObj().command.asString() }","updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3752":{"model":{"__isSmartRef__":true,"id":3753},"setIsActive":"setIsActive","getIsActive":"getIsActive","__SourceModuleName__":"Global.lively.OldModel","__LivelyClassName__":"ModelPlug"},"3753":{},"3754":{"baseFill":{"__isSmartRef__":true,"id":3610},"submorphs":[{"__isSmartRef__":true,"id":3755}],"owner":{"__isSmartRef__":true,"id":991},"_livelyDataWrapperId_":"1985:ButtonMorph","origin":{"__isSmartRef__":true,"id":3767},"shape":{"__isSmartRef__":true,"id":3768},"priorExtent":{"__isSmartRef__":true,"id":3772},"value":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3769},"lighterFill":{"__isSmartRef__":true,"id":3773},"command":{"__isSmartRef__":true,"id":3776},"label":{"__isSmartRef__":true,"id":3755},"pvtCachedTransform":{"__isSmartRef__":true,"id":3777},"attributeConnections":[{"__isSmartRef__":true,"id":3778},{"__isSmartRef__":true,"id":3779}],"modelPlug":{"__isSmartRef__":true,"id":3780},"nextNavigableSibling":{"__isSmartRef__":true,"id":3782},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ButtonMorph","__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":"1985:ButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(587.1428658621652,221.2)","namespaceURI":null}]}},"3755":{"textString":"Sort","savedTextString":"Sort","submorphs":[{"__isSmartRef__":true,"id":3756}],"owner":{"__isSmartRef__":true,"id":3754},"_livelyDataWrapperId_":"1988:TextMorph","origin":{"__isSmartRef__":true,"id":3761},"shape":{"__isSmartRef__":true,"id":3762},"textContent":{"__isSmartRef__":true,"id":3763},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3764},"textSelection":{"__isSmartRef__":true,"id":3756},"priorExtent":{"__isSmartRef__":true,"id":3765},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3766},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"textColor":{"__isSmartRef__":true,"id":223},"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":"1988:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(49.07142148698949,5.900000095367432)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3756":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3755},"_livelyDataWrapperId_":"1990:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3757},"shape":{"__isSmartRef__":true,"id":3758},"priorExtent":{"__isSmartRef__":true,"id":3759},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3760},"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":"1990:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3757":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3758":{"_livelyDataWrapperId_":"1989: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":"1989: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}]}},"3759":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3760":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3761":{"x":49.07142148698949,"y":5.900000095367432,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3762":{"_x":0,"_y":0,"_width":22,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":223},"_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":"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}]}},"3763":{"_fill":{"__isSmartRef__":true,"id":223},"__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}]}},"3764":{"a":1,"b":0,"c":0,"d":1,"e":49.07142148698949,"f":5.900000095367432,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3765":{"x":22,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3766":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3767":{"x":587.1428658621652,"y":221.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3768":{"_x":0,"_y":0,"_width":117.42857470628692,"_height":22.119999999999997,"_stroke":{"__isSmartRef__":true,"id":3628},"_fill":{"__isSmartRef__":true,"id":3769},"_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":"0","namespaceURI":null},{"key":"width","value":"117.42857470628692","namespaceURI":null},{"key":"height","value":"22.119999999999997","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#1986:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"3769":{"vector":{"__isSmartRef__":true,"id":3630},"stops":[{"__isSmartRef__":true,"id":3770},{"__isSmartRef__":true,"id":3771}],"refcount":1,"_livelyDataWrapperId_":"1986: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":"1986:lively.paint.LinearGradient","namespaceURI":null}]}},"3770":{"__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}]}},"3771":{"__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}]}},"3772":{"x":117.14286041259766,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3773":{"vector":{"__isSmartRef__":true,"id":3630},"stops":[{"__isSmartRef__":true,"id":3774},{"__isSmartRef__":true,"id":3775}],"refcount":0,"_livelyDataWrapperId_":"1987: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":"1987:lively.paint.LinearGradient","namespaceURI":null}]}},"3774":{"__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}]}},"3775":{"__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}]}},"3776":{"browser":{"__isSmartRef__":true,"id":1010},"button":{"__isSmartRef__":true,"id":3754},"__SourceModuleName__":"Global.lively.ide.BrowserCommands","__LivelyClassName__":"lively.ide.SortCommand"},"3777":{"a":1,"b":0,"c":0,"d":1,"e":587.1428658621652,"f":221.2,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3778":{"sourceObj":{"__isSmartRef__":true,"id":3754},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3776},"targetMethodName":"trigger","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3779":{"sourceObj":{"__isSmartRef__":true,"id":3754},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3754},"targetMethodName":"setLabel","converterString":"function () { return this.getSourceObj().command.asString() }","updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3780":{"model":{"__isSmartRef__":true,"id":3781},"setIsActive":"setIsActive","getIsActive":"getIsActive","__SourceModuleName__":"Global.lively.OldModel","__LivelyClassName__":"ModelPlug"},"3781":{},"3782":{"baseFill":{"__isSmartRef__":true,"id":3610},"submorphs":[{"__isSmartRef__":true,"id":3783}],"owner":{"__isSmartRef__":true,"id":991},"_livelyDataWrapperId_":"1991:ButtonMorph","origin":{"__isSmartRef__":true,"id":3796},"shape":{"__isSmartRef__":true,"id":3797},"priorExtent":{"__isSmartRef__":true,"id":3801},"value":false,"normalFill":{"__isSmartRef__":true,"id":3798},"lighterFill":{"__isSmartRef__":true,"id":3802},"command":{"__isSmartRef__":true,"id":3805},"label":{"__isSmartRef__":true,"id":3783},"pvtCachedTransform":{"__isSmartRef__":true,"id":3806},"attributeConnections":[{"__isSmartRef__":true,"id":3807},{"__isSmartRef__":true,"id":3808}],"modelPlug":{"__isSmartRef__":true,"id":3809},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ButtonMorph","__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":"1991:ButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(704.5714024135044,221.2)","namespaceURI":null}]}},"3783":{"textString":"View as...","savedTextString":"View as...","submorphs":[{"__isSmartRef__":true,"id":3784}],"owner":{"__isSmartRef__":true,"id":3782},"_livelyDataWrapperId_":"1994:TextMorph","origin":{"__isSmartRef__":true,"id":3789},"shape":{"__isSmartRef__":true,"id":3790},"textContent":{"__isSmartRef__":true,"id":3791},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3793},"textSelection":{"__isSmartRef__":true,"id":3784},"priorExtent":{"__isSmartRef__":true,"id":3794},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3795},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"textColor":{"__isSmartRef__":true,"id":3792},"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":"1994:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(34.071456364225014,5.900000095367432)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3784":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3783},"_livelyDataWrapperId_":"1996:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3785},"shape":{"__isSmartRef__":true,"id":3786},"priorExtent":{"__isSmartRef__":true,"id":3787},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3788},"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":"1996:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3785":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3786":{"_livelyDataWrapperId_":"1995: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":"1995: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}]}},"3787":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3788":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3789":{"x":34.071456364225014,"y":5.900000095367432,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3790":{"_x":0,"_y":0,"_width":52,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":223},"_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":"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}]}},"3791":{"_fill":{"__isSmartRef__":true,"id":3792},"__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(102,102,102)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"3792":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3793":{"a":1,"b":0,"c":0,"d":1,"e":34.071456364225014,"f":5.900000095367432,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3794":{"x":52,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3795":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3796":{"x":704.5714024135044,"y":221.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3797":{"_x":0,"_y":0,"_width":117.42857470628692,"_height":22.119999999999997,"_stroke":{"__isSmartRef__":true,"id":3628},"_fill":{"__isSmartRef__":true,"id":3798},"_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":"0","namespaceURI":null},{"key":"width","value":"117.42857470628692","namespaceURI":null},{"key":"height","value":"22.119999999999997","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#1992:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"3798":{"vector":{"__isSmartRef__":true,"id":3630},"stops":[{"__isSmartRef__":true,"id":3799},{"__isSmartRef__":true,"id":3800}],"refcount":1,"_livelyDataWrapperId_":"1992: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":"1992:lively.paint.LinearGradient","namespaceURI":null}]}},"3799":{"__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}]}},"3800":{"__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}]}},"3801":{"x":117.14286041259766,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3802":{"vector":{"__isSmartRef__":true,"id":3630},"stops":[{"__isSmartRef__":true,"id":3803},{"__isSmartRef__":true,"id":3804}],"refcount":0,"_livelyDataWrapperId_":"1993: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":"1993:lively.paint.LinearGradient","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":"0","namespaceURI":null},{"key":"stop-color","value":"rgb(232,232,232)","namespaceURI":null}]}},"3804":{"__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}]}},"3805":{"browser":{"__isSmartRef__":true,"id":1010},"button":{"__isSmartRef__":true,"id":3782},"__SourceModuleName__":"Global.lively.ide.BrowserCommands","__LivelyClassName__":"lively.ide.ViewSourceCommand"},"3806":{"a":1,"b":0,"c":0,"d":1,"e":704.5714024135044,"f":221.2,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3807":{"sourceObj":{"__isSmartRef__":true,"id":3782},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3805},"targetMethodName":"trigger","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3808":{"sourceObj":{"__isSmartRef__":true,"id":3782},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3782},"targetMethodName":"setLabel","converterString":"function () { return this.getSourceObj().command.asString() }","updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3809":{"model":{"__isSmartRef__":true,"id":3810},"setIsActive":"setIsActive","getIsActive":"getIsActive","__SourceModuleName__":"Global.lively.OldModel","__LivelyClassName__":"ModelPlug"},"3810":{},"3811":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/lively/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"3812":{"sourceObj":{"__isSmartRef__":true,"id":1010},"sourceAttrName":"targetURL","targetObj":{"__isSmartRef__":true,"id":994},"targetMethodName":"setTextString","converterString":"function (value) { return value.toString() }","updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3813":{"textString":"Saving NetRequest...\nError while saving: TypeError: Object # has no method 'store'\nSuccessfully evaluated NetRequest","savedTextString":"","submorphs":[{"__isSmartRef__":true,"id":3814}],"owner":null,"_livelyDataWrapperId_":"6400:TextMorph","origin":{"__isSmartRef__":true,"id":3819},"shape":{"__isSmartRef__":true,"id":3820},"textContent":{"__isSmartRef__":true,"id":3822},"lineNumberHint":3,"pvtCachedTransform":{"__isSmartRef__":true,"id":3824},"textSelection":{"__isSmartRef__":true,"id":3814},"priorExtent":{"__isSmartRef__":true,"id":3825},"useChangeClue":false,"textColor":{"__isSmartRef__":true,"id":3823},"hasKeyboardFocus":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":"6400:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(262.5,104.78499984741211)","namespaceURI":null}]}},"3814":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3813},"_livelyDataWrapperId_":"6402:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3815},"shape":{"__isSmartRef__":true,"id":3816},"priorExtent":{"__isSmartRef__":true,"id":3817},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3818},"__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":"6402:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3815":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3816":{"_livelyDataWrapperId_":"6401: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":"6401: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}]}},"3817":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3818":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3819":{"x":262.5,"y":104.78499984741211,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3820":{"_x":0,"_y":0,"_width":300,"_height":64.4,"_stroke":{"__isSmartRef__":true,"id":634},"_fill":{"__isSmartRef__":true,"id":3821},"__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":"64.4","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}]}},"3821":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3822":{"_fill":{"__isSmartRef__":true,"id":3823},"__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(204,0,0)","namespaceURI":null},{"key":"font-size","value":"12","namespaceURI":null},{"key":"font-family","value":"Helvetica","namespaceURI":null}]}},"3823":{"r":0.8,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3824":{"a":1,"b":0,"c":0,"d":1,"e":262.5,"f":104.78499984741211,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3825":{"x":288,"y":56.400001525878906,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3826":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3827":{"_x":0,"_y":0,"_width":645.5999755859375,"_height":22.1200008392334,"_fill":{"__isSmartRef__":true,"id":224},"__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":"645.5999755859375","namespaceURI":null},{"key":"height","value":"22.1200008392334","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}]}},"3828":{"x":656,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3829":{"_livelyDataWrapperId_":"44:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":3830},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"44:lively.scene.Clip","namespaceURI":null}]}},"3830":{"_fill":{"__isSmartRef__":true,"id":224},"__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.5999755859375","namespaceURI":null},{"key":"height","value":"22.1200008392334","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}]}},"3831":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3832":{"submorphs":[{"__isSmartRef__":true,"id":3833}],"owner":{"__isSmartRef__":true,"id":992},"_livelyDataWrapperId_":"1718:SliderMorph","origin":{"__isSmartRef__":true,"id":3840},"shape":{"__isSmartRef__":true,"id":3841},"priorExtent":{"__isSmartRef__":true,"id":3842},"value":0,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":3843},"slider":{"__isSmartRef__":true,"id":3833},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":3844},{"__isSmartRef__":true,"id":3845}],"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":"1718:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(644.5999755859375,0)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]}},"3833":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3832},"_livelyDataWrapperId_":"1719:Morph","origin":{"__isSmartRef__":true,"id":3834},"shape":{"__isSmartRef__":true,"id":3835},"priorExtent":{"__isSmartRef__":true,"id":3836},"pvtCachedTransform":{"__isSmartRef__":true,"id":3837},"mouseHandler":{"__isSmartRef__":true,"id":3838},"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":"1719:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null}]}},"3834":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3835":{"_x":0,"_y":0,"_width":13,"_height":21.132827348919502,"_stroke":{"__isSmartRef__":true,"id":70},"_fill":{"__isSmartRef__":true,"id":71},"_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":"21.132827348919502","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}]}},"3836":{"x":12,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3837":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3838":{"target":{"__isSmartRef__":true,"id":3832},"eventSpec":{"__isSmartRef__":true,"id":3839},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3839":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"3840":{"x":644.5999755859375,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3841":{"_x":0,"_y":0,"_width":13,"_height":22.1200008392334,"_stroke":{"__isSmartRef__":true,"id":82},"_fill":{"__isSmartRef__":true,"id":83},"_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":"22.1200008392334","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}]}},"3842":{"x":5,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3843":{"a":1,"b":0,"c":0,"d":1,"e":644.5999755859375,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3844":{"sourceObj":{"__isSmartRef__":true,"id":3832},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":992},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3845":{"sourceObj":{"__isSmartRef__":true,"id":3832},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":992},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3846":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3847":{"_x":0,"_y":0,"_width":657.6,"_height":22.119999999999997,"_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":"657.6","namespaceURI":null},{"key":"height","value":"22.119999999999997","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"3848":{"x":656,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3849":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3850":{"sourceObj":{"__isSmartRef__":true,"id":992},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":3832},"targetMethodName":"setValue","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3851":{"baseFill":{"__isSmartRef__":true,"id":3610},"submorphs":[{"__isSmartRef__":true,"id":3852}],"owner":{"__isSmartRef__":true,"id":991},"_livelyDataWrapperId_":"1720:ButtonMorph","origin":{"__isSmartRef__":true,"id":3864},"shape":{"__isSmartRef__":true,"id":3865},"priorExtent":{"__isSmartRef__":true,"id":3869},"value":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3866},"lighterFill":{"__isSmartRef__":true,"id":3870},"pvtCachedTransform":{"__isSmartRef__":true,"id":3873},"nextNavigableSibling":{"__isSmartRef__":true,"id":3874},"label":{"__isSmartRef__":true,"id":3852},"attributeConnections":[{"__isSmartRef__":true,"id":3898}],"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ButtonMorph","__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":"1720:ButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(657.6,0)","namespaceURI":null}]}},"3852":{"textString":"codebase","savedTextString":"codebase","submorphs":[{"__isSmartRef__":true,"id":3853}],"owner":{"__isSmartRef__":true,"id":3851},"_livelyDataWrapperId_":"1949:TextMorph","origin":{"__isSmartRef__":true,"id":3858},"shape":{"__isSmartRef__":true,"id":3859},"textContent":{"__isSmartRef__":true,"id":3860},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3861},"textSelection":{"__isSmartRef__":true,"id":3853},"priorExtent":{"__isSmartRef__":true,"id":3862},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3863},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"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":"1949:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(23.700000762939453,5.900000095367432)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3853":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3852},"_livelyDataWrapperId_":"1951:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3854},"shape":{"__isSmartRef__":true,"id":3855},"priorExtent":{"__isSmartRef__":true,"id":3856},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3857},"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":"1951:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3854":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3855":{"_livelyDataWrapperId_":"1950: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":"1950: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}]}},"3856":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3857":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3858":{"x":23.700000762939453,"y":5.900000095367432,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3859":{"_x":0,"_y":0,"_width":54,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":223},"_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":"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}]}},"3860":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3861":{"a":1,"b":0,"c":0,"d":1,"e":23.700000762939453,"f":5.900000095367432,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3862":{"x":54,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3863":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3864":{"x":657.6,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3865":{"_x":0,"_y":0,"_width":98.64000152960057,"_height":22.119999999999997,"_stroke":{"__isSmartRef__":true,"id":3628},"_fill":{"__isSmartRef__":true,"id":3866},"_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":"0","namespaceURI":null},{"key":"width","value":"98.64000152960057","namespaceURI":null},{"key":"height","value":"22.119999999999997","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#1721:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"3866":{"vector":{"__isSmartRef__":true,"id":3630},"stops":[{"__isSmartRef__":true,"id":3867},{"__isSmartRef__":true,"id":3868}],"refcount":1,"_livelyDataWrapperId_":"1721: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":"1721:lively.paint.LinearGradient","namespaceURI":null}]}},"3867":{"__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}]}},"3868":{"__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}]}},"3869":{"x":98.4000015258789,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3870":{"vector":{"__isSmartRef__":true,"id":3630},"stops":[{"__isSmartRef__":true,"id":3871},{"__isSmartRef__":true,"id":3872}],"refcount":0,"_livelyDataWrapperId_":"1722: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":"1722:lively.paint.LinearGradient","namespaceURI":null}]}},"3871":{"__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}]}},"3872":{"__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}]}},"3873":{"a":1,"b":0,"c":0,"d":1,"e":657.6,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3874":{"baseFill":{"__isSmartRef__":true,"id":3610},"submorphs":[{"__isSmartRef__":true,"id":3875}],"owner":{"__isSmartRef__":true,"id":991},"_livelyDataWrapperId_":"1723:ButtonMorph","origin":{"__isSmartRef__":true,"id":3887},"shape":{"__isSmartRef__":true,"id":3888},"priorExtent":{"__isSmartRef__":true,"id":3892},"value":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3889},"lighterFill":{"__isSmartRef__":true,"id":3893},"pvtCachedTransform":{"__isSmartRef__":true,"id":3896},"label":{"__isSmartRef__":true,"id":3875},"attributeConnections":[{"__isSmartRef__":true,"id":3897}],"nextNavigableSibling":{"__isSmartRef__":true,"id":3609},"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"ButtonMorph","__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":"1723:ButtonMorph","namespaceURI":null},{"key":"class","value":"button","namespaceURI":null},{"key":"transform","value":"translate(756.2400244140625,0)","namespaceURI":null}]}},"3875":{"textString":"local","savedTextString":"local","submorphs":[{"__isSmartRef__":true,"id":3876}],"owner":{"__isSmartRef__":true,"id":3874},"_livelyDataWrapperId_":"1952:TextMorph","origin":{"__isSmartRef__":true,"id":3881},"shape":{"__isSmartRef__":true,"id":3882},"textContent":{"__isSmartRef__":true,"id":3883},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3884},"textSelection":{"__isSmartRef__":true,"id":3876},"priorExtent":{"__isSmartRef__":true,"id":3885},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3886},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"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":"1952:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(21.299974822997683,5.900000095367432)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3876":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3875},"_livelyDataWrapperId_":"1954:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3877},"shape":{"__isSmartRef__":true,"id":3878},"priorExtent":{"__isSmartRef__":true,"id":3879},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3880},"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":"1954:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3877":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3878":{"_livelyDataWrapperId_":"1953: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":"1953: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}]}},"3879":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3880":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3881":{"x":21.299974822997683,"y":5.900000095367432,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3882":{"_x":0,"_y":0,"_width":26,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":223},"_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":"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}]}},"3883":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3884":{"a":1,"b":0,"c":0,"d":1,"e":21.299974822997683,"f":5.900000095367432,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3885":{"x":26,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3886":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3887":{"x":756.2400244140625,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3888":{"_x":0,"_y":0,"_width":65.75999847039944,"_height":22.119999999999997,"_stroke":{"__isSmartRef__":true,"id":3628},"_fill":{"__isSmartRef__":true,"id":3889},"_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":"0","namespaceURI":null},{"key":"width","value":"65.75999847039944","namespaceURI":null},{"key":"height","value":"22.119999999999997","namespaceURI":null},{"key":"stroke-width","value":"0.6","namespaceURI":null},{"key":"stroke","value":"rgb(128,114,119)","namespaceURI":null},{"key":"fill","value":"url(#1724:lively.paint.LinearGradient)","namespaceURI":null},{"key":"rx","value":"5","namespaceURI":null},{"key":"ry","value":"5","namespaceURI":null}]}},"3889":{"vector":{"__isSmartRef__":true,"id":3630},"stops":[{"__isSmartRef__":true,"id":3890},{"__isSmartRef__":true,"id":3891}],"refcount":1,"_livelyDataWrapperId_":"1724: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":"1724:lively.paint.LinearGradient","namespaceURI":null}]}},"3890":{"__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}]}},"3891":{"__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}]}},"3892":{"x":65.5999984741211,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3893":{"vector":{"__isSmartRef__":true,"id":3630},"stops":[{"__isSmartRef__":true,"id":3894},{"__isSmartRef__":true,"id":3895}],"refcount":0,"_livelyDataWrapperId_":"1725: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":"1725:lively.paint.LinearGradient","namespaceURI":null}]}},"3894":{"__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}]}},"3895":{"__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}]}},"3896":{"a":1,"b":0,"c":0,"d":1,"e":756.2400244140625,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3897":{"sourceObj":{"__isSmartRef__":true,"id":3874},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1010},"targetMethodName":"setTargetURL","converterString":"function () { return URL.source.getDirectory() }","updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3898":{"sourceObj":{"__isSmartRef__":true,"id":3851},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1010},"targetMethodName":"setTargetURL","converterString":"function () { return URL.codeBase.withFilename('lively/')}","updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3899":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":991},"_livelyDataWrapperId_":"1762:HorizontalDivider","origin":{"__isSmartRef__":true,"id":3900},"shape":{"__isSmartRef__":true,"id":3901},"priorExtent":{"__isSmartRef__":true,"id":3903},"fixed":[{"__isSmartRef__":true,"id":3609},{"__isSmartRef__":true,"id":3642},{"__isSmartRef__":true,"id":3670},{"__isSmartRef__":true,"id":3698},{"__isSmartRef__":true,"id":3726},{"__isSmartRef__":true,"id":3754},{"__isSmartRef__":true,"id":3782}],"scalingBelow":[{"__isSmartRef__":true,"id":1721}],"scalingAbove":[{"__isSmartRef__":true,"id":2617},{"__isSmartRef__":true,"id":2919},{"__isSmartRef__":true,"id":3011},{"__isSmartRef__":true,"id":3549}],"minHeight":20,"pointerConnection":null,"pvtCachedTransform":{"__isSmartRef__":true,"id":3904},"styleClass":["Browser_resizer"],"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"HorizontalDivider","__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":"1762:HorizontalDivider","namespaceURI":null},{"key":"transform","value":"translate(0,243.32)","namespaceURI":null},{"key":"class","value":"Browser_resizer","namespaceURI":null}]}},"3900":{"x":0,"y":243.32,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3901":{"_x":0,"_y":0,"_width":822,"_height":5.529999999999999,"_fill":{"__isSmartRef__":true,"id":3902},"__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":"5.529999999999999","namespaceURI":null},{"key":"fill","value":"rgb(204,204,204)","namespaceURI":null}]}},"3902":{"r":0.8,"g":0.8,"b":0.8,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3903":{"x":820,"y":5.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3904":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":243.32,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3905":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":991},"_livelyDataWrapperId_":"1772:HorizontalDivider","origin":{"__isSmartRef__":true,"id":3906},"shape":{"__isSmartRef__":true,"id":3907},"priorExtent":{"__isSmartRef__":true,"id":3908},"fixed":[],"scalingBelow":[{"__isSmartRef__":true,"id":3909}],"scalingAbove":[{"__isSmartRef__":true,"id":1721}],"minHeight":20,"pointerConnection":null,"pvtCachedTransform":{"__isSmartRef__":true,"id":3951},"styleClass":["Browser_resizer"],"openForDragAndDrop":false,"__SourceModuleName__":"Global.lively.Widgets","__LivelyClassName__":"HorizontalDivider","__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":"1772:HorizontalDivider","namespaceURI":null},{"key":"transform","value":"translate(0,519.8199999999999)","namespaceURI":null},{"key":"class","value":"Browser_resizer","namespaceURI":null}]}},"3906":{"x":0,"y":519.8199999999999,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3907":{"_x":0,"_y":0,"_width":822,"_height":5.529999999999999,"_fill":{"__isSmartRef__":true,"id":3902},"__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":"5.529999999999999","namespaceURI":null},{"key":"fill","value":"rgb(204,204,204)","namespaceURI":null}]}},"3908":{"x":820,"y":5.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3909":{"submorphs":[{"__isSmartRef__":true,"id":3910},{"__isSmartRef__":true,"id":3932}],"owner":{"__isSmartRef__":true,"id":991},"_livelyDataWrapperId_":"1777:ScrollPane","origin":{"__isSmartRef__":true,"id":3946},"shape":{"__isSmartRef__":true,"id":3947},"priorExtent":{"__isSmartRef__":true,"id":3948},"pvtCachedTransform":{"__isSmartRef__":true,"id":3949},"clipMorph":{"__isSmartRef__":true,"id":3910},"verticalScrollBar":{"__isSmartRef__":true,"id":3932},"attributeConnections":[{"__isSmartRef__":true,"id":3950}],"suppressHandles":true,"styleClass":["Browser_commentPane"],"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":"1777:ScrollPane","namespaceURI":null},{"key":"transform","value":"translate(0,525.3499999999999)","namespaceURI":null},{"key":"class","value":"Browser_commentPane","namespaceURI":null}]}},"3910":{"submorphs":[{"__isSmartRef__":true,"id":3911}],"owner":{"__isSmartRef__":true,"id":3909},"_livelyDataWrapperId_":"1778:ClipMorph","origin":{"__isSmartRef__":true,"id":3926},"shape":{"__isSmartRef__":true,"id":3927},"priorExtent":{"__isSmartRef__":true,"id":3928},"clip":{"__isSmartRef__":true,"id":3929},"_clip-path":"url(#45:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":3931},"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":"1778:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#45:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3911":{"textString":"","savedTextString":"","submorphs":[{"__isSmartRef__":true,"id":3912}],"owner":{"__isSmartRef__":true,"id":3910},"_livelyDataWrapperId_":"1773:TextMorph","origin":{"__isSmartRef__":true,"id":3917},"shape":{"__isSmartRef__":true,"id":3918},"textContent":{"__isSmartRef__":true,"id":3919},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3920},"textSelection":{"__isSmartRef__":true,"id":3912},"priorExtent":{"__isSmartRef__":true,"id":3921},"useChangeClue":true,"changeClue":{"__isSmartRef__":true,"id":3922},"suppressHandles":true,"styleClass":["Browser_commentPaneText"],"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":"1773:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"Browser_commentPaneText","namespaceURI":null}]}},"3912":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3911},"_livelyDataWrapperId_":"1775:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3913},"shape":{"__isSmartRef__":true,"id":3914},"priorExtent":{"__isSmartRef__":true,"id":3915},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3916},"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":"1775:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3913":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3914":{"_livelyDataWrapperId_":"1774: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":"1774: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}]}},"3915":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3916":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3917":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3918":{"_x":0,"_y":0,"_width":810,"_height":27.649999618530273,"_stroke":{"__isSmartRef__":true,"id":223},"_fill":{"__isSmartRef__":true,"id":224},"__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":"810","namespaceURI":null},{"key":"height","value":"27.649999618530273","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}]}},"3919":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3920":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3921":{"x":798,"y":19.649999618530273,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3922":{"submorphs":[],"owner":null,"_livelyDataWrapperId_":"1776:Morph","origin":{"__isSmartRef__":true,"id":3923},"shape":{"__isSmartRef__":true,"id":3924},"priorExtent":{"__isSmartRef__":true,"id":3925},"mouseHandler":null,"_pointer-events":"none","ignoreWhenCopying":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":"1776:Morph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3923":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3924":{"_x":0,"_y":0,"_width":5,"_height":5,"_stroke":{"__isSmartRef__":true,"id":223},"_fill":{"__isSmartRef__":true,"id":288},"__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}]}},"3925":{"x":5,"y":5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3926":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3927":{"_x":0,"_y":0,"_width":810,"_height":27.649999618530273,"_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":"810","namespaceURI":null},{"key":"height","value":"27.649999618530273","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3928":{"x":820,"y":27.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3929":{"_livelyDataWrapperId_":"45:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":3930},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"45:lively.scene.Clip","namespaceURI":null}]}},"3930":{"_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.649999618530273","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"3931":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3932":{"submorphs":[{"__isSmartRef__":true,"id":3933}],"owner":{"__isSmartRef__":true,"id":3909},"_livelyDataWrapperId_":"1780:SliderMorph","origin":{"__isSmartRef__":true,"id":3940},"shape":{"__isSmartRef__":true,"id":3941},"priorExtent":{"__isSmartRef__":true,"id":3942},"value":0,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":3943},"slider":{"__isSmartRef__":true,"id":3933},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":3944},{"__isSmartRef__":true,"id":3945}],"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":"1780:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(809,0)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]}},"3933":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3932},"_livelyDataWrapperId_":"1781:Morph","origin":{"__isSmartRef__":true,"id":3934},"shape":{"__isSmartRef__":true,"id":3935},"priorExtent":{"__isSmartRef__":true,"id":3936},"pvtCachedTransform":{"__isSmartRef__":true,"id":3937},"mouseHandler":{"__isSmartRef__":true,"id":3938},"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":"1781:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null}]}},"3934":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3935":{"_x":0,"_y":0,"_width":13,"_height":25.845758185403877,"_stroke":{"__isSmartRef__":true,"id":70},"_fill":{"__isSmartRef__":true,"id":71},"_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":"25.845758185403877","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}]}},"3936":{"x":12,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3937":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3938":{"target":{"__isSmartRef__":true,"id":3932},"eventSpec":{"__isSmartRef__":true,"id":3939},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"3939":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"3940":{"x":809,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3941":{"_x":0,"_y":0,"_width":13,"_height":27.649999618530273,"_stroke":{"__isSmartRef__":true,"id":82},"_fill":{"__isSmartRef__":true,"id":83},"_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":"27.649999618530273","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}]}},"3942":{"x":5,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3943":{"a":1,"b":0,"c":0,"d":1,"e":809,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3944":{"sourceObj":{"__isSmartRef__":true,"id":3932},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":3909},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3945":{"sourceObj":{"__isSmartRef__":true,"id":3932},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":3909},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3946":{"x":0,"y":525.3499999999999,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3947":{"_x":0,"_y":0,"_width":822,"_height":27.65,"_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":"27.65","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null}]}},"3948":{"x":820,"y":27.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3949":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":525.3499999999999,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3950":{"sourceObj":{"__isSmartRef__":true,"id":3909},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":3932},"targetMethodName":"setValue","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3951":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":519.8199999999999,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3952":{"x":0,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3953":{"_x":0,"_y":0,"_width":822,"_height":553,"_stroke":{"__isSmartRef__":true,"id":3954},"_fill":{"__isSmartRef__":true,"id":3955},"__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":"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}]}},"3954":{"r":0.2,"g":0.2,"b":0.2,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3955":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3956":{"x":822,"y":553,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3957":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":22,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3958":{"submorphs":[{"__isSmartRef__":true,"id":3959},{"__isSmartRef__":true,"id":3971},{"__isSmartRef__":true,"id":3982},{"__isSmartRef__":true,"id":4003},{"__isSmartRef__":true,"id":4024}],"owner":{"__isSmartRef__":true,"id":990},"_livelyDataWrapperId_":"1998:TitleBarMorph","origin":{"__isSmartRef__":true,"id":4045},"shape":{"__isSmartRef__":true,"id":4046},"priorExtent":{"__isSmartRef__":true,"id":4047},"pvtCachedTransform":{"__isSmartRef__":true,"id":4048},"mouseHandler":null,"_pointer-events":"none","contentMorph":{"__isSmartRef__":true,"id":3960},"windowMorph":{"__isSmartRef__":true,"id":990},"label":{"__isSmartRef__":true,"id":3971},"closeButton":{"__isSmartRef__":true,"id":3982},"menuButton":{"__isSmartRef__":true,"id":4003},"collapseButton":{"__isSmartRef__":true,"id":4024},"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":"1998:TitleBarMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3959":{"submorphs":[{"__isSmartRef__":true,"id":3960}],"owner":{"__isSmartRef__":true,"id":3958},"_livelyDataWrapperId_":"2000:ClipMorph","origin":{"__isSmartRef__":true,"id":3965},"shape":{"__isSmartRef__":true,"id":3966},"priorExtent":{"__isSmartRef__":true,"id":3967},"clip":{"__isSmartRef__":true,"id":3968},"_clip-path":"url(#46:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":3970},"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":"2000:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#46:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(-1,-1)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3960":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3959},"_livelyDataWrapperId_":"1999:Morph","origin":{"__isSmartRef__":true,"id":3961},"shape":{"__isSmartRef__":true,"id":3962},"priorExtent":{"__isSmartRef__":true,"id":3963},"pvtCachedTransform":{"__isSmartRef__":true,"id":3964},"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":"1999:Morph","namespaceURI":null},{"key":"transform","value":"translate(1,1)","namespaceURI":null},{"key":"class","value":"titleBar","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"3961":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3962":{"_x":0,"_y":0,"_width":822,"_height":30,"_stroke":{"__isSmartRef__":true,"id":223},"_fill":{"__isSmartRef__":true,"id":101},"_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":"822","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}]}},"3963":{"x":822,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3964":{"a":1,"b":0,"c":0,"d":1,"e":1,"f":1,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3965":{"x":-1,"y":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3966":{"_x":0,"_y":0,"_width":824,"_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":"824","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}]}},"3967":{"x":822,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3968":{"_livelyDataWrapperId_":"46:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":3969},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"46:lively.scene.Clip","namespaceURI":null}]}},"3969":{"_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":"824","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}]}},"3970":{"a":1,"b":0,"c":0,"d":1,"e":-1,"f":-1,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3971":{"textString":"Network.js:NetRequest:-- all --","savedTextString":"SystemBrowser","submorphs":[{"__isSmartRef__":true,"id":3972}],"owner":{"__isSmartRef__":true,"id":3958},"_livelyDataWrapperId_":"2002:TextMorph","origin":{"__isSmartRef__":true,"id":3977},"shape":{"__isSmartRef__":true,"id":3978},"textContent":{"__isSmartRef__":true,"id":3979},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3980},"textSelection":{"__isSmartRef__":true,"id":3972},"priorExtent":{"__isSmartRef__":true,"id":3981},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":346},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"openForDragAndDrop":false,"styleClass":["titleBar_label"],"__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":"2002:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(364,3)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"class","value":"titleBar_label","namespaceURI":null}]}},"3972":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3971},"_livelyDataWrapperId_":"2004:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3973},"shape":{"__isSmartRef__":true,"id":3974},"priorExtent":{"__isSmartRef__":true,"id":3975},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3976},"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":"2004:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3973":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3974":{"_livelyDataWrapperId_":"2003: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":"2003: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}]}},"3975":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3976":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3977":{"x":364,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3978":{"_x":0,"_y":0,"_width":175,"_height":17.2,"_stroke":{"__isSmartRef__":true,"id":223},"_fill":null,"_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":"175","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}]}},"3979":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"3980":{"a":1,"b":0,"c":0,"d":1,"e":364,"f":3,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3981":{"x":163,"y":13.200000762939453,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3982":{"submorphs":[{"__isSmartRef__":true,"id":3983}],"owner":{"__isSmartRef__":true,"id":3958},"_livelyDataWrapperId_":"2005:WindowControlMorph","origin":{"__isSmartRef__":true,"id":3997},"shape":{"__isSmartRef__":true,"id":3998},"priorExtent":{"__isSmartRef__":true,"id":3999},"label":{"__isSmartRef__":true,"id":3983},"pvtCachedTransform":{"__isSmartRef__":true,"id":4000},"styleClass":["titleBar_closeButton"],"attributeConnections":[{"__isSmartRef__":true,"id":4001},{"__isSmartRef__":true,"id":4002}],"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":"2005:WindowControlMorph","namespaceURI":null},{"key":"transform","value":"translate(811,11)","namespaceURI":null},{"key":"class","value":"titleBar_closeButton","namespaceURI":null}]}},"3983":{"textString":"X","savedTextString":"X","submorphs":[{"__isSmartRef__":true,"id":3984}],"owner":{"__isSmartRef__":true,"id":3982},"_livelyDataWrapperId_":"2006:TextMorph","origin":{"__isSmartRef__":true,"id":3989},"shape":{"__isSmartRef__":true,"id":3990},"textContent":{"__isSmartRef__":true,"id":3991},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":3992},"textSelection":{"__isSmartRef__":true,"id":3984},"priorExtent":{"__isSmartRef__":true,"id":3993},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":3994},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"styleClass":["titleBar_button_label"],"textColor":{"__isSmartRef__":true,"id":136},"textStyle":{"__isSmartRef__":true,"id":3995},"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":"2006: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}]}},"3984":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":3983},"_livelyDataWrapperId_":"2008:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":3985},"shape":{"__isSmartRef__":true,"id":3986},"priorExtent":{"__isSmartRef__":true,"id":3987},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":3988},"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":"2008:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"3985":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3986":{"_livelyDataWrapperId_":"2007: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":"2007: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}]}},"3987":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3988":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3989":{"x":-4,"y":-6,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3990":{"_x":0,"_y":0,"_width":8,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":223},"_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}]}},"3991":{"_fill":{"__isSmartRef__":true,"id":136},"__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}]}},"3992":{"a":1,"b":0,"c":0,"d":1,"e":-4,"f":-6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"3993":{"x":8,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3994":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3995":{"runs":[2],"values":[{"__isSmartRef__":true,"id":3996}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"3996":{"style":"bold","__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"3997":{"x":811,"y":11,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3998":{"_cx":0,"_cy":0,"_rx":8,"_ry":8,"_fill":{"__isSmartRef__":true,"id":144},"__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(#23:lively.paint.RadialGradient)","namespaceURI":null}]}},"3999":{"x":16,"y":16,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4000":{"a":1,"b":0,"c":0,"d":1,"e":811,"f":11,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4001":{"sourceObj":{"__isSmartRef__":true,"id":3982},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":990},"targetMethodName":"getCloseHelp","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4002":{"sourceObj":{"__isSmartRef__":true,"id":3982},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":990},"targetMethodName":"initiateShutdown","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4003":{"submorphs":[{"__isSmartRef__":true,"id":4004}],"owner":{"__isSmartRef__":true,"id":3958},"_livelyDataWrapperId_":"2009:WindowControlMorph","origin":{"__isSmartRef__":true,"id":4018},"shape":{"__isSmartRef__":true,"id":4019},"priorExtent":{"__isSmartRef__":true,"id":4020},"label":{"__isSmartRef__":true,"id":4004},"pvtCachedTransform":{"__isSmartRef__":true,"id":4021},"styleClass":["titleBar_menuButton"],"attributeConnections":[{"__isSmartRef__":true,"id":4022},{"__isSmartRef__":true,"id":4023}],"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":"2009:WindowControlMorph","namespaceURI":null},{"key":"transform","value":"translate(11,11)","namespaceURI":null},{"key":"class","value":"titleBar_menuButton","namespaceURI":null}]}},"4004":{"textString":"M","savedTextString":"M","submorphs":[{"__isSmartRef__":true,"id":4005}],"owner":{"__isSmartRef__":true,"id":4003},"_livelyDataWrapperId_":"2010:TextMorph","origin":{"__isSmartRef__":true,"id":4010},"shape":{"__isSmartRef__":true,"id":4011},"textContent":{"__isSmartRef__":true,"id":4012},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":4013},"textSelection":{"__isSmartRef__":true,"id":4005},"priorExtent":{"__isSmartRef__":true,"id":4014},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":4015},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"styleClass":["titleBar_button_label"],"textColor":{"__isSmartRef__":true,"id":136},"textStyle":{"__isSmartRef__":true,"id":4016},"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":"2010: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}]}},"4005":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":4004},"_livelyDataWrapperId_":"2012:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":4006},"shape":{"__isSmartRef__":true,"id":4007},"priorExtent":{"__isSmartRef__":true,"id":4008},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":4009},"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":"2012:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"4006":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4007":{"_livelyDataWrapperId_":"2011: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":"2011: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}]}},"4008":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4009":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4010":{"x":-5,"y":-6,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4011":{"_x":0,"_y":0,"_width":10,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":223},"_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}]}},"4012":{"_fill":{"__isSmartRef__":true,"id":136},"__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}]}},"4013":{"a":1,"b":0,"c":0,"d":1,"e":-5,"f":-6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4014":{"x":10,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4015":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"4016":{"runs":[2],"values":[{"__isSmartRef__":true,"id":4017}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"4017":{"style":"bold","__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4018":{"x":11,"y":11,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4019":{"_cx":0,"_cy":0,"_rx":8,"_ry":8,"_fill":{"__isSmartRef__":true,"id":170},"__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(#24:lively.paint.RadialGradient)","namespaceURI":null}]}},"4020":{"x":16,"y":16,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4021":{"a":1,"b":0,"c":0,"d":1,"e":11,"f":11,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4022":{"sourceObj":{"__isSmartRef__":true,"id":4003},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":990},"targetMethodName":"getMenuHelp","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4023":{"sourceObj":{"__isSmartRef__":true,"id":4003},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":990},"targetMethodName":"showTargetMorphMenu","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4024":{"submorphs":[{"__isSmartRef__":true,"id":4025}],"owner":{"__isSmartRef__":true,"id":3958},"_livelyDataWrapperId_":"2013:WindowControlMorph","origin":{"__isSmartRef__":true,"id":4039},"shape":{"__isSmartRef__":true,"id":4040},"priorExtent":{"__isSmartRef__":true,"id":4041},"label":{"__isSmartRef__":true,"id":4025},"pvtCachedTransform":{"__isSmartRef__":true,"id":4042},"styleClass":["titleBar_collapseButton"],"attributeConnections":[{"__isSmartRef__":true,"id":4043},{"__isSmartRef__":true,"id":4044}],"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":"2013:WindowControlMorph","namespaceURI":null},{"key":"transform","value":"translate(792,11)","namespaceURI":null},{"key":"class","value":"titleBar_collapseButton","namespaceURI":null}]}},"4025":{"textString":"–","savedTextString":"–","submorphs":[{"__isSmartRef__":true,"id":4026}],"owner":{"__isSmartRef__":true,"id":4024},"_livelyDataWrapperId_":"2014:TextMorph","origin":{"__isSmartRef__":true,"id":4031},"shape":{"__isSmartRef__":true,"id":4032},"textContent":{"__isSmartRef__":true,"id":4033},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":4034},"textSelection":{"__isSmartRef__":true,"id":4026},"priorExtent":{"__isSmartRef__":true,"id":4035},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":4036},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"styleClass":["titleBar_button_label"],"textColor":{"__isSmartRef__":true,"id":136},"textStyle":{"__isSmartRef__":true,"id":4037},"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":"2014: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}]}},"4026":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":4025},"_livelyDataWrapperId_":"2016:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":4027},"shape":{"__isSmartRef__":true,"id":4028},"priorExtent":{"__isSmartRef__":true,"id":4029},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":4030},"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":"2016:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"4027":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4028":{"_livelyDataWrapperId_":"2015: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":"2015: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}]}},"4029":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4030":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4031":{"x":-3,"y":-6,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4032":{"_x":0,"_y":0,"_width":7,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":223},"_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}]}},"4033":{"_fill":{"__isSmartRef__":true,"id":136},"__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}]}},"4034":{"a":1,"b":0,"c":0,"d":1,"e":-3,"f":-6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4035":{"x":7,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4036":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"4037":{"runs":[2],"values":[{"__isSmartRef__":true,"id":4038}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"4038":{"style":"bold","__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4039":{"x":792,"y":11,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4040":{"_cx":0,"_cy":0,"_rx":8,"_ry":8,"_fill":{"__isSmartRef__":true,"id":196},"__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(#25:lively.paint.RadialGradient)","namespaceURI":null}]}},"4041":{"x":16,"y":16,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4042":{"a":1,"b":0,"c":0,"d":1,"e":792,"f":11,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4043":{"sourceObj":{"__isSmartRef__":true,"id":4024},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":990},"targetMethodName":"getCollapseHelp","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4044":{"sourceObj":{"__isSmartRef__":true,"id":4024},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":990},"targetMethodName":"toggleCollapse","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4045":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4046":{"_x":0,"_y":0,"_width":822,"_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":"822","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}]}},"4047":{"x":822,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4048":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4049":{"x":837,"y":39,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4050":{"_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}]}},"4051":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4052":{"a":1,"b":0,"c":0,"d":1,"e":837,"f":39,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4053":{"x":0,"y":23,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4054":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4055":{"submorphs":[{"__isSmartRef__":true,"id":4056},{"__isSmartRef__":true,"id":4170}],"owner":{"__isSmartRef__":true,"id":0},"_livelyDataWrapperId_":"10893:WindowMorph","origin":{"__isSmartRef__":true,"id":4261},"shape":{"__isSmartRef__":true,"id":4262},"priorExtent":{"__isSmartRef__":true,"id":4263},"pvtCachedTransform":{"__isSmartRef__":true,"id":4264},"targetMorph":{"__isSmartRef__":true,"id":4056},"titleBar":{"__isSmartRef__":true,"id":4170},"contentOffset":{"__isSmartRef__":true,"id":4265},"openForDragAndDrop":false,"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":4266},"__SourceModuleName__":"Global.lively.Widgets","__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":"10893:WindowMorph","namespaceURI":null},{"key":"transform","value":"translate(555,481)","namespaceURI":null}]}},"4056":{"submorphs":[{"__isSmartRef__":true,"id":4057},{"__isSmartRef__":true,"id":4151}],"owner":{"__isSmartRef__":true,"id":4055},"_livelyDataWrapperId_":"10888:ScrollPane","origin":{"__isSmartRef__":true,"id":4165},"shape":{"__isSmartRef__":true,"id":4166},"priorExtent":{"__isSmartRef__":true,"id":4167},"pvtCachedTransform":{"__isSmartRef__":true,"id":4168},"clipMorph":{"__isSmartRef__":true,"id":4057},"verticalScrollBar":{"__isSmartRef__":true,"id":4151},"attributeConnections":[{"__isSmartRef__":true,"id":4169}],"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":"10888:ScrollPane","namespaceURI":null},{"key":"transform","value":"translate(0,20)","namespaceURI":null}]}},"4057":{"submorphs":[{"__isSmartRef__":true,"id":4058}],"owner":{"__isSmartRef__":true,"id":4056},"_livelyDataWrapperId_":"10889:ClipMorph","origin":{"__isSmartRef__":true,"id":4145},"shape":{"__isSmartRef__":true,"id":4146},"priorExtent":{"__isSmartRef__":true,"id":4147},"clip":{"__isSmartRef__":true,"id":4148},"_clip-path":"url(#47:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":4150},"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":"10889:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#47:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"4058":{"textString":"Object.subclass('DeprecatedView', {\n\tsetModelValue: function(name, value) {\n\t\tvar varName = name.replace(/set(.*)/, '$1');\n\t\treturn this['__' + varName] = value;\n\t},\n\tgetModelValue: function(name) {\n\t\tvar varName = name.replace(/set(.*)/, '$1');\n\t\treturn this['__' + varName];\n\t},\n\tconnectModel: function(model) {\n\t\tthis.deprecatedModel = model;\n\t\tif (model.model) {\n\t\t\tProperties.own(model).forEach(function(name) {\n\t\t\t\tconnect(this, model[name], model.model, name, {\n\t\t\t\t\tconverter: function(v) { alert(this.toString(v)); return v }})\n\t\t\t}, this)\n\t\t} else { alert('connectModel: cannot handle ' + model) }\n\t},\n\tdisconnectModel: function(model) { alert('disconnectModel: ' + model) },\n})\n\n\ncop.create('DeprecatedViewLayer').refineObject(Global, {\n\tget View() { return DeprecatedView },\n})\n\nDeprecatedViewLayer.beGlobal();\nView.subclass('Resource')\nView.subclass('NetRequest')\n\n/*\nDeprecatedViewLayer.beNotGlobal();\nView.subclass('Resource')\nView.subclass('NetRequest')\n*/\n\n","savedTextString":"Object.subclass('DeprecatedView', {\n\tsetModelValue: function(name, value) {\n\t\tvar varName = name.replace(/set(.*)/, '$1');\n\t\treturn this['__' + varName] = value;\n\t},\n\tgetModelValue: function(name) {\n\t\tvar varName = name.replace(/set(.*)/, '$1');\n\t\treturn this['__' + varName];\n\t},\n\tconnectModel: function(model) {\n\t\tthis.deprecatedModel = model;\n\t\tif (model.model) {\n\t\t\tProperties.own(model).forEach(function(name) {\n\t\t\t\tconnect(this, model[name], model.model, name, {\n\t\t\t\t\tconverter: function(v) { alert(this.toString(v)); return v }})\n\t\t\t}, this)\n\t\t} else { alert('connectModel: cannot handle ' + model) }\n\t},\n\tdisconnectModel: function(model) { alert('disconnectModel: ' + model) },\n})\n\n\ncop.create('DeprecatedViewLayer').refineObject(Global, {\n\tget View() { return DeprecatedView },\n})\n\n","submorphs":[{"__isSmartRef__":true,"id":4059},{"__isSmartRef__":true,"id":4064}],"owner":{"__isSmartRef__":true,"id":4057},"_livelyDataWrapperId_":"10884:TextMorph","origin":{"__isSmartRef__":true,"id":4070},"shape":{"__isSmartRef__":true,"id":4071},"textContent":{"__isSmartRef__":true,"id":4072},"lineNumberHint":35,"pvtCachedTransform":{"__isSmartRef__":true,"id":4073},"textSelection":{"__isSmartRef__":true,"id":4059},"priorExtent":{"__isSmartRef__":true,"id":4074},"useChangeClue":true,"changeClue":{"__isSmartRef__":true,"id":4064},"suppressHandles":true,"openForDragAndDrop":false,"isSelecting":false,"hasKeyboardFocus":false,"fontFamily":"Courier","textStyle":{"__isSmartRef__":true,"id":4075},"undoTextStyle":{"__isSmartRef__":true,"id":4144},"__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":"10884:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]},"withLayers":["BrowserSyntaxHighlightLayer"]},"4059":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":4058},"_livelyDataWrapperId_":"10886:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":4060},"shape":{"__isSmartRef__":true,"id":4061},"priorExtent":{"__isSmartRef__":true,"id":4062},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":4063},"openForDragAndDrop":false,"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":"10886:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"4060":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4061":{"_livelyDataWrapperId_":"10885: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":"10885: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}]}},"4062":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4063":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4064":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":4058},"_livelyDataWrapperId_":"10887:Morph","origin":{"__isSmartRef__":true,"id":4065},"shape":{"__isSmartRef__":true,"id":4066},"priorExtent":{"__isSmartRef__":true,"id":4067},"mouseHandler":null,"_pointer-events":"none","ignoreWhenCopying":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":4068},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":4069},"__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":"10887:Morph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(1,1)","namespaceURI":null}]}},"4065":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4066":{"_x":0,"_y":0,"_width":5,"_height":5,"_stroke":{"__isSmartRef__":true,"id":223},"_fill":{"__isSmartRef__":true,"id":288},"__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}]}},"4067":{"x":5,"y":5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4068":{"a":1,"b":0,"c":0,"d":1,"e":1,"f":1,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4069":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4070":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4071":{"_x":0,"_y":0,"_width":616,"_height":525.1999999999996,"_stroke":{"__isSmartRef__":true,"id":223},"_fill":{"__isSmartRef__":true,"id":224},"__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":"616","namespaceURI":null},{"key":"height","value":"525.1999999999996","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}]}},"4072":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"4073":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4074":{"x":604,"y":517.2000122070312,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4075":{"runs":[6,1,8,1,16,2,1,2,14,1,8,14,1,3,3,24,9,2,4,5,6,1,4,1,4,22,1,3,14,1,8,7,1,3,3,24,9,2,4,5,6,1,4,1,4,14,1,3,13,1,8,8,1,3,4,28,2,15,1,34,8,7,1,13,4,34,1,6,10,1,8,4,1,7,4,15,6,3,2,5,1,2,4,4,1,1,4,1,1,7,30,10,1,2,1,3,16,1,8,8,1,7,19,10,1,2,1,15,21,23,1,13,1,1,6,16,1,2,1,35,4,1,8,1,10,2,4,1,8,1,12,3,94,2],"values":[{"__isSmartRef__":true,"id":4076},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4078},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4079},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4080},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4081},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4082},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4083},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4084},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4085},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4086},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4087},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4088},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4089},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4090},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4091},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4092},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4093},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4094},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4095},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4096},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4097},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4098},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4099},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4100},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4101},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4102},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4103},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4104},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4105},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4106},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4107},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4108},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4109},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4110},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4111},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4112},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4113},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4114},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4115},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4116},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4117},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4118},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4119},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4120},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4121},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4122},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4123},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4124},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4125},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4126},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4127},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4128},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4129},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4130},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4131},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4132},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4133},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4134},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4135},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4136},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4137},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4138},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4139},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4140},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4141},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4142},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4143},{"__isSmartRef__":true,"id":4077}],"lastIndex":972,"lastRunIndex":133,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"4076":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4077":{"color":{"__isSmartRef__":true,"id":634},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4078":{"color":{"__isSmartRef__":true,"id":638},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4079":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4080":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4081":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4082":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4083":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4084":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4085":{"color":{"__isSmartRef__":true,"id":1885},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4086":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4087":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4088":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4089":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4090":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4091":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4092":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4093":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4094":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4095":{"color":{"__isSmartRef__":true,"id":1885},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4096":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4097":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4098":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4099":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4100":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4101":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4102":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4103":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4104":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4105":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4106":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4107":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4108":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4109":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4110":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4111":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4112":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4113":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4114":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4115":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4116":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4117":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4118":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4119":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4120":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4121":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4122":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4123":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4124":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4125":{"color":{"__isSmartRef__":true,"id":645},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4126":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4127":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4128":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4129":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4130":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4131":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4132":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4133":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4134":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4135":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4136":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4137":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4138":{"color":{"__isSmartRef__":true,"id":638},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4139":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4140":{"color":{"__isSmartRef__":true,"id":632},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4141":{"color":{"__isSmartRef__":true,"id":638},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4142":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4143":{"color":{"__isSmartRef__":true,"id":638},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4144":{"runs":[6,1,8,1,16,2,1,2,14,1,8,14,1,3,3,24,9,2,4,5,6,1,4,1,4,22,1,3,14,1,8,7,1,3,3,24,9,2,4,5,6,1,4,1,4,14,1,3,13,1,8,8,1,3,4,28,2,15,1,34,8,7,1,13,4,34,1,6,10,1,8,4,1,7,4,15,6,3,2,5,1,2,4,4,1,1,4,1,1,7,30,10,1,2,1,3,16,1,8,8,1,7,19,10,1,2,1,15,21,23,1,13,1,1,6,16,1,2,1,35,4,1,8,1,10,2,4,1,8,1,12,3,95,2],"values":[{"__isSmartRef__":true,"id":4076},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4078},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4079},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4080},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4081},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4082},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4083},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4084},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4085},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4086},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4087},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4088},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4089},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4090},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4091},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4092},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4093},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4094},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4095},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4096},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4097},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4098},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4099},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4100},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4101},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4102},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4103},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4104},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4105},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4106},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4107},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4108},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4109},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4110},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4111},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4112},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4113},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4114},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4115},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4116},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4117},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4118},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4119},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4120},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4121},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4122},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4123},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4124},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4125},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4126},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4127},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4128},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4129},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4130},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4131},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4132},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4133},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4134},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4135},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4136},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4137},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4138},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4139},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4140},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4141},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4142},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4143},{"__isSmartRef__":true,"id":4077}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"4145":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4146":{"_x":0,"_y":0,"_width":616,"_height":630,"_fill":{"__isSmartRef__":true,"id":224},"__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":"616","namespaceURI":null},{"key":"height","value":"630","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}]}},"4147":{"x":500,"y":200,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4148":{"_livelyDataWrapperId_":"47:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":4149},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"47:lively.scene.Clip","namespaceURI":null}]}},"4149":{"_fill":{"__isSmartRef__":true,"id":224},"__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":"616","namespaceURI":null},{"key":"height","value":"630","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}]}},"4150":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4151":{"submorphs":[{"__isSmartRef__":true,"id":4152}],"owner":{"__isSmartRef__":true,"id":4056},"_livelyDataWrapperId_":"10891:SliderMorph","origin":{"__isSmartRef__":true,"id":4159},"shape":{"__isSmartRef__":true,"id":4160},"priorExtent":{"__isSmartRef__":true,"id":4161},"value":0.018687708588544197,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":4162},"slider":{"__isSmartRef__":true,"id":4152},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":4163},{"__isSmartRef__":true,"id":4164}],"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":"10891:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(615,0)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]}},"4152":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":4151},"_livelyDataWrapperId_":"10892:Morph","origin":{"__isSmartRef__":true,"id":4153},"shape":{"__isSmartRef__":true,"id":4154},"priorExtent":{"__isSmartRef__":true,"id":4155},"pvtCachedTransform":{"__isSmartRef__":true,"id":4156},"mouseHandler":{"__isSmartRef__":true,"id":4157},"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":"10892:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null},{"key":"display","value":"none","namespaceURI":null}]}},"4153":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4154":{"_x":0,"_y":0,"_width":13,"_height":630,"_stroke":{"__isSmartRef__":true,"id":70},"_fill":{"__isSmartRef__":true,"id":71},"_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":"630","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}]}},"4155":{"x":12,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4156":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4157":{"target":{"__isSmartRef__":true,"id":4151},"eventSpec":{"__isSmartRef__":true,"id":4158},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"4158":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"4159":{"x":615,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4160":{"_x":0,"_y":0,"_width":13,"_height":630,"_stroke":{"__isSmartRef__":true,"id":82},"_fill":{"__isSmartRef__":true,"id":83},"_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":"630","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}]}},"4161":{"x":5,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4162":{"a":1,"b":0,"c":0,"d":1,"e":615,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4163":{"sourceObj":{"__isSmartRef__":true,"id":4151},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":4056},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","isActive":false,"__LivelyClassName__":"AttributeConnection"},"4164":{"sourceObj":{"__isSmartRef__":true,"id":4151},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":4056},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4165":{"x":0,"y":20,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4166":{"_x":0,"_y":0,"_width":628,"_height":630,"_fill":null,"_stroke":{"__isSmartRef__":true,"id":223},"__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":"628","namespaceURI":null},{"key":"height","value":"630","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null}]}},"4167":{"x":500,"y":200,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4168":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":20,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4169":{"sourceObj":{"__isSmartRef__":true,"id":4056},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":4151},"targetMethodName":"setValue","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","isActive":false,"__LivelyClassName__":"AttributeConnection"},"4170":{"submorphs":[{"__isSmartRef__":true,"id":4171},{"__isSmartRef__":true,"id":4183},{"__isSmartRef__":true,"id":4194},{"__isSmartRef__":true,"id":4215},{"__isSmartRef__":true,"id":4236}],"owner":{"__isSmartRef__":true,"id":4055},"_livelyDataWrapperId_":"10894:TitleBarMorph","origin":{"__isSmartRef__":true,"id":4257},"shape":{"__isSmartRef__":true,"id":4258},"priorExtent":{"__isSmartRef__":true,"id":4259},"pvtCachedTransform":{"__isSmartRef__":true,"id":4260},"mouseHandler":null,"_pointer-events":"none","contentMorph":{"__isSmartRef__":true,"id":4172},"windowMorph":{"__isSmartRef__":true,"id":4055},"label":{"__isSmartRef__":true,"id":4183},"closeButton":{"__isSmartRef__":true,"id":4194},"menuButton":{"__isSmartRef__":true,"id":4215},"collapseButton":{"__isSmartRef__":true,"id":4236},"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":"10894:TitleBarMorph","namespaceURI":null},{"key":"transform","value":"translate(0,-2)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"4171":{"submorphs":[{"__isSmartRef__":true,"id":4172}],"owner":{"__isSmartRef__":true,"id":4170},"_livelyDataWrapperId_":"10896:ClipMorph","origin":{"__isSmartRef__":true,"id":4177},"shape":{"__isSmartRef__":true,"id":4178},"priorExtent":{"__isSmartRef__":true,"id":4179},"clip":{"__isSmartRef__":true,"id":4180},"_clip-path":"url(#48:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":4182},"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":"10896:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#48:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(-1,-1)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"4172":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":4171},"_livelyDataWrapperId_":"10895:Morph","origin":{"__isSmartRef__":true,"id":4173},"shape":{"__isSmartRef__":true,"id":4174},"priorExtent":{"__isSmartRef__":true,"id":4175},"pvtCachedTransform":{"__isSmartRef__":true,"id":4176},"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":"10895:Morph","namespaceURI":null},{"key":"transform","value":"translate(1,1)","namespaceURI":null},{"key":"class","value":"titleBar","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"4173":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4174":{"_x":0,"_y":0,"_width":628,"_height":30,"_stroke":{"__isSmartRef__":true,"id":223},"_fill":{"__isSmartRef__":true,"id":101},"_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":"628","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}]}},"4175":{"x":501,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4176":{"a":1,"b":0,"c":0,"d":1,"e":1,"f":1,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4177":{"x":-1,"y":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4178":{"_x":0,"_y":0,"_width":630,"_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":"630","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}]}},"4179":{"x":501,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4180":{"_livelyDataWrapperId_":"48:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":4181},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"48:lively.scene.Clip","namespaceURI":null}]}},"4181":{"_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":"630","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}]}},"4182":{"a":1,"b":0,"c":0,"d":1,"e":-1,"f":-1,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4183":{"textString":"deprecated view","savedTextString":"","submorphs":[{"__isSmartRef__":true,"id":4184}],"owner":{"__isSmartRef__":true,"id":4170},"_livelyDataWrapperId_":"10898:TextMorph","origin":{"__isSmartRef__":true,"id":4189},"shape":{"__isSmartRef__":true,"id":4190},"textContent":{"__isSmartRef__":true,"id":4191},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":4192},"textSelection":{"__isSmartRef__":true,"id":4184},"priorExtent":{"__isSmartRef__":true,"id":4193},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":346},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"openForDragAndDrop":false,"styleClass":["titleBar_label"],"__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":"10898:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(264.5,3)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"class","value":"titleBar_label","namespaceURI":null}]}},"4184":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":4183},"_livelyDataWrapperId_":"10900:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":4185},"shape":{"__isSmartRef__":true,"id":4186},"priorExtent":{"__isSmartRef__":true,"id":4187},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":4188},"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":"10900:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"4185":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4186":{"_livelyDataWrapperId_":"10899: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":"10899: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}]}},"4187":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4188":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4189":{"x":264.5,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4190":{"_x":0,"_y":0,"_width":102,"_height":17.2,"_stroke":{"__isSmartRef__":true,"id":223},"_fill":null,"_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":"102","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}]}},"4191":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"4192":{"a":1,"b":0,"c":0,"d":1,"e":264.5,"f":3,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4193":{"x":90,"y":13.200000762939453,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4194":{"submorphs":[{"__isSmartRef__":true,"id":4195}],"owner":{"__isSmartRef__":true,"id":4170},"_livelyDataWrapperId_":"10901:WindowControlMorph","origin":{"__isSmartRef__":true,"id":4209},"shape":{"__isSmartRef__":true,"id":4210},"priorExtent":{"__isSmartRef__":true,"id":4211},"label":{"__isSmartRef__":true,"id":4195},"pvtCachedTransform":{"__isSmartRef__":true,"id":4212},"styleClass":["titleBar_closeButton"],"attributeConnections":[{"__isSmartRef__":true,"id":4213},{"__isSmartRef__":true,"id":4214}],"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":"10901:WindowControlMorph","namespaceURI":null},{"key":"transform","value":"translate(617,11)","namespaceURI":null},{"key":"class","value":"titleBar_closeButton","namespaceURI":null}]}},"4195":{"textString":"X","savedTextString":"X","submorphs":[{"__isSmartRef__":true,"id":4196}],"owner":{"__isSmartRef__":true,"id":4194},"_livelyDataWrapperId_":"10902:TextMorph","origin":{"__isSmartRef__":true,"id":4201},"shape":{"__isSmartRef__":true,"id":4202},"textContent":{"__isSmartRef__":true,"id":4203},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":4204},"textSelection":{"__isSmartRef__":true,"id":4196},"priorExtent":{"__isSmartRef__":true,"id":4205},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":4206},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"styleClass":["titleBar_button_label"],"textColor":{"__isSmartRef__":true,"id":136},"textStyle":{"__isSmartRef__":true,"id":4207},"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":"10902: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}]}},"4196":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":4195},"_livelyDataWrapperId_":"10904:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":4197},"shape":{"__isSmartRef__":true,"id":4198},"priorExtent":{"__isSmartRef__":true,"id":4199},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":4200},"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":"10904:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"4197":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4198":{"_livelyDataWrapperId_":"10903: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":"10903: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}]}},"4199":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4200":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4201":{"x":-4,"y":-6,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4202":{"_x":0,"_y":0,"_width":8,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":223},"_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}]}},"4203":{"_fill":{"__isSmartRef__":true,"id":136},"__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}]}},"4204":{"a":1,"b":0,"c":0,"d":1,"e":-4,"f":-6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4205":{"x":8,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4206":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"4207":{"runs":[2],"values":[{"__isSmartRef__":true,"id":4208}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"4208":{"style":"bold","__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4209":{"x":617,"y":11,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4210":{"_cx":0,"_cy":0,"_rx":8,"_ry":8,"_fill":{"__isSmartRef__":true,"id":144},"__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(#23:lively.paint.RadialGradient)","namespaceURI":null}]}},"4211":{"x":16,"y":16,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4212":{"a":1,"b":0,"c":0,"d":1,"e":617,"f":11,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4213":{"sourceObj":{"__isSmartRef__":true,"id":4194},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":4055},"targetMethodName":"getCloseHelp","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4214":{"sourceObj":{"__isSmartRef__":true,"id":4194},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4055},"targetMethodName":"initiateShutdown","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4215":{"submorphs":[{"__isSmartRef__":true,"id":4216}],"owner":{"__isSmartRef__":true,"id":4170},"_livelyDataWrapperId_":"10905:WindowControlMorph","origin":{"__isSmartRef__":true,"id":4230},"shape":{"__isSmartRef__":true,"id":4231},"priorExtent":{"__isSmartRef__":true,"id":4232},"label":{"__isSmartRef__":true,"id":4216},"pvtCachedTransform":{"__isSmartRef__":true,"id":4233},"styleClass":["titleBar_menuButton"],"attributeConnections":[{"__isSmartRef__":true,"id":4234},{"__isSmartRef__":true,"id":4235}],"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":"10905:WindowControlMorph","namespaceURI":null},{"key":"transform","value":"translate(11,11)","namespaceURI":null},{"key":"class","value":"titleBar_menuButton","namespaceURI":null}]}},"4216":{"textString":"M","savedTextString":"M","submorphs":[{"__isSmartRef__":true,"id":4217}],"owner":{"__isSmartRef__":true,"id":4215},"_livelyDataWrapperId_":"10906:TextMorph","origin":{"__isSmartRef__":true,"id":4222},"shape":{"__isSmartRef__":true,"id":4223},"textContent":{"__isSmartRef__":true,"id":4224},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":4225},"textSelection":{"__isSmartRef__":true,"id":4217},"priorExtent":{"__isSmartRef__":true,"id":4226},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":4227},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"styleClass":["titleBar_button_label"],"textColor":{"__isSmartRef__":true,"id":136},"textStyle":{"__isSmartRef__":true,"id":4228},"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":"10906: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}]}},"4217":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":4216},"_livelyDataWrapperId_":"10908:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":4218},"shape":{"__isSmartRef__":true,"id":4219},"priorExtent":{"__isSmartRef__":true,"id":4220},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":4221},"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":"10908:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"4218":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4219":{"_livelyDataWrapperId_":"10907: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":"10907: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}]}},"4220":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4221":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4222":{"x":-5,"y":-6,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4223":{"_x":0,"_y":0,"_width":10,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":223},"_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}]}},"4224":{"_fill":{"__isSmartRef__":true,"id":136},"__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}]}},"4225":{"a":1,"b":0,"c":0,"d":1,"e":-5,"f":-6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4226":{"x":10,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4227":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"4228":{"runs":[2],"values":[{"__isSmartRef__":true,"id":4229}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"4229":{"style":"bold","__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4230":{"x":11,"y":11,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4231":{"_cx":0,"_cy":0,"_rx":8,"_ry":8,"_fill":{"__isSmartRef__":true,"id":170},"__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(#24:lively.paint.RadialGradient)","namespaceURI":null}]}},"4232":{"x":16,"y":16,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4233":{"a":1,"b":0,"c":0,"d":1,"e":11,"f":11,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4234":{"sourceObj":{"__isSmartRef__":true,"id":4215},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":4055},"targetMethodName":"getMenuHelp","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4235":{"sourceObj":{"__isSmartRef__":true,"id":4215},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4055},"targetMethodName":"showTargetMorphMenu","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4236":{"submorphs":[{"__isSmartRef__":true,"id":4237}],"owner":{"__isSmartRef__":true,"id":4170},"_livelyDataWrapperId_":"10909:WindowControlMorph","origin":{"__isSmartRef__":true,"id":4251},"shape":{"__isSmartRef__":true,"id":4252},"priorExtent":{"__isSmartRef__":true,"id":4253},"label":{"__isSmartRef__":true,"id":4237},"pvtCachedTransform":{"__isSmartRef__":true,"id":4254},"styleClass":["titleBar_collapseButton"],"attributeConnections":[{"__isSmartRef__":true,"id":4255},{"__isSmartRef__":true,"id":4256}],"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":"10909:WindowControlMorph","namespaceURI":null},{"key":"transform","value":"translate(598,11)","namespaceURI":null},{"key":"class","value":"titleBar_collapseButton","namespaceURI":null}]}},"4237":{"textString":"–","savedTextString":"–","submorphs":[{"__isSmartRef__":true,"id":4238}],"owner":{"__isSmartRef__":true,"id":4236},"_livelyDataWrapperId_":"10910:TextMorph","origin":{"__isSmartRef__":true,"id":4243},"shape":{"__isSmartRef__":true,"id":4244},"textContent":{"__isSmartRef__":true,"id":4245},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":4246},"textSelection":{"__isSmartRef__":true,"id":4238},"priorExtent":{"__isSmartRef__":true,"id":4247},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":4248},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"styleClass":["titleBar_button_label"],"textColor":{"__isSmartRef__":true,"id":136},"textStyle":{"__isSmartRef__":true,"id":4249},"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":"10910: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}]}},"4238":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":4237},"_livelyDataWrapperId_":"10912:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":4239},"shape":{"__isSmartRef__":true,"id":4240},"priorExtent":{"__isSmartRef__":true,"id":4241},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":4242},"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":"10912:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"4239":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4240":{"_livelyDataWrapperId_":"10911: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":"10911: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}]}},"4241":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4242":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4243":{"x":-3,"y":-6,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4244":{"_x":0,"_y":0,"_width":7,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":223},"_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}]}},"4245":{"_fill":{"__isSmartRef__":true,"id":136},"__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}]}},"4246":{"a":1,"b":0,"c":0,"d":1,"e":-3,"f":-6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4247":{"x":7,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4248":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"4249":{"runs":[2],"values":[{"__isSmartRef__":true,"id":4250}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"4250":{"style":"bold","__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4251":{"x":598,"y":11,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4252":{"_cx":0,"_cy":0,"_rx":8,"_ry":8,"_fill":{"__isSmartRef__":true,"id":196},"__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(#25:lively.paint.RadialGradient)","namespaceURI":null}]}},"4253":{"x":16,"y":16,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4254":{"a":1,"b":0,"c":0,"d":1,"e":598,"f":11,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4255":{"sourceObj":{"__isSmartRef__":true,"id":4236},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":4055},"targetMethodName":"getCollapseHelp","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4256":{"sourceObj":{"__isSmartRef__":true,"id":4236},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4055},"targetMethodName":"toggleCollapse","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4257":{"x":0,"y":-2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4258":{"_x":0,"_y":0,"_width":628,"_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":"628","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}]}},"4259":{"x":501,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4260":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":-2,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4261":{"x":555,"y":481,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4262":{"_x":0,"_y":-2,"_width":628,"_height":652,"_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":"-2","namespaceURI":null},{"key":"width","value":"628","namespaceURI":null},{"key":"height","value":"652","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"4263":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4264":{"a":1,"b":0,"c":0,"d":1,"e":555,"f":481,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4265":{"x":0,"y":23,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4266":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4267":{"submorphs":[{"__isSmartRef__":true,"id":4268},{"__isSmartRef__":true,"id":4318}],"owner":{"__isSmartRef__":true,"id":0},"_livelyDataWrapperId_":"3260:WindowMorph","origin":{"__isSmartRef__":true,"id":4426},"shape":{"__isSmartRef__":true,"id":4427},"priorExtent":{"__isSmartRef__":true,"id":4428},"pvtCachedTransform":{"__isSmartRef__":true,"id":4429},"targetMorph":{"__isSmartRef__":true,"id":4268},"titleBar":{"__isSmartRef__":true,"id":4318},"contentOffset":{"__isSmartRef__":true,"id":4430},"openForDragAndDrop":false,"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":4431},"__SourceModuleName__":"Global.lively.Widgets","__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":"3260:WindowMorph","namespaceURI":null},{"key":"transform","value":"translate(2,479)","namespaceURI":null}]}},"4268":{"submorphs":[{"__isSmartRef__":true,"id":4269},{"__isSmartRef__":true,"id":4299}],"owner":{"__isSmartRef__":true,"id":4267},"_livelyDataWrapperId_":"3255:ScrollPane","origin":{"__isSmartRef__":true,"id":4313},"shape":{"__isSmartRef__":true,"id":4314},"priorExtent":{"__isSmartRef__":true,"id":4315},"pvtCachedTransform":{"__isSmartRef__":true,"id":4316},"clipMorph":{"__isSmartRef__":true,"id":4269},"verticalScrollBar":{"__isSmartRef__":true,"id":4299},"attributeConnections":[{"__isSmartRef__":true,"id":4317}],"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":"3255:ScrollPane","namespaceURI":null},{"key":"transform","value":"translate(0,22)","namespaceURI":null}]}},"4269":{"submorphs":[{"__isSmartRef__":true,"id":4270}],"owner":{"__isSmartRef__":true,"id":4268},"_livelyDataWrapperId_":"3256:ClipMorph","origin":{"__isSmartRef__":true,"id":4293},"shape":{"__isSmartRef__":true,"id":4294},"priorExtent":{"__isSmartRef__":true,"id":4295},"clip":{"__isSmartRef__":true,"id":4296},"_clip-path":"url(#49:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":4298},"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":"3256:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#49:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"4270":{"textString":"\n\nurl = 'http://www.google.de';\nm = Record.newPlainInstance({URL: url})\nm.getURL()\nm\nr = new Resource(m);\nr.getURL()\n\n\n","savedTextString":"withLayers([DeprecatedViewLayer], function() {\n\tView.subclass('Resource')\n\tvar url = 'http://www.google.de';\n\tvar r = new Resource(Record.newPlainInstance({URL: url}));\n\talert(r.getURL())\n})\n\nView.subclass('Resource')","submorphs":[{"__isSmartRef__":true,"id":4271},{"__isSmartRef__":true,"id":4276}],"owner":{"__isSmartRef__":true,"id":4269},"_livelyDataWrapperId_":"3251:TextMorph","origin":{"__isSmartRef__":true,"id":4282},"shape":{"__isSmartRef__":true,"id":4283},"textContent":{"__isSmartRef__":true,"id":4284},"lineNumberHint":9,"pvtCachedTransform":{"__isSmartRef__":true,"id":4285},"textSelection":{"__isSmartRef__":true,"id":4271},"priorExtent":{"__isSmartRef__":true,"id":4286},"useChangeClue":true,"changeClue":{"__isSmartRef__":true,"id":4276},"suppressHandles":true,"openForDragAndDrop":false,"isSelecting":false,"hasKeyboardFocus":false,"textStyle":{"__isSmartRef__":true,"id":4287},"fontFamily":"Courier","undoTextStyle":{"__isSmartRef__":true,"id":4292},"__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":"3251:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]},"withLayers":["BrowserSyntaxHighlightLayer"]},"4271":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":4270},"_livelyDataWrapperId_":"3253:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":4272},"shape":{"__isSmartRef__":true,"id":4273},"priorExtent":{"__isSmartRef__":true,"id":4274},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":4275},"openForDragAndDrop":false,"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":"3253:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"4272":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4273":{"_livelyDataWrapperId_":"3252: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":"3252: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}]}},"4274":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4275":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4276":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":4270},"_livelyDataWrapperId_":"3254:Morph","origin":{"__isSmartRef__":true,"id":4277},"shape":{"__isSmartRef__":true,"id":4278},"priorExtent":{"__isSmartRef__":true,"id":4279},"mouseHandler":null,"_pointer-events":"none","ignoreWhenCopying":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":4280},"rotation":0,"scalePoint":{"__isSmartRef__":true,"id":4281},"__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":"3254:Morph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(1,1)","namespaceURI":null}]}},"4277":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4278":{"_x":0,"_y":0,"_width":5,"_height":5,"_stroke":{"__isSmartRef__":true,"id":634},"_fill":{"__isSmartRef__":true,"id":3823},"__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}]}},"4279":{"x":5,"y":5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4280":{"a":1,"b":0,"c":0,"d":1,"e":1,"f":1,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4281":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4282":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4283":{"_x":0,"_y":0,"_width":540,"_height":150.8,"_stroke":{"__isSmartRef__":true,"id":634},"_fill":{"__isSmartRef__":true,"id":3821},"__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":"540","namespaceURI":null},{"key":"height","value":"150.8","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}]}},"4284":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"4285":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4286":{"x":528,"y":142.8000030517578,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4287":{"runs":[8,6,70,5,3,27],"values":[{"__isSmartRef__":true,"id":4288},{"__isSmartRef__":true,"id":4289},{"__isSmartRef__":true,"id":4290},{"__isSmartRef__":true,"id":4288},{"__isSmartRef__":true,"id":4291},{"__isSmartRef__":true,"id":4288}],"lastIndex":92,"lastRunIndex":5,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"4288":{"color":{"__isSmartRef__":true,"id":634},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4289":{"color":{"__isSmartRef__":true,"id":636},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4290":{"color":{"__isSmartRef__":true,"id":643},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4291":{"color":{"__isSmartRef__":true,"id":650},"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4292":{"runs":[8,6,76,5,3,27],"values":[{"__isSmartRef__":true,"id":4288},{"__isSmartRef__":true,"id":4289},{"__isSmartRef__":true,"id":4290},{"__isSmartRef__":true,"id":4288},{"__isSmartRef__":true,"id":4291},{"__isSmartRef__":true,"id":4288}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"4293":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4294":{"_x":0,"_y":0,"_width":540,"_height":569,"_fill":{"__isSmartRef__":true,"id":3821},"__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":"540","namespaceURI":null},{"key":"height","value":"569","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}]}},"4295":{"x":500,"y":200,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4296":{"_livelyDataWrapperId_":"49:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":4297},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"49:lively.scene.Clip","namespaceURI":null}]}},"4297":{"_fill":{"__isSmartRef__":true,"id":3821},"__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":"540","namespaceURI":null},{"key":"height","value":"569","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}]}},"4298":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4299":{"submorphs":[{"__isSmartRef__":true,"id":4300}],"owner":{"__isSmartRef__":true,"id":4268},"_livelyDataWrapperId_":"3258:SliderMorph","origin":{"__isSmartRef__":true,"id":4307},"shape":{"__isSmartRef__":true,"id":4308},"priorExtent":{"__isSmartRef__":true,"id":4309},"value":0,"sliderExtent":0.1,"valueScale":1,"pvtCachedTransform":{"__isSmartRef__":true,"id":4310},"slider":{"__isSmartRef__":true,"id":4300},"styleClass":["slider_background"],"suppressHandles":true,"attributeConnections":[{"__isSmartRef__":true,"id":4311},{"__isSmartRef__":true,"id":4312}],"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":"3258:SliderMorph","namespaceURI":null},{"key":"transform","value":"translate(539,0)","namespaceURI":null},{"key":"class","value":"slider_background","namespaceURI":null}]}},"4300":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":4299},"_livelyDataWrapperId_":"3259:Morph","origin":{"__isSmartRef__":true,"id":4301},"shape":{"__isSmartRef__":true,"id":4302},"priorExtent":{"__isSmartRef__":true,"id":4303},"pvtCachedTransform":{"__isSmartRef__":true,"id":4304},"mouseHandler":{"__isSmartRef__":true,"id":4305},"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":"3259:Morph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"class","value":"slider","namespaceURI":null},{"key":"display","value":"none","namespaceURI":null}]}},"4301":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4302":{"_x":0,"_y":0,"_width":13,"_height":569,"_stroke":{"__isSmartRef__":true,"id":70},"_fill":{"__isSmartRef__":true,"id":71},"_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":"569","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}]}},"4303":{"x":12,"y":12,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4304":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4305":{"target":{"__isSmartRef__":true,"id":4299},"eventSpec":{"__isSmartRef__":true,"id":4306},"__SourceModuleName__":"Global.lively.oldCore.Morphs","__LivelyClassName__":"MouseHandlerForRelay"},"4306":{"onMouseDown":"sliderPressed","onMouseMove":"sliderMoved","onMouseUp":"sliderReleased"},"4307":{"x":539,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4308":{"_x":0,"_y":0,"_width":13,"_height":569,"_stroke":{"__isSmartRef__":true,"id":82},"_fill":{"__isSmartRef__":true,"id":83},"_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":"569","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}]}},"4309":{"x":5,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4310":{"a":1,"b":0,"c":0,"d":1,"e":539,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4311":{"sourceObj":{"__isSmartRef__":true,"id":4299},"sourceAttrName":"value","targetObj":{"__isSmartRef__":true,"id":4268},"targetMethodName":"setVerticalScrollPosition","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4312":{"sourceObj":{"__isSmartRef__":true,"id":4299},"sourceAttrName":"getSliderExtent","targetObj":{"__isSmartRef__":true,"id":4268},"targetMethodName":"getVerticalVisibleExtent","converterString":null,"updaterString":null,"isActive":false,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4313":{"x":0,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4314":{"_x":0,"_y":0,"_width":552,"_height":569,"_fill":null,"_stroke":{"__isSmartRef__":true,"id":634},"__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":"552","namespaceURI":null},{"key":"height","value":"569","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-width","value":"2","namespaceURI":null},{"key":"stroke","value":"rgb(0,0,0)","namespaceURI":null}]}},"4315":{"x":500,"y":200,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4316":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":22,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4317":{"sourceObj":{"__isSmartRef__":true,"id":4268},"sourceAttrName":"setVerticalScrollPosition","targetObj":{"__isSmartRef__":true,"id":4299},"targetMethodName":"setValue","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4318":{"submorphs":[{"__isSmartRef__":true,"id":4319},{"__isSmartRef__":true,"id":4331},{"__isSmartRef__":true,"id":4344},{"__isSmartRef__":true,"id":4370},{"__isSmartRef__":true,"id":4396}],"owner":{"__isSmartRef__":true,"id":4267},"_livelyDataWrapperId_":"3261:TitleBarMorph","origin":{"__isSmartRef__":true,"id":4422},"shape":{"__isSmartRef__":true,"id":4423},"priorExtent":{"__isSmartRef__":true,"id":4424},"pvtCachedTransform":{"__isSmartRef__":true,"id":4425},"mouseHandler":null,"_pointer-events":"none","contentMorph":{"__isSmartRef__":true,"id":4320},"windowMorph":{"__isSmartRef__":true,"id":4267},"label":{"__isSmartRef__":true,"id":4331},"closeButton":{"__isSmartRef__":true,"id":4344},"menuButton":{"__isSmartRef__":true,"id":4370},"collapseButton":{"__isSmartRef__":true,"id":4396},"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":"3261:TitleBarMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"4319":{"submorphs":[{"__isSmartRef__":true,"id":4320}],"owner":{"__isSmartRef__":true,"id":4318},"_livelyDataWrapperId_":"3263:ClipMorph","origin":{"__isSmartRef__":true,"id":4325},"shape":{"__isSmartRef__":true,"id":4326},"priorExtent":{"__isSmartRef__":true,"id":4327},"clip":{"__isSmartRef__":true,"id":4328},"_clip-path":"url(#50:lively.scene.Clip)","isClipMorph":true,"pvtCachedTransform":{"__isSmartRef__":true,"id":4330},"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":"3263:ClipMorph","namespaceURI":null},{"key":"clip-path","value":"url(#50:lively.scene.Clip)","namespaceURI":null},{"key":"transform","value":"translate(-1,-1)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"4320":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":4319},"_livelyDataWrapperId_":"3262:Morph","origin":{"__isSmartRef__":true,"id":4321},"shape":{"__isSmartRef__":true,"id":4322},"priorExtent":{"__isSmartRef__":true,"id":4323},"pvtCachedTransform":{"__isSmartRef__":true,"id":4324},"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":"3262:Morph","namespaceURI":null},{"key":"transform","value":"translate(1,1)","namespaceURI":null},{"key":"class","value":"titleBar","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null}]}},"4321":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4322":{"_x":0,"_y":0,"_width":552,"_height":30,"_stroke":{"__isSmartRef__":true,"id":634},"_fill":{"__isSmartRef__":true,"id":101},"_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":"552","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}]}},"4323":{"x":501,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4324":{"a":1,"b":0,"c":0,"d":1,"e":1,"f":1,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4325":{"x":-1,"y":-1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4326":{"_x":0,"_y":0,"_width":554,"_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":"554","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}]}},"4327":{"x":501,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4328":{"_livelyDataWrapperId_":"50:lively.scene.Clip","shape":{"__isSmartRef__":true,"id":4329},"__LivelyClassName__":"lively.scene.Clip","__SourceModuleName__":"Global.lively.scene","__rawNodeInfo__":{"tagName":"clipPath","namespaceURI":"http://www.w3.org/2000/svg","attributes":[{"key":"id","value":"50:lively.scene.Clip","namespaceURI":null}]}},"4329":{"_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":"554","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}]}},"4330":{"a":1,"b":0,"c":0,"d":1,"e":-1,"f":-1,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4331":{"textString":"","savedTextString":"","submorphs":[{"__isSmartRef__":true,"id":4332}],"owner":{"__isSmartRef__":true,"id":4318},"_livelyDataWrapperId_":"3265:TextMorph","origin":{"__isSmartRef__":true,"id":4337},"shape":{"__isSmartRef__":true,"id":4338},"textContent":{"__isSmartRef__":true,"id":4340},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":4341},"textSelection":{"__isSmartRef__":true,"id":4332},"priorExtent":{"__isSmartRef__":true,"id":4342},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":4343},"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":"3265:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(276,3)","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"class","value":"titleBar_label_highlight","namespaceURI":null}]}},"4332":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":4331},"_livelyDataWrapperId_":"3267:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":4333},"shape":{"__isSmartRef__":true,"id":4334},"priorExtent":{"__isSmartRef__":true,"id":4335},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":4336},"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":"3267:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"4333":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4334":{"_livelyDataWrapperId_":"3266: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":"3266: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}]}},"4335":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4336":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4337":{"x":276,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4338":{"_x":0,"_y":0,"_width":0,"_height":14.399999999999999,"_stroke":{"__isSmartRef__":true,"id":634},"_fill":{"__isSmartRef__":true,"id":4339},"_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":"0","namespaceURI":null},{"key":"height","value":"14.399999999999999","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}]}},"4339":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4340":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"4341":{"a":1,"b":0,"c":0,"d":1,"e":276,"f":3,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4342":{"x":-12,"y":10.399999618530273,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4343":{"x":6,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"4344":{"submorphs":[{"__isSmartRef__":true,"id":4345}],"owner":{"__isSmartRef__":true,"id":4318},"_livelyDataWrapperId_":"3268:WindowControlMorph","origin":{"__isSmartRef__":true,"id":4359},"shape":{"__isSmartRef__":true,"id":4360},"priorExtent":{"__isSmartRef__":true,"id":4366},"label":{"__isSmartRef__":true,"id":4345},"pvtCachedTransform":{"__isSmartRef__":true,"id":4367},"styleClass":["titleBar_closeButton_highlight"],"attributeConnections":[{"__isSmartRef__":true,"id":4368},{"__isSmartRef__":true,"id":4369}],"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":"3268:WindowControlMorph","namespaceURI":null},{"key":"transform","value":"translate(541,11)","namespaceURI":null},{"key":"class","value":"titleBar_closeButton_highlight","namespaceURI":null}]}},"4345":{"textString":"X","savedTextString":"X","submorphs":[{"__isSmartRef__":true,"id":4346}],"owner":{"__isSmartRef__":true,"id":4344},"_livelyDataWrapperId_":"3269:TextMorph","origin":{"__isSmartRef__":true,"id":4351},"shape":{"__isSmartRef__":true,"id":4352},"textContent":{"__isSmartRef__":true,"id":4353},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":4354},"textSelection":{"__isSmartRef__":true,"id":4346},"priorExtent":{"__isSmartRef__":true,"id":4355},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":4356},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"styleClass":["titleBar_button_label"],"textColor":{"__isSmartRef__":true,"id":136},"textStyle":{"__isSmartRef__":true,"id":4357},"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":"3269: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}]}},"4346":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":4345},"_livelyDataWrapperId_":"3271:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":4347},"shape":{"__isSmartRef__":true,"id":4348},"priorExtent":{"__isSmartRef__":true,"id":4349},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":4350},"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":"3271:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"4347":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4348":{"_livelyDataWrapperId_":"3270: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":"3270: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}]}},"4349":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4350":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4351":{"x":-4,"y":-6,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4352":{"_x":0,"_y":0,"_width":8,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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}]}},"4353":{"_fill":{"__isSmartRef__":true,"id":136},"__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}]}},"4354":{"a":1,"b":0,"c":0,"d":1,"e":-4,"f":-6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4355":{"x":8,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4356":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"4357":{"runs":[2],"values":[{"__isSmartRef__":true,"id":4358}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"4358":{"style":"bold","__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4359":{"x":541,"y":11,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4360":{"_cx":0,"_cy":0,"_rx":8,"_ry":8,"_fill":{"__isSmartRef__":true,"id":4361},"__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}]}},"4361":{"stops":[{"__isSmartRef__":true,"id":4362},{"__isSmartRef__":true,"id":4363},{"__isSmartRef__":true,"id":4364}],"f":{"__isSmartRef__":true,"id":4365},"refcount":12,"_livelyDataWrapperId_":"26:lively.paint.RadialGradient","_fx":0.4,"_fy":0.2,"__SourceModuleName__":"Global.lively.scene","__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}]}},"4362":{"__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}]}},"4363":{"__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}]}},"4364":{"__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}]}},"4365":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4366":{"x":16,"y":16,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4367":{"a":1,"b":0,"c":0,"d":1,"e":541,"f":11,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4368":{"sourceObj":{"__isSmartRef__":true,"id":4344},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":4267},"targetMethodName":"getCloseHelp","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4369":{"sourceObj":{"__isSmartRef__":true,"id":4344},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4267},"targetMethodName":"initiateShutdown","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4370":{"submorphs":[{"__isSmartRef__":true,"id":4371}],"owner":{"__isSmartRef__":true,"id":4318},"_livelyDataWrapperId_":"3272:WindowControlMorph","origin":{"__isSmartRef__":true,"id":4385},"shape":{"__isSmartRef__":true,"id":4386},"priorExtent":{"__isSmartRef__":true,"id":4392},"label":{"__isSmartRef__":true,"id":4371},"pvtCachedTransform":{"__isSmartRef__":true,"id":4393},"styleClass":["titleBar_menuButton_highlight"],"attributeConnections":[{"__isSmartRef__":true,"id":4394},{"__isSmartRef__":true,"id":4395}],"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":"3272:WindowControlMorph","namespaceURI":null},{"key":"transform","value":"translate(11,11)","namespaceURI":null},{"key":"class","value":"titleBar_menuButton_highlight","namespaceURI":null}]}},"4371":{"textString":"M","savedTextString":"M","submorphs":[{"__isSmartRef__":true,"id":4372}],"owner":{"__isSmartRef__":true,"id":4370},"_livelyDataWrapperId_":"3273:TextMorph","origin":{"__isSmartRef__":true,"id":4377},"shape":{"__isSmartRef__":true,"id":4378},"textContent":{"__isSmartRef__":true,"id":4379},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":4380},"textSelection":{"__isSmartRef__":true,"id":4372},"priorExtent":{"__isSmartRef__":true,"id":4381},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":4382},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"styleClass":["titleBar_button_label"],"textColor":{"__isSmartRef__":true,"id":136},"textStyle":{"__isSmartRef__":true,"id":4383},"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":"3273: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}]}},"4372":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":4371},"_livelyDataWrapperId_":"3275:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":4373},"shape":{"__isSmartRef__":true,"id":4374},"priorExtent":{"__isSmartRef__":true,"id":4375},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":4376},"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":"3275:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"4373":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4374":{"_livelyDataWrapperId_":"3274: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":"3274: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}]}},"4375":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4376":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4377":{"x":-5,"y":-6,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4378":{"_x":0,"_y":0,"_width":10,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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}]}},"4379":{"_fill":{"__isSmartRef__":true,"id":136},"__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}]}},"4380":{"a":1,"b":0,"c":0,"d":1,"e":-5,"f":-6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4381":{"x":10,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4382":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"4383":{"runs":[2],"values":[{"__isSmartRef__":true,"id":4384}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"4384":{"style":"bold","__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4385":{"x":11,"y":11,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4386":{"_cx":0,"_cy":0,"_rx":8,"_ry":8,"_fill":{"__isSmartRef__":true,"id":4387},"__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}]}},"4387":{"stops":[{"__isSmartRef__":true,"id":4388},{"__isSmartRef__":true,"id":4389},{"__isSmartRef__":true,"id":4390}],"f":{"__isSmartRef__":true,"id":4391},"refcount":12,"_livelyDataWrapperId_":"27:lively.paint.RadialGradient","_fx":0.4,"_fy":0.2,"__SourceModuleName__":"Global.lively.scene","__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}]}},"4388":{"__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}]}},"4389":{"__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}]}},"4390":{"__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}]}},"4391":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4392":{"x":16,"y":16,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4393":{"a":1,"b":0,"c":0,"d":1,"e":11,"f":11,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4394":{"sourceObj":{"__isSmartRef__":true,"id":4370},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":4267},"targetMethodName":"getMenuHelp","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4395":{"sourceObj":{"__isSmartRef__":true,"id":4370},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4267},"targetMethodName":"showTargetMorphMenu","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4396":{"submorphs":[{"__isSmartRef__":true,"id":4397}],"owner":{"__isSmartRef__":true,"id":4318},"_livelyDataWrapperId_":"3276:WindowControlMorph","origin":{"__isSmartRef__":true,"id":4411},"shape":{"__isSmartRef__":true,"id":4412},"priorExtent":{"__isSmartRef__":true,"id":4418},"label":{"__isSmartRef__":true,"id":4397},"pvtCachedTransform":{"__isSmartRef__":true,"id":4419},"styleClass":["titleBar_collapseButton_highlight"],"attributeConnections":[{"__isSmartRef__":true,"id":4420},{"__isSmartRef__":true,"id":4421}],"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":"3276:WindowControlMorph","namespaceURI":null},{"key":"transform","value":"translate(522,11)","namespaceURI":null},{"key":"class","value":"titleBar_collapseButton_highlight","namespaceURI":null}]}},"4397":{"textString":"–","savedTextString":"–","submorphs":[{"__isSmartRef__":true,"id":4398}],"owner":{"__isSmartRef__":true,"id":4396},"_livelyDataWrapperId_":"3277:TextMorph","origin":{"__isSmartRef__":true,"id":4403},"shape":{"__isSmartRef__":true,"id":4404},"textContent":{"__isSmartRef__":true,"id":4405},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":4406},"textSelection":{"__isSmartRef__":true,"id":4398},"priorExtent":{"__isSmartRef__":true,"id":4407},"useChangeClue":false,"shouldNotRender":false,"padding":{"__isSmartRef__":true,"id":4408},"wrap":"Shrink","mouseHandler":null,"_pointer-events":"none","suppressGrabbing":true,"styleClass":["titleBar_button_label"],"textColor":{"__isSmartRef__":true,"id":136},"textStyle":{"__isSmartRef__":true,"id":4409},"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":"3277: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}]}},"4398":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":4397},"_livelyDataWrapperId_":"3279:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":4399},"shape":{"__isSmartRef__":true,"id":4400},"priorExtent":{"__isSmartRef__":true,"id":4401},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":4402},"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":"3279:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"4399":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4400":{"_livelyDataWrapperId_":"3278: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":"3278: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}]}},"4401":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4402":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4403":{"x":-3,"y":-6,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4404":{"_x":0,"_y":0,"_width":7,"_height":13.2,"_stroke":{"__isSmartRef__":true,"id":634},"_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}]}},"4405":{"_fill":{"__isSmartRef__":true,"id":136},"__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}]}},"4406":{"a":1,"b":0,"c":0,"d":1,"e":-3,"f":-6,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4407":{"x":7,"y":13.199999809265137,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4408":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"4409":{"runs":[2],"values":[{"__isSmartRef__":true,"id":4410}],"lastIndex":0,"lastRunIndex":0,"__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"RunArray"},"4410":{"style":"bold","__SourceModuleName__":"Global.lively.Text","__LivelyClassName__":"TextEmphasis"},"4411":{"x":522,"y":11,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4412":{"_cx":0,"_cy":0,"_rx":8,"_ry":8,"_fill":{"__isSmartRef__":true,"id":4413},"__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}]}},"4413":{"stops":[{"__isSmartRef__":true,"id":4414},{"__isSmartRef__":true,"id":4415},{"__isSmartRef__":true,"id":4416}],"f":{"__isSmartRef__":true,"id":4417},"refcount":12,"_livelyDataWrapperId_":"28:lively.paint.RadialGradient","_fx":0.4,"_fy":0.2,"__SourceModuleName__":"Global.lively.scene","__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}]}},"4414":{"__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}]}},"4415":{"__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}]}},"4416":{"__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}]}},"4417":{"x":0.4,"y":0.2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4418":{"x":16,"y":16,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4419":{"a":1,"b":0,"c":0,"d":1,"e":522,"f":11,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4420":{"sourceObj":{"__isSmartRef__":true,"id":4396},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":4267},"targetMethodName":"getCollapseHelp","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4421":{"sourceObj":{"__isSmartRef__":true,"id":4396},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4267},"targetMethodName":"toggleCollapse","converterString":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4422":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4423":{"_x":0,"_y":0,"_width":552,"_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":"552","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}]}},"4424":{"x":501,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4425":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4426":{"x":2,"y":479,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4427":{"_x":0,"_y":0,"_width":552,"_height":591,"_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":"552","namespaceURI":null},{"key":"height","value":"591","namespaceURI":null},{"key":"stroke-width","value":"0","namespaceURI":null},{"key":"fill","value":"none","namespaceURI":null},{"key":"stroke-opacity","value":"0","namespaceURI":null}]}},"4428":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4429":{"a":1,"b":0,"c":0,"d":1,"e":2,"f":479,"__SourceModuleName__":"Global.lively.scene","__LivelyClassName__":"lively.scene.Similitude"},"4430":{"x":0,"y":23,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4431":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4432":{"textString":"Wiki control","savedTextString":"Wiki control","submorphs":[{"__isSmartRef__":true,"id":4433}],"owner":{"__isSmartRef__":true,"id":0},"_livelyDataWrapperId_":"56:TextMorph","origin":{"__isSmartRef__":true,"id":4438},"shape":{"__isSmartRef__":true,"id":4439},"textContent":{"__isSmartRef__":true,"id":4440},"lineNumberHint":0,"pvtCachedTransform":{"__isSmartRef__":true,"id":4441},"textSelection":{"__isSmartRef__":true,"id":4433},"priorExtent":{"__isSmartRef__":true,"id":4442},"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":"56:TextMorph","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"4433":{"submorphs":[],"owner":{"__isSmartRef__":true,"id":4432},"_livelyDataWrapperId_":"58:TextSelectionMorph","origin":{"__isSmartRef__":true,"id":4434},"shape":{"__isSmartRef__":true,"id":4435},"priorExtent":{"__isSmartRef__":true,"id":4436},"mouseHandler":null,"_pointer-events":"none","pvtCachedTransform":{"__isSmartRef__":true,"id":4437},"__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":"58:TextSelectionMorph","namespaceURI":null},{"key":"pointer-events","value":"none","namespaceURI":null},{"key":"transform","value":"translate(0,0)","namespaceURI":null}]}},"4434":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4435":{"_livelyDataWrapperId_":"57: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":"57: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}]}},"4436":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4437":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"4438":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4439":{"_x":0,"_y":0,"_width":80,"_height":21.2,"_stroke":{"__isSmartRef__":true,"id":57},"_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}]}},"4440":{"_fill":{"__isSmartRef__":true,"id":57},"__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}]}},"4441":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"4442":{"x":68,"y":42,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4443":{"a":1,"b":0,"c":0,"d":1,"e":0,"f":0,"__LivelyClassName__":"lively.scene.Similitude","__SourceModuleName__":"Global.lively.scene"},"4444":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4445":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4446":{"_fill":{"__isSmartRef__":true,"id":4447},"_stroke":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":"2000","namespaceURI":null},{"key":"height","value":"2000","namespaceURI":null},{"key":"fill","value":"rgb(255,255,255)","namespaceURI":null}]}},"4447":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4448":{"x":2000,"y":2000,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4449":{"styleName":"hpi","raisedBorder":{"__isSmartRef__":true,"id":4450},"button":{"__isSmartRef__":true,"id":4455},"widgetPanel":{"__isSmartRef__":true,"id":4456},"focusHalo":{"__isSmartRef__":true,"id":4459},"panel":{"__isSmartRef__":true,"id":4461},"link":{"__isSmartRef__":true,"id":4462},"helpText":{"__isSmartRef__":true,"id":4464},"menu_items":{"__isSmartRef__":true,"id":4466},"menu_list":{"__isSmartRef__":true,"id":4468},"slider":{"__isSmartRef__":true,"id":4470},"slider_background":{"__isSmartRef__":true,"id":4471},"slider_horizontal":{"__isSmartRef__":true,"id":4472},"slider_background_horizontal":{"__isSmartRef__":true,"id":4479},"titleBar":{"__isSmartRef__":true,"id":4484},"titleBar_label":{"__isSmartRef__":true,"id":4485},"titleBar_label_highlight":{"__isSmartRef__":true,"id":4486},"titleBar_button_label":{"__isSmartRef__":true,"id":4487},"titleBar_closeButton":{"__isSmartRef__":true,"id":4488},"titleBar_menuButton":{"__isSmartRef__":true,"id":4489},"titleBar_collapseButton":{"__isSmartRef__":true,"id":4490},"titleBar_closeButton_highlight":{"__isSmartRef__":true,"id":4491},"titleBar_menuButton_highlight":{"__isSmartRef__":true,"id":4492},"titleBar_collapseButton_highlight":{"__isSmartRef__":true,"id":4493},"clock":{"__isSmartRef__":true,"id":4494},"fabrik":{"__isSmartRef__":true,"id":4499},"world":{"__isSmartRef__":true,"id":4501}},"4450":{"borderColor":{"__isSmartRef__":true,"id":4451}},"4451":{"vector":{"__isSmartRef__":true,"id":4452},"stops":[{"__isSmartRef__":true,"id":4453},{"__isSmartRef__":true,"id":4454}],"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}]}},"4452":{"x":0,"y":0,"width":1,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"4453":{"__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}]}},"4454":{"__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}]}},"4455":{"borderColor":{"__isSmartRef__":true,"id":3628},"borderWidth":0.6,"borderRadius":5,"fill":{"__isSmartRef__":true,"id":3610}},"4456":{"borderColor":{"__isSmartRef__":true,"id":4457},"borderWidth":4,"borderRadius":16,"fill":{"__isSmartRef__":true,"id":4458},"opacity":0.4},"4457":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4458":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4459":{"fill":null,"borderColor":{"__isSmartRef__":true,"id":4460},"strokeOpacity":0.5},"4460":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4461":{"fill":{"__isSmartRef__":true,"id":3955},"borderWidth":2,"borderColor":{"__isSmartRef__":true,"id":3954}},"4462":{"borderColor":{"__isSmartRef__":true,"id":4463},"borderWidth":1,"fill":{"__isSmartRef__":true,"id":82}},"4463":{"r":0,"g":0.8,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4464":{"borderRadius":15,"fill":{"__isSmartRef__":true,"id":4465},"fillOpacity":0.8},"4465":{"r":1,"g":0.9725490196078431,"b":0.8936274509803921,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4466":{"fontSize":14,"textColor":{"__isSmartRef__":true,"id":4467}},"4467":{"r":0.129,"g":0.129,"b":0.129,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4468":{"fill":{"__isSmartRef__":true,"id":4469}},"4469":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4470":{"borderColor":{"__isSmartRef__":true,"id":70},"borderOpacity":1,"borderWidth":1,"borderRadius":6,"fill":{"__isSmartRef__":true,"id":71}},"4471":{"borderColor":{"__isSmartRef__":true,"id":82},"borderWidth":1,"strokeOpacity":1,"borderRadius":6,"fill":{"__isSmartRef__":true,"id":83}},"4472":{"borderColor":{"__isSmartRef__":true,"id":4473},"borderWidth":1,"borderRadius":6,"fill":{"__isSmartRef__":true,"id":4474}},"4473":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4474":{"vector":{"__isSmartRef__":true,"id":4475},"stops":[{"__isSmartRef__":true,"id":4476},{"__isSmartRef__":true,"id":4477},{"__isSmartRef__":true,"id":4478}],"refcount":4,"_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}]}},"4475":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"4476":{"__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}]}},"4477":{"__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}]}},"4478":{"__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}]}},"4479":{"borderColor":{"__isSmartRef__":true,"id":4473},"borderWidth":1,"borderRadius":6,"fill":{"__isSmartRef__":true,"id":4480}},"4480":{"vector":{"__isSmartRef__":true,"id":4475},"stops":[{"__isSmartRef__":true,"id":4481},{"__isSmartRef__":true,"id":4482},{"__isSmartRef__":true,"id":4483}],"refcount":4,"_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}]}},"4481":{"__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}]}},"4482":{"__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}]}},"4483":{"__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}]}},"4484":{"borderRadius":8,"borderWidth":2,"bordercolor":{"__isSmartRef__":true,"id":4473},"fill":{"__isSmartRef__":true,"id":101}},"4485":{"fill":null},"4486":{"fill":{"__isSmartRef__":true,"id":4339},"fillOpacity":0.5},"4487":{"textColor":{"__isSmartRef__":true,"id":136},"fontStyle":"bold"},"4488":{"fill":{"__isSmartRef__":true,"id":144}},"4489":{"fill":{"__isSmartRef__":true,"id":170}},"4490":{"fill":{"__isSmartRef__":true,"id":196}},"4491":{"fill":{"__isSmartRef__":true,"id":4361}},"4492":{"fill":{"__isSmartRef__":true,"id":4387}},"4493":{"fill":{"__isSmartRef__":true,"id":4413}},"4494":{"borderColor":{"__isSmartRef__":true,"id":4495},"borderWidth":4,"fill":{"__isSmartRef__":true,"id":4496}},"4495":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4496":{"stops":[{"__isSmartRef__":true,"id":4497},{"__isSmartRef__":true,"id":4498}],"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}]}},"4497":{"__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}]}},"4498":{"__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}]}},"4499":{"borderColor":{"__isSmartRef__":true,"id":4500},"borderWidth":1,"borderRadius":2,"fill":{"__isSmartRef__":true,"id":82},"opacity":1},"4500":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4501":{"fill":{"__isSmartRef__":true,"id":4339}},"isSimplifiedRegistry":true}}]]>