[squeak-dev] The Trunk: Tools-mt.1083.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Dec 8 12:49:51 UTC 2021


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

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

Name: Tools-mt.1083
Author: mt
Time: 8 December 2021, 1:49:48.841213 pm
UUID: fcb5fc3c-6f55-874d-806c-60f537af84d0
Ancestors: Tools-mt.1082

Complements Morphic-mt.1818

=============== Diff against Tools-mt.1082 ===============

Item was changed:
  ----- Method: CodeHolder>>buildAnnotationPaneWith: (in category 'toolbuilder') -----
  buildAnnotationPaneWith: builder
  	
  	| annoSpec |
  	annoSpec := builder pluggableInputFieldSpec new.
  	annoSpec
  		model: self;
+ 		plainTextOnly: true;
  		getText: #annotation;
  		setText: #annotation:. 
  	^ annoSpec!



More information about the Squeak-dev mailing list