This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 111576 - Prefix/postfix for default component name
Summary: Prefix/postfix for default component name
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-01 08:54 UTC by Lukas Hasik
Modified: 2008-04-28 12:18 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2007-08-01 08:55:49 UTC
When user uses a new component in design then it has a default name e.g. jButton1. It's nice however it can cause a real
problem when more users works concurrently on the same form. 

It would be useful to let user define a prefix or postfix to the default name 

Example/usecase:
Prefix: lukas
Postfix: _Test
Generated names: lukas{ComponentName}_Test -> e.g. lukasJButton1_Test

see http://www.netbeans.org/servlets/ReadMsg?list=nbusers&msgNo=96540