# HG changeset patch # User Claus Gittinger # Date 1423996195 -3600 # Node ID 80a20e5881a5e5438dd0d22f3ff286fa48e7047f # Parent 3592ea3afb9e07b8264aec0e307662713d49a40e class: Tools::ViewTreeInspectorApplication changed: #flyByHelpSpec #toolbarMenu diff -r 3592ea3afb9e -r 80a20e5881a5 Tools__ViewTreeApplication.st --- a/Tools__ViewTreeApplication.st Sun Feb 15 10:54:55 2015 +0100 +++ b/Tools__ViewTreeApplication.st Sun Feb 15 11:29:55 2015 +0100 @@ -169,12 +169,24 @@ ^super flyByHelpSpec addPairsFrom:#( +#doRedraw +'Force the application to redraw its windows' + #doUncatchEvents 'Release picked view and uncatch events\(currently locked for widget selection)' #doCatchEvents 'Lock view and catch events for widget selection\(currently unlocked)' +#doInspectApplication +'Inspect the selected view''s application' + +#doBrowseApplication +'Browse the selected view''s application' + +#doPickView +'Pick a widget with the mouse and inspect its view hierarchy' + ) ! ! @@ -804,6 +816,7 @@ label: '-' ) (MenuItem + activeHelpKey: doBrowseApplication enabled: hasSingleSelectionHolder label: 'Browse Application' itemValue: doBrowse: @@ -814,6 +827,7 @@ argument: application ) (MenuItem + activeHelpKey: doInspectApplication enabled: hasSingleSelectionHolder label: 'Inspect Application' itemValue: doInspect: