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 183450 - [69cat][ruby] Parameter hints don't vanish when no longer required.
Summary: [69cat][ruby] Parameter hints don't vanish when no longer required.
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Editing (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-04 09:09 UTC by esmithbss
Modified: 2011-01-28 20:14 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 esmithbss 2010-04-04 09:09:12 UTC
Product Version = NetBeans IDE Dev (Build 201004030201)
Operating System = Linux version 2.6.32-18-generic running on i386
Java; VM; Vendor = 1.6.0_19
Runtime = Java HotSpot(TM) Client VM 16.2-b04

When editing, if you select a method from the code completion screens where there are optional parameters and you allow the parameter hints to display, but then back out the parenthesis (i.e. leaving a valid method call), the parameter hints are not removed from the screen.

To reproduce:

1) Add a method with an optional parameter to a model of class.
2) In another model/class use the code completion to add the method to your editor.
3) Allow the parameters to display
4) Backspace out the parameters and parenthesis for the method call for the instance
*** The parameter block is still displayed.
5) Hit the period key and call up the code completion dialogs.
*** The parameter hint is still on the screen.  It should not be.