Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Error parser

On 17/08/2009 10:57, Paolo Nenna wrote:
Hi to all,
I'm new of this mailing-list, and is the first time that I use Eclipse.
I am a C firmware developer for microcontrollers and I use more then one
type of microcontroller. For this reason I need a mode for realize my
own error parser.
In the CDT distribution seems there is no way to write my own error
parser using regular expressions.
I don't know java language, so I am not able to write a plugin.

What is the best way to realize an error parser?

Thank you in advance.
Paolo
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev

Hi,

I remember somebody was working on a plugin for a regular expression error parser. Try searching for RegexErrorParser

--
Subs


Back to the top