Using - (void) textViewDidChangeSelection:(NSNotification *)
inNotification instead. Works fine.
On Sep 14, 2009, at 11:53 PM, Iceberg-Dev wrote:
I'm currently trying to match braces in a text editor and intend to
use selectionRangeForProposedRange:granularity: for that.
While I don't see
I'm currently trying to match braces in a text editor and intend to
use selectionRangeForProposedRange:granularity: for that.
While I don't see any problem in finding the matching brace, I'm a
bit surprised by the way this method is called repeatedly.
So far, I don't see a good way to tell