The Trunk: Morphic-mdlh.1319.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-mdlh.1319.mcz

commits-2
Patrick Rein uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mdlh.1319.mcz

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

Name: Morphic-mdlh.1319
Author: mdlh
Time: 23 January 2017, 5:10:01.812757 pm
UUID: 32f7ff94-54f4-6641-a426-88ea9ca86a4e
Ancestors: Morphic-tfel.1318

corrected typo in description text of preference visualWrapBorder

=============== Diff against Morphic-tfel.1318 ===============

Item was changed:
  ----- Method: PluggableTextMorph class>>visualWrapBorder (in category 'preferences') -----
  visualWrapBorder
  <preference: 'Show wrap border in code panes.'
  categoryList: #(editing visuals performance)
+ description: 'Show a visual border after a specific amount of characters. Makes sense for monospaced fonts.'
- description: 'Show a visual border after a specific amout of characters. Makes sense for monospaced fonts.'
  type: #Boolean>
  ^ VisualWrapBorder ifNil: [false]!