Code changes cannot write to disk
已回答
Hi there,
I modified my code in IDEA, but the file doesn't change. If I open it with vim editor, I can't see the changes and the IDEA have been closed.
Most strangely, if I open IDEA again, the change is still there. The change just cannot write do disk.
How can I fix this?
请先登录再写评论。
Hello Leon,
Please share idea.log ("Help | Show Log in...") after restarting IDE, changing file and running "File | Save all"
I analyzed the idea.log, and I found an ERROR:No space left on device.
The path specified by idea.system.path might run out of disk in the past, but the project direcoty have absolutely enough space and the lastest code should be written.
Leon,
Please attach screenshot from "Settings/Preferences | Appearance & Behavior | System Settings".
Please try to disable "safe write" option.