[squeak-dev] SystemReport's font

Robert Hirschfeld robert.hirschfeld at gmx.net
Sat Jun 3 03:07:44 UTC 2017


Hi Eliot --

I'm in favor of introducing a preference, mainly for consistency reasons (same font setting for all development/base tools)...

Best,
Robert

---
www.hirschfeld.org

> On 3. Jun 2017, at 09:01, Eliot Miranda <eliot.miranda at gmail.com> wrote:
> 
> 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/20170603/de3eebce/attachment.html>


More information about the Squeak-dev mailing list