> 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

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to