[Pharo-project] [update 1.1] #11065
11065 ----- Issue 1512: clean Preferences a little changeset removes (and fixes senders if necessary): SecurityManager removeSelector: #signFile:directory:! Preferences class removeSelector: #browseThemes! Preferences class removeSelector: #checkForUnsavedProjects! Preferences class removeSelector: #defaultValueTableForCurrentRelease! Preferences class removeSelector: #enableLocalSave! Preferences class removeSelector: #expandedPublishing! Preferences class removeSelector: #offerThemesMenu! Preferences class removeSelector: #outOfTheBox! Preferences class removeSelector: #passwordsOnPublish! Preferences class removeSelector: #personal! Preferences class removeSelector: #projectViewsInWindows! Preferences class removeSelector: #projectZoom! Preferences class removeSelector: #signProjectFiles! Preferences class removeSelector: #themeChoiceButtonOfColor:font:! PreferenceBrowserMorph removeSelector: #themeButton! PreferenceBrowser removeSelector: #themeSelected! CodeLoader class removeSelector: #signFile:renameAs:key:dsa:! CodeLoader class removeSelector: #signFiles:in:key:! CodeLoader class removeSelector: #signFiles:key:! CodeLoader class removeSelector: #signFilesFrom:to:key:! as postcript, does: Preferences removePreference: #colorWhenPrettyPrinting. Preferences removePreference: #confirmFirstUseOfStyle. Preferences removePreference: #showSharedFlaps. Preferences removePreference: #checkForUnsavedProjects. Preferences removePreference: #signProjectFiles. Preferences removePreference: #showFlapsWhenPublishing. Preferences removePreference: #passwordsOnPublish. Preferences removePreference: #expandedPublishing. Preferences removePreference: #enableLocalSave.
participants (1)
-
Marcus Denker