[squeak-dev] Re: [3.10] TaskList shortcut keys

Gary Chambers gazzaguru2 at btinternet.com
Fri Mar 14 12:44:46 UTC 2008


Glad you like it. Which version of Pinesoft-Widgets are you using. This
problem was introduced while refactoring the keyboard handling to support
filtering on PopupChoiceDialogWindows. I believe it is fixed in the current
version (297).

Gary

> -----Original Message-----
> From: squeak-dev-bounces at lists.squeakfoundation.org
> [mailto:squeak-dev-bounces at lists.squeakfoundation.org]On Behalf Of Noury
> Bouraqadi
> Sent: 13 March 2008 12:13 AM
> To: The general-purpose Squeak developers list
> Subject: [squeak-dev] Re: [3.10] TaskList shortcut keys
>
>
> Hi Gary,
>
> I just tried your tasklist enhancement. Thanx for the improvement.
> I'd like to report a bug I encountered (a feature?).
> I had the preference browser and I checked some checkboxes. Then the
> cmd-left arrow does not show the tasklist anymore. I had to click on
> the window title bar in order to have the cmd-left arrow shortcut back.
>
> Noury
>
> On 29 janv. 08, at 21:57, Gary Chambers wrote:
>
> > Looks like that isn't the only part of that method (even when
> > "standard")
> > that could break.
> > I'll have a go at protecting the relevant parts.
> >
> > Gary.
> >
> > -----Original Message-----
> > From: squeak-dev-bounces at lists.squeakfoundation.org
> > [mailto:squeak-dev-bounces at lists.squeakfoundation.org]On Behalf Of
> > danil
> > osipchuk
> > Sent: 28 January 2008 9:00 PM
> > To: The general-purpose Squeak developers list
> > Subject: Re: [3.10] TaskList shortcut keys
> >
> >
> >
> >
> > 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
> >> ------------------------------------------------------------------
> >>
> >>
> >>
> >>
> >>
> >
> >
>
> Noury Bouraqadi
> ------------------------------------------------------------------
> 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
> ------------------------------------------------------------------
>
>
>
>
>




More information about the Squeak-dev mailing list