Bug 71106 - NewMakeCProjectWizard needs another constructor
Summary: NewMakeCProjectWizard needs another constructor
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 1.2   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 2.0.1   Edit
Assignee: Alain Magloire CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-29 14:39 EDT by PalmSource Eclipse Bug Tracker CLA
Modified: 2004-07-29 15:39 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)