[squeak-dev] The Inbox: Monticello-ct.712.mcz

Jakob Reschke forums.jakob at resfarm.de
Wed Jan 15 07:00:06 UTC 2020


Okay for the time being and certainly not worse.

But eventually these dialogs ought to send a message when they are
accepted, to continue the workflow.

<commits at source.squeak.org> schrieb am Di., 14. Jan. 2020, 13:58:

> Christoph Thiede uploaded a new version of Monticello to project The Inbox:
> http://source.squeak.org/inbox/Monticello-ct.712.mcz
>
> ==================== Summary ====================
>
> Name: Monticello-ct.712
> Author: ct
> Time: 14 January 2020, 1:58:10.168813 pm
> UUID: c048116c-f5ca-8c4d-adab-34d19467565a
> Ancestors: Monticello-cmm.708
>
> Reuse ToolBuilder utility in MCTool >> #showModally
>
> =============== Diff against Monticello-cmm.708 ===============
>
> Item was changed:
>   ----- Method: MCTool>>showModally (in category 'morphic ui') -----
>   showModally
>         modalProcess := Processor activeProcess.
>         self window openInWorldExtent: self defaultExtent.
> +       ToolBuilder default runModal: self window.
> -       [self window world notNil] whileTrue: [
> -               self window outermostWorldMorph doOneCycle.
> -       ].
>         morph := nil.
>         ^ modalValue!
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200115/892ceff6/attachment.html>


More information about the Squeak-dev mailing list