Bug 81985 - Parameter hints doesn't work with multiline method call
Summary: Parameter hints doesn't work with multiline method call
Status: RESOLVED DUPLICATE of bug 67327
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.1   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-12-29 05:55 EST by tonis CLA
Modified: 2004-12-30 15:46 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tonis CLA 2004-12-29 05:55:40 EST
When I have method call with long arguments like
   
#1    service.notifySmsReception(null,msg.getSrcHost(), content,
msg.getEncoding(), #2 data.getHeader(),data.getContent(),
#3        content, content)

and I format it to multiple lines Parameter hints shows tips only for first
line, not for #2 or #3
Comment 1 Dani Megert CLA 2004-12-30 15:46:26 EST

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