Search code examples
delphidelphi-10-seattlerad-studio

Delphi 10 Seattle do NOT open last used project on start


I'm new to Delphi, coming from Visual Studio it's a simple question (I guess): how do I prevent Delphi 10 Seattle to open last use project(group) when I start the IDE?

I've found some information about the .dsk file and what it does:

The .dsk file records your current settings for:

  • Desktop layout
  • Breakpoints
  • Watch items
  • Files currently open in the IDE

When you reopen the project later, the .dsk file is read, and your desktop layout, your breakpoints, and your watches are all restored. Also, all files that were opened when the project was closed are opened again, regardless of whether they are used by the project.

I'm fine with that when I open a project. But please do not open it when I start the IDE. Mostly I want to start or open another project than the last one I was working on. I've searched the options and the internet, but couldn't find a solution. Anyone?


Solution

  • Disable "Project desktop" in the IDE Autosave options (Tools\Options\Envinroment options).

    enter image description here