Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » VisualC Error Parser
VisualC Error Parser [message #181714] Fri, 29 December 2006 14:58 Go to next message
Eclipse UserFriend
I am trying to create a custom CDT Error parser for an embedded compiler. I
started by making a generic plugin project and then copying
VCErrorParser.java. If I use the VCErrorParser from Oct 2006 or earlier
(extends IErrorParser) then everything works. But if I use the
VCErrorParser from the head revions which is dramatically simplified
(extends AbstractErrorParser) then I can't get it to work. Do I need a more
recent version of CDT to get the Error Parser based on AbstractErrorParser
to work? (currently using 3.1.1)

Also, do I need an activator for this type of plugin if my only extension is
org.eclipse.cdt.core.ErrorParser?

Thanks,
Doug
Re: VisualC Error Parser [message #181718 is a reply to message #181714] Sat, 30 December 2006 05:04 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dmsubs.NOSPAM.consertum.com

The version from the HEAD is designed for CDT4.0 (release approx June 07)and is
work in progress. Suggest you stay with the version you have for CDT3.1.x

--
Derek


Doug Crawford wrote:
> I am trying to create a custom CDT Error parser for an embedded compiler. I
> started by making a generic plugin project and then copying
> VCErrorParser.java. If I use the VCErrorParser from Oct 2006 or earlier
> (extends IErrorParser) then everything works. But if I use the
> VCErrorParser from the head revions which is dramatically simplified
> (extends AbstractErrorParser) then I can't get it to work. Do I need a more
> recent version of CDT to get the Error Parser based on AbstractErrorParser
> to work? (currently using 3.1.1)
>
> Also, do I need an activator for this type of plugin if my only extension is
> org.eclipse.cdt.core.ErrorParser?
>
> Thanks,
> Doug
>
>
Re: VisualC Error Parser [message #181722 is a reply to message #181714] Sat, 30 December 2006 07:04 Go to previous message
Eclipse UserFriend
Originally posted by: asdf.dd.dd

>
> Also, do I need an activator for this type of plugin if my only extension
> is org.eclipse.cdt.core.ErrorParser?
>

Someone answered me a while back that you need the activator.
If you use the wizards it will be generated automatically, so I never really
experimented with omitting it.

tpt
Previous Topic:long delay after "Content Assist" activators
Next Topic:only /dev/ttyS0
Goto Forum:
  


Current Time: Wed Jul 16 19:37:40 EDT 2025

Powered by FUDForum. Page generated in 0.04796 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top