On 30 Sep 2014, at 20:41, stepharo <[email protected]> wrote:

> edit: aText label: labelString accept: anAction
>    "Open an editor on the given string/text"
> 
>    ^(Smalltalk tools workspace openLabel: labelString)
>        acceptContents:  aText;
>        acceptAction: anAction;
>        yourself.
> 
> 


Yes, we are abusing the workspace for an editor, this is not good.

We should have an editor that is an editor, not a workspace.

> -> DNU
> 
> UIManager default
>        edit: 'jlklkjk'
>        label: 'lkjlkjjkl'
> 

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to