Re: text views and dynamic reflow
Re: text views and dynamic reflow
- Subject: Re: text views and dynamic reflow
- From: Cryx <email@hidden>
- Date: Sat, 25 May 2002 23:21:52 -0500
On Saturday, May 25, 2002, at 11:31 AM, Nathaniel Irons wrote:
Terminal also crashes consistently when it tries to reflow too much
text. Before I learned to stop doing that (hallelujah, BBEdit shell
worksheets) I saw crashes with more than a couple hundred thousand
lines, but I expect the real threshold is considerably lower.
How about subclassing the text storage to use multiple text containers
of easily reflowable sizes. A sufficiently large size would only
require at most two layout managers to reflow their text (on a boundry),
and thus should yield respectable resize times.
In any case, it would be a learning experience about the bowels of the
machinery, but I'd appreciate any insight or suggestions with regard to
the feasibility and/or implementaton. My text views will only grow
(ideally w/o bound until the user issues a reset), and never be edited.
Am I crazy to attempt (in my case, more likely force) this
implementation?
Daryn
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.