Bug 131504 - type-specific prefixes in the Code Style dialog
Summary: type-specific prefixes in the Code Style dialog
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-13 05:22 EST by Misja CLA
Modified: 2006-03-13 05:22 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Misja CLA 2006-03-13 05:22:42 EST
It would be nice to be able to specify type-specific prefixes for fields, parameters or local variables in the Code Style dialog.
Some companies use conventions like the following: All integer variables start with an 'i' prefix, all Strings with an 's' etc. It would be very helpful if the code generator could be configured to use these prefixes automatically.