-
Notifications
You must be signed in to change notification settings - Fork 667
DYN-8896 Code Only Node View #16188
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
Merged
Merged
DYN-8896 Code Only Node View #16188
Changes from 26 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
25dae72
FirstPass
saintentropy 5a87ccd
Progress update
saintentropy 106b8ed
Add Inport triggers and tooltip
saintentropy fa31803
Progress Update
saintentropy 6724c68
Progress on NodeView
saintentropy 13b986d
Simplify InPorts including lazy load of level spinner
saintentropy 7ce45f0
Cleanup + Support Code blocks
saintentropy e940553
Simplify Ports and verify with Groups
saintentropy 1d71b38
Add NodeAutoCompleteHover to InPort
saintentropy 6c6cdd8
Finish node ui
saintentropy f87bcf2
fix typo
saintentropy 24a854d
Merge branch 'master' into CodeOnlyNodeView
saintentropy 3d96a27
NodeView clean up, comments, and deregister event handlers
saintentropy 3f79235
Inport cleanup, comments, and deregister events
saintentropy e74e8d8
remove BeginInit / EndInit
saintentropy b387f0d
Clean up Outport, add comments, deregister events
saintentropy 3037ffc
Fix test and realing names with old names
saintentropy 98a6a11
Update api docs
saintentropy 3136e36
Fix tests
saintentropy c84d3e4
Fix API doc
saintentropy 3bb8e4b
fIx api doc
saintentropy bd69474
Add animation style zoom with toggle to simple
saintentropy d62d26d
Fix rename tooltip
saintentropy 1da9765
bug fixes
saintentropy 06f7c28
Merge branch 'master' of https://github.com/DynamoDS/Dynamo into Code…
zeusongit 94ab13c
add missing trigger
zeusongit 3f4bc36
review
zeusongit 299ee25
adding static constructor back to freeze brush
zeusongit 56f0d0c
Update DynamoCoreWpf.csproj
zeusongit 8d08078
Merge branch 'master' of https://github.com/DynamoDS/Dynamo into Code…
zeusongit b861d9d
Merge branch 'master' of https://github.com/DynamoDS/Dynamo into Code…
zeusongit f1913ba
Merge branch 'master' of https://github.com/DynamoDS/Dynamo into Code…
zeusongit 0c717f5
Update NodeViewTests.cs
zeusongit 4fdce39
mark test fail, to be revisited
zeusongit 8a13612
Update NodeViewTests.cs
zeusongit File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <UserControl x:Class="Dynamo.UI.Controls.InPorts" | ||
| xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
| xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
| xmlns:d="http://schemas.microsoft.com/expression/blend/2008" | ||
| xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | ||
| xmlns:p="clr-namespace:Dynamo.Wpf.Properties" | ||
| xmlns:ui="clr-namespace:Dynamo.UI" | ||
| mc:Ignorable="d"> | ||
| </UserControl> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| <UserControl x:Class="Dynamo.UI.Controls.OutPorts" | ||
| xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
| xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
| xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | ||
| xmlns:d="http://schemas.microsoft.com/expression/blend/2008" | ||
| xmlns:local="clr-namespace:Dynamo.Wpf.Controls" | ||
| mc:Ignorable="d"> | ||
| </UserControl> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.