Xcode offers several key codes to open the Find (CMD-F) or Find and Replace (CMD-OPT-F) editor toolbar, but how can I get the Find Options to show without having to move my mouse over the magnifying glass and clicking (which takes forever, I misclick, and then have to select the menu item - ugh)?
相关问题
- Apple PrefPane example fails to build with clang e
- XCode 4.2 clang seg fault
- How do I change the compiler in Xcode
- How do I add OpenGL Mathematics (GLM) to Xcode 4?
- How do you link a C++ static library to a C progra
相关文章
- Generate code for core data attributes in xcode 4
- UITableViewController Background Image
- Can't Rename Files In Xcode 4 Anymore?
- How do I navigate through a method call hierarchy
- can't find info.plist in xcode 4
- What should I do about xcuserdata directories with
- reloadData in MasterView from DetailView
- How to debug “Xcode CodeSign error: The entitlemen
I have not found a single key to do this, but just discovered that after using CMD-F or CMD-OPT-F that the Find search field has focus, and by tapping the down arrow key twice followed by a Return key, that it opened (do again to close)!
I added a key code sequence to Butler so I can use a single key to do this, so use your favorite Macro program to do likewise.
EDIT: Just discovered this still works in Xcode 7, you just need to do 2 down-arrows followed by a return.