Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-patch] Fix for Error parser issue ( bugzilla #66808 )

Close.... Generally the restore defaults operation on a project should use values that the user has set in a preference page for default project settings, restore defaults in the preference page should restore setting to the preferences defaults set to by the plugin.

Your patch is close but I think it needs to add a static public initDefaults(IPrefrencesStore, String[]) to the AbstractErrorParserBlock which would then be called by the various plugins. And getDefaultErrorParserIDs should use the preferences or the default preferences if getContainer().getProject() == null.

If you'd like to revise your patch as described that would be great, otherwise I can make the changes once I get some spare cycles.


Thanks
Dave.

Davasam, Sunil K wrote:

Hi,

Here I attached a patch that contains fix for an Error parser issue (bugzilla report #66808).

<<patch.txt>>
Thanks & Regards,
Sunil




Back to the top