forked from DynamoDS/Dynamo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python Node Editor Visual Update - part DynamoDS#3 (DynamoDS#13783)
* Implemented CodeHighlightingRuleFactory for PythonScript - aligns custom highlighting rules between design script and python script editors by reusing the same method - assigned correct color values to python script keywords as per Figma (omitting the ones that are not used and shouldn't be reserved in Python, such as 'Imperative') * Hyperlink color - changed hyperlink color for both editors * Match function colors - now python script will follow the convention used in desingscript for function color * Update DesignScript.Resources.SyntaxHighlighting.xshd - aligned different pink colors to the default #F2A9F2 * Update ICSharpCode.PythonBinding.Resources.Python.xshd - changed if/else (no longer bold) - changed def/class (reuse number blue) - changed def (no longer italic) * Removed unnecessary namespace statement - removed unnecessary namespace statement * Fixed save on save and run - now properly marks the script as saved when using Save and Run button
- Loading branch information
Showing
5 changed files
with
54 additions
and
29 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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