Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Setting Error Parser

Hi folks,

I created an Error Parser using the Extension Point org.eclipse.cdt.core.ErrorParser, it worked and I can see it in "Error Parser" tab at Project properties > C/C++ Build > Settings.

What I am trying to do now is to activate the error parser programmatically. I saw the methods from ErrorParserManager to set error parsers but seems that it does not set the configuration for a specific project.


Anyone have any idea how to do this?


Thanks.




Back to the top