Hey, I hope I can get some help with this problem as it has been driving me crazy for a few days. Whenever I save a javascript file in my IDE (PHPED) it will save the file into a folder that is shared with an ubuntu VM acting as the webserver. Whenever I view the file it shows fine however the problem comes with revisions. Upon making a change, say if I remove some code in the middle of the script, it will truncate the same amount of code from the end of the previous revision when viewed in firefox, however it is fine when viewing in gedit on the ubuntu VM. I at first thought that this was a character encoding issue, however after changing to utf-8, it seemed to fix it up however the problem has now returned. Any Ideas?