commas inside list in arguments to function advance parameter help highlight · Issue #645 · pyscripter/pyscripter · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
pckuj...@gmail.com
on 22 Apr 2012 at 6:42The text was updated successfully, but these errors were encountered: