Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to reset the Recent Files Only filter in Xcode 4?

The Project Navigator has this nifty filter at the bottom (icon with a clock). When you click it, it only shows the files which have been edited recently.

Problem: There seems to be no way to reset this. My project has nearly 200 source files and I use a lot of them from day to day. So this list is getting bigger and bigger, and therefore less useful over time.

Often I am just done with something and then I'd just want to get rid of these files in the recents filter.

Is there a secret way to reset the filter? Xcode4 must store this information somewhere.

like image 560
dontWatchMyProfile Avatar asked Oct 18 '11 15:10

dontWatchMyProfile


People also ask

How to remove file from Xcode project?

Delete files and folders To delete a file or folder from your project, select it and press the Delete key, or select Edit > Delete. Xcode prompts you to choose how to delete any selected items. Move to Trash. This option removes files and folders from your project and the file system.

How to add New folder in Xcode?

Then choose Add Files to <YourProjectName>… in the File menu. Find your ViewControllers in the file system. Before clicking Add make sure that the option Create groups is selected. Click Add.

How do I search for a file in Xcode?

To find text in a file, open the file in the Xcode source editor and choose Find > Find from the menu bar. Xcode displays the Find bar and its search controls at the top of the file. Enter a search term. Xcode searches the file, highlights matches, and notes how many it finds.

How to open project folder in Xcode?

Click Open on the Welcome screen or File | Open from the main menu. Navigate to the desired . xcodeproj directory. Specify whether you want to open the project in a new window, or close the current project and reuse the existing window.


1 Answers

Navigate into the .xcproject or .xcworkspace package using the terminal or open package in Finder. Clear the contents of the <username>.xcuserdata folder.

like image 109
mackross Avatar answered Nov 05 '22 17:11

mackross