Bug 67327 - [content assist] Method Parameter code assist is not working
Summary: [content assist] Method Parameter code assist is not working
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal with 1 vote (vote)
Target Milestone: 3.1 M5   Edit
Assignee: Dani Megert CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 69592 70636 74980 81387 81985 90452 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-06-15 14:28 EDT by Dimitry Fayerman CLA
Modified: 2005-04-06 10:42 EDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dimitry Fayerman CLA 2004-06-15 14:28:48 EDT
Method parameter code assist is not working when method parameters wrapped to 
more then one line. Ff I format the same code to one line, the code assist 
works.
Comment 1 Dimitry Fayerman CLA 2004-06-23 10:53:27 EDT
Tested in RC3 Release and the problem is still there. This makes code inside for
method parameters vurtually not useable.
Comment 2 Dani Megert CLA 2004-06-24 10:45:30 EDT
The priority describes the importance and order in which a bug should be fixed.
This field is utilized by the programmers/engineers to prioritize their work to
be done.
Comment 3 Dani Megert CLA 2004-07-08 13:15:58 EDT
*** Bug 69592 has been marked as a duplicate of this bug. ***
Comment 4 Dani Megert CLA 2004-07-23 05:34:15 EDT
*** Bug 70636 has been marked as a duplicate of this bug. ***
Comment 5 Markus Keller CLA 2004-09-27 05:59:25 EDT
*** Bug 74980 has been marked as a duplicate of this bug. ***
Comment 6 Dimitry Fayerman CLA 2004-10-08 07:14:22 EDT
Any plans on fixing this bug?
So much new functionality is being released in 3.1 but some very annoying bugs
that affect developers productivity are not being addressed.

This was working before and got broken somewhere in the middle of 3.0 releases.
Comment 7 Genady Beryozkin CLA 2004-10-08 07:20:13 EDT
There are also many duplicates - people are bothered by it.
Comment 8 Dani Megert CLA 2004-12-20 04:46:23 EST
*** Bug 81387 has been marked as a duplicate of this bug. ***
Comment 9 Dani Megert CLA 2004-12-20 09:29:57 EST
It actually never worked correctly because the JavaParameterListValidator is
line based: if you try it in 2.0 you'll see that as soon as you press left/right
arrow the parameter hint disappears. It only appeared initially in 2.0 due to a
bug which got fixed in 3.0: we forgot to do the initial validation.

I've now fixed the line-based implementation of JavaParameterListValidator and
now  the parameter hint also stays and updates when the left/right arrows are
pressed.

This present will be in the Xmas week I-build ;-)
Comment 10 Uwe Voigt CLA 2004-12-20 11:13:47 EST
Have tested it instantly. Small fix, great help  Thanks:)
Comment 11 Dani Megert CLA 2004-12-30 15:46:27 EST
*** Bug 81985 has been marked as a duplicate of this bug. ***
Comment 12 Uwe Voigt CLA 2005-03-10 11:09:55 EST
(In reply to comment #9)
Could you please commit that also to the 3.0 maintenance branch?
Thanks
> It actually never worked correctly because the JavaParameterListValidator is
> line based: if you try it in 2.0 you'll see that as soon as you press left/right
> arrow the parameter hint disappears. It only appeared initially in 2.0 due to a
> bug which got fixed in 3.0: we forgot to do the initial validation.
> 
> I've now fixed the line-based implementation of JavaParameterListValidator and
> now  the parameter hint also stays and updates when the left/right arrows are
> pressed.
> 
> This present will be in the Xmas week I-build ;-)
Comment 13 Dani Megert CLA 2005-03-10 11:30:11 EST
This is not critical enough to be backported.
Comment 14 Dani Megert CLA 2005-04-06 10:10:05 EDT
*** Bug 90452 has been marked as a duplicate of this bug. ***
Comment 15 Dani Megert CLA 2005-04-06 10:42:42 EDT
*** Bug 90452 has been marked as a duplicate of this bug. ***