0) this.get('searchResultList').setSelection(list[0])\n}","funcProperties":{"__isSmartRef__":true,"id":1524},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1523":{"this":{"__isSmartRef__":true,"id":1218}},"1524":{},"1525":{"varMapping":{"__isSmartRef__":true,"id":1526},"source":"function emphasizeStringIn(morph, string, style) {\n var m;\n var re = new RegExp(string, \"g\");\n while(m = re.exec(morph.textString)) {\n var from = m.index,\n to = m.index + m[0].length;\n morph.emphasize(style, from, to)\n }\n}","funcProperties":{"__isSmartRef__":true,"id":1527},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1526":{"this":{"__isSmartRef__":true,"id":1218}},"1527":{},"1528":{"varMapping":{"__isSmartRef__":true,"id":1529},"source":"function withAllMethodsDo(func) {\n var visited = [];\n\n Functions.own(Global).forEach(function(eaMethod) {\n func(Global, eaMethod, 'global')\n }); \n\n this.world().withAllSubmorphsDo(function(ea) {\n Functions.own(ea).forEach(function(eaMethod) {\n func(ea, eaMethod, 'script')\n }); \n });\n\n Global.subNamespaces(true).forEach(function(ea) {\n Functions.own(ea).forEach(function(eaMethod) {\n func(ea, eaMethod, 'extend')\n }); \n });\n\n Global.classes(true).uniq().forEach(function(eaClass) {\n Functions.own(eaClass).forEach(function(eaMethod) {\n func(eaClass, eaMethod, 'extend')\n }); \n\n Functions.own(eaClass.prototype).forEach(function(eaMethod) {\n func(eaClass.prototype, eaMethod, 'class')\n }) \n })\n}","funcProperties":{"__isSmartRef__":true,"id":1530},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1529":{"this":{"__isSmartRef__":true,"id":1218}},"1530":{},"1531":{"varMapping":{"__isSmartRef__":true,"id":1532},"source":"function itemsFromFinds(finds) {\n var items = finds.collect(function(ea) {\n var pref = \"\" + ea.type + \" \";\n if (ea.search == \"sender\") pref += \"full: \"\n if (ea.search == \"implementor\") pref += \"name: \"\n var string = pref + ea.string;\n var func = ea.object[ea.method];\n if (func.belongsToTrait) \n string += ' / ' + func.belongsToTrait + '' \n return {\n isListItem: true,\n value: ea,\n string: string,\n }\n })\n items = items.sortBy(function(ea) {return ea.string})\n return items\n}","funcProperties":{"__isSmartRef__":true,"id":1533},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1532":{"this":{"__isSmartRef__":true,"id":1218}},"1533":{},"1534":{"varMapping":{"__isSmartRef__":true,"id":1535},"source":"function browseMethod() {\n alertOK('browseMethod')\n if (!this.targetFunction) return;\n var methodName = this.targetFunction.methodName || this.targetFunction.displayName; \n if(this.targetFunction.declaredClass) {\n var classObj = eval(this.targetFunction.declaredClass)\n this.openMethodInSystemBrowser(classObj.type, methodName);\n return;\n }\n if(this.targetFunction.belongsToTrait) {\n this.openMethodInSystemBrowser(this.targetFunction.belongsToTrait.name, methodName);\n return;\n }\n if(Class.isClass(this.targetObject)) {\n this.openMethodInSystemBrowser(this.targetObject.type, methodName);\n return;\n }\n if(this.targetObject.namespaceIdentifier) {\n this.openMethodInSystemBrowser(this.targetObject.namespaceIdentifier, methodName);\n return;\n }\n if(this.targetObject instanceof lively.morphic.Morph) {\n var editor = this.world().openScriptEditorFor(this.targetObject);\n editor.align(editor.bounds().center(), this.world().visibleBounds().center());\n return;\n }\n if (Class.isClass(this.targetFunction)) {\n // constructor\n this.openMethodInSystemBrowser(this.targetFunction.displayName);\n return;\n }\n alert('not implemented yet for ' + this.targetFunction)\n}","funcProperties":{"__isSmartRef__":true,"id":1536},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1535":{"this":{"__isSmartRef__":true,"id":1218}},"1536":{},"1537":{"varMapping":{"__isSmartRef__":true,"id":1538},"source":"function openMethodInSystemBrowser(objectName, methodName) {\n alert(\"browse \" + objectName + \":\" + methodName)\n // objectName = 'SelectionMorphTrait', methodName = 'onDrag'\n var sourceModule = this.findSourceModule(this.targetFunction);\n if (!sourceModule) alert('could not browse, since no source module found!')\n var uri = new URL(sourceModule.uri()),\n relative = uri.relativePathFrom(new URL(Config.codeBase)),\n moduleNode = lively.ide.startSourceControl().addModule(relative),\n rootNode = moduleNode.ast();\n\n var fileFragments = rootNode.subElements(10).select(function(ea) {\n var path = ea.getOwnerNamePath()\n return path.include(objectName) && (!methodName || path.include(methodName)) \n });\n\n alertOK(\"found following places to browse: \" + fileFragments)\n if (fileFragments.length > 0) {\n fileFragments[0].browseIt()\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":1539},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1538":{"this":{"__isSmartRef__":true,"id":1218}},"1539":{},"1540":{"varMapping":{"__isSmartRef__":true,"id":1541},"source":"function findSourceModule(funcObj) {\n if (funcObj.sourceModule)\n return funcObj.sourceModule;\n // look in the class\n if (!funcObj.sourceModule && funcObj.declaredClass) {\n var classObj = eval(funcObj.declaredClass)\n return classObj.sourceModule\n }\n}","funcProperties":{"__isSmartRef__":true,"id":1542},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1541":{"this":{"__isSmartRef__":true,"id":1218}},"1542":{},"1543":{"submorphs":[],"scripts":[],"id":991,"shape":{"__isSmartRef__":true,"id":1544},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":1551},"showsHalos":false,"name":"ResizeCorner2","partsBinMetaInfo":{"__isSmartRef__":true,"id":1552},"__SourceModuleName__":"Global.lively.morphic.Core","__layered_draggingEnabled__":true,"dragStartPoint":null,"originalExtent":{"__isSmartRef__":true,"id":1553},"originalTargetExtent":null,"owner":{"__isSmartRef__":true,"id":1071},"renderContextTable":{"__isSmartRef__":true,"id":1554},"eventHandler":{"__isSmartRef__":true,"id":1555},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Rotation":0,"_Scale":1.0000000000000002,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1556},"__LivelyClassName__":"lively.morphic.Box"},"1544":{"position":{"__isSmartRef__":true,"id":1545},"_Extent":{"__isSmartRef__":true,"id":1546},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1547},"_Fill":{"__isSmartRef__":true,"id":1548},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":1549},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":1550},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1545":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1546":{"x":13,"y":15,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1547":{"r":0.568,"g":0.568,"b":0.568,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1548":{"r":0.258,"g":0.258,"b":0.258,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1549":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"1550":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1551":{"x":947.4170420843768,"y":617.002005010021,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1552":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"1553":{"x":239,"y":138,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1554":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"1555":{"morph":{"__isSmartRef__":true,"id":1543},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1556":{"onDrag":{"__isSmartRef__":true,"id":1557},"onDragEnd":{"__isSmartRef__":true,"id":1564},"onDragStart":{"__isSmartRef__":true,"id":1571}},"1557":{"varMapping":{"__isSmartRef__":true,"id":1558},"source":"function onDrag(evt) {\n\t// alert(\"onDrag\")\n\t\tvar moveDelta = evt.mousePoint.subPt(this.dragStartPoint)\n\t\tif (evt.isShiftDown()) {\n\t\t\tvar maxDelta = Math.max(moveDelta.x, moveDelta.y);\n\t\t\tmoveDelta = pt(maxDelta, maxDelta);\n\t\t}\n\t\tthis.owner.setExtent(this.originalTargetExtent.addPt(moveDelta));\n\t\tthis.align(this.bounds().bottomRight(), this.owner.getExtent())\n}","funcProperties":{"__isSmartRef__":true,"id":1563},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1558":{"this":{"__isSmartRef__":true,"id":1543},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1559}},"1559":{"$super":{"__isSmartRef__":true,"id":1560}},"1560":{"varMapping":{"__isSmartRef__":true,"id":1561},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":1562},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1561":{"obj":{"__isSmartRef__":true,"id":1543},"name":"onDrag"},"1562":{},"1563":{},"1564":{"varMapping":{"__isSmartRef__":true,"id":1565},"source":"function onDragEnd(evt) {\n\tthis.dragStartPoint = null;\n\tthis.originalTargetExtent = null;\n}","funcProperties":{"__isSmartRef__":true,"id":1570},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1565":{"this":{"__isSmartRef__":true,"id":1543},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1566}},"1566":{"$super":{"__isSmartRef__":true,"id":1567}},"1567":{"varMapping":{"__isSmartRef__":true,"id":1568},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":1569},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1568":{"obj":{"__isSmartRef__":true,"id":1543},"name":"onDragEnd"},"1569":{},"1570":{},"1571":{"varMapping":{"__isSmartRef__":true,"id":1572},"source":"function onDragStart(evt) {\n\tthis.dragStartPoint = evt.mousePoint;\n\tthis.originalTargetExtent = this.owner.getExtent();\n}","funcProperties":{"__isSmartRef__":true,"id":1577},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1572":{"this":{"__isSmartRef__":true,"id":1543},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1573}},"1573":{"$super":{"__isSmartRef__":true,"id":1574}},"1574":{"varMapping":{"__isSmartRef__":true,"id":1575},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","funcProperties":{"__isSmartRef__":true,"id":1576},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1575":{"obj":{"__isSmartRef__":true,"id":1543},"name":"onDragStart"},"1576":{},"1577":{},"1578":{"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":1579},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":1580},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":1581},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1579":{"x":960.4170420843768,"y":632.002005010021,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1580":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"1581":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1582":{"adjustForNewBounds":true},"1583":{"x":52.29147895781159,"y":487.99899749498945,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1584":{"x":960.4170420843768,"y":632.002005010021,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1585":{"x":0,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1586":{"x":360,"y":513,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1587":{"requiredModules":["lively.ide"],"migrationLevel":4,"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","comment":"A method finder that searches all loaded classes and methods for matches in the source. \n\nChanges:\n- added support for Traits","partName":"MethodFinder","changes":[{"__isSmartRef__":true,"id":1588},{"__isSmartRef__":true,"id":1590}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"1588":{"date":{"__isSmartRef__":true,"id":1589},"author":"jenslincke","message":"resize corner to front; browse more methods...","id":"11DC56C0-11B6-4B14-90CA-615ABF140AC5"},"1589":{"isSerializedDate":true,"string":"Thu Nov 03 2011 08:46:04 GMT-0700 (PDT)"},"1590":{"date":{"__isSmartRef__":true,"id":1591},"author":"jenslincke","message":"negations, negations!","id":"F9E5CF4E-F6EE-4BF0-A8E7-88BFE38F1530"},"1591":{"isSerializedDate":true,"string":"Thu Nov 03 2011 08:47:56 GMT-0700 (PDT)"},"1592":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"1593":{"morph":{"__isSmartRef__":true,"id":1071},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1594":{"submorphs":[],"scripts":[],"id":226,"shape":{"__isSmartRef__":true,"id":1595},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":false,"registeredForMouseEvents":true,"_world":{"__isSmartRef__":true,"id":0},"_Position":{"__isSmartRef__":true,"id":1601},"owner":{"__isSmartRef__":true,"id":0},"__SourceModuleName__":"Global.lively.morphic.Events","carriesGrabbedMorphs":false,"_Scale":1.002003004005006,"_Rotation":0,"renderContextTable":{"__isSmartRef__":true,"id":1602},"eventHandler":{"__isSmartRef__":true,"id":1603},"clickedOnMorph":{"__isSmartRef__":true,"id":1604},"scrollFocusMorph":{"__isSmartRef__":true,"id":0},"internalClickedOnMorph":{"__isSmartRef__":true,"id":0},"lastScrollTime":1320695590341,"__LivelyClassName__":"lively.morphic.HandMorph","withLayers":["Global.NoMagnetsLayer"]},"1595":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":1596},"_Extent":{"__isSmartRef__":true,"id":1597},"_Fill":{"__isSmartRef__":true,"id":1598},"renderContextTable":{"__isSmartRef__":true,"id":1599},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":1600},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1596":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1597":{"x":2,"y":2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1598":{"r":0.8,"g":0,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1599":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"1600":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1601":{"x":511,"y":1142,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"1602":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"1603":{"morph":{"__isSmartRef__":true,"id":1594},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1604":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1605},"id":115,"renderContextTable":{"__isSmartRef__":true,"id":1617},"textChunks":[{"__isSmartRef__":true,"id":1618}],"eventHandler":{"__isSmartRef__":true,"id":1620},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10.5,"_Position":{"__isSmartRef__":true,"id":1621},"priorExtent":{"__isSmartRef__":true,"id":1622},"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"_HandStyle":"default","_TextColor":{"__isSmartRef__":true,"id":1623},"__SourceModuleName__":"Global.lively.morphic.TextCore","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1624},"__LivelyClassName__":"lively.morphic.Text"},"1605":{"_Position":{"__isSmartRef__":true,"id":1606},"renderContextTable":{"__isSmartRef__":true,"id":1607},"_Extent":{"__isSmartRef__":true,"id":1608},"_ClipMode":"hidden","_Padding":{"__isSmartRef__":true,"id":1609},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":1610},"_Fill":{"__isSmartRef__":true,"id":1611},"_BorderRadius":4,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1606":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1607":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"1608":{"x":228,"y":23,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1609":{"x":3,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1610":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1611":{"stops":[{"__isSmartRef__":true,"id":1612},{"__isSmartRef__":true,"id":1614}],"vector":{"__isSmartRef__":true,"id":1616},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"1612":{"offset":0,"color":{"__isSmartRef__":true,"id":1613}},"1613":{"r":0.39215686274509803,"g":0.5137254901960784,"b":0.9725490196078431,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1614":{"offset":1,"color":{"__isSmartRef__":true,"id":1615}},"1615":{"r":0.13333333333333333,"g":0.3333333333333333,"b":0.9607843137254902,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1616":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1617":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","setMinTextWidth":"setMinTextWidthHTML","setMinTextHeight":"setMinTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"1618":{"style":{"__isSmartRef__":true,"id":1619},"chunkOwner":{"__isSmartRef__":true,"id":1604},"storedString":"","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextChunk"},"1619":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"1620":{"morph":{"__isSmartRef__":true,"id":1604},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1621":{"x":0,"y":184,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1622":{"x":257,"y":23,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1623":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"1624":{"onMouseWheel":{"__isSmartRef__":true,"id":1625},"onSelectStart":{"__isSmartRef__":true,"id":1632}},"1625":{"varMapping":{"__isSmartRef__":true,"id":1626},"source":"function onMouseWheel(evt) {\n return false; // to allow scrolling\n }","funcProperties":{"__isSmartRef__":true,"id":1631},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1626":{"this":{"__isSmartRef__":true,"id":1604},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1627}},"1627":{"$super":{"__isSmartRef__":true,"id":1628}},"1628":{"varMapping":{"__isSmartRef__":true,"id":1629},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1630},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1629":{"obj":{"__isSmartRef__":true,"id":1604},"name":"onMouseWheel"},"1630":{},"1631":{},"1632":{"varMapping":{"__isSmartRef__":true,"id":1633},"source":"function onSelectStart(evt) {\n return false; // to allow scrolling\n }","funcProperties":{"__isSmartRef__":true,"id":1638},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1633":{"this":{"__isSmartRef__":true,"id":1604},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1634}},"1634":{"$super":{"__isSmartRef__":true,"id":1635}},"1635":{"varMapping":{"__isSmartRef__":true,"id":1636},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1637},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"1636":{"obj":{"__isSmartRef__":true,"id":1604},"name":"onSelectStart"},"1637":{},"1638":{},"1639":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":1640},"_Extent":{"__isSmartRef__":true,"id":1641},"_Fill":{"__isSmartRef__":true,"id":1642},"renderContextTable":{"__isSmartRef__":true,"id":1643},"_ClipMode":"visible","_Padding":{"__isSmartRef__":true,"id":1644},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"1640":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1641":{"x":2800,"y":2900,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1642":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"1643":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setPadding":"setPaddingHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"1644":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"1645":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"1646":{"replaceRenderContext":"replaceRenderContextHTML","init":"initHTML","append":"appendHTML","remove":"removeHTML","triggerEvent":"triggerEventHTML","setTransform":"setTransformHTML","setPosition":"setPositionHTML","setRotation":"setRotationHTML","setExtent":"setExtentHTML","setScale":"setScaleHTML","setVisible":"setVisibleHTML","adjustOrigin":"adjustOriginHTML","setPivotPoint":"setPivotPointHTML","setClipMode":"setClipModeHTML","showsVerticalScrollBar":"showsVerticalScrollBarHTML","showsHorizontalScrollBar":"showsHorizontalScrollBarHTML","getScrollBarExtent":"getScrollBarExtentHTML","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"1647":{"morph":{"__isSmartRef__":true,"id":0},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"1648":{"sourceObj":{"__isSmartRef__":true,"id":0},"sourceAttrName":"savedWorldAsURL","targetObj":{"__isSmartRef__":true,"id":0},"targetMethodName":"visitNewPageAfterSaveAs","converter":null,"converterString":null,"updaterString":"function ($upd, v) { \n if (v && v.toString() !== URL.source.toString()) {\n $upd(v) \n }\n }","varMapping":{"__isSmartRef__":true,"id":1649},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1650},"__LivelyClassName__":"AttributeConnection"},"1649":{"source":{"__isSmartRef__":true,"id":0},"target":{"__isSmartRef__":true,"id":0}},"1650":{"updater":{"__isSmartRef__":true,"id":1651}},"1651":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":1649},"source":"function ($upd, v) { \n if (v && v.toString() !== URL.source.toString()) {\n $upd(v) \n }\n }","funcProperties":{"__isSmartRef__":true,"id":1652},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"1652":{},"1653":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/users/fbo/pathOrigin.xhtml","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"isSimplifiedRegistry":true}}]]>