Discussion:
[squeak-dev] The Trunk: 53Deprecated-pre.1.mcz
c***@source.squeak.org
0000-11-02 20:24:54 UTC
Permalink
Patrick Rein uploaded a new version of 53Deprecated to project The Trunk:
http://source.squeak.org/trunk/53Deprecated-pre.1.mcz

==================== Summary ====================

Name: 53Deprecated-pre.1
Author: pre
Time: 1 November 2018, 3:32:44.901943 pm
UUID: 6d82be7f-8d20-1b45-8fcc-9f309737aef1
Ancestors:

Deprecates two DummyUIManager methods which are not provided anymore by UIManagers

==================== Snapshot ====================

----- Method: DummyUIManager>>fontFromUser: (in category '*53Deprecated') -----
fontFromUser: priorFont
self error: 'No user response possible'!

----- Method: DummyUIManager>>openPluggableFileListLabel:in: (in category '*53Deprecated') -----
openPluggableFileListLabel: aString in: aWorld
"PluggableFileList is being deprecated and this can go away soon"
"This method is not used anymore in 5.2 by any system classes and seems to have been
renamed to openPl

Loading...