Version: 3.0.0b2 (using KDE KDE 3.1.93) Installed from: Compiled From Sources Compiler: GCC 3.3.1 OS: Linux I accidentally do silly things from time to time (like kill KDevelop in the terminal that I started it from, meaning to send it into the background instead...). Unfortunately, for those little mishaps, and the times when X needs to be restarted NOW for whatever reason, among other things, KDevelop doesn't save the files that it has open and are modified. Would it be possible to add a handler to automatically save the documents that were open, with possibly another extension (like how pico saves it's documents on an abnormal termination, for example), so that work can be resumed where KDevelop was terminated instead of having to rewrite the code that was being worked on at the time?
Moving to kate, thats where automatic backup should be implemented.
*** Bug 88011 has been marked as a duplicate of this bug. ***
We have swap files now, so no data is lost when an application crashes, as it will be recovered. Saving when something goes wrong as you suggests is dangerous, as if it's a programming error, the memory might be corrupted so that your documents might get broken. So close as fixed through swap-file support.