The latest release contains what I fixed about it blindly reverting every button state of the selected region.
Let's say you have this sequence of buttons:
-
R
-
R
-
1.
Previously, if you select that area and click the column header, it would indeed have become this
R
-
R
-
R
2.
TASeditor will make it this, upon the first column header click (no matter what):
R
R
R
R
R
And then, if you click again, it will clear them all.
3.1.
TAStudio will make it this (right now)
R
R
R
R
R
because the value of the first button was false.
3.2. If you have this sequence selected with
TAStudio
R
-
R
-
R
and click the column header, it will
clear them all! Because the first button value was true.
That way clicking the column header works like drawing. If you start drawing from the empty cell, you will draw R. If you start drawing from R, it will draw empty cells, always reverting the value you're starting from.
Do you want me to leave it like that, or switch to what TASEditor does?
Right now, if you just need to clear a whole bunch of cells with all values of true or all values of false, you'll get what you want anyway. But the result will vary depending on the first cell value.
PS: Did I mention TAStudio can autohold if you rightclick the column header?