logwizard icon indicating copy to clipboard operation
logwizard copied to clipboard

abbreviation: interferes wrongly with filter' line color

Open jtorjo opened this issue 10 years ago • 0 comments

abb.find={x=(?\d_),y=(?\d_),width=(?\d_),height=(?\d_)} abb.replace=["green"][["red/bold"]${x},["blue/italic"]${y},["violet/bold"]${w}/${h}["green"]]

in TN2/Tables view, the above interferes with the line set by the filter (blue), and thus, the line ends up mostly cyan.

jtorjo avatar Feb 05 '16 09:02 jtorjo