# HG changeset patch # User Claus Gittinger # Date 1476255874 -7200 # Node ID 2089a2debb66ece162909684bbcf90c4731170f0 # Parent c3f16b9e299996385e494ef712cc773a358554ae #DOCUMENTATION by cg class: Tools::ViewTreeInspectorApplication changed: #installInLauncher diff -r c3f16b9e2999 -r 2089a2debb66 Tools__ViewTreeApplication.st --- a/Tools__ViewTreeApplication.st Mon Oct 10 09:32:32 2016 +0200 +++ b/Tools__ViewTreeApplication.st Wed Oct 12 09:04:34 2016 +0200 @@ -1,5 +1,3 @@ -"{ Encoding: utf8 }" - " COPYRIGHT (c) 2007 by eXept Software AG All Rights Reserved @@ -115,24 +113,24 @@ "/ cg - disabled. the icon is too ugly. ^ self. - icon := ToolbarIconLibrary inspectLocals20x20Icon magnifiedTo:28@28. - - menuItem := MenuItem new - label: 'View Tree Inspector'; - value: [ ViewTreeInspectorApplication open]; - isButton: true; - icon: icon; - nameKey: #viewInspect. - - menuItem startGroup:#right. - NewLauncher addMenuItem:menuItem in:'toolbar' - position:#( #before #help) - space:false. - -" -self installInLauncher -self removeFromLauncher -" +"/ icon := ToolbarIconLibrary inspectLocals20x20Icon magnifiedTo:28@28. +"/ +"/ menuItem := MenuItem new +"/ label: 'View Tree Inspector'; +"/ value: [ ViewTreeInspectorApplication open]; +"/ isButton: true; +"/ icon: icon; +"/ nameKey: #viewInspect. +"/ +"/ menuItem startGroup:#right. +"/ NewLauncher addMenuItem:menuItem in:'toolbar' +"/ position:#( #before #help) +"/ space:false. + + " + self installInLauncher + self removeFromLauncher + " ! postAutoload