outdated docs on VFS
The info under http://www.jetbrains.org/intellij/sdk/docs/basics/virtual_file_system.html and http://www.jetbrains.org/intellij/sdk/docs/basics/virtual_file_system.html is out-of-date.
There is no VirtualFile.refresh() nor a VirtualFileManager.getInstance().refresh() anymore.
The new API is not hard to figure out, I just wanted to let you know. Is this forum the right place to report documentation or is there a YT subproject for it?
1 comment
Sort by
Date
Votes
Both links point to the same page.
The VirtualFile.refresh() method is well alive. Please note that neither of methods referenced in the doc has full signatures - for brevity.
The VirtualFileManager.refresh() method is gone, but it is not referenced from the doc. Where did you find it?
Please sign in to leave a comment.