The Trunk: Help-Squeak-Project-dtl.18.mcz

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

The Trunk: Help-Squeak-Project-dtl.18.mcz

commits-2
David T. Lewis uploaded a new version of Help-Squeak-Project to project The Trunk:
http://source.squeak.org/trunk/Help-Squeak-Project-dtl.18.mcz

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

Name: Help-Squeak-Project-dtl.18
Author: dtl
Time: 25 June 2014, 5:15:44.683 pm
UUID: f1384d11-2ee3-425f-a0c5-3aec144e0000
Ancestors: Help-Squeak-Project-dtl.17

Remove unreferenced method

=============== Diff against Help-Squeak-Project-dtl.17 ===============

Item was removed:
- ----- Method: SqueakToolsDebuggerHelp class>>showDebuggerMenuForm (in category 'pages') -----
- showDebuggerMenuForm
- | form contents |
- form := ScriptingSystem formAtKey: #Debugger1.
- contents :=  (String with: Character cr) asText,
- (Text string: ' '
- attribute: (TextFontReference toFont:
- (FormSetFont new
- fromFormArray: (Array with: form)
- asciiStart: Character space asInteger
- ascent: form height))),
- (String with: Character cr) asText.
- ^contents!