[V3dot10] PluggableListMorph fix

Chris Muller asqueaker at gmail.com
Fri May 25 01:36:43 UTC 2007


This was one of the 3.9 UI regressions really annoyed me.  Thanks for
tracking it down!

I have just posted some of my own 3.9 fixes to Mantis that may be of interest:

- fix for pageUp / pageDown keys in list morphs

    http://bugs.squeak.org/view.php?id=6506

- Restore #selectionsMayShrink preference so that it can be turned
off.  The default remains on, which is the Microsoft way, but turning
it off improves Smalltalk editing and debugging.

    http://bugs.squeak.org/view.php?id=6510

- Restore #alternativeBrowseIt function to open a *Hierarchy* browser,
instead of always opening Package browsers.

    http://bugs.squeak.org/view.php?id=6509

- add preference to allow autoIndent to be turned off

    http://bugs.squeak.org/view.php?id=6507

- In 3.9 saving and restoring preferences was broken apparently due to
the default FileStream being changed to character instead of binary.
Fixed.

    http://bugs.squeak.org/view.php?id=6508

- Finally, if you work with ServerDirectory, you will be interested in
these fixes:

    http://bugs.squeak.org/view.php?id=6428

Cheers..


On 5/24/07, Damien Pollet <damien.pollet at gmail.com> wrote:
> Andrew Black fixed a bounds problem in #basicKeyPressed:
>
> I updated mantis with his version
> http://bugs.squeak.org/view.php?id=6462
>
> --
> Damien Pollet
> type less, do more [ | ] http://typo.cdlm.fasmz.org
>
> _______________________________________________
> V3dot10 mailing list
> V3dot10 at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/v3dot10
>
>
>


More information about the V3dot10 mailing list