Merged
Conversation
Member
JamesVaughan
commented
Apr 2, 2026
- Add drop shadows for canvas objects
- Add inline editing for comments
- Add inline renaming of nodes
- Fix UX for selecting which Start to execute
- Cleaned up unused UI
- Set the Model System Variables to be sorted and added a filter
- Added support for spaces in model system variable names
- Fixed crash when undoing past the capacity.
- Issue single session move command when dragging objects on canvas.
- Added model system variable search interface for scripts
- If a script is being edited and is invalid when trying to save it, the editing session no longer closes.
- Added syntax highlighting when editing scripts.
The previous code used a mod operator instead of SafeMod so the values were negative if the numerator was negative instead of acting like a clock.
Previously if you moved a node it would update the position constantly as you were dragging the node. Now it waits until you've finished moving it before setting that position. This makes the undo-redo stacks not fill with irrelevent positions.
…e editing session no longer closes.
Previously resizing would save all of the different sizes as the user would drag the mouse. Now it only stores the end point.
amitsandhel
approved these changes
Apr 2, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.