bbatsov / helm-projectile

Helm UI for Projectile
327 stars 71 forks source link

get rid of creating non-existing files #104

Closed introom closed 6 years ago

introom commented 6 years ago

After upgrading projectile/helm-projectile, the first two entries when search some file with the helm-projectile command now becomes creating the non-existing files:

e.g., image

Possible to get rid of that?

xiongtx commented 6 years ago

No. This is a feature introduced for #42.

introom commented 6 years ago

possible to add an option to move the [?] to the very last of the entries ?

xiongtx commented 6 years ago

The selector should be on the first non-[?] candidate by default. Any reason that's not sufficient?

introom commented 6 years ago

it takes up spaces and is oftentimes useless because we wants to search file, not to create file.

introom commented 6 years ago

it takes up spaces and is oftentimes useless because we wants to search file, not to create file.

introom commented 6 years ago

well, still worth to point out it's a really bad design to put the [?] in the font. The intention, and 99% usage is to visit files, not to create files. Who the heck wants to use helm-projectile as the workhorse to create file?