Pelles C forum

Pelles C => Bug reports => Topic started by: Alessio on September 11, 2008, 08:50:14 AM

Title: New project via drag n'drop do not "save files without prompting..."
Post by: Alessio on September 11, 2008, 08:50:14 AM
Hi,

I open a C source file via drag n'drop into editor,
choose compile file for create a new project then I build it.
The feature for "save files without prompting before build" do not work,
and is checked in options dialog.
Title: Re: New project via drag n'drop do not "save files without prompting..."
Post by: Pelle on September 23, 2008, 07:05:26 PM
I'm pretty sure I don't follow - "save files without prompting before build" is a general setting, not associated with any project. Provided you start the IDE in the same way, you should always get the same settings as the last session.
Title: Re: New project via drag n'drop do not "save files without prompting..."
Post by: Alessio on September 24, 2008, 09:30:26 AM
Sorry, maybe I was lost in translation...
When a create a new project in that way,
I change source code and press Ctrl+B for build it, the changes are not saved
and there is and new (old) build.

Title: Re: New project via drag n'drop do not "save files without prompting..."
Post by: Pelle on September 24, 2008, 03:47:03 PM
OK. Still not very clear, but I will check and see if I can find a problem...
Title: Re: New project via drag n'drop do not "save files without prompting..."
Post by: severach on September 25, 2008, 03:44:32 AM
1. Close all files and projects
2. Open C file
3. Edit C source, don't save.
4. Project Compile, complete project process, file does not save.
5. Close the project, the C file remains open.
6. Close C file, reopen project, open C file from project manager, now auto save works.

The IDE does not consider the file part of a project created in that fashion until it is loaded from the project manager.
Title: Re: New project via drag n'drop do not "save files without prompting..."
Post by: Alessio on September 25, 2008, 09:31:09 AM
Quote
The IDE does not consider the file part of a project created in that fashion until it is loaded from the project manager.
Exactly. This is not a bug ?!
No problem.

Thanks.