[Cuis-dev] PreferenceSet and migration code proposal
Hilaire Fernandes
hilaire at drgeo.eu
Sun Jul 3 13:22:22 PDT 2022
Hi,
Here is another change set, for proper initialization of the
PreferenceSet when used by third party application.
Thanks
--
GNU Dr. Geo
http://drgeo.eu
http://blog.drgeo.eu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20220703/8fce652d/attachment.htm>
-------------- next part --------------
'From Cuis 6.0 [latest update: #5347] on 3 July 2022 at 10:20:12 pm'!
!PreferenceSet methodsFor: 'initialization' stamp: 'hlsf 7/3/2022 22:15:45'!
initialize
super initialize.
contents _ Dictionary new.! !
!PreferenceSet reorganize!
('instance creation' name:category:value: name:description:category:type:value:)
('accessing' allPreferences at: at:put: categories instanceAt: openPreferencesInspector selectCategory:)
('error handling' doesNotUnderstand:)
('fileIn/Out' loadFrom: save:to: saveAllTo: saveCategory:to:)
('initialization' initialize)
!
More information about the Cuis-dev
mailing list