Yes, we need re-thing and improve Preference modelling and storage.
> On 28 Aug 2015, at 11:39, Sven Van Caekenberghe <s...@stfx.eu> wrote: > > Preferences does not exist as a class. > > You could use STON. > >> On 28 Aug 2015, at 10:31, H. Hirzel <hannes.hir...@gmail.com> wrote: >> >> P.S. And BTW besides SIXX what options do I have to transfer >> preferences from one Pharo 4.0 image to another? >> >> On 8/28/15, H. Hirzel <hannes.hir...@gmail.com> wrote: >>> Hello >>> >>> How would I write the following SIXX example in Pharo 4.0? >>> >>> example4 >>> "SixxExamples example4" >>> "Save and load Preferences data" >>> >>> | preferences | >>> preferences := Preferences allPreferenceObjects sixxString. >>> preferences := Object readSixxFrom: preferences. >>> ^preferences inspect. >>> >>> >>> Preferences is marked red. >>> >>> Kind regards >>> Hannes >>> >> > >