-
Notifications
You must be signed in to change notification settings - Fork 0
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
[DRAFT] [DNM] Suggestions for #10591 #1
base: remove_disable_run
Are you sure you want to change the base?
[DRAFT] [DNM] Suggestions for #10591 #1
Conversation
@@ -137,7 +137,7 @@ private void OnViewModelMessageLogged(ILogMessage msg) | |||
|
|||
private void AddToSidebar(bool displayDefaultContent) | |||
{ | |||
// verify the browser window has been initialised | |||
// verify the browser window has been initialized |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ignore
@@ -21,8 +21,6 @@ | |||
src: url("fonts/ArtifaktElement-Regular.woff") format("woff"); | |||
color: white; | |||
background-color: #353535; | |||
overflow-x: hidden; | |||
overflow-y: hidden; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ignore
@@ -21,8 +21,6 @@ | |||
src: url("fonts/ArtifaktElement-Regular.woff") format("woff"); | |||
color: white; | |||
background-color: #353535; | |||
overflow-x: hidden; | |||
overflow-y: hidden; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ignore
@@ -14,8 +14,6 @@ | |||
src: url("fonts/ArtifaktElement-Regular.woff") format("woff"); | |||
background-color: #353535; | |||
padding: 1%; | |||
overflow-x: hidden; | |||
overflow-y: hidden; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ignore
@@ -307,7 +307,7 @@ public struct InfoBubbleDataPacket | |||
public Point TopLeft; | |||
public Point BotRight; | |||
public string Text; | |||
public Uri Link; | |||
internal Uri Link; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ignore
* Add Engine property to PythonNodeBase * Add engine selector dropdown to python editor * Add notification API to nodemodel * add warnings to resources * Add IronPython dialog on open saved workspace * Add Engine label on node * make LogNotification internal * python engine enum * Python migration extension DRAFT (#1) * Python migration extension DRAFT * update extension * small cleanup * move dialog and notification strings to extension resource * Update PythonMigrationViewExtension.cs * added python engine label to From String Node * add engine selector to python script from string node in context menu * Update EngineLabel.xaml * comment updates * Update Dynamo.All.sln * Update PythonMigrationViewExtension.cs * Update PythonMigrationViewExtension.cs * comment updates * Update Resources.Designer.cs * update csproj + small cleanup * added more information btn to IronPythonDialog * comment updates * tests added * tests * comment updates * Updates dialog, notification and documentationbrowser text * update tests * fix dialog box and small clean up * warning html update * updates to warning messages * Update PythonStringNode.cs Co-authored-by: Michael Dewberry <[email protected]>
[DRAFT] Suggestions for DynamoDS#10591