Re: Xcode (4.5.2) using wrong text in "Find selected text in workspace"
Re: Xcode (4.5.2) using wrong text in "Find selected text in workspace"
- Subject: Re: Xcode (4.5.2) using wrong text in "Find selected text in workspace"
- From: Ken Thomases <email@hidden>
- Date: Thu, 28 Aug 2014 15:32:33 -0500
On Aug 28, 2014, at 14:52:41, email@hidden wrote:
> for some reason, in one of my source files, my Xcode (4.5.2) is not using the text that I have selected when I select text and then use the "Find selected text in workspace" function. Instead, it puts text from a couple of lines further into that file into the search box, and searches for that! I've tried deleting the entire build folder, but it doesn't change anything. It's only this one (sort of large) file that behaves like this. The code compiles fine, but how do I get Xcode to behave properly with this one file?
I suspect something like inconsistent line endings (CR vs. LF vs. CRLF). Try sanitizing the files line endings.
Alternatively, there may be non-graphical characters, like embedded nulls.
Regards,
Ken
_______________________________________________
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