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 97195 - Blue-highlighting when typing a method's arguments does not recurse
Summary: Blue-highlighting when typing a method's arguments does not recurse
Status: RESOLVED DUPLICATE of bug 85978
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-05 12:12 UTC by _ hair
Modified: 2007-11-05 13:38 UTC (History)
0 users

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 _ hair 2007-03-05 12:12:29 UTC
When i type the line (using code-completion):

System.getProperty(

a blue-highlighted dummy argument appears after the ( and is replaced when i
type, but what i type is still highlighted blue until i hit ENTER (or space?)

But if the argument that i type in is infact another method call also chosen
through code-completion, the blue highlighting does not "step into" the inner
method's argument. That is, i would expect that the inner method call's argument
would then be highlighted blue. When i had finished entering that argument, then
the blue highlighting would return to the original argument, before the final
ENTER would remove all the blue highlighting leaving you at the end of the
statement's line.
Comment 1 Miloslav Metelka 2007-03-05 15:26:00 UTC
Yes, the completion parameter selection currently does not allow nesting.
Comment 2 Dusan Balek 2007-03-06 08:44:15 UTC
Already reported. Thanks.

*** This issue has been marked as a duplicate of 85978 ***