[Pharo-project] New Stable version of Keymappings
Hi! With Guille we were working today on Keymapping to release a new stable version. Gofer it squeaksource: 'ShortWays'; package: 'ConfigurationOfKeymapping'; load. (ConfigurationOfKeymapping project version: #stable) load It includes the following things: - all the last work to support shortcuts per morph - fixes to the last bugs Doru reported - we fixed some tests - we tested it on Pharo 1.3 and 1.4 on MacOS and it's working fine What we did not do yet is to handle the OB interaction. You can look at the this packages for example configurations: packages := #( 'Editors' 'Monticello' 'Morphic' 'Tools' 'Debugger' ) collect: [ :sp | 'Keymapping-', sp ]. packages do: [ :package | spec package: package with: [ spec requires: #( 'configurations' ) ]. ]. packages. Cheers, Deby
Hi, Thanks a lot. It sounds great. I will take a look in the following days. Cheers, Doru On 14 Dec 2011, at 05:42, Débora Fortini wrote:
Hi!
With Guille we were working today on Keymapping to release a new stable version.
Gofer it squeaksource: 'ShortWays'; package: 'ConfigurationOfKeymapping'; load. (ConfigurationOfKeymapping project version: #stable) load
It includes the following things: - all the last work to support shortcuts per morph - fixes to the last bugs Doru reported - we fixed some tests - we tested it on Pharo 1.3 and 1.4 on MacOS and it's working fine
What we did not do yet is to handle the OB interaction.
You can look at the this packages for example configurations:
packages := #( 'Editors' 'Monticello' 'Morphic' 'Tools' 'Debugger' ) collect: [ :sp | 'Keymapping-', sp ]. packages do: [ :package | spec package: package with: [ spec requires: #( 'configurations' ) ]. ]. packages.
Cheers,
Deby
-- www.tudorgirba.com "What we can governs what we wish."
tx On Dec 14, 2011, at 5:42 AM, Débora Fortini wrote:
Hi!
With Guille we were working today on Keymapping to release a new stable version.
Gofer it squeaksource: 'ShortWays'; package: 'ConfigurationOfKeymapping'; load. (ConfigurationOfKeymapping project version: #stable) load
It includes the following things: - all the last work to support shortcuts per morph - fixes to the last bugs Doru reported - we fixed some tests - we tested it on Pharo 1.3 and 1.4 on MacOS and it's working fine
What we did not do yet is to handle the OB interaction.
You can look at the this packages for example configurations:
packages := #( 'Editors' 'Monticello' 'Morphic' 'Tools' 'Debugger' ) collect: [ :sp | 'Keymapping-', sp ]. packages do: [ :package | spec package: package with: [ spec requires: #( 'configurations' ) ]. ]. packages.
Cheers,
Deby
participants (3)
-
Débora Fortini -
Stéphane Ducasse -
Tudor Girba