Bug 112450 - Java Code-Assist: CRTL-Space in long argumentlist of methods
Summary: Java Code-Assist: CRTL-Space in long argumentlist of methods
Status: RESOLVED DUPLICATE of bug 67328
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.1   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 112451 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-10-13 05:21 EDT by Volker Kramb CLA
Modified: 2005-10-14 08:36 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 Volker Kramb CLA 2005-10-13 05:21:59 EDT
I have much arguments in a method and I want to analyze my arguments on a call
of this method and press CTRL-Space so that the tooltip is so long that is over
the screen => Linewrapping in the tooltip is a good enhancement.

The highlighting of the current argument doesn't match with the cursorposition
at the latest arguments => Bug, but this you can't reprocedure on the example
but it was a bug in my large project where the declarations of methods similar
to the examples is.

Example:
  public void name(String a0, 
                   String a1,                   
                   int a2,                   
                   String a3,                   
                   String a4,                   
                   String a5,                   
                   String a6,                   
                   String a7,       // a7            
                   String a8,                   
                   String a9,                   
                   String a10,                   
                   String b1,                   
                   String b2,                   
                   String b3,                   
                   String b4,                   
                   String b5,                   
                   String b6,                   
                   String b7,                   
                   String b8,                   
                   String b9,                   
                   String b10,                   
                   String a11,                   
                   String a12,                   
                   String a13,                   
                   String a14,                   
                   String a15,                   
                   String a16,                   
                   String a17,                   
                   String a18) {
    
  }
  

  public void test() {
    name("a0", 
         "a1", 
         2, 
         "a3", 
         "a4", 
         "a5", 
         "a6", 
         "a7",
         "a8", 
         "a9", 
         "a10", 
         "b1", 
         "b2", 
         "b3", 
         "b4", 
         "b5", 
         "b6",
         "b7", 
         "b8", 
         "b9", 
         "b10", 
         "a11", 
         "a12", 
         "a13", 
         "a14", 
         "a15", 
         "a16", 
         "a17", 
         "a18");
  }
Comment 1 Martin Aeschlimann CLA 2005-10-14 04:16:59 EDT
*** Bug 112451 has been marked as a duplicate of this bug. ***
Comment 2 Dani Megert CLA 2005-10-14 08:36:15 EDT

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