Osmose / advanced-open-file

Open files and folders in Atom easily.
https://atom.io/packages/advanced-open-file
Other
118 stars 20 forks source link

Newly created file does not show up in CTRL + P menu #55

Closed bluenote10 closed 8 years ago

bluenote10 commented 8 years ago

When I create a file using advanced open file, I cannot switch to this file using the CTRL+P menu -- the newly created file simply does not appear.

I'm completely new to Atom, so apologies if this is not actually an issue of this package.

Osmose commented 8 years ago

This is a duplicate of #25, which came to the conclusion that you suspected: this is an issue with the fuzzy finder, not advanced-open-file. No worries though, thanks for the report!

Note also that unless you have the "Create files instantly" checkbox checked, files aren't actually created and available for indexing until you save them. That might also be part of the cause.

Hope that helps!

bluenote10 commented 8 years ago

Yes, thanks a lot for the clarification.

Following the link to the fuzzy-finder-bug I could also find a work around: To make the file appear, I now save the new file and do a window:reload (CTRL+ALT+R).