Path: utzoo!mnetor!uunet!husc6!bloom-beacon!mit-eddie!ll-xn!ames!amdahl!apple!tecot
From: tecot@Apple.COM (Ed Tecot)
Newsgroups: comp.sys.mac.programmer
Subject: Re: TESetStyle bug
Message-ID: <9453@apple.Apple.Com>
Date: 9 May 88 23:01:21 GMT
References: <9416@agate.BERKELEY.EDU>
Reply-To: tecot@apple.UUCP (Ed Tecot)
Organization: Apple Computer Inc, Cupertino, CA
Lines: 10
Keywords: TextEdit


TESetStyle was ambiguous.  Especially if the selection ran over multiple
styles.  In particular, does the client want to toggle the particular style,
or is this a replacement.  In other words, does [bold] mean "add the bold
attribute to this text" or "make this text just bold"?

TESetStyle in System 6.0 has a new mode selector, doToggle which addresses
these issues.  Stay tuned for a technote near you.

						_emt