What steps will reproduce the problem?
1. Create method `def takesAListAndString(aList, aString): pass`
2. Pass in `takesAListAndString([0,`
3. Notice that the parameter help tooltip has bolded `aString`, as if to
indicate that you are now typing in the argument to that parameter.
What is the expected output? What do you see instead?
When the input is inside a list (or set, or other collection), the tooltip
should indicate that you are still working on that parameter, rather then
advancing to the next param for every comma inside the list.
What version of the product are you using? On what operating system?
2.5.3.0 x86 Win7 Pro 32-bit
Original issue reported on code.google.com by pckuj...@gmail.com on 22 Apr 2012 at 6:42
Original issue reported on code.google.com by
pckuj...@gmail.com
on 22 Apr 2012 at 6:42