I turned on Xcode4's snapshot on replace feature. I want to turn it off. How do I do that?
Asked
Active
Viewed 8,054 times
1 Answers
114
File->Project Settings
(or File->Workspace Settings
if you're in a Workspace), and then click on the 'Snapshots' tab: you want to uncheck the "Create snapshot of project before mass-editing operations" box.
Thanks to Teknogrebo for pointing out in the comments how to do this for workspaces rather than projects.
-
12Just to save other people the few minutes confusion that I had, it's under File->Workspace Settings if you are working within a Workspace. (Obvious really). – Teknogrebo Feb 27 '12 at 17:41
-
@lxt, could you add "... or File->Workspace Settings, if you have a workspace", to your answer? (It will be more visible than in these comments.) – martin jakubik Jan 23 '13 at 09:40
-
How to get the prompt back after you said "don't show again"? – funroll Jul 16 '14 at 18:16