Bug 71106

Summary: NewMakeCProjectWizard needs another constructor
Product: [Tools] CDT Reporter: PalmSource Eclipse Bug Tracker <EclipseBug.Tracker>
Component: cdt-coreAssignee: Alain Magloire <alain>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 1.2   
Target Milestone: 2.0.1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description PalmSource Eclipse Bug Tracker CLA 2004-07-29 14:39:52 EDT
I'd really like to extend NewMakeCProjectWizard for my own product's wizards, 
but the class only have a default constructor that hardcodes the title and 
description of the wizard to that of the CDT.  What I really need is another 
constructor that takes a title and description string. i.e.:

	public NewMakeCProjectWizard(String title, String desc) {
		super(title, desc);
	}

Thanks - this'll help tools integrators!
Comment 1 Alain Magloire CLA 2004-07-29 15:37:42 EDT
Ok
Comment 2 Alain Magloire CLA 2004-07-29 15:39:03 EDT
Done in head && branch(2_0_cdt)