Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-patch] Patch for Bugzilla # 71858 To select Default HP Error Parsers if os is HP-UX

The change here at this level forces this behavior on all clients of this abstract class, the behavior is fine if you only care about a self hosted environment but CDT is currently used in cross development products, I would suggest the defaults be set up where there are meant to be, in each plugins preference initializer. There is actually a patch just posted that will fix the setting of the default errorparser, once this is applied we can look at setting up better defaults in the make plugins.

Thanks

Dave.

Balasubramaniyan K wrote:
Hi,

	Please find the patch file for Bugzilla # 71858. Please apply this patch on
CDT HEAD.


	Problem:
	--------------

		There are parsers for GNU compiler, assembler etc., These parsers are
selected by default in the UI screen.

		If I write  HP Error parsers, I would like these parsers to be selected by
default if OS = HP-UX.

	Solution :
	-------------
		The fix will first check if the OS = HP-UX . If so , then it will select
the HP Error Parsers in the UI screen by default. The Error Parsers would be
submitted to the community in due course.


- Bala







Back to the top