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

Improve keyboard shortcuts in tree component #584

Open
rock3r opened this issue Sep 6, 2024 · 0 comments
Open

Improve keyboard shortcuts in tree component #584

rock3r opened this issue Sep 6, 2024 · 0 comments
Assignees
Labels
consistency Our UI presentation is not consistent with IJ

Comments

@rock3r
Copy link
Collaborator

rock3r commented Sep 6, 2024

In the tree, when the user presses the left arrow key:

  • If the current selected node is a leaf, the selection should move to the parent
  • If the current selected node is not a leaf:
    • If it's expanded, collapse it
    • If it's collapsed, move selection to the parent

This is not yet implemented, but we need it to match Swing's behaviour.

@rock3r rock3r added the consistency Our UI presentation is not consistent with IJ label Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
consistency Our UI presentation is not consistent with IJ
Projects
None yet
Development

No branches or pull requests

2 participants