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

Unneed of option .. #34

Closed slavaGanzin closed 9 years ago

slavaGanzin commented 9 years ago

When opening file you always see double dots moving you to up directory. If maintainer think this is a great capability, please change order so you need not to scroll one time to select file. NOW prompt: /path/to/project/package.json

list: .. package.json

SHOULD BE prompt: /path/to/project/package list: package.json ..

p.s. regexp matches appreciated to.

Osmose commented 9 years ago

Thanks for the suggestion!

How does this sound: If listing the contents of a directory with nothing being auto-completed, show the ... If the list is being filtered by the autocomplete, hide the ...

So if the current input is /path/to/project/ you'd see the .. at the top because it's just listing the contents of the directory, but if it is /path/to/project/package, the .. is hidden, since the listing is being filtered by the package input.

That sounds like a good way to work to me, and I think it covers your use case. Thoughts?

slavaGanzin commented 9 years ago

Yeap, it would be great