03-12-2012 02:08 PM
OK, I'll send you a reminder in 2014 then...
03-12-2012 02:30 PM
@X. wrote:
OK, I'll send you a reminder in 2014 then...
Wow, what pessimism! It's as if all those customer-requested LabVIEW features I've delievered at or before my promised date over the years never even happened.
03-12-2012 02:40 PM - edited 03-12-2012 02:41 PM
I am not sure this humor degree escalation is going to be followed by many, but anyway, that is a clever way of allowing me to give you one more kudo...
03-12-2012 02:42 PM
If this particular shortcut is as popular as advertised, I think it should "graduate" to the right-click menu by then. QD shortcuts should be thought of as try-before-you-buy a new feature. This one seems to have cleared the bar. FWIW I would not want it to remove any more or less than what I selected.
03-12-2012 02:50 PM
Which BTW has been recently suggested here.
04-13-2012 11:57 AM
@Darren wrote:
Ok, I filed myself CAR 342911 and referenced this thread in the CAR. I will try to get the 'numeric relaxation' fix in for 2012.
Barring any unforeseen catastrophes, the improved "expected" behavior will be in LabVIEW 2012. Numeric constants won't be removed if the sink terminal beyond the removed node(s) is any numeric type. All other data types still require strict matching.
05-01-2012 01:47 PM - edited 05-01-2012 01:48 PM
I am adding this comment to my series on the Ctrl-Space Ctrl-R QD shortcut:
========= Delete the Increment function ========>
Why did the wire connected to my delete array function get shifted? Now it is hidden by (or overlapping) the other wire and I need to click and drag or shift it.
That defeats the purpose of the "quick"in QD!
05-01-2012 01:58 PM
Can you attach a VI containing that diagram snippet to this thread? I have code in the Remove and Rewire shortcut that is supposed to clean up the created wires...I just call the "CleanUpWire" method in scripting. That method should avoid creating wires like the one you show in your screenshot, so I'd like to debug the issue further.
05-01-2012 03:05 PM
😞
I didn't keep it and I can't reproduce it... I was able to, previously, as I tried several undo and redo to take the right snapshots.
Odd.
10-10-2012 01:14 PM - edited 10-10-2012 01:15 PM
Another request of behavior change for the "Remove QD".
In this example, I changed my mind and removed the units of the temperature control and indicator. The unit conversion functions thus became useless and broke the wires connecting them to the formula node:
If I select the unit conversion function and Ctrl-Space Ctrl-R it, here is what happens:
I suppose this is just one possible example of an "intended" behavior, which is not exactly what would be expected by the user. I mean that you can probably imagine a number of situations where there is a single wire going in an object and a single BROKEN wire coming out of it (or reciprocally) and the expected behavior of Ctrl-space Ctrl-R would be that both pieces of wires are connected (or at least a connection is attempted if that makes sense).