The Trunk: System-tpr.786.mcz

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

The Trunk: System-tpr.786.mcz

commits-2
tim Rowledge uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-tpr.786.mcz

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

Name: System-tpr.786
Author: tpr
Time: 20 January 2016, 6:02:02.528554 pm
UUID: b9b4f339-997d-40ad-af12-1101a18c7b1b
Ancestors: System-mt.785

The preference's idea of caret width is no longer used. See Editor instead.

=============== Diff against System-mt.785 ===============

Item was removed:
- ----- Method: Preferences class>>caretWidth (in category 'prefs - text') -----
- caretWidth
- ^ Parameters at: #caretWidth!

Item was removed:
- ----- Method: Preferences class>>caretWidth: (in category 'prefs - text') -----
- caretWidth: anInteger
- ^ Parameters at: #caretWidth put: anInteger!

Item was changed:
  ----- Method: Preferences class>>initializeTextHighlightingParameters (in category 'prefs - text') -----
  initializeTextHighlightingParameters
  "Preferences initializeTextHighlightingParameters"
 
  self
- caretWidth: 2;
  insertionPointColor: (TranslucentColor r: 0.0 g: 0.0 b: 0.8 alpha: 0.8);
  textHighlightColor: (TranslucentColor r: 0.0 g: 0.0 b: 0.8 alpha: 0.2)!