VirtualFileSystem.forceRefreshFile() replacement Permanently deleted user Created July 03, 2006 16:24 In the EAP, forceRefreshFile no longer exists. What is it replacement?
It does exists with signature lifted to accept a variable number of files. All old calls should remain valid. Any problems with it?
Oops, we have changed the name, so old calls should be corrected
Can I suggest that you put the old method back and deprecate it? That would allow existing plugins to still work. Otherwise, plugin writers must maintain multiple code paths or create code that checks for IntelliJ versions.
Yep. it's a mistake that should be corrected.
Thanks