Marcel Taeumel uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-mt.718.mcz==================== Summary ====================
Name: Tools-mt.718
Author: mt
Time: 13 August 2016, 9:11:27.321008 am
UUID: 21a2d9cb-0d56-3c48-ac99-b16f63109e57
Ancestors: Tools-mt.717
Preference help text updates. Thanks Tim R.!
=============== Diff against Tools-mt.717 ===============
Item was changed:
----- Method: CodeHolder class>>useMultiWindowBrowsers (in category 'preferences') -----
useMultiWindowBrowsers
<preference: 'Multi-window browsers'
category: 'browsing'
+ description: 'When enabled, the browser uses a multi-window to conserve real-estate. e.g. enable then click in the window label of a browser to see the items being browsed.'
- description: 'When enabled, the browser uses a multi-window to conserve real-estate. e.g. enable then click in the window label of a browser.'
type: #Boolean>
^MultiWindowBrowsers ifNil: [false]!
Item was changed:
----- Method: Workspace class>>shouldStyle (in category 'preferences') -----
shouldStyle
<preference: 'Shout styling in Workspace'
category: 'browsing'
+ description: 'If true, new workspaces use Shout to style their contents.'
- description: 'After enabled, new workspaces use shout to style their contents.'
type: #Boolean>
^ ShouldStyle ifNil: [ false ]!