Re: Implementing Hidden text
Re: Implementing Hidden text
- Subject: Re: Implementing Hidden text
- From: Yann Bizeul <email@hidden>
- Date: Tue, 6 Jul 2004 08:21:05 +0200
>
Is there a way to "hide" text in a NSTextView? I need this feature as
>
part
>
of my efforts to port a code-folding text editor from Carbon/WASTE.
I think you'll have to recode hidden parts in an array containing the
hidden NSAttributedString and the range of the text. And don't forget
to offset the range according to previsously positioned hidden parts
:-)
--
Yann Bizeul - yann at tynsoe.org
http://projects.tynsoe.org/
_______________________________________________
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.