LionHeart123 / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

commas inside list in arguments to function advance parameter help highlight #645

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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