Bug 250991

Summary: Reorganize options for prefixes and suffixes
Product: [Eclipse Project] JDT Reporter: David Audel <david_audel>
Component: CoreAssignee: David Audel <david_audel>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: markus.kell.r
Version: 3.5   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description David Audel CLA 2008-10-15 14:38:07 EDT
From bug 38111 comment 0 and bug 38111 comment 10.

We could merge prefix and suffix lists to a list like 'f*, f*_, *_, *' (* represents the base name).
This would solve the problem of knowing the user's favorite choice and to
express if he/she want prefix AND suffix together.

Currently if the base name is "OneName" the following variable names are proposed "preNamesuf", "preOneNamesuf", "preName", "preOneName", "namesuf", "oneNamesuf", "name", "oneName".
User probably do not want this big list of proposals. They're probably only
interested in {"preNamesuf", "preOneNamesuf"}, but there's no way to express
that currently.