Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] bug in CDT's "New Project Wizard" regarding settings forerror parser

Hi Michael,

since there were no comments I have applied your patch.

Thank you


Norbert Ploett


--------------------------------------------------------------------------------
Hi Michael,
 
I have been able to reproduce the behavior you describe and have accepted your bug. The patch you are suggesting seems fine, I would just like to hear other people's opinion since I am not so familiar with this part of the code.
 
Thanks,
 
 
Norbert



--------------------------------------------------------------------------------
Von: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] Im Auftrag von Luber, Michael
Gesendet: Donnerstag, 16. März 2006 14:46
An: cdt-dev@xxxxxxxxxxx
Betreff: [cdt-dev] bug in CDT's "New Project Wizard" regarding settings forerror parser


Hi,
 
i believe i found a bug in CDT's "New Project Wizard" on the WizardPage where the settings for the error parser can be entered.
 
It can be reproduced this way:
 
===============================
create a "Standard Make C Project", give it some name, hit "Next",
then change the settings in the "Error Parsers" tab, and hit finish.
 
Now open the "properties" of the new project, and inspect the "Error Parsers"
tab under "C/C++ Make Project". You observe that the settings are not those
you have entered, but those that had been offered as default values.
 
Now open the "preferences" in the "Window" menu, and inspect the default
settings for a "New Make Project". Here you see the settings that you have entered.
==============================
 
I have created a bug report and posted a suggestion to fix this, but i am not really familiar with 
the internals of Eclipse project management, so could anyone have a look at this ?
 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=125814
 
 
Thanks alot,
Michael Luber 
 


Back to the top