Re: Advanced text-layout questions
Re: Advanced text-layout questions
- Subject: Re: Advanced text-layout questions
- From: Scott Anguish <email@hidden>
- Date: Sun, 4 Jan 2004 18:19:24 -0500
On Jan 4, 2004, at 3:33 PM, Prachi Gauriar wrote:
>
Hi everyone. For a design project, I'm working on creating an
>
application that will need a pretty sophisticated text system... it'll
>
basically end up being a limited standards-based WYSIWYG HTML editor.
>
I've been brainstorming for a few days on how to approach the text
>
system, and I'm really perplexed as to how I can achieve some things.
>
After reading the text architecture documentation, I'm kind of at a
>
loss about how to approach some problems. The big problem right now
>
is:
>
>
well, I hope that Doug Davidson will provide input here, but...
it's hard to tell if you're trying to just display the tree, or the
actual content?
if it's the tree, then you could have a single NSView subclass that
holds the whole thing... then where there is text to edit, insert an
NSTextView... as it gets larger, bump the rest of the contents of the
main view down.
(here's hoping that your limited standards compliant HTML editor is
more an XML editor! :-)
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.