-
Notifications
You must be signed in to change notification settings - Fork 127
Displaying deleted files #168
Comments
This one is not related to deleted files staying open in tab.
Seems to be a caching issue. |
I might also add that files that have been moved to another location still show up in the old location in fuzzy finder for a period of time (several minutes in my case). Not sure what triggers the cache refresh, but I'm thinking interactions with files via tree-view should trigger some events to purge/update that cache. |
another that seems to be linked to atom/node-pathwatcher#104 |
Today I renamed a folder To me this seems to be related to this issue, e.g. fuzzy finder caching the files and file locations, and I think it tried to show me the file in the old location, which didn't exist anymore, hence the blank tab. If however you prefer me to raise a new issue for this, let me know. |
atom/node-pathwatcher#106 has been merged, which may solve this problem. @adambuczynski can you ensure this is working properly with the latest version of |
@acontreras89 this does not fix this issue I'm afraid. Fuzzy finder seems to index/cache the files, and files that are moved to trash don't seem to get removed from the index. Only after opening fuzzy finder several times does the result disappear at one stage. |
I assume the fuzzy finder uses some kind of caching system for the files, but when I delete a file through Atom, it should probably trigger an event to remove that file from the cache.
Currently, after having deleted a file, it will still show up in the results of the fuzzy finder, which is confusing at best.
Possibly related, but the find & replace module is also plagued by this issue, see atom/find-and-replace#634.
The text was updated successfully, but these errors were encountered: