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 66174 - [50cat] CC doesn't automatically insert default parameter names
Summary: [50cat] CC doesn't automatically insert default parameter names
Status: CLOSED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-10-06 22:01 UTC by cezariusz
Modified: 2015-05-14 08:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cezariusz 2005-10-06 22:01:24 UTC
[ BUILD # : 200510031800 ]
[ JDK VERSION : 1.5.0_02 ]

In NetBeans 4.0 CC used to insert default parameter names as the selected text. It no longer works in 5.0.
Comment 1 cezariusz 2005-10-06 22:03:40 UTC
I think it's a regression, now you have to manually call CC for each parameter 
and confirm with Enter.
Comment 2 cezariusz 2005-10-06 23:05:55 UTC
One more thing, it used to insert next parameter and display information about 
it as soon as a comma after the previous parameter has been typed.
Comment 3 Miloslav Metelka 2005-11-09 09:59:51 UTC
The completion was redesigned and the current behavior is as designed. The
default parameter's name can be filled in by pressing Enter when the particular
method is selected in the completion window.
 However we would like to add the posibility to enter parameters in a Code
Templates like way i.e. all the parameters would be like parameters of the CT
filled with the default values according to the context and you could TAB
through them and change them if necessary. Hopefully this will mostly cover your
request.
Comment 4 cezariusz 2006-06-09 19:51:35 UTC
Verified, but still I would prefer 4.0 behavior.