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

Prevent index errors moving through completion menu #195

Merged
merged 1 commit into from
Nov 27, 2017

Conversation

tpoliaw
Copy link
Contributor

@tpoliaw tpoliaw commented Nov 27, 2017

fixes #192. There is still an issue in cases where the number of columns is calculated incorrectly (see #191).

Also introduces slight change in behaviour:
Left/right and up/down will now only change column and row
respectively.

ie. Moving left from the first column moves to the last column
on the same row, not the one above.

Also introduces slight change in behaviour:
Left/right and up/down will now only change column and row
respectively.

ie. Moving left from the first column moves to the last column
on the _same_ row, not the one above.
@tpoliaw
Copy link
Contributor Author

tpoliaw commented Nov 27, 2017

Not sure why the appveyor tests timed out. I'm happy to make any changes but I can't see what's causing it.

@gnodet gnodet merged commit 4b9e3e7 into jline:master Nov 27, 2017
@tpoliaw tpoliaw deleted the navig branch November 29, 2017 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IndexOutOfBoundsException when navigating completions options
2 participants