jasongilman / proto-repl

A Clojure Development Environment package for the Atom editor
https://atom.io/packages/proto-repl
MIT License
563 stars 50 forks source link

nrepl connection dialog switch inputs by 'tab' #275

Closed fominok closed 6 years ago

fominok commented 7 years ago

When I called Remote Nrepl Connection and filled in host field I was confused that I have to use mouse to click port field then. Maybe I do something wrong, but it is common practice to use tab for such things even in webpages.

This PR offers such functionality for Remote Nrepl Connection modal.

jasongilman commented 6 years ago

I'm not seeing this change taking effect when I click tab in the host field. Atom seems to indicate that the command is running and I see the function remoteNreplFocusNext is running but toggleFocus doesn't seem to be executing in the connection view.

fominok commented 6 years ago

@jasongilman, I will check this on fresh Atom, thank you.