StyleRuns are frustrating me. :)
Why is the GetStyleInfo(linenum) table so much nicer than the TriggerStyleRuns and function MyTrig(t,l,wc,SR) tables?
Why is the documentation on TrigSR and SR table so hard to find? There's a blurb on the Edit Trigger page. It has "· style - style bits (bold=1, underline=2, blink=4) or'ed together (eg. bold underline would be 6)"
So what's Inverse? 8?
Okay, so the Ansi spec may call the bit Blink, but MC always renders it as Italics. Can we just call it Italics?
How come you can't match on underline?
Why can you match on Inverse? How can a user actually tell the difference between:
They look the same. By the way, a trigger that matches on Black on Red ambivalent about bold, italic, and inverse matches one and not the other. Does that generate any questions? Man, I just wizzed and I am SO gunna screw with people.
Just so this isn't just rabid venting...
Can you please change the TriggerStyleRuns and 4th param tables to the same table that's returned by GetStyleInfo?
Can "underline" and "match_underline" be added to a TriggerOption as well, please?
Thanks Nick. :)
p.s. Woo woo on 4.41! :)
Why is the GetStyleInfo(linenum) table so much nicer than the TriggerStyleRuns and function MyTrig(t,l,wc,SR) tables?
Why is the documentation on TrigSR and SR table so hard to find? There's a blurb on the Edit Trigger page. It has "· style - style bits (bold=1, underline=2, blink=4) or'ed together (eg. bold underline would be 6)"
So what's Inverse? 8?
Okay, so the Ansi spec may call the bit Blink, but MC always renders it as Italics. Can we just call it Italics?
How come you can't match on underline?
Why can you match on Inverse? How can a user actually tell the difference between:
\1B[41m\1B[30mThis is a test.\1B[0m
\1B[31m\1B[7mThis is a Test too.\1B[0m
Just so this isn't just rabid venting...
Can you please change the TriggerStyleRuns and 4th param tables to the same table that's returned by GetStyleInfo?
Can "underline" and "match_underline" be added to a TriggerOption as well, please?
Thanks Nick. :)
p.s. Woo woo on 4.41! :)