62

I turned on Xcode4's snapshot on replace feature. I want to turn it off. How do I do that?

Shmidt
  • 16,436
  • 18
  • 88
  • 136
William Jockusch
  • 26,513
  • 49
  • 182
  • 323

1 Answers1

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.

Community
  • 1
  • 1
lxt
  • 31,146
  • 5
  • 78
  • 83
  • 12
    Just 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