Content originally posted in LPCWare by piperazine on Thu Mar 24 15:13:10 MST 2011
Hello,
I've not ran into any problems before, but just had a little play and there are some issues I've found (I do like to try and break things).
For instance if you select file properties->C/C++ Build->Tool Chain Editor-> then select a different tool like "GCC C Compiler" and click OK. Then go back to that setting and select "MCU C Compiler" (which was the default) and click OK, all the tool settings will have changed, and clicking on "Restore Defaults" does not work. This is not a real world example, but I guess changing some File properties will break the "Restore Defaults" function.
Simplist way (if restore defaults dont seem to be working) as larryvc said would be to create a new file, copy over the code, delete the old file, and rename the new file to suit. Saying that I havent needed to do this myself, restore defaults has always worked for me.