Saving compiler options

Working on new editor enhancements?
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Saving compiler options

Post 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?
@}--`--,-- A rose by any other name ..
USCode
Addict
Addict
Posts: 923
Joined: Wed Mar 24, 2004 11:04 pm
Location: Seattle

Post 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 ...
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

I have already reported this.
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post by Dare2 »

That's good.
@}--`--,-- A rose by any other name ..
Post Reply