[Cuis] Transcript window

H. Hirzel hannes.hirzel at gmail.com
Tue Aug 28 00:08:26 CDT 2012


Hello Juan

I wanted to print out an alphabetically sorted list of the preferences
in the Transcript window.

I opened the inspector on the preferences dictionary and did

    self keys asSortedCollection do: [ :key | Transcript show: key; newLine ]

It printed out fine on the Transcript window but I could not select
and copy the result.

How do I enable text selection and copy to clipboard on the Transcript window?

Regards
Hannes



More information about the Cuis mailing list