Bug 70636 - Parameter Hints doesn't work iff argument list contains linebreak
Summary: Parameter Hints doesn't work iff argument list contains linebreak
Status: RESOLVED DUPLICATE of bug 67327
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-22 11:47 EDT by Markus Keller CLA
Modified: 2004-07-23 05:34 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2004-07-22 11:47:23 EDT
Eclipse 3.0

void method(String name) { }
void method(String name, String displayName) { }
void call() {
	method(
			"Hello",
			"World"
			);
}

- set caret to after "Hello"
- press Ctrl+Shift+Space
-> proposal list with wrong method version selected (bug 70631)
- select 2-argument method and press Enter
=> parameter hints don't appear
- pressing Ctrl+Shift+Space repeatedly shows the list for some milliseconds
Comment 1 Dani Megert CLA 2004-07-23 05:34:14 EDT

*** This bug has been marked as a duplicate of 67327 ***