Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Delphi 2007 - How to avoid having a \history folder?

Newer Delphi versions (including Delphi 2007, which I'm using) have a build in file history feature, which lets you revert to old files from within the IDE. That's nice, but I already have source control. Is it possible to disable this feature?

I ask because the IDE auto-creates a \history folder with old versions of all your files, and that annoys me.

like image 616
JosephStyons Avatar asked May 07 '09 20:05

JosephStyons


1 Answers

In Delphi 10.3, this has been moved to Tools -> Options -> User Interface -> Editor -> Create Backup Files

like image 164
Kieran Avatar answered Sep 20 '22 10:09

Kieran