Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing "find options" in Xcode 3.2

Generally speaking, I am very happy with the changes in Xcode 3.2. However, there is one thing which is driving me crazy: the "find in file" dialog has been jettisoned for the "find banner." But what is missing in this nifty little banner are the good-old options: starts-with, contains, whole-word, ignore-case, &c

On my dev machine, the find banner always uses case-sensitive and whole-word options, which is a pain… I tried changing these settings in the "project find" dialog, but they did not carry over into the 'find in file' banner.

Any ideas? Thanks.

like image 212
kent Avatar asked Sep 02 '09 14:09

kent


1 Answers

If you prefer to search with the banner, you can drop down the little arrow next to the magnifying glass to get the options you want in the banner.

If you want the old-style window, Apple-Shift-F brings up the Project-Find dialog that has all those options.

like image 194
rein Avatar answered Oct 09 '22 04:10

rein