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

Fix #57: Add option for fuzzy matching. #83

Closed Osmose closed 8 years ago

Osmose commented 8 years ago

@artagnon @jeffgran @JesseLeite If ya'll could pull down this branch and test it out locally, your feedback on how it feels would be greatly appreciated. :D

jeffgran commented 8 years ago

just tried it, love it. Thanks for getting this working. :)

Osmose commented 8 years ago

Cool, thanks! This should be release sometime within the next week at the latest, I think.

artagnon commented 8 years ago

Currently on vacation, but tried it out on the flight. Works fine, but here are some future directions:

  1. Find out how fuzzy-finder highlights matching characters, and replicate it.
  2. When attempting to prefix some existing text, the cursor jumps to the end of the line on every keystroke. This is a bug.
  3. Ctrl-i/k should probably be deprecated. Ctrl-K is kill-line in core, and should remain that way.
Osmose commented 8 years ago
  1. When attempting to prefix some existing text, the cursor jumps to the end of the line on every keystroke. This is a bug.

That's #84 and should be fixed in the latest release. Are you still hitting it?

vdun commented 7 years ago

What about highlighting ?

Osmose commented 7 years ago

What about highlighting ?

I'm not sure I understand what you're asking. Can you rephrase?

vdun commented 7 years ago

I mean highlighting the typed characters. Example below how charachters are highlighted in 'bold white' in the command palette : highlighting

Osmose commented 7 years ago

Ah. You should file a new issue for that. At a glance I'd probably accept a PR for it.

vdun commented 7 years ago

Done: #147