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 条评论
排序方式
日期
投票数
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?
请先登录再写评论。