Recovering unsaved python file in fedora PyCharm after a sudden shutdown

2014-05-23T21:16:26

I was working with PyCharm IDE and my laptop suddenly shutdown because my battery died. When I rebooted my laptop I found that my two python files are empty. How I can recover their content?

Copyright License:
Author:「Nima」,Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.
Link to:https://stackoverflow.com/questions/23830275/recovering-unsaved-python-file-in-fedora-pycharm-after-a-sudden-shutdown

About “Recovering unsaved python file in fedora PyCharm after a sudden shutdown” questions

I was working with PyCharm IDE and my laptop suddenly shutdown because my battery died. When I rebooted my laptop I found that my two python files are empty. How I can recover their content?
In Pycharm is there a way to have unsaved open file to use as a 'play area' to copy and paste, compare lines, etc in a similar way to how new tabs work in Sublime Text?
I have an application that stores data in XML file every 500 ms using XElement object's .Save("path") method. The problem is : when a sudden shutdown is occurred the content of the file is deleted ...
I have a chromebook with crouton ubuntu installed onto an SD card. I also have PyCharm installed. When ever I work on a project, I save often, even have the auto save feature enabled. But when I
I have recently moved the shutdown file in /sbin/ directory and I lost the content of the shutdown executable. I can't shutdown the computer because of it. Can someone tell me where can I get thi...
I am using Microsoft.Office.Interop.Word for spell checking of strings in a C# application. This works fine, but after running my application, I cannot shut down Windows because it always complains...
I'm working with Eclipse juno on windows7-64bit OS. Due to sudden power problem my system got shutdown, when i restart the Eclipse next start, Eclipse fails to load the workspace. It freezes on sta...
I have an application that stores an XML Encrypted Document, each time the application wants to access the XML file it have to (decrypt-->read-->write-->encrypt). if a sudden shutdown or restart ev...
From what I understand, the UIDocument class can track unsaved changes to a file and even locks the file so it cannot be checked out by more than one person. But what happens if the user force quit...
I was writing lots of code in Eclipse when suddenly unpredictable shutdown has occurred. Now when I open Eclipse I have only the window in workspace and very long one line (crossed red line). I've...

Copyright License:Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.