Issue 3726 in pharo: Turn the orange corner into a real Morph object

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

Issue 3726 in pharo: Turn the orange corner into a real Morph object

pharo
Status: Fixed
Owner: [hidden email]
CC: [hidden email]

New issue 3726 by [hidden email]: Turn the orange corner into a real  
Morph object
http://code.google.com/p/pharo/issues/detail?id=3726

Gofer new
       squeaksource: 'PharoTaskForces';
       package: 'AdorementMorph';
       load


Then add the attached cs.

For now, it just cahnge the cursor into a hand ^^
But soon, we will attach behavior

Attachments:
        Morphic-IgorStasenko.834.1.cs  1.8 KB


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3726 in pharo: Turn the orange corner into a real Morph object

pharo
Updates:
        Status: FixProposed

Comment #1 on issue 3726 by [hidden email]: Turn the orange corner  
into a real Morph object
http://code.google.com/p/pharo/issues/detail?id=3726

(No comment was entered for this change.)


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3726 in pharo: Turn the orange corner into a real Morph object

pharo

Comment #2 on issue 3726 by [hidden email]: Turn the orange corner  
into a real Morph object
http://code.google.com/p/pharo/issues/detail?id=3726

It would be nice if the code would be provided in a form that we can merge  
it *without* manual
work.

The package in PharoTaskForces means for me that I need to
   - load it
   -  move the class to where it makes sense in the system

It would be much easier to provide code in a way that it can be loaded  
without this kind of manual work.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3726 in pharo: Turn the orange corner into a real Morph object

pharo
Updates:
        Status: Started

Comment #3 on issue 3726 by [hidden email]: Turn the orange corner  
into a real Morph object
http://code.google.com/p/pharo/issues/detail?id=3726

Conflicts with changes done later. (e.g. variable added to  
PluggableTextMorph).