Hi,
When using the Unpatch @ command, I often try the following workflow:
Unpatch @ 001 Through [Enter]
I expect this to unpatch everything that is continuously patched, starting from address 001 onward, until it hits an address that is not patched—similar to how "Through" behaves with continuous fixture selections.
However, this currently doesn't work as expected. The system appears to require an explicit range, rather than detecting the continuous block of patched addresses.
Suggested Behavior:
-
Unpatch @ [Address]
: Unpatches the fixture at that specific address (this already works well). -
Unpatch @ [Address] Through
: Unpatches all contiguously patched fixtures starting from that address, stopping only when an unpatched gap is encountered.
This would streamline workflows.
Thanks!