GroupingMorph: how to distribute it?

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

GroupingMorph: how to distribute it?

Simon Guest-2
Surprised that the SelectionMorph does not support a "group" action, I
wrote one myself.

This involved a one line addition to
SelectionMorph>>addCustomMenuItems:hand:
and a new method SelectionMorph>>group.  The new method I placed in a
category *groupingmorph (or some such).

Then, I wrote a simple new class, GroupingMorph, which implemented the rest of
it.

Now, this all fits nicely into a Monticello package, except for the
crucial one line addition to SelectionMorph>>addCustomMenuItems, which
is in package Morphic-Support.

If I want to post this package, say on SqueakMap, how do I handle this
pesky one line change?  Do I have to distribute my own version of
Morphic-Support as well?  (tell me it isn't so ...)

Or do I simply distribute it all as a changeset?

cheers,
Simon

PS: Is this a beginner list question, or better asked on squeak-dev?
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: GroupingMorph: how to distribute it?

Edgar J. De Cleene



El 9/14/07 10:48 AM, "Simon Guest" <[hidden email]> escribió:

> Surprised that the SelectionMorph does not support a "group" action, I
> wrote one myself.
>
> This involved a one line addition to
> SelectionMorph>>addCustomMenuItems:hand:
> and a new method SelectionMorph>>group.  The new method I placed in a
> category *groupingmorph (or some such).
>
> Then, I wrote a simple new class, GroupingMorph, which implemented the rest of
> it.
>
> Now, this all fits nicely into a Monticello package, except for the
> crucial one line addition to SelectionMorph>>addCustomMenuItems, which
> is in package Morphic-Support.
>
> If I want to post this package, say on SqueakMap, how do I handle this
> pesky one line change?  Do I have to distribute my own version of
> Morphic-Support as well?  (tell me it isn't so ...)
>
> Or do I simply distribute it all as a changeset?
>
> cheers,
> Simon
>
> PS: Is this a beginner list question, or better asked on squeak-dev?
I suggest you could do a Mantis report.
I look and send feedback.
If some other squeaker says is a good to have, maybe could go to updates.
A test for it helps.

Edgar



_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners