Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!pur-ee!pur-phy!cca From: cca@pur-phy (Charles C. Allen) Newsgroups: comp.lang.smalltalk Subject: Re: Smalltalk/V on Macintosh and Digitalk support Message-ID: <2971@pur-phy> Date: 6 Jan 90 05:25:29 GMT References: <172@funsys.UUCP> Organization: Purdue Univ. Phys Dept, W.Lafayette, IN Lines: 12 > 1. Anybody knows of bug fixes to the text editor windows in Smalltalk/V Mac? > When a line is too long to fit within the current window, the line position > totally screws up (added text is positioned incorrectly, display is wrong..). I just got version 1.1 installed, and it appears to fix the problems with proportional fonts. It always worked fine for me if I stuck to a mono-spaced font (Monaco or Courier). If you don't want to get the upgrade (?), start looking for places where they calculate the width of a string by {(string length) * (font width)} rather than {font stringWidth: string}. CharacterScanner also had some bugs. Charles Allen cca@newton.physics.purdue.edu