<br><div><span class="gmail_quote">2008/1/28, Gary Chambers &lt;<a href="mailto:gazzaguru2@btinternet.com">gazzaguru2@btinternet.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The latest (Pinesoft-Widgets-gvc.284 from SqueakSource) version now includes<br>a preference for this behviour. Awaiting feedback before updating the<br>package Universe to this version.</blockquote><div><br><br>This is not strictly&nbsp; related to TaskList and also is not filled into bugtrack database, but if you are going to do an update... Could you please look at the ParagraphEditor&gt;&gt;#dispatchOnCharacter:with: ? It stumbles upon non-ascii input (i.e. unicode) at the following snippet, which I think was your addition:<br>
<br>&nbsp;&nbsp;&nbsp; &quot;allow cut/copy/paste/selectAll regardless of cmdKeysInText preference.<br>&nbsp;&nbsp;&nbsp; Useful when running a deployed/locked-down image (after disableProgrammerFacilities).<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ((#(cut: copySelection: paste: selectAll:) includes: (CmdActions at: char asciiValue + 1 )) <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; and: [sensor commandKeyPressed])<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ifTrue:<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [^self perform: (CmdActions at: char asciiValue + 1) with: typeAheadStream].<br><br>CmdActions and ShiftCmdActions happened to be mapping arrays with size of 256 (which is not teh case anymore as squeak becomes multilingual now) Of course there are many ways to fix it (I just put a &#39;ifAbsent: [#noop]&#39; hack into it) - I wonder why they are not dictionaries? That would me much cleaner. Was it a performance concern? - who knows now :)<br>
</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Regards, Gary.</blockquote><div><br><br>Thank you for great iu enchancements!<br><br>
regards,<br>&nbsp; Danil<br>&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt; -----Original Message-----<br>&gt; From: <a href="mailto:squeak-dev-bounces@lists.squeakfoundation.org">squeak-dev-bounces@lists.squeakfoundation.org</a><br>
&gt; [mailto:<a href="mailto:squeak-dev-bounces@lists.squeakfoundation.org">squeak-dev-bounces@lists.squeakfoundation.org</a>]On Behalf Of Noury<br>&gt; Bouraqadi<br>&gt; Sent: 24 January 2008 11:00 AM<br>&gt; To: Squeak-dev developers list general-purpose Squeak<br>
&gt; Subject: [3.10] TaskList shortcut keys<br>&gt;<br>&gt;<br>&gt; Hi,<br>&gt;<br>&gt; I&#39;m using Damien&#39;s nice sq3.10-7159dev08.01.1 image.<br>&gt; To navigate from a task to another I found the shortcut keys: CMD<br>
&gt; +leftArrow or rightArrow.<br>&gt; The problem is that it keeps switching from a task to the other if I<br>&gt; keep the arrow key down.<br>&gt; Relasing the arrow key makes the task list disappear.<br>&gt; Is there some shortcut key to keep the TaskList displayed without<br>
&gt; switching between tasks ?<br>&gt;<br>&gt; Thanks,<br>&gt; Noury<br>&gt; ------------------------------------------------------------------<br>&gt; Dr. Noury Bouraqadi - Enseignant/Chercheur<br>&gt; Responsable de l&#39;enseignement de l&#39;informatique<br>
&gt; ARMINES - Ecole des Mines de Douai - Dept. I.A.<br>&gt; <a href="http://vst.ensm-douai.fr/noury">http://vst.ensm-douai.fr/noury</a><br>&gt;<br>&gt; European Smalltalk Users Group Board<br>&gt; <a href="http://www.esug.org">http://www.esug.org</a><br>
&gt; ------------------------------------------------------------------<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br><br><br></blockquote></div><br>