Page 1 of 1

Saving compiler options

Posted: Sun Mar 19, 2006 1:29 am
by Dare2
If a compiler option like Enable XP Skin Support is checked then:

If the code is saved and the IDE closed, the option is saved (it is remembered).
If the code is modded and then run and the IDE closed, the option is saved.
.. However
If the code is run without mods and the IDE is closed, the option is not saved (it is forgotten).

In other words, it appears that the IDE does not recognise the option change as a change, and so does not update source when run.

Is this something that should be addressed?

Posted: Sun Mar 19, 2006 2:14 am
by USCode
Yep, sure seems so. Compiler options, when the "Save Settings To: The end of the source file" preference is selected, are saved at the bottom of the source file, hidden by the IDE. If compiler options are changed it seems they should mark the source file as "changed" (*) as well ...

Posted: Sun Mar 19, 2006 9:42 am
by Trond
I have already reported this.

Posted: Sun Mar 19, 2006 10:15 am
by Dare2
That's good.