# HG changeset patch # User Claus Gittinger # Date 1265191787 -3600 # Node ID 717a0dcc710d1ca838d7b05a5902d0cc799e50de # Parent ac4e9c6874bb6f526c0474d6cb23858da74c9aa7 added: #openInPickMode diff -r ac4e9c6874bb -r 717a0dcc710d Tools__ViewTreeApplication.st --- a/Tools__ViewTreeApplication.st Wed Feb 03 11:02:44 2010 +0100 +++ b/Tools__ViewTreeApplication.st Wed Feb 03 11:09:47 2010 +0100 @@ -631,6 +631,16 @@ ) ! ! +!ViewTreeInspectorApplication class methodsFor:'startup'! + +openInPickMode + |app| + + app := self new. + app open. + app doPickViews. +! ! + !ViewTreeInspectorApplication methodsFor:'actions'! indicatorClicked:anIndex