The Trunk: Tools-mt.717.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-mt.717.mcz

commits-2
Marcel Taeumel uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-mt.717.mcz

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

Name: Tools-mt.717
Author: mt
Time: 12 August 2016, 10:33:22.251343 am
UUID: a5797059-da02-1b4e-b870-d3fccc8fc0a1
Ancestors: Tools-mt.716

Fixes some help/preference texts. Thanks Tim R.!

=============== Diff against Tools-mt.716 ===============

Item was changed:
  ----- Method: Debugger class>>wantsAnnotationPane (in category 'preferences') -----
  wantsAnnotationPane
  <preference: 'Show annotation pane in the debugger.'
+ categoryList: #(debug tools)
+ description: 'If true, a small horizontal annotation pane shows information about the selected method.'
- categoryList: #(debugger tools)
- description: 'If true, a thin, horizontal annotation pane shows information about the selected method.'
  type: #Boolean>
  ^ WantsAnnotationPane ifNil: [false]!