mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-14 06:31:27 +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.