Skip to content

Commit 6a874b1

Browse files
committed
- Fixed issue with right-click on state strings when they were wired through or inside of nested structures
1 parent 569dd88 commit 6a874b1

10 files changed

+6
-3
lines changed

source/JKI State Machine Editor.vipb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<VI_Package_Builder_Settings Version="2017" Created_Date="2017-06-25 16:59:02" Modified_Date="2018-03-27 14:04:37" Creator="Jim Kring" Comments="" ID="43891b984282f1a2be62c585da78a7fc">
1+
<VI_Package_Builder_Settings Version="2017" Created_Date="2017-06-25 16:59:02" Modified_Date="2018-03-29 11:56:01" Creator="Jim Kring" Comments="" ID="10c2ab98d3ad990271eb6d766d2cecfc">
22
<Library_General_Settings>
33
<Package_File_Name>JKI_State_Machine_Editor</Package_File_Name>
4-
<Library_Version>2013.5.1.216</Library_Version>
4+
<Library_Version>2013.5.2.218</Library_Version>
55
<Auto_Increment_Version>false</Auto_Increment_Version>
66
<Library_Source_Folder>source</Library_Source_Folder>
77
<Library_Output_Folder>.</Library_Output_Folder>
@@ -77,7 +77,8 @@ Minor Tweaks:
7777
- Renamed right click as JKI State Machine Explorer (instead of Editor)
7878
- Moved all of the right-click options for a state under a submenu with the state's name (for better grouping)
7979
- Fixed some quick search/filtering bugs
80-
- Added right-click option JKI SM Explorer tree view to Expand All and Collapse All items</Release_Notes>
80+
- Added right-click option JKI SM Explorer tree view to Expand All and Collapse All items
81+
- Fixed issue where sometimes state strings were not recognised correctly if they were inside or wired through structures</Release_Notes>
8182
</Description>
8283
<Destinations>
8384
<Toolkit_VIs>
Binary file not shown.

source/source/JKI State Machine API/tests/TEST JKI State Machine API.lvlib

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,6 @@
4848
<Item Name="Test Parse State from Frame Name.vi" Type="VI" URL="../Test Parse State from Frame Name.vi"/>
4949
<Item Name="Test Is States Constant - String Constant Outside JKI SM.vi" Type="VI" URL="../Test is String Constant a State Constant/Test Is States Constant - String Constant Outside JKI SM.vi"/>
5050
<Item Name="Test Add Event Registration Category.vi" Type="VI" URL="../Test Add Event Registration Category.vi"/>
51+
<Item Name="Test State String Nested Case Structure.vi" Type="VI" URL="../Test is String Constant a State Constant/Test State String Nested Case Structure.vi"/>
52+
<Item Name="Test State String Through Nested Case Structure.vi" Type="VI" URL="../Test is String Constant a State Constant/Test State String Through Nested Case Structure.vi"/>
5153
</Library>
Binary file not shown.

0 commit comments

Comments
 (0)