Nov. 23, 2009
7:54 a.m.
ok, thank you very much for this design tips. but as far as I understand it is not so useful here.
re-tought a little bit: CodeHolderSetting class>>browserSettingsOn: aManager <setting> ^ aManager newLevel parent: #userInterfaceSettings withAll: { aManager newSetting: 'Annotation Pane'; selector: #annotationPane. aManager newSetting: 'Auto format'; selector: #autoFormat. .... } is the best solution. Alain