[squeak-dev] SystemReport's font

Eliot Miranda eliot.miranda at gmail.com
Sat Jun 3 00:01:45 UTC 2017


Hi All,

     see SystemReporter>>#updateReport
report := Text streamContents: [:stream |
stream
withAttribute: (TextFontReference toFont: Preferences standardFixedFont)
do: [
self categoryList do: [:each |
(categoriesSelected includes: each) ifTrue: [
self perform: ((categories at: each), ':') asSymbol with: stream.
stream cr]]]].
self changed: #reportText

this means that on first opening the System Report there is a proportional
font and on selecting any tab the report becomes fixed pitch.  It should be
one or the other and not switch between the two.  Personally I prefer it
remaining proportional.  Would people object if I disabled the switch to a
fixed pitch font?  Or Does anyone feel strongly that the report should be
in a fixed pitch font or that it should be a preference?

_,,,^..^,,,_
best, Eliot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20170602/57e88a84/attachment.html>


More information about the Squeak-dev mailing list