Bug 250991 - Reorganize options for prefixes and suffixes
Summary: Reorganize options for prefixes and suffixes
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.5   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-15 14:38 EDT by David Audel CLA
Modified: 2008-11-07 11:41 EST (History)
1 user (show)

See Also:


Attachments

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