Hi, It used the setting node id and searches for corresponding SettingNode. And that node knows how to set the value.
Cheers, Juraj -- Juraj Kubelka 17. 10. 2015 v 15:29, stepharo <[email protected]>: > > > Le 15/10/15 11:58, Yuriy Tymchuk a écrit : >> It is like that: >> >> [ >> StoredSetting { >> #settingNodeIdentifier : '#shoreLine#autoSubmit', >> #realValue : true >> }, >> StoredSetting { >> #settingNodeIdentifier : '#reIgnore', >> #realValue : Set [ ] >> } >> ] > > Thanks how do you know on which class it should be applied? > > >>> On 15 Oct 2015, at 09:54, stepharo <[email protected]> wrote: >>> >>> Cool! >>> >>> Could you send an example of the file contents? >>> >>> >>> Stef >>> >>> >>> Le 12/10/15 21:45, Juraj Kubelka a écrit : >>>> Hi, >>>> >>>> we have a slice that introduce new storage solution for System Settings. >>>> See: >>>> https://pharo.fogbugz.com/f/cases/16681/Storing-System-Settings-using-STON >>>> >>>> You can load it using: >>>> >>>> Gofer it >>>> smalltalkhubUser: 'Pharo' project: 'Pharo50Inbox'; >>>> package: 'SLICE-Issue-16681-Storing-System-Settings-using-STON'; >>>> load. >>>> >>>> When you open the Setting Browser, you can see that every setting has new >>>> items in context menu: >>>> >>>> <Mail Attachment.png> >>>> >>>> Thanks for reviewing it. >>>> Cheers, >>>> Juraj >
