LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
0 Kudos
PierreM

Propose "wire" in "Replace"

Status: Already Implemented

Already available with Quick Drop Ctrl-R shortcut (in LabVIEW 2009 or later) or right-click 'Remove and Rewire' (in LabVIEW 2015 or later)

It happens quite often that to change my code I need to get rid of a block and just wire the input with the output.

Currently, we need to delete the block and then rewire the input with the output. That's a bit long, wires are dashed which sometimes does not help selecting them.

 

What if we could replace the block by a wire instead of another function (in case only one input and one output are present)? Or even better use a shorcut for this!

 

Thanks!

Pierre

3 Comments
tst
Knight of NI Knight of NI
Knight of NI

> Or even better use a shorcut for this!

 

This already exists - select the code you want to remove and then press Ctrl+Space, followed by Ctrl+R. It will be removed.

 

In LV 2015, this is also an option in the context menu for selections you make on the diagram.


___________________
Try to take over the world!
PierreM
Member

Well, that's useful (couldn't find it on the internet)!

Thanks a lot 🙂

Pierre

Darren
Proven Zealot
Status changed to: Already Implemented

Already available with Quick Drop Ctrl-R shortcut (in LabVIEW 2009 or later) or right-click 'Remove and Rewire' (in LabVIEW 2015 or later)