user2383818
user2383818

Reputation: 689

Delphi projects always opens same .pas files

Every time I open the project, it opens the same .pas files. Even if I close those files and open some other files, when I close and reopen the project, the same original files will be opened. How can I solve this?

Upvotes: 5

Views: 1306

Answers (1)

Ghigo
Ghigo

Reputation: 2332

Just close Delphi, delete .dsk file, reopen project. Be sure to select autosave options properly in Tools -> Options -> Environment Options.

Upvotes: 8

Related Questions