Skip to content

Commit 1a34583

Browse files
committed
Fix for issue #71 (Category collapses on rename)
1 parent 7ac5e8f commit 1a34583

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

source/JKI State Machine Editor.vipb

Lines changed: 6 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-04-10 20:31:18" Creator="Jim Kring" Comments="" ID="cf654384bf697666ea9d9e9784c52a0c">
1+
<VI_Package_Builder_Settings Version="2017" Created_Date="2017-06-25 16:59:02" Modified_Date="2018-04-11 12:44:07" Creator="Jim Kring" Comments="" ID="bca755eadcc972ec5f264ac445fd4834">
22
<Library_General_Settings>
33
<Package_File_Name>JKI_State_Machine_Editor</Package_File_Name>
4-
<Library_Version>2013.6.0.233</Library_Version>
4+
<Library_Version>2013.6.1.234</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>
@@ -67,7 +67,10 @@ Special thanks to Jim Carmody for open sourcing his CaseSelect tool as a launchi
6767
<URL>https://github.com/JKISoftware/JKI-State-Machine-Editor</URL>
6868
<Release_Notes>New Feature: Insert "Add State(s) to Queue" right-click menu on state string wires
6969
- Should just work as you might expect :-)
70-
</Release_Notes>
70+
71+
Fixes and Tweaks
72+
- Fixed issue where category would automatically collapse in tree view when it was renamed
73+
- Fixed issue where Insert "Add State(s) to Queue" right-click option was showing for all wire types (not just string wires)</Release_Notes>
7174
</Description>
7275
<Destinations>
7376
<Toolkit_VIs>

source/JKI State Machine Helper.lvproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@
225225
<Item Name="Temp Backup File.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/libraryn.llb/Temp Backup File.vi"/>
226226
<Item Name="Remove Duplicates from 1D Array (Path)__ogtk16290F98F102B0FBD386C52BCC276B65.vi" Type="VI" URL="/&lt;vilib&gt;/JKI/_VIPM API_internal_deps/Remove Duplicates from 1D Array (Path)__ogtk16290F98F102B0FBD386C52BCC276B65.vi"/>
227227
<Item Name="Remove Duplicates from 1D Array (String)__ogtk16290F98F102B0FBD386C52BCC276B65.vi" Type="VI" URL="/&lt;vilib&gt;/JKI/_VIPM API_internal_deps/Remove Duplicates from 1D Array (String)__ogtk16290F98F102B0FBD386C52BCC276B65.vi"/>
228+
<Item Name="lveventtype.ctl" Type="VI" URL="/&lt;vilib&gt;/event_ctls.llb/lveventtype.ctl"/>
228229
</Item>
229230
<Item Name="user.lib" Type="Folder">
230231
<Item Name="Data Changed__ogtk.vi" Type="VI" URL="/&lt;userlib&gt;/_OpenG.lib/comparison/comparison.llb/Data Changed__ogtk.vi"/>
@@ -609,6 +610,7 @@
609610
<Item Name="ZLIB Write File__ogtk.vi" Type="VI" URL="/&lt;userlib&gt;/_OpenG.lib/lvzip/lvzip.llb/ZLIB Write File__ogtk.vi"/>
610611
<Item Name="ZLIB Store Stream__ogtk.vi" Type="VI" URL="/&lt;userlib&gt;/_OpenG.lib/lvzip/lvzip.llb/ZLIB Store Stream__ogtk.vi"/>
611612
<Item Name="ZLIB Write Stream__ogtk.vi" Type="VI" URL="/&lt;userlib&gt;/_OpenG.lib/lvzip/lvzip.llb/ZLIB Write Stream__ogtk.vi"/>
613+
<Item Name="Search or Split String__ogtk.vi" Type="VI" URL="/&lt;userlib&gt;/_OpenG.lib/string/string.llb/Search or Split String__ogtk.vi"/>
612614
</Item>
613615
<Item Name="Is Child Path -- JKI State Machine Editor.vi" Type="VI" URL="../source/Mass Compile/Is Child Path -- JKI State Machine Editor.vi"/>
614616
<Item Name="Mass Compile LabVIEW Tool.vi" Type="VI" URL="../source/Mass Compile/Mass Compile LabVIEW Tool.vi"/>
Binary file not shown.

0 commit comments

Comments
 (0)