The Trunk: Tools-mt.713.mcz

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

The Trunk: Tools-mt.713.mcz

commits-2
Marcel Taeumel uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-mt.713.mcz

==================== Summary ====================

Name: Tools-mt.713
Author: mt
Time: 11 August 2016, 10:33:57.164968 am
UUID: fe28f870-3f1e-4c4f-82fd-8aad483115f2
Ancestors: Tools-mt.712

Fix Morphic dependency for Morphics window reusing mechanism. Tools should also work from within MVC.

=============== Diff against Tools-mt.712 ===============

Item was added:
+ ----- Method: DependencyBrowser>>representsSameBrowseeAs: (in category 'morphic ui') -----
+ representsSameBrowseeAs: anotherModel
+ ^ self hasUnacceptedEdits not!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Tools-mt.713.mcz

Chris Muller-3
I did check the package and perhaps I got confused by 1) the only
sender is from SystemWindow, part of Morphic and, 2) many of the
categories of #representsSameBrowseeAs: implementations are "morphic"
or "morphic ui".

But, okay, yes, MVC should someday support this feature too.

On Thu, Aug 11, 2016 at 3:33 AM,  <[hidden email]> wrote:

> Marcel Taeumel uploaded a new version of Tools to project The Trunk:
> http://source.squeak.org/trunk/Tools-mt.713.mcz
>
> ==================== Summary ====================
>
> Name: Tools-mt.713
> Author: mt
> Time: 11 August 2016, 10:33:57.164968 am
> UUID: fe28f870-3f1e-4c4f-82fd-8aad483115f2
> Ancestors: Tools-mt.712
>
> Fix Morphic dependency for Morphics window reusing mechanism. Tools should also work from within MVC.
>
> =============== Diff against Tools-mt.712 ===============
>
> Item was added:
> + ----- Method: DependencyBrowser>>representsSameBrowseeAs: (in category 'morphic ui') -----
> + representsSameBrowseeAs: anotherModel
> +       ^ self hasUnacceptedEdits not!
>
>

Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Tools-mt.713.mcz

marcel.taeumel
Chris Muller-3 wrote
I did check the package and perhaps I got confused by 1) the only
sender is from SystemWindow, part of Morphic and, 2) many of the
categories of #representsSameBrowseeAs: implementations are "morphic"
or "morphic ui".

But, okay, yes, MVC should someday support this feature too.

On Thu, Aug 11, 2016 at 3:33 AM,  <[hidden email]> wrote:
> Marcel Taeumel uploaded a new version of Tools to project The Trunk:
> http://source.squeak.org/trunk/Tools-mt.713.mcz
>
> ==================== Summary ====================
>
> Name: Tools-mt.713
> Author: mt
> Time: 11 August 2016, 10:33:57.164968 am
> UUID: fe28f870-3f1e-4c4f-82fd-8aad483115f2
> Ancestors: Tools-mt.712
>
> Fix Morphic dependency for Morphics window reusing mechanism. Tools should also work from within MVC.
>
> =============== Diff against Tools-mt.712 ===============
>
> Item was added:
> + ----- Method: DependencyBrowser>>representsSameBrowseeAs: (in category 'morphic ui') -----
> + representsSameBrowseeAs: anotherModel
> +       ^ self hasUnacceptedEdits not!
>
>
Hi Chris,

yes, "morphic ui" but not in an extension category for Morphic. :-)

Best,
Marcel
Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Tools-mt.713.mcz

Chris Muller-3
> yes, "morphic ui" but not in an extension category for Morphic. :-)

... but almost as equally incorrect...   :-)     We'll fix later...