[squeak-dev] Displaying Strings and Texts in workspaces.

Eliot Miranda eliot.miranda at gmail.com
Wed Jan 24 18:27:17 UTC 2018


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20180124/ef44a5c6/attachment.html>


More information about the Squeak-dev mailing list