Workspace.st
changeset 6556 2b8c8e4fbfcb
parent 6555 3af24552a8e0
child 6583 af87db4a9809
equal deleted inserted replaced
6555:3af24552a8e0 6556:2b8c8e4fbfcb
  2149 
  2149 
  2150 doIt
  2150 doIt
  2151     "user selected 'doIt' from menu; show a wait-cursor, evaluate the code
  2151     "user selected 'doIt' from menu; show a wait-cursor, evaluate the code
  2152      and finally restore cursor; return result of evaluation"
  2152      and finally restore cursor; return result of evaluation"
  2153 
  2153 
  2154     self withValueOfSelectionDo:[] "/ do nothing with it
  2154     self withValueOfSelectionDo:nil "/ do nothing with it
  2155 
  2155 
  2156     "Modified: / 16-05-1998 / 16:45:01 / cg"
  2156     "Modified: / 16-05-1998 / 16:45:01 / cg"
  2157     "Modified: / 12-03-2019 / 16:33:52 / Claus Gittinger"
  2157     "Modified: / 12-03-2019 / 16:40:23 / Claus Gittinger"
  2158 !
  2158 !
  2159 
  2159 
  2160 editMenu
  2160 editMenu
  2161     "return my popUpMenu; that's the superclasses menu
  2161     "return my popUpMenu; that's the superclasses menu
  2162      PLUS st-evaluation items: doIt, printIt and inspectIt."
  2162      PLUS st-evaluation items: doIt, printIt and inspectIt."