mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
CPTextViewDidChangeSelectionNotification should not be send if the text view is empty. CPTextDidBeginEditingNotification is send when an edit is started. CPTextDidEndEditingNotification is send when an edit is ending. textShouldBeginEditing: delegate method is called to allow control if edit should start. textShouldEndEditing: delegate method is called to allow control if edit should end.