Bug? Alt+Num no longer autocompletes arguments (on linux)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Bug? Alt+Num no longer autocompletes arguments (on linux)

Beckmann, Tom
Hey everyone,

disclaimers: not entirely sure if we currently have an RC version. I have tested on the most recent trunk build, on linux. Also, I think I saw a mail on that topic, so maybe it is intentional behavior.

Alt+num in the Browser/TextEditors no longer pastes the num-th argument at the cursor. Instead, it focuses the dockingbar menuitems. I am running with the default preferences (meaning "duplicate all"). The code that catches away the events is found in DockingBarMorph>>filterEvent:for:, I suppose recent changes in the translation of alt/ctrl to command have caused this change in behavior.

If given the choice, I would much prefer my arguments to be completed, rather than focusing the menu via the alt+num shortcut.

Best,
Tom

Reply | Threaded
Open this post in threaded view
|

Re: Bug? Alt+Num no longer autocompletes arguments (on linux)

Nicolas Cellier
Hi Tom,
could you try loading Kernel-nice.1292 from the inbox and report if it fixes the issue?

Le mar. 31 déc. 2019 à 08:59, Beckmann, Tom <[hidden email]> a écrit :
Hey everyone,

disclaimers: not entirely sure if we currently have an RC version. I have tested on the most recent trunk build, on linux. Also, I think I saw a mail on that topic, so maybe it is intentional behavior.

Alt+num in the Browser/TextEditors no longer pastes the num-th argument at the cursor. Instead, it focuses the dockingbar menuitems. I am running with the default preferences (meaning "duplicate all"). The code that catches away the events is found in DockingBarMorph>>filterEvent:for:, I suppose recent changes in the translation of alt/ctrl to command have caused this change in behavior.

If given the choice, I would much prefer my arguments to be completed, rather than focusing the menu via the alt+num shortcut.

Best,
Tom



Reply | Threaded
Open this post in threaded view
|

Re: Bug? Alt+Num no longer autocompletes arguments (on linux)

Beckmann, Tom
Hi Nicolas,

this allows the texteditor to use alt+num again on my linux, however all other shortcuts no longer work with ctrl (with duplicate all enabled), only with alt. Changing to "swap" makes both modifiers act as ctrl, rather than alt.

I use http://files.squeak.org/trunk/Squeak5.3beta-19301-64bit/Squeak5.3beta-19301-64bit-201911282316-Linux.zip as VM.

Thank you for your help!
Tom
________________________________________
From: Squeak-dev <[hidden email]> on behalf of Nicolas Cellier <[hidden email]>
Sent: Tuesday, December 31, 2019 9:56:22 AM
To: The general-purpose Squeak developers list
Subject: Re: [squeak-dev] Bug? Alt+Num no longer autocompletes arguments (on    linux)

Hi Tom,
could you try loading Kernel-nice.1292 from the inbox and report if it fixes the issue?

Le mar. 31 déc. 2019 à 08:59, Beckmann, Tom <[hidden email]<mailto:[hidden email]>> a écrit :
Hey everyone,

disclaimers: not entirely sure if we currently have an RC version. I have tested on the most recent trunk build, on linux. Also, I think I saw a mail on that topic, so maybe it is intentional behavior.

Alt+num in the Browser/TextEditors no longer pastes the num-th argument at the cursor. Instead, it focuses the dockingbar menuitems. I am running with the default preferences (meaning "duplicate all"). The code that catches away the events is found in DockingBarMorph>>filterEvent:for:, I suppose recent changes in the translation of alt/ctrl to command have caused this change in behavior.

If given the choice, I would much prefer my arguments to be completed, rather than focusing the menu via the alt+num shortcut.

Best,
Tom


Reply | Threaded
Open this post in threaded view
|

Re: Bug? Alt+Num no longer autocompletes arguments (on linux)

fniephaus
Hi Tom,

Please note we haven't updated the 5.3beta VMs with Nicolas' fixes yet. You can get one right now from Bintray though.

Fabio

On Tue, 31 Dec 2019 at 10:05 am, Beckmann, Tom <[hidden email]> wrote:
Hi Nicolas,

this allows the texteditor to use alt+num again on my linux, however all other shortcuts no longer work with ctrl (with duplicate all enabled), only with alt. Changing to "swap" makes both modifiers act as ctrl, rather than alt.

I use http://files.squeak.org/trunk/Squeak5.3beta-19301-64bit/Squeak5.3beta-19301-64bit-201911282316-Linux.zip as VM.

Thank you for your help!
Tom
________________________________________
From: Squeak-dev <[hidden email]> on behalf of Nicolas Cellier <[hidden email]>
Sent: Tuesday, December 31, 2019 9:56:22 AM
To: The general-purpose Squeak developers list
Subject: Re: [squeak-dev] Bug? Alt+Num no longer autocompletes arguments (on    linux)

Hi Tom,
could you try loading Kernel-nice.1292 from the inbox and report if it fixes the issue?

Le mar. 31 déc. 2019 à 08:59, Beckmann, Tom <[hidden email]<mailto:[hidden email]>> a écrit :
Hey everyone,

disclaimers: not entirely sure if we currently have an RC version. I have tested on the most recent trunk build, on linux. Also, I think I saw a mail on that topic, so maybe it is intentional behavior.

Alt+num in the Browser/TextEditors no longer pastes the num-th argument at the cursor. Instead, it focuses the dockingbar menuitems. I am running with the default preferences (meaning "duplicate all"). The code that catches away the events is found in DockingBarMorph>>filterEvent:for:, I suppose recent changes in the translation of alt/ctrl to command have caused this change in behavior.

If given the choice, I would much prefer my arguments to be completed, rather than focusing the menu via the alt+num shortcut.

Best,
Tom




Reply | Threaded
Open this post in threaded view
|

Re: Bug? Alt+Num no longer autocompletes arguments (on linux)

Beckmann, Tom
Hi Fabio, hi Nicolas,

oh good catch! It does indeed work as expected with https://bintray.com/opensmalltalk/vm/download_file?file_path=squeak.cog.spur_linux64x64_201912301201.tar.gz and Kernel.nice.1292.

Thank you!
Tom
________________________________________
From: Squeak-dev <[hidden email]> on behalf of Fabio Niephaus <[hidden email]>
Sent: Tuesday, December 31, 2019 11:41:18 AM
To: The general-purpose Squeak developers list
Subject: Re: [squeak-dev] Bug? Alt+Num no longer autocompletes arguments (on    linux)

Hi Tom,

Please note we haven't updated the 5.3beta VMs with Nicolas' fixes yet. You can get one right now from Bintray though.

Fabio

On Tue, 31 Dec 2019 at 10:05 am, Beckmann, Tom <[hidden email]<mailto:[hidden email]>> wrote:
Hi Nicolas,

this allows the texteditor to use alt+num again on my linux, however all other shortcuts no longer work with ctrl (with duplicate all enabled), only with alt. Changing to "swap" makes both modifiers act as ctrl, rather than alt.

I use http://files.squeak.org/trunk/Squeak5.3beta-19301-64bit/Squeak5.3beta-19301-64bit-201911282316-Linux.zip as VM.

Thank you for your help!
Tom
________________________________________
From: Squeak-dev <[hidden email]<mailto:[hidden email]>> on behalf of Nicolas Cellier <[hidden email]<mailto:[hidden email]>>
Sent: Tuesday, December 31, 2019 9:56:22 AM
To: The general-purpose Squeak developers list
Subject: Re: [squeak-dev] Bug? Alt+Num no longer autocompletes arguments (on    linux)

Hi Tom,
could you try loading Kernel-nice.1292 from the inbox and report if it fixes the issue?

Le mar. 31 déc. 2019 à 08:59, Beckmann, Tom <[hidden email]<mailto:[hidden email]><mailto:[hidden email]<mailto:[hidden email]>>> a écrit :
Hey everyone,

disclaimers: not entirely sure if we currently have an RC version. I have tested on the most recent trunk build, on linux. Also, I think I saw a mail on that topic, so maybe it is intentional behavior.

Alt+num in the Browser/TextEditors no longer pastes the num-th argument at the cursor. Instead, it focuses the dockingbar menuitems. I am running with the default preferences (meaning "duplicate all"). The code that catches away the events is found in DockingBarMorph>>filterEvent:for:, I suppose recent changes in the translation of alt/ctrl to command have caused this change in behavior.

If given the choice, I would much prefer my arguments to be completed, rather than focusing the menu via the alt+num shortcut.

Best,
Tom



Reply | Threaded
Open this post in threaded view
|

Re: Bug? Alt+Num no longer autocompletes arguments (on linux)

fniephaus


On Tue, 31 Dec 2019 at 1:07 pm, Beckmann, Tom <[hidden email]> wrote:
Hi Fabio, hi Nicolas,

oh good catch! It does indeed work as expected with https://bintray.com/opensmalltalk/vm/download_file?file_path=squeak.cog.spur_linux64x64_201912301201.tar.gz and Kernel.nice.1292.

Great! I'm going to update the VMs again when I have some time, unless Nicolas has more changes in the works.

Fabio



Thank you!
Tom
________________________________________
From: Squeak-dev <[hidden email]> on behalf of Fabio Niephaus <[hidden email]>
Sent: Tuesday, December 31, 2019 11:41:18 AM
To: The general-purpose Squeak developers list
Subject: Re: [squeak-dev] Bug? Alt+Num no longer autocompletes arguments (on    linux)

Hi Tom,

Please note we haven't updated the 5.3beta VMs with Nicolas' fixes yet. You can get one right now from Bintray though.

Fabio

On Tue, 31 Dec 2019 at 10:05 am, Beckmann, Tom <[hidden email]<mailto:[hidden email]>> wrote:
Hi Nicolas,

this allows the texteditor to use alt+num again on my linux, however all other shortcuts no longer work with ctrl (with duplicate all enabled), only with alt. Changing to "swap" makes both modifiers act as ctrl, rather than alt.

I use http://files.squeak.org/trunk/Squeak5.3beta-19301-64bit/Squeak5.3beta-19301-64bit-201911282316-Linux.zip as VM.

Thank you for your help!
Tom
________________________________________
From: Squeak-dev <[hidden email]<mailto:[hidden email]>> on behalf of Nicolas Cellier <[hidden email]<mailto:[hidden email]>>
Sent: Tuesday, December 31, 2019 9:56:22 AM
To: The general-purpose Squeak developers list
Subject: Re: [squeak-dev] Bug? Alt+Num no longer autocompletes arguments (on    linux)

Hi Tom,
could you try loading Kernel-nice.1292 from the inbox and report if it fixes the issue?

Le mar. 31 déc. 2019 à 08:59, Beckmann, Tom <[hidden email]<mailto:[hidden email]><mailto:[hidden email]<mailto:[hidden email]>>> a écrit :
Hey everyone,

disclaimers: not entirely sure if we currently have an RC version. I have tested on the most recent trunk build, on linux. Also, I think I saw a mail on that topic, so maybe it is intentional behavior.

Alt+num in the Browser/TextEditors no longer pastes the num-th argument at the cursor. Instead, it focuses the dockingbar menuitems. I am running with the default preferences (meaning "duplicate all"). The code that catches away the events is found in DockingBarMorph>>filterEvent:for:, I suppose recent changes in the translation of alt/ctrl to command have caused this change in behavior.

If given the choice, I would much prefer my arguments to be completed, rather than focusing the menu via the alt+num shortcut.

Best,
Tom





Reply | Threaded
Open this post in threaded view
|

Re: Bug? Alt+Num no longer autocompletes arguments (on linux)

Nicolas Cellier
Hi Fabio,
I might want to change the sign of mouseWheel deltaX on OSX, even if I don't fully understand why...

Le mar. 31 déc. 2019 à 13:28, Fabio Niephaus <[hidden email]> a écrit :


On Tue, 31 Dec 2019 at 1:07 pm, Beckmann, Tom <[hidden email]> wrote:
Hi Fabio, hi Nicolas,

oh good catch! It does indeed work as expected with https://bintray.com/opensmalltalk/vm/download_file?file_path=squeak.cog.spur_linux64x64_201912301201.tar.gz and Kernel.nice.1292.

Great! I'm going to update the VMs again when I have some time, unless Nicolas has more changes in the works.

Fabio



Thank you!
Tom
________________________________________
From: Squeak-dev <[hidden email]> on behalf of Fabio Niephaus <[hidden email]>
Sent: Tuesday, December 31, 2019 11:41:18 AM
To: The general-purpose Squeak developers list
Subject: Re: [squeak-dev] Bug? Alt+Num no longer autocompletes arguments (on    linux)

Hi Tom,

Please note we haven't updated the 5.3beta VMs with Nicolas' fixes yet. You can get one right now from Bintray though.

Fabio

On Tue, 31 Dec 2019 at 10:05 am, Beckmann, Tom <[hidden email]<mailto:[hidden email]>> wrote:
Hi Nicolas,

this allows the texteditor to use alt+num again on my linux, however all other shortcuts no longer work with ctrl (with duplicate all enabled), only with alt. Changing to "swap" makes both modifiers act as ctrl, rather than alt.

I use http://files.squeak.org/trunk/Squeak5.3beta-19301-64bit/Squeak5.3beta-19301-64bit-201911282316-Linux.zip as VM.

Thank you for your help!
Tom
________________________________________
From: Squeak-dev <[hidden email]<mailto:[hidden email]>> on behalf of Nicolas Cellier <[hidden email]<mailto:[hidden email]>>
Sent: Tuesday, December 31, 2019 9:56:22 AM
To: The general-purpose Squeak developers list
Subject: Re: [squeak-dev] Bug? Alt+Num no longer autocompletes arguments (on    linux)

Hi Tom,
could you try loading Kernel-nice.1292 from the inbox and report if it fixes the issue?

Le mar. 31 déc. 2019 à 08:59, Beckmann, Tom <[hidden email]<mailto:[hidden email]><mailto:[hidden email]<mailto:[hidden email]>>> a écrit :
Hey everyone,

disclaimers: not entirely sure if we currently have an RC version. I have tested on the most recent trunk build, on linux. Also, I think I saw a mail on that topic, so maybe it is intentional behavior.

Alt+num in the Browser/TextEditors no longer pastes the num-th argument at the cursor. Instead, it focuses the dockingbar menuitems. I am running with the default preferences (meaning "duplicate all"). The code that catches away the events is found in DockingBarMorph>>filterEvent:for:, I suppose recent changes in the translation of alt/ctrl to command have caused this change in behavior.

If given the choice, I would much prefer my arguments to be completed, rather than focusing the menu via the alt+num shortcut.

Best,
Tom