inspect playground history

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

inspect playground history

Peter Uhnak
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
Reply | Threaded
Open this post in threaded view
|

Re: inspect playground history

abergel
+1
-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



On Oct 7, 2015, at 6:40 PM, Peter Uhnák <[hidden email]> 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

Reply | Threaded
Open this post in threaded view
|

Re: inspect playground history

Andrei Chis
In reply to this post by Peter Uhnak
Spotter searches also though the playground history.
What you can do now is open spotter and type "#pl".
This way you can browse  and search through the pages.

Indeed a more direct way to open a spotter would this filter from the playground would help.


Cheers,
Andrei 

On Wed, Oct 7, 2015 at 11:40 PM, Peter Uhnák <[hidden email]> wrote:
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

Reply | Threaded
Open this post in threaded view
|

Re: inspect playground history

Offray
I also vote for a button or some explicit way to tell the user this possibility is already there.

Cheers,

Offray

On 08/10/15 09:03, Andrei Chis wrote:
Spotter searches also though the playground history.
What you can do now is open spotter and type "#pl".
This way you can browse  and search through the pages.

Indeed a more direct way to open a spotter would this filter from the playground would help.


Cheers,
Andrei 

On Wed, Oct 7, 2015 at 11:40 PM, Peter Uhnák <[hidden email]> wrote:
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