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

260 feature request align selected nodes all at once #389

Merged
merged 5 commits into from
Dec 17, 2024

Conversation

aiAdrian
Copy link
Collaborator

@aiAdrian aiAdrian commented Dec 17, 2024

Description

This pull request deploys a new feature that allows all selected nodes to be aligned to the left, top, right, or bottom using the arrow keys on the keyboard. If the user selects a node and, after multi-selecting the nodes, presses an arrow key on the keyboard, the selected nodes will be aligned horizontally (left/right) or vertically (top/bottom).

Issues

Checklist

  • This PR contains a description of the changes I'm making
  • I've read the Contribution Guidelines
  • I've added tests for changes or features I've introduced
  • I documented any high-level concepts I'm introducing in documentation/
  • CI is currently green and this is ready for review

…ice transforms position of elements such as nodes ... (e.g. ctrl + mouse wheel -> scale ... )
…op or bottom (all selected - at the moment only nodes supported)
@aiAdrian aiAdrian linked an issue Dec 17, 2024 that may be closed by this pull request
3 tasks
@aiAdrian aiAdrian merged commit 31a776d into main Dec 17, 2024
7 checks passed
@aiAdrian aiAdrian deleted the 260-feature-request-align-selected-nodes-all-at-once branch December 17, 2024 16:02
@louisgreiner louisgreiner self-requested a review December 18, 2024 13:34
@louisgreiner
Copy link
Collaborator

Nice feature, but I am afraid that only hitting an arrow key is too dangerous : I would have thought that "ctrl + arrowkey" is safer (in order not to destroy a huge selection), but we will see in practice.

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.

[Feature request]: Align selected nodes all at once
2 participants