Tools__ViewTreeApplication.st
changeset 3186 80a20e5881a5
parent 3185 3592ea3afb9e
child 3209 c13a1f4f4ccb
--- 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: