We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description
The up arrow tooltip says next match. The down arrow says previous match. That's reversed. Up arrow should say previous. Down should say next
Steps to reproduce
from deephaven import empty_table t = empty_table(50).update(["X=ii", "Odd=X%2"])
ctrl+g
Expected results
Actual results
Additional details and attachments
The actual logic of the buttons is correct, just the tooltips that are incorrect.
The text was updated successfully, but these errors were encountered:
fix: swap goto tooltips (#1860)
6236b47
- Fixes #1826 - Swap "Previous match" and "Next match"
wusteven815
Successfully merging a pull request may close this issue.
Description
The up arrow tooltip says next match. The down arrow says previous match. That's reversed. Up arrow should say previous. Down should say next
Steps to reproduce
ctrl+g
Expected results
Actual results
Additional details and attachments
The actual logic of the buttons is correct, just the tooltips that are incorrect.
The text was updated successfully, but these errors were encountered: