-
Notifications
You must be signed in to change notification settings - Fork 182
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
cursor position bug in Aggregate Completer #208
Comments
I found this using Ubuntu Trusty and Java 1.7.0_80 |
+1 We're seeing this in the Scala REPL with both JLine 2.12.1 and 2.13. I've spent some time trying to diagnose the problem but didn't make any headway. |
Fixed by 8beae1a |
Wow, thanks! I've just tested with master and things look good. Looking forward to 2.13.1. Any idea of likely timeframe for the next release? |
I agree, a jline2 release containing this fix would be very nice to have. |
Can provide a release with this fix, pretty please? We would really like to update to JLine 2.13 |
Now that we use a release of JLine that includes the fix for: jline/jline2#208 We no longer need to the workaround introduced in 7719a3c. Screencast of the still-fixed behaviour: http://recordit.co/5pzh9OhlQv.gif
Now that we use a release of JLine that includes the fix for: jline/jline2#208 We no longer need to the workaround introduced in 7719a3c. Screencast of the still-fixed behaviour: http://recordit.co/5pzh9OhlQv.gif
Now that we use a release of JLine that includes the fix for: jline/jline2#208 We no longer need to the workaround introduced in 7719a3c. Screencast of the still-fixed behaviour: http://recordit.co/5pzh9OhlQv.gif
Now that we use a release of JLine that includes the fix for: jline/jline2#208 We no longer need to the workaround introduced in 7719a3c. Screencast of the still-fixed behaviour: http://recordit.co/5pzh9OhlQv.gif (cherry picked from commit 6871bcc)
Hi,
I notice a regression in JLine2.13 for AggregateCompleter, when the cursor is in the middle of an argument. It is a bit difficult to reproduce right now:
Then, type these keys exactly,
|
indicates cursor position:At the end, the cursor cannot go back to delete the first 'f'.
In JLine 2.12.0 and 2.12.1, the behavior is different, with a harmless glitch (additional virtual '1' appears behind the last valid char of the buffer), but else consistent.
Using git bisect, I believe the regression appears with 3b0c474 : Support for infocmp capabilities.
The text was updated successfully, but these errors were encountered: