Oct. 8, 2015
1:57 p.m.
+1 -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
On Oct 7, 2015, at 6:40 PM, Peter Uhnák <i.uhnak@gmail.com> wrote:
Could we have an entry in the Playground history that says "Inspect history"?
Because using this is guesswork
<2015-10-07_23:35:26.png>
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. ]. ]]]
<2015-10-07_23:39:14.png> â âThis is more useful, however a button would be nicer. :)
Thanks, Peter