The Trunk: Tools-cmm.824.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Tools-cmm.824.mcz

commits-2
Chris Muller uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-cmm.824.mcz

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

Name: Tools-cmm.824
Author: cmm
Time: 25 June 2018, 10:17:13.549151 pm
UUID: 7d3bdefe-79bd-4dd7-bdf7-120b54c49b2f
Ancestors: Tools-cmm.823

Revert addition of Debugger class>>#rememberExtent: until the confusion subsides.

=============== Diff against Tools-cmm.823 ===============

Item was removed:
- ----- Method: Debugger class>>rememberExtent: (in category 'opening') -----
- rememberExtent: aBoolean
- "Set whether to try to remember the last size of the debugger."
- SavedExtent := aBoolean ifTrue:
- [ SavedExtent ifNil:
- [ "Start at a 33% width, 95% height of the desktop.  Use division for its built-in truncation."
- Project current world extent // (3@1.05) ] ]!