Delphi 10 Seattle DOES NOT Open Last Used Project When Started

I am new to Delphi, based on Visual Studio, this is a simple question (it seems to me): how can I prevent Delphi 10 Seattle from opening the last project (group) when starting the IDE?

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

The .dsk file records your current settings for:

  • Desktop
  • Breakpoints
  • Clock
  • Files Currently Opened in the IDE

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

I am fine when I open a project. But please do not open it when I run the IDE. Basically, I want to start or open a different project than the last one I worked on. I searched for options and the Internet, but could not find a solution. Is anyone

+4
source share
1 answer

Disable "Project Desktop" in the IDE autosave options ("Tools \ Options" / "Envinroment Settings").

enter image description here

+7
source

Source: https://habr.com/ru/post/1662956/


All Articles