autosave not always working?
So when I am in rubymine and I switch from the window to my browser, it seems that the files do not automatically always save like they use to.
If I am still on the same line and switch to Chrome the file doesn't always save. If I hat CMD S it does.
How do I fix this? It seems like a new issue in Rubymine 7.0
请先登录再写评论。
Hi,
the problem you described looks like a bug for me but I'm not sure what "I am still on the same line" means :(
Also are you able to detect some pattern for situations when file is not saved (btw how do you detect that is it not saved?).
Regards, Oleg.
That probably didn't help to clear it up. In the rails project if I move the cursor to a new line, or switch between one page in the app and the other it seems to work fine. But occassionally if I don't it just doesn't seem to save.
The reason I would say that the file doesn't save is I will change a view in the rails app and it doesn't update when I refresh the browser.
Hi,
sorry for late response (was in debug mode ;) )
Is the problem reproducible for you with any rails project? could you provide a test project to reproduce it?
Also what OS and jdk version are you using?
Regards, Oleg.
I'm experiencing this problem as well. In some files changes do not save when switching from Rubymine to another window (such as my browser) until I return to RubyMine and the cursor is moved off of the current line. This seems to happen most in view files (perhaps related to HAML).
I would definitely say when I tweak a view (In our case erb and not haml) is when I notice it.
I noticed a CSS (SASS) file didn't save until I moved the cursor off the current line either.
Hi Daniel,
Could you please compare use case with this one described in the issue https://youtrack.jetbrains.com/issue/IDEA-128672. Please vote the issue if some pop-up are open when the problem is reproduced. If not would be nice to see a sceencast. Is it possible? See http://intellij-support.jetbrains.com/entries/23368682 if you are not familiar with YouTrack.
No, that is not the same issue, there are no open popups here. I will see if I can figure out how to record something.