| User: bojanpopic | Rating: 10 | 2009-06-27 09:22:07 |
| |
Excellent! Just what I needed. Simple but powerful, just like plugin should be.
|
| User: Anonymous | Rating: 7 | 2009-05-04 09:06:21 |
| |
Great tool, but missing some usefull features like removing lines...
|
| User: Anonymous | Rating: 8 | 2009-04-23 03:54:40 |
| |
plugin has problems with regexp if some optional group doesn't match:
(.*?)\s(?:(TRACE)|(DEBUG)|(INFO)|(WARN)|(ERROR)|(FATAL))\s*?(\S+).*
|
| User: ScottKell | Rating: 10 | 2009-03-20 09:44:21 |
| |
This plug-in does one thing and does it well.
|
| User: Anonymous | Rating: 8 | 2009-03-16 04:13:58 |
| |
Very useful tiny tool.
|
| User: Anonymous | Rating: 10 | 2009-03-07 10:09:27 |
| |
Very nice plugin!!!
|
| User: Anonymous | Rating: 10 | 2009-02-17 14:36:44 |
| |
very useful
|
| User: Anonymous | Rating: 10 | 2009-01-08 14:07:03 |
| |
|
| User: Anonymous | Rating: 7 | 2008-10-22 06:36:02 |
| |
Very useful! I use it to highlight various bits of an external C/C++ build. It's a great complement to the parsed output that appears in the Problems view. Would be nice if the reg ex's were stored in a project settings file that could be shared with other developers.
|
| User: Anonymous | Rating: 10 | 2008-10-03 16:11:21 |
| |
Excellent Plugin!
To get it to work I had to create a regular expression. For example if I wanted to highlight all occurances of "thread", putting "thread" into the little didn't work too well. But putting ".*thread.*" worked!
|