Improve regular expression for highlighting
Brought to you by:
jmimo
The current regular expressions for file highlighting don't work very well and I think would be much better if you used Java's regular expression libraries. Currently, there is no way to set it to a case insensitive expression so you have to define new rules for every case you want matched. Using java's library, I could simply add a ?i to the end of the value string and voila.
Logged In: YES
user_id=468146
Originator: NO
This is a possible enhancement. The current implementation supports Perl5, AWK and glob expressions that in essence is sufficient enough to map any kind of search criteria. We are considering to support java like regexp's as a separate rule in our coloring mechanism.
Added to new project:
http://code.google.com/p/eclipselogviewer/issues/detail?id=4