I like the idea of triggers.
auto-highlighting the following regex's makes life a bit better whille reading logs and traces.
.[eE](rror|xception). highlight error lines
:\d+ highlight line numbers in ruby (captures bits of time stamps though...)
[lL]ine \d highlight line numbers in python
I bet there are more creative uses. please enlighten me.
.[eE](rror|xception). highlight error lines :\d+ highlight line numbers in ruby (captures bits of time stamps though...) [lL]ine \d highlight line numbers in python
I bet there are more creative uses. please enlighten me.