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.
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.
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.
OK. Still not very clear, but I will check and see if I can find a problem...
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.
QuoteThe 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.