[squeak-dev] The Trunk: SystemReporter-mt.60.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Mar 14 15:35:24 UTC 2022


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

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

Name: SystemReporter-mt.60
Author: mt
Time: 14 March 2022, 4:35:23.027786 pm
UUID: 441c8613-6a3d-4a44-82cd-d2f81dc3dd5d
Ancestors: SystemReporter-mt.59

Remove manual line breaks in dialog texts. Keep double-breaks (i.e., '\\' or '<br><br>') as visual gap. Complements Morphic-mt.1935.

=============== Diff against SystemReporter-mt.59 ===============

Item was changed:
  ----- Method: SystemReporter>>reportTinyBenchmarks: (in category 'reporting') -----
  reportTinyBenchmarks: aStream
  	tinyBenchmarksResult ifNil: [
  		(UIManager default
+ 			confirm: 'Running all benchmarks might take a few seconds.' translated
- 			confirm: 'Running all benchmarks\might take a few seconds.' translated withCRs
  			title: 'Continue?' translated)
  				ifFalse: [
  					categoriesSelected remove: #'Tiny Benchmarks'.
  					^ self changed: #categorySelected ].
  		Cursor wait showWhile: [tinyBenchmarksResult := 0 tinyBenchmarks]].
  	self header: 'Tiny Benchmarks' on: aStream.
  	aStream nextPutAll: tinyBenchmarksResult; cr!



More information about the Squeak-dev mailing list