Re: Xcode 4.4.1 Text Editing behavior changed on double-tap (for the worse!)
Re: Xcode 4.4.1 Text Editing behavior changed on double-tap (for the worse!)
- Subject: Re: Xcode 4.4.1 Text Editing behavior changed on double-tap (for the worse!)
- From: Steve Mykytyn <email@hidden>
- Date: Wed, 08 Aug 2012 13:28:29 -0700
The behavior is definitely different inside .h and .m files than previous versions (4.3.2), although 4.5 DP2 is the same as 4.4.1
// SomeFileName.h - 4.3.2 selects components, 4.4.1 entire string
@"abc.def" - 4.3.2 selects components, 4.4.1 entire string
@"abc.?" - both select components
On Aug 8, 2012, at 1:17 PM, Jens Alfke wrote:
>
> On Aug 8, 2012, at 1:01 PM, Steve Mykytyn <email@hidden> wrote:
>
>> Previous versions of Xcode would select the individual components of a string like
>> com.apple.test
>> when you double tapped on a Magic Trackpad: you would have "com" or "apple" or "test" selected, now you get the whole thing.
>
> I don't have one of those, but if this is the same as regular double-clicking, then it depends on the type of file and the type of the text. I just checked, and in Objective-C source code it selects individual components, while inside a string constant it selects the whole thing. What type of file is this and what is the text inside?
>
> —Jens
_______________________________________________
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