NO

Author Topic: New project via drag n'drop do not "save files without prompting..."  (Read 3433 times)

Alessio

  • Guest
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.

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: New project via drag n'drop do not "save files without prompting..."
« Reply #1 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.
/Pelle

Alessio

  • Guest
Re: New project via drag n'drop do not "save files without prompting..."
« Reply #2 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.


Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: New project via drag n'drop do not "save files without prompting..."
« Reply #3 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...
/Pelle

severach

  • Guest
Re: New project via drag n'drop do not "save files without prompting..."
« Reply #4 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.

Alessio

  • Guest
Re: New project via drag n'drop do not "save files without prompting..."
« Reply #5 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.