Oct. 7, 2015
9:40 p.m.
Could we have an entry in the Playground history that says "Inspect history"? Because using this is guesswork So what I do instead is I inspect the MenuMorph and dig out the contents [[[ "a MenuMorph(203423744)" self menuItems collect: [ :each | (each target action outerContext tempNamed: #each) content asString. ]. ]]] â âThis is more useful, however a button would be nicer. :) Thanks, Peter