Quote: " think there should be an aoto save option it would be a great hep to all us programmers out there "
and autosave option perhaps, definately not as default.
although the current IDE is bug ridden (the more and more complex your program becomes the more you find it seems) ... having an autosave would actually be a bane for most programmers.
I generally compile my code 1 every few mins, and i rely heavily on the fact that i can save at a known working point and also have the temporary files for when you save .bak and when you compile .tmp
this way i have several saves of the same source, yet if i make a mistake i can just close without saving and know that when i reopen it'll be a working version.
if it was automatically saving like a Word Document does then there is a big chance there will be alot of unfinished thoughts within the code meaning i no longer have a working version or a version to bug test - and resaving a project of more than a few files is an annoying task.
I pride myself that i don't kill...

well not without a good reason