Skip to content

Commit

Permalink
To solve the issue 'QD-自动删除 build array concatenate string 中的空节点' (#23)
Browse files Browse the repository at this point in the history
* Add Remove Unused Terminals On Nodes.vi to automatically remove empty nodes.
Added the relevant description in readme.

* Beautified the program wiring

---------

Co-authored-by: Begonia <[email protected]>
  • Loading branch information
DesBegonia and beginia committed Jul 28, 2023
1 parent cbac3bf commit 6b32696
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,23 @@ Create references with 'Build Array'/'buddle' together.
Default Shortcut - [B]
```

### Remove Unused Terminals on Nodes

Help users select Bundler nodes, Unbundler nodes and Property nodes to remove unused terminals.

Works for:
- Bundle By Name (Bundler > NamedBundler)
- Build Array (Bundler > BuildArray)
- Concatenate Strings (Bundler)
- Bundle (Bundler)
- Merge Errors (Bundler)
- Unbundle By Name (Unbundler > NamedUnbundler)
- Property Node (ObjectFunction > Property)

```
Default Shortcut - [Y]
```

## 3r Party QuickDrops

### Arrange VI Window
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<Library LVVersion="20008000">
<Property Name="NI.Lib.Icon" Type="Bin">)!#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!(]!!!*Q(C=\&gt;7R=2MR%!81N=?"5X&lt;A91M&lt;/W-,&lt;'&amp;&lt;9+K1,7Q,&lt;)%N&lt;!NMA3X)DW?-RJ(JQ"I\%%Z,(@`BA#==ZB3RN;]28_,V7@P_W`:R`&gt;HV*SU_WE@\N_XF[3:^^TX\+2YP)D7K6;G-RV3P)R`ZS%=_]J'XP/5N&lt;XH,7V\SEJ?]Z#5P?=J4HP+5JTTFWS%0?=B$DD1G(R/.1==!IT.+D)`B':\B'2Z@9XC':XC':XBUC?%:HO%:HO&amp;R7QT0]!T0]!S0I4&lt;*&lt;)?=:XA-(]X40-X40-VDSGC?"GC4N9(&lt;)"D2,L;4ZGG?ZH%;T&gt;-]T&gt;-]T?.S.%`T.%`T.)^&lt;NF8J4@-YZ$S'C?)JHO)JHO)R&gt;"20]220]230[;*YCK=ASI2F=)1I.Z5/Z5PR&amp;)^@54T&amp;5TT&amp;5TQO&lt;5_INJ6Z;"[(H#&gt;ZEC&gt;ZEC&gt;Z$"(*ETT*ETT*9^B)HO2*HO2*(F.&amp;]C20]C2)GN4UE1:,.[:/+5A?0^NOS?UJ^3&lt;*\9B9GT@7JISVW7*NIFC&lt;)^:$D`5Q9TWE7)M@;V&amp;D,6;M29DVR]6#R],%GC47T9_/=@&gt;Z5V&gt;V57&gt;V5E&gt;V5(OV?^T[FTP?\`?YX7ZRP6\D=LH%_8S/U_E5R_-R$I&gt;$\0@\W/VW&lt;[_"&lt;Y[X&amp;],0^^+,]T_J&gt;`J@_B_]'_.T`$KO.@I"O[^NF!!!!!!</Property>
<Property Name="NI.Lib.SourceVersion" Type="Int">536903680</Property>
<Property Name="NI.Lib.Version" Type="Str">1.0.0.0</Property>
<Item Name="Remove Unused terminals On Nodes.vi" Type="VI" URL="../Remove Unused terminals On Nodes.vi"/>
</Library>
Binary file not shown.

0 comments on commit 6b32696

Please sign in to comment.