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

Add a "snap to tail" UI #3

Closed
lwouis opened this issue Feb 7, 2016 · 3 comments
Closed

Add a "snap to tail" UI #3

lwouis opened this issue Feb 7, 2016 · 3 comments
Labels
Projects

Comments

@lwouis
Copy link

lwouis commented Feb 7, 2016

Add some UI element to snap the file's tail

@joffrey-bion
Copy link
Owner

It looks like I can't scroll programatically. The scrollpane.SetVvalue() method has no effect, which is weird.
This bug should have been resolved as I'm using JDK8_u65:
https://bugs.openjdk.java.net/browse/JDK-8093745
https://bugs.openjdk.java.net/browse/JDK-8096249

joffrey-bion pushed a commit that referenced this issue Feb 8, 2016
The scroll-to-bottom feature relies on programmatically set the scroll view position. This does not seem to work as of now and needs to be investigated.

Related issue:
#3
@lwouis
Copy link
Author

lwouis commented Feb 8, 2016

I think the keyboard shortcut to jump to the tail could be spacebar.

@joffrey-bion
Copy link
Owner

Done in commit fc672f7

And the keyboard shortcut is the sapcebar (when the table is focused) 😄
However, I couldn't manage to unlock the "follow tail" programmatically. Scrolling to the second last row doesn't do the trick. It will probably be solved at the same time as the slow scroll drifting (issue #18).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

2 participants