History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-12099
Type: Bug Bug
Status: Open Open
Assignee: Maxim Shafirov
Reporter: Robert F. Beeger
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

VirtualFile.refresh(*,true) doesn't work for directories outside the scope of the current project

Created: 23 Mar 07 12:20   Updated: 23 Mar 07 13:28
Component/s: Plugin Support. API

Environment: Windows XP, JDK 6

Build: 6,763
Severity: Medium


 Description  « Hide
The following scenario:
1. Fetch a VirtualFile representing a directory outside the scope of the current project.
2. Add some file or directory to that directory with another application (Windows Explorer etc.)
3. Refresh the directory by calling refresh(false, true);
4. Check whether the new file/directory is among the children of the directory. It won't be

Calling refresh(false, false) will fix this situation with the disadvantage that the refresh is not recursive.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.