How to highlight up to date files
Have any ability to highlight up-to-date files (changed in repository)?
I can use command "svn status -u" to get list of changed in repository files, but i want to see this files in IDE.
Please sign in to leave a comment.
Hi Anton,
well, 'up-to-date' and 'changed in repository' are different things :)
IDE can highlight files that aren't up-to-date. To enable this functionality you need to check 'VCS History Cache Setings | Refresh changes every xxx minutes' and '"ChangedOnServer" Conflicts | Check every xxx minutes' checkboxes in Settings/Version Control/Background. See http://www.jetbrains.com/webstorm/webhelp/background.html
Best regards,
Lena