Newsgroups: comp.lang.smalltalk
Path: cantaloupe.srv.cs.cmu.edu!das-news2.harvard.edu!news2.near.net!news.mathworks.com!newshost.marcam.com!charnel.ecst.csuchico.edu!olivea!decwrl!pa.dec.com!acm.org!jan.bytesmiths
From: jan.bytesmiths@acm.org
Message-ID: <9502170101.AA06204@Newbridge.COM>
Subject: Re: TextEditor VW 1.0 make to much CR's
Organization: Bytesmiths, a technical services company
Reply-To: jan.bytesmiths@acm.org
Date: Thu, 16 Feb 1995 20:08:36 -0500
X-Received: by usenet.pa.dec.com; id AA14654; Thu, 16 Feb 95 17:12:51 -0800
X-Received: by pobox1.pa.dec.com; id AA08032; Thu, 16 Feb 95 17:12:48 -0800
X-Received: from Newbridge.COM by inet-gw-2.pa.dec.com (5.65/10Aug94)
	id AA02431; Thu, 16 Feb 95 17:08:33 -0800
X-Received: from Newbridge.COM ([138.120.100.14]) by nbkanata.Newbridge.COM (4.1/SMI-4.1)
	id AA26113; Thu, 16 Feb 95 20:01:36 EST
X-Received: from 138.120.62.109 (shfpt52_9) by Newbridge.COM (4.1/SMI-4.0)
	id AA06204; Thu, 16 Feb 95 20:01:08 EST
X-To: hintz@faw.uni-ulm.de (Marco Hintz)
X-Cc: comp.lang.smalltalk.usenet@decwrl.dec.com
X-References: <3hibph$jcf@wega.rz.uni-ulm.de>
Lines: 19

In article <3hibph$jcf@wega.rz.uni-ulm.de>, hintz@faw.uni-ulm.de (Marco
Hintz) wrote:

> I'am using a TextEditor and want to disable... the break [on] the
> text on the right  side. Is there everybody outthere who can help me ???

If I understand what you want, try sending the controller #align. You can
get at it from your ApplicationModel with something like:

   (self builder componentAt: #myTextEditor) widget controller

As an alternative, you can create a TextAttributes with the desired
alignment, and keep it around to feed to your TextEditorControllers, or
even make it a system default. Look at implementors and senders of
#alignment:.

 Jan Steinman, Bytesmiths <jan.bytesmiths@acm.org>
 2002 Parkside Court, West Linn, OR 97068-2767 USA, +1 503 657 7703
 1025 Grenon #1002, Ottawa, Ontario K2B 8S5 Canada, +1 613 820 9919
