The Trunk: Morphic-mt.1265.mcz

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

The Trunk: Morphic-mt.1265.mcz

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

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

Name: Morphic-mt.1265
Author: mt
Time: 12 August 2016, 10:30:46.794343 am
UUID: e8a61f3c-df5d-3346-a03f-472bd52be3b6
Ancestors: Morphic-mt.1264

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

=============== Diff against Morphic-mt.1264 ===============

Item was changed:
  ----- Method: NewBalloonMorph class>>useNewBalloonMorph (in category 'preferences') -----
  useNewBalloonMorph
 
+ <preference: 'Use new-style help balloon morphs'
- <preference: 'Use new-style balloon morphs'
  category: #Morphic
+ description: 'The new-style help balloon morphs are improved for better reading quality and support rich text.'
- description: 'The new-style balloon morphs are improved for better reading quality and support rich text.'
  type: #Boolean>
  ^ UseNewBalloonMorph ifNil: [true]!

Item was changed:
  ----- Method: PluggableListMorph class>>highlightHoveredRow (in category 'preferences') -----
  highlightHoveredRow
 
  <preference: 'Highlight Hovered Row in Lists'
  category: #Morphic
+ description: 'Indicate which row will be affected before any further interaction takes place.'
- description: 'Indicate, which row will be affected before any further iteraction takes place.'
  type: #Boolean>
  ^ HighlightHoveredRow ifNil: [true]!