AtomLinter / linter-spell

Multilingual grammar-specific spell checking for Atom and linter using Ispell compatible interface such as GNU Aspell or Hunspell.
https://atom.io/packages/linter-spell
MIT License
14 stars 1 forks source link

Backwards cycling through suggestions #23

Closed oscarlevin closed 8 years ago

oscarlevin commented 8 years ago

I'm not sure if this is an issue for linter-spell, intentions, or linter, but upon hitting alt+enter on a misspelled word, the up and down arrows cycle through the options backwards. Down arrow highlights the entry above the currently highlighted one, up arrow highlights below.

yitzchak commented 8 years ago

I think this is a bug in intentions. I rolled back to v1.0.5 from v1.1.0 and it works fine. They changed to core:move-up in v1.1.0.

oscarlevin commented 8 years ago

Interesting. I see you beat me to posting the issue there. Thanks for looking into this.

yitzchak commented 8 years ago

@steelbrain posted the fix in v1.1.1