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

Move all items relative to the cursor by performing a drag gesture #150

Merged
merged 7 commits into from
Nov 23, 2024

Conversation

miroiu
Copy link
Owner

@miroiu miroiu commented Nov 19, 2024

📝 Description of the Change

Interactively move all items relative to the cursor within the editor by performing a drag gesture.

New editor dependency properties:

  • PushedAreaOrientation
  • IsPushingItems
  • PushedAreaStyle

New gestures:

  • EditorGestures.Editor.PushItems - CTRL+SHIFT+LeftClick

New utility functions:

  • NodifyEditor.SnapToGrid

push-items

🐛 Possible Drawbacks

None that I can think of.

@miroiu miroiu merged commit 1388ba3 into master Nov 23, 2024
5 checks passed
@miroiu miroiu deleted the feature/push-items branch November 23, 2024 12:33
miroiu added a commit that referenced this pull request Nov 25, 2024
* Update api reference

* Add OutlineBrush and OutlineThickness to BaseConnection (#133)

Fixes #131

* Add IsAnimatingDirectionaArrows and DirectionalArrowsAnimationDuration dependency properties to BaseConnection (#135)

* Add the ability to select connections (#139)

* Add multi-select and support for custom connections

* Added CanSelectMultipleItems to NodifyEditor

* Added settings search box to playground app

* Add support for ScrollViewer (#142)

* Implement IScrollInfo

* Bump version for release

* Add InputGroupStyle and OutputGroupStyle to Node (#145)

* Add InputGroupStyle and OutputGroupStyle to Node

* Add CornerRadius to Line, Circuit and Step connections (#149)

* Fix binding errors in example apps and window background in the StateMachine app

* Pan using mouse wheel (#147)

* Move all items relative to the cursor by performing a drag gesture (#150)

* Push items relative to the cursor

* Update changelog and api reference

* Upgrade to .NET 9

* Update github actions

* Add documentation comments to a few methods

* Fix ItemContainer borders not reacting to theme changes (#151)

* Update build.yml

* Bump version for release
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.

1 participant