What is the X-ref Compare Variable that will ignore that when I update X-Refs?
Printable View
What is the X-ref Compare Variable that will ignore that when I update X-Refs?
Set XCOMPAREENABLE to 0
Good tip Ted. For the longest time, I couldn't get the search to work. You HAVE to use wildcards to make a complete search pattern or it won't work. You can't just type DIM and have it narrow down to all the dim vars.
Thankfully it's saved in the Registry so it shouldn't keep coming back.
I added a toggle to turn it off and on in case it might come in handy some day.Used the same images as Xref Manager then after adding it to a panel added the Display NameCode:^P(ai_onoff "XcompareEnable") ^P
to display when it's on.Code:$(if,$(and,1,$(getvar,XcompareEnable)),!.)Compare Xrefs