Marko Riedel wrote:
> 
> I would
> still like to be able to let the user edit text attributes but not
> characters. I guess I could do this by overriding cut:, paste: and
> insertText:. Is there an easier way?
> 

You could try with a delegate that implements
textView:shouldChangeTextInRange:replacementString: and only retruns YES
when the replacement string is nil.


_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to