[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems with NSTextStorage
From: |
Nicola Pero |
Subject: |
Re: Problems with NSTextStorage |
Date: |
Mon, 11 Feb 2002 17:41:34 +0000 (GMT) |
> > > But doing
> > >
> > > storage = [[NSTextStorage alloc] initWithString:aString
> attributes:nil];
> > > lm = [[NSLayoutManager alloc] init];
> > > [storage addLayoutManager:lm];
> > >
> > > does not work,
> >
> > Thanks - should be fixed - try again from CVS
>
> it seems like your changes introduced a bug :
thanks - I think I fixed it in another way - by having the text container
always tell the layout manager when the text view changes - everything in
the text system should work now as it did before (hopefully better ;-)