Hi All,

    I notice with some dismay that String>>openInWorkspaceWithTitle: was deleted some time ago.  Note that there is still a sender in the GetText package.

Writing either
    (StringHolder new contents: myString)
openLabel: 'W. T. F?!'
or
    (Workspace new contents: myString)
openLabel: 'W. T. F?!'
is a pain in the ass.

So should we have a class side method on StringHolder, openOn:label: for example, or put back the most convenient openInWorkspaceWithTitle?

_,,,^..^,,,_
best, Eliot