Development for Issue #514#520
Merged
crossrulz merged 17 commits intoApr 2, 2026
Merged
Conversation
Moved calling of Value Change_Body Text.vi to after the Event Structure
Renamed Value Change_Body Text.vi to Apply Body Text.vi Moved VI into the lv_icon library Eliminated all calls to Fire Body Text Change.vi as it is not needed anymore with Apply Body Text.vi being called after the Event Structure Removed Fire Body Text Change.vi Still need to find other locations using the Body Text Value Change Signaling property
Moved Undo Redo Action.ctl into History class Cleanup of Body Text:Value Change event
Added History class to Global Data Created VI to build up the history state from the global data
Updated Classes Initialization.vi to use method Beginning of replacing FGV_Undo Redo.vi with class methods
Can now Add State, Get Current State, and Check for Changes Made necessary updates to Add Data to History and other VIs that were broken Still need to implement the Undo and Redo methods
Renamed class and moved to new folder
Added unit test Test Undo Flag Renamed Replay Data from History.vi to Set to State.vi
Changed all calls to Add Data to History.vi to Set Undo Flag.vi Removed setting of the undo flag from ViewLayer.vi and corrected all callers
Required clearing the undo flag even when data not added to the stack Clear Template layer on Layers tab when performing a Clear All
0e5e34b
into
ni:feature/514-multiple-undos-required-for-some-actions
3 checks passed
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.
Development for Issue #514