<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 18 Oct 2020, at 07:41, Eliot Miranda <<a href="mailto:eliot.miranda@gmail.com" class="">eliot.miranda@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">Hi Tim,</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><div dir="ltr" style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br class=""></div><div dir="ltr" style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br class=""><blockquote type="cite" class="">On Oct 18, 2020, at 3:57 AM, gettimothy via Squeak-dev <<a href="mailto:squeak-dev@lists.squeakfoundation.org" class="">squeak-dev@lists.squeakfoundation.org</a>> wrote:<br class=""><br class=""></blockquote></div><blockquote type="cite" style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><div dir="ltr" class=""><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;" class=""><div class="">Ignore as fitting<br class=""></div></div></div></blockquote><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br class=""></div><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">I can join you; this gets on my tits.</span><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br class=""><blockquote type="cite" class=""><div dir="ltr" class=""><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;" class=""><div class=""><br class=""></div><div class=""><a href="https://www.pinterest.com/indigogeek/ocd-nightmares/" target="_blank" class="">https://www.pinterest.com/indigogeek/ocd-nightmares/</a><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);" class=""><div class=""><div class="">FileList >>viewContentsInWorkspace<br class=""></div><div class="">"View the contents of my selected file in a new workspace"<br class=""></div><div class=""><br class=""></div><div class="">| aString aFileStream aName |<br class=""></div><div class="">aString := (aFileStream := directory readOnlyFileNamed: self fullName) setConverterForCode contentsOfEntireFile.<br class=""></div><div class="">aName := aFileStream localName.<br class=""></div><div class="">aFileStream close.<br class=""></div><div class="">UIManager default edit: aString withSqueakLineEndings label:<b class=""><span class="Apple-converted-space"> </span>'Workspace from ',</b>aName<br class=""></div></div></blockquote><div class=""><br class=""></div><div class="">maybe its the OCD in me, but that verbiage preceding the file name at the top of a workspace is redundant and annoying.<br class=""></div><div class=""><br class=""></div><div class="">1. redundant--it is at the top of a Workspace.<br class=""></div><div class="">2. the infinitely expanding title ala <i class=""><b class="">Worspace from Workspace from Worspace from Workspace from Foo.txt</b></i><br class=""></div><div class="">3. I have to edit each title upon file in. see OCD above.<br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">A simple change to the method:<br class=""></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);" class=""><div class=""><div class="">FileList >> viewContentsInWorkspace<br class=""></div><div class="">"View the contents of my selected file in a new workspace"<br class=""></div><div class=""><br class=""></div><div class="">| aString aFileStream aName |<br class=""></div><div class="">aString := (aFileStream := directory readOnlyFileNamed: self fullName) setConverterForCode contentsOfEntireFile.<br class=""></div><div class="">aName := aFileStream localName.<br class=""></div><div class="">aFileStream close.<br class=""></div><div class=""><b class="">UIManager default edit: aString withSqueakLineEndings label: aName</b><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div></div></blockquote><div class=""><br class=""></div><div class="">eradicates the OCD nightmare  <br class=""></div></div></div></blockquote><div class=""><br class=""></div>The only thing I’d suggest differently is that it check if the file name contains “Workspace’ and if not, still adds the ‘Workspace from ’ prefix.</div><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br class=""><blockquote type="cite" class=""><div dir="ltr" class=""><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;" class=""><div class=""><span style="font-size: 10pt;" class="">cheers,</span></div><div class=""><br class=""></div><div class="">tty</div></div></div></blockquote></div></div></blockquote></div><br class=""></div></body></html>