~drgeo-developers/drgeo/trunk

« back to all changes in this revision

Viewing changes to srcCuis/setupDrGeoDevelopment.st

  • Committer: Hilaire Fernandes
  • Date: 2022-07-06 09:07:06 UTC
  • Revision ID: hilaire.fernandes@gmail.com-20220706090706-e4gl14tx140nu7c2
Migrate to Cuis Preference model and browser

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
TextDomainManager allKnownDomains.
43
43
DrGSmalltalkSketchBrowser open: DrGeoSystem smalltalkSketchesPath label: ''Browse''.
44
44
DrGSmalltalkSketchEditor open: ''DrGeoSketch new'' label: ''Edit Smalltalk Sketch''.
45
 
PreferenceBrowser open: nil label: ''Preferences''.
 
45
PreferenceBrowser open: DrGeoSystem preferences label: ''Dr. Geo Preferences''.
46
46
Smalltalk browseAllSelect: [:m| m pragmas anySatisfy: [:p | p key = #drgeosettings]].'.
47
47
morph 
48
48
        morphPosition: 0 @ (area height // 2);