Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 169005

Summary: Code assist for function arguments does not bold the current argument that should be entered
Product: z_Archived Reporter: Gadi Goldbarg <gadi>
Component: PDTAssignee: shachar <shachar>
Status: CLOSED INVALID QA Contact:
Severity: normal    
Priority: P2 Keywords: plan
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Gadi Goldbarg CLA 2006-12-24 09:59:20 EST
In the code assist window/line for functions arguments, I see the string of 
arguments, separated by comas, but the argument I currently suppose to provide 
is not bolded .
It makes it hard to know what argument I should enter now...

For example, lets assume I have the following code:
<?
function test($a, $b) {
}

test(
?>

Now, once I type in the opening brace (last line of code), I get the code 
assist window for the arguments the function should get. The code assist will 
show "$a, $b". Now '$a' should be bolded and once I provide it, '$b' should be 
bolded.
Comment 1 Gadi Goldbarg CLA 2007-02-20 10:01:00 EST
Move to verified
Comment 2 Gadi Goldbarg CLA 2007-02-20 10:01:47 EST
Relates to WST 174780.
Comment 3 Gadi Goldbarg CLA 2007-05-27 10:49:40 EDT
works fine now