Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 4 disable snapshots creation on refactoring

Tags:

xcode4

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

like image 620
William Jockusch Avatar asked May 28 '11 18:05

William Jockusch


1 Answers

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.

like image 80
lxt Avatar answered Nov 09 '22 11:11

lxt