When using any of the various methods of opening a new tab in pane2 (from P1), if there is already an active VF/LF active on P2, then in the case of LF it is sort of inherited, but only temporarily, and if it is a VF then it is inherited, I am using #1063 in the example below, but the same thing happens via other methods like using Alt+Shift in the tree etc.
I understand filters are persistent by default in fresh, but in this case I still think there is an issue.
Repro for fresh, only to demo LF issue (self modify for VF), requires following few manual tab change steps at end.
Code: Select all
goto "<xydata>|||L>*.sys";
selectitems "Panes";
msg "Notice Pane2 has a active LF on Tab #2";
#1063; // open in new tab in other pane
msg "Now notice on Pane2, the new tab #3 just opened has inherited that LF, but if (manually) switch back to previous tab #2, orig LF is no longer active, and (manually) switch back again to tab #3, and LF is gone there now too", 16;
XYplorer Beta Club