Community
Participate
Working Groups
Have the following code in PHP editor: <?php function myfunction($arg1,$arg2,$arg3) { }; Put the cursor on $arg1 and press Ctrl+Shift+Space Context information about function arguments will be launched in a tooltip. $arg1 is bold in Context information tooltip. Using right arrow button (->) go to $arg2 Expected: $arg2 should become bold in Context information tooltip $arg1 should not be bold anymore. Actual: $arg2 is not bold. $arg1 is still bold. The same for $arg3 OK in EclipsePdt-2.2.0.v20100118
Created attachment 168113 [details] screenshot11
tested in rc1,works as expected
Tested in EclipsePdt-2.2.0.v20100521 Verified fixed. Kalin Yanev kalin.a@zend.com