Re: customizing NSTextView
Re: customizing NSTextView
- Subject: Re: customizing NSTextView
- From: Koen van der Drift <email@hidden>
- Date: Tue, 26 Nov 2002 14:49:55 -0500
This depends somewhat on exactly what sort of customization you want.
An example of what I am trying to do can be seen in the bottom panel
of this screenshot:
http://www.informaxinc.com/pix/solutions/mac1_lg.gif
So the user types in a string of characters and the view adds all
kinds of additional information, line numbering, different colors,
etc. From your description it looks like for such a case I should
subclass NSLayoutManager, although in my case the view is not as
complicated as in the screenshot.
- Koen.
_______________________________________________
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.