Comment #42 on issue 3583 by stephane...@gmail.com: Shout should only be active in code panes
http://code.google.com/p/pharo/issues/detail?id=3583

Arghhhhhh
I could not release because workspace protocol changed between 1.2 and 1.3
So sorry guy but may be we will stay like that for now


edit: aText label: labelString accept: anAction
        "Open an editor on the given string/text"

        ^(Workspace openLabel: labelString)
                acceptContents:  aText;
                acceptAction: anAction;
                yourself.
        


Reply via email to