Word selection boundaries
Word selection boundaries
- Subject: Word selection boundaries
- From: Rick Mann <email@hidden>
- Date: Fri, 19 Oct 2012 02:17:47 -0700
Is there any way to get Xcode to include a period in a word selection boundary within quotes, unless the "word" is numeric? For example, I want to double-click on a part of a key path:
[foo valueForKeyPath: @"foo.bar.baz"];
and have it only select that part, rather than the whole path, which is what it currently does.
But if it's a number:
foo.text = @"123.456";
It should go ahead and select the whole thing. Unless it's an IP address ;-)
--
Rick
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden