[3.10] TaskList shortcut keys

danil osipchuk danil.osipchuk at gmail.com
Mon Jan 28 21:00:18 UTC 2008


2008/1/28, Gary Chambers <gazzaguru2 at btinternet.com>:
>
> The latest (Pinesoft-Widgets-gvc.284 from SqueakSource) version now
> includes
> a preference for this behviour. Awaiting feedback before updating the
> package Universe to this version.



This is not strictly  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>>#dispatchOnCharacter:with: ? It stumbles upon
non-ascii input (i.e. unicode) at the following snippet, which I think was
your addition:

    "allow cut/copy/paste/selectAll regardless of cmdKeysInText preference.
    Useful when running a deployed/locked-down image (after
disableProgrammerFacilities).
        ((#(cut: copySelection: paste: selectAll:) includes: (CmdActions at:
char asciiValue + 1 ))
            and: [sensor commandKeyPressed])
        ifTrue:
            [^self perform: (CmdActions at: char asciiValue + 1) with:
typeAheadStream].

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 'ifAbsent: [#noop]' hack
into it) - I wonder why they are not dictionaries? That would me much
cleaner. Was it a performance concern? - who knows now :)

Regards, Gary.



Thank you for great iu enchancements!

regards,
  Danil


> -----Original Message-----
> > From: squeak-dev-bounces at lists.squeakfoundation.org
> > [mailto:squeak-dev-bounces at lists.squeakfoundation.org]On Behalf Of Noury
> > Bouraqadi
> > Sent: 24 January 2008 11:00 AM
> > To: Squeak-dev developers list general-purpose Squeak
> > Subject: [3.10] TaskList shortcut keys
> >
> >
> > Hi,
> >
> > I'm using Damien's nice sq3.10-7159dev08.01.1 image.
> > To navigate from a task to another I found the shortcut keys: CMD
> > +leftArrow or rightArrow.
> > The problem is that it keeps switching from a task to the other if I
> > keep the arrow key down.
> > Relasing the arrow key makes the task list disappear.
> > Is there some shortcut key to keep the TaskList displayed without
> > switching between tasks ?
> >
> > Thanks,
> > Noury
> > ------------------------------------------------------------------
> > Dr. Noury Bouraqadi - Enseignant/Chercheur
> > Responsable de l'enseignement de l'informatique
> > ARMINES - Ecole des Mines de Douai - Dept. I.A.
> > http://vst.ensm-douai.fr/noury
> >
> > European Smalltalk Users Group Board
> > http://www.esug.org
> > ------------------------------------------------------------------
> >
> >
> >
> >
> >
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20080129/ffda1d00/attachment.htm


More information about the Squeak-dev mailing list