6 Replies Last post: Mar 22, 2010 5:04 PM by Jamal Bengeloun  
Jamal Bengeloun Newbie 10 posts since
Nov 16, 2009
Currently Being Moderated

Mar 17, 2010 4:20 PM

How to set the file cache settings of the IDE?

Let me explain. Suppose I am running a PHP web application on localhost, if I open the logs in Storm, they are not updated in the IDE, however if I open them with another text editor I see the updates as they are made by the server.

 

It seems that if another process updated a file that Storm has opened, Storm does not see the changes. Is there anyway to change that (maybe there is a timer parameter to change in the settings)?

 

Is it specific to Storm (I also bought RubyMine but did not notice this behaviour) or to all the IDEA derivatives?

Alexey Gopachenko JetBrains 1,246 posts since
Aug 22, 2002
Currently Being Moderated
Mar 17, 2010 6:36 PM in response to: Jamal Bengeloun
Re: How to set the file cache settings of the IDE?

Your OS, and are there any symlinks in log path?

Alexey Gopachenko JetBrains 1,246 posts since
Aug 22, 2002
Currently Being Moderated
Mar 19, 2010 9:08 PM in response to: Jamal Bengeloun
Re: How to set the file cache settings of the IDE?

FTP? looks like I can't understand about what caches you are talking about.

 

Please describe your project setup in full details. Include step-by-step details explicit expected and actual behavior description. Screenshots also can be helpful.

Kirill Safonov JetBrains 122 posts since
Dec 30, 2008
Currently Being Moderated
Mar 20, 2010 1:28 AM in response to: Jamal Bengeloun
Re: How to set the file cache settings of the IDE?

Hello Jamal,

 

Let me guess: are you talking that external changes to the project files (made by the program other  than Web IDE) do not appear in IDE? Please check you have 'Synchronize files on frame activation' option enabled at File | Settings | General pane. You may also try manual sync using 'Synchronize' action at the toolbar.

 

Regards,

Kirill

More Like This

  • Retrieving data ...