Search found 1 match

by lionhardt13
Fri Aug 01, 2014 4:53 am
Forum: Howtos, FAQs and Tips & Tricks
Topic: Color Trigger Question
Replies: 11
Views: 13319

Re: Color Trigger Question

By default, it will only highlight the part it matches. adding this to the trigger's script should help you out: selectCurrentLine() fg("green") deselect() resetFormat() What this does is select the line the trigger has matched on, sets the foreground (or text) color to green, then clears...