Yes, but please don't just limit it to UI things.

I want to be able to 'Copy an object' to an 'Object Clipboard' when I am on 
'self' in an Inspector. And I want to be able to 'Paste an object' in a slot of 
an Inspector, or wherever that makes sense.

I always emulate this with a global, like XXX or ObjectClipboard, but it should 
be possible to do this without typing.

> On 08 Feb 2015, at 00:13, Tudor Girba <tu...@tudorgirba.com> wrote:
> 
> Indeed, this is a little feature a proper object-oriented environment should 
> not miss :)
> 
> Doru
> 
> On Sun, Feb 8, 2015 at 12:02 AM, Damien Pollet 
> <damien.pollet+ph...@gmail.com> wrote:
> What if inspectors and workspaces were able to copy-paste object references?
> When pasting, a new binding would be made with some automatic name.
> 
> I always wondered why this was not part of Morphic…
> 
> On 7 February 2015 at 23:52, Hernán Morales Durand <hernan.mora...@gmail.com> 
> wrote:
> I see! something like?
> 
> self addMorphCentered: (EllipseMorph allInstances detect: [ : i | i name = 
> 'an EllipseMorph(485752832)' ])
> 
> 
> 2015-02-07 19:39 GMT-03:00 Sean P. DeNigris <s...@clipperadams.com>:
> 
> hernanmd wrote
> > Use the halos... select the Menu halo (red) -> debug... -> explore morph
> 
> Yes, you can bring up an inspector/explorer on each morph, but the hiccup is
> how do you connect them i.e. send one as an argument to the other?
> 
> 
> 
> -----
> Cheers,
> Sean
> --
> View this message in context: 
> http://forum.world.st/How-to-send-messages-to-an-object-tp4804394p4804413.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
> 
> 
> 
> 
> 
> 
> -- 
> www.tudorgirba.com
> 
> "Every thing has its own flow"


Reply via email to