Skip to main content

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

Hi,

I've been working on generic RegexErrorParser which I think would make nice addition to CDT. You can take a look at the screenshots in bug 109139. I got it working from extension point where you could define regular expressions to the project properties UI.

And now I am facing the project model and persistence. The property page (Error Parsers tab) suggests that the settings need to be per project. Can somebody give me any pointers where in the persistence layer I can inject that? Or even better some good example to emulate? Is CConfigurationSpecSettings an appropriate place to plant?

Thanks,
Andrew

---------- Forwarded message ----------
From: <bugzilla-daemon@xxxxxxxxxxx>
Date: Sun, Jun 28, 2009 at 11:12 AM
Subject: [Bug 109139] Generic Error parser
To: angvoz.dev@xxxxxxxxx


https://bugs.eclipse.org/bugs/show_bug.cgi?id=109139
Product/Component: CDT / cdt-core

James Blackburn <jamesblackburn+eclipse@xxxxxxxxx> changed:

          What    |Removed                     |Added
----------------------------------------------------------------------------
                CC|                            |jamesblackburn+eclipse@gmail
                  |                            |.com




--- Comment #4 from James Blackburn <jamesblackburn+eclipse@xxxxxxxxx>  2009-06-28 11:10:02 -0400 ---
(In reply to comment #2)
> Created an attachment (id=140268)
 --> (https://bugs.eclipse.org/bugs/attachment.cgi?id=140268) [details]
> Suggested RegexErrorParser properties screen
> ...
> Here is an example of suggested ErrorParsers properties tab attached. Any
> feedback is welcome.

That looks really neat :). Giving the user more control over this would be
good. Being able to add parsing output for new tools without having to pull out
the PDE / extend the product is bound to help savvy and less-savvy users alike!


--
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Back to the top