Bug 243440 - Custom templates should be unchecked by default
Summary: Custom templates should be unchecked by default
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 trivial (vote)
Target Milestone: 3.5 M5   Edit
Assignee: Curtis Windatt CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday
Depends on:
Blocks:
 
Reported: 2008-08-07 11:47 EDT by Curtis Windatt CLA
Modified: 2008-12-30 14:47 EST (History)
1 user (show)

See Also:


Attachments
Patch to keep all templates unselected by default (1021 bytes, patch)
2008-12-22 04:50 EST, Ankur Sharma CLA
curtis.windatt.public: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Curtis Windatt CLA 2008-08-07 11:47:05 EDT
By creating a new plug-in project that contributes to the UI, you can access the custom plug-in wizard.  On this wizard you select which templates you want to use to create different parts of the project.

When you first open this wizard page, every template is selected.  If you start hitting next, you'll get a page for every template available.  I expect that most people are going to want to select a couple of different templates.  It makes more sense to have the templates be unselected by default.  It makes it easier for the user to select a few.

This is a trivial bug because there are select/deselect all buttons.
Comment 1 Ankur Sharma CLA 2008-12-22 04:50:23 EST
Created attachment 121052 [details]
Patch to keep all templates unselected by default

Class : org.eclipse.pde.internal.ui.wizards.templates.TemplateSelectionPage
Method : createControl(Composite)
Change Description : Deleted the line that marked all the templates checked by default. Turning the default behavior to unchecked.
Comment 2 Curtis Windatt CLA 2008-12-22 11:09:25 EST
That's interesting that we explicitly selected everything.
Comment 3 Curtis Windatt CLA 2008-12-30 14:47:38 EST
Applied patch to HEAD.