Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

repl: improvements on user experience #29

Merged
merged 4 commits into from
Aug 4, 2017

Conversation

pablopalacios
Copy link
Contributor

No description provided.

Signed-off-by: Pablo Palácios <ppalacios992@gmail.com>
Previously, when a user would submit an invalid value, we were
setting the cursor to the start of line. Now we keep the cursor in the
same place where it is left by the user.

Signed-off-by: Pablo Palácios <ppalacios992@gmail.com>
When pressing enter in auto-complete text it will select a completion
instead of submiting the value without completion.

Signed-off-by: Pablo Palácios <ppalacios992@gmail.com>
Completions are now sorted by file type (first directories, than
symbolic links and, finally, ordinary files).

Also, we have added a slash to directories completions so it works
nicely with the new enter key behaviour.

Signed-off-by: Pablo Palácios <ppalacios992@gmail.com>
@coveralls
Copy link

coveralls commented Aug 4, 2017

Coverage Status

Coverage decreased (-0.3%) to 94.813% when pulling 7f8a108 on pablopalacios:repl into 01ea26c on UpdateHub:master.

@fbertux fbertux merged commit d0a6d8d into UpdateHub:master Aug 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants