NSSearchField is an NSTextField subclass, which uses an NSTextFieldCell
subclass (NSSearchFieldCell) to actually do most of the work. As such it uses
the current field editor. So you'll have to subclass NSSearchFieldCell, add an
instance variable in which you create your NSTextView subclass, and
Hi,
This seems it should be easy enough, but could anyone give me pointers on how
to do this? Seems I should be subclassing NSTextView and using
drawInsertionPointInRect:color:turnedOn: but how would I do this? I don't
really want to do major customization maybe just a touch thicker or a touc