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

Pin Wire from Right-click Context Menu #13102

Merged
merged 6 commits into from
Jul 20, 2022

Commits on Jul 12, 2022

  1. Pin Wire from Right-click Context Menu

    - added the ability to pin a wire from the right-click context menu
    - the 'Pin' functionality already exists from the mouse-hoover behavior
    dnenov committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    7f0157c View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Infrastructure Completed, Missing API Method

    - created the infrastructure for the Show/Hide All Wires context menu commands
    - still missing the correct API to perform the required action
    dnenov committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    a662022 View commit details
    Browse the repository at this point in the history
  2. ShowHideWires Working

    - both show and hide routine now operate directly on the IsHidden property of the ConnectorModel
    dnenov committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    9d6475e View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Tests Added

    - added a test to check if the menu items are loaded
    - added a test to check the functionality of Show/Hide All Wires commands
    - added a test file
    dnenov committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    0529fbb View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Merge branch 'master' of https://github.com/DynamoDS/Dynamo into dnen…

    …ov-impr-pin-interactions
    dnenov committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    b0754ee View commit details
    Browse the repository at this point in the history
  2. Minor Iteration Change

    - swapped Enumerator with ForEach for potential performance purposes
    dnenov committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    0e90ff9 View commit details
    Browse the repository at this point in the history