Disable Local History
I have just downloaded phpStorm and stated using it and hit an issue I can't figure out. The way I develop, the local history just gets in the way. Is there a way to disable it so my changes will show up imediately? So far I have only changed html files but I am assumeing that php and js works the same.
Thanks.
请先登录再写评论。
Hi Jim,
As far as I know you cannot disable Local History.
But the main question is -- how is it getting in your way? Why do you think it prevents changes from showing up immediately?
Some more info. I am using windows 7 and IIS 7.5. I have setup a project with three directories. The first directory holds my common php code. The second is for my application php code and the last is for my website that contains my html and js files. I have also integrated the project with SVN. It seems that the first two directories save just fine but the website directory will not save the changes to the file system. I can go to VCS->local history->show changes and see the difference between the version that I edited and the file system version. I can't seem to find a way to write the edited version back to the file system. If I commit the changes to SVN, the file system changes are commited. Restarting PhpStorm keeps my changes but I can't find a way to save them back to the file system. I tried to create a new project but the old project was used.
Thanks for you help.
I personally do not think it's a Local History issue at all. Simply speaking, Local History is a collection of .diff files, it cannot prevent file from being saved.
I'm also using Windows 7 (x64 SP1) and IIS 7.5 -- never had such issue in the past (but I do not use any VCS at all).
Try these ideas:
If still nothing -- maybe it is worth filing a ticket to the Issue Tracker in such case then.
Thanks Andriy,
This is embarrassing. Somehow while trying to set this up, I typoed the folder that holds my web site files and pulled all new ones from SVN and was editing the wrong files. All is well now.
Thanks again for you help.